summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli/polkit: make parsing polkit-agent-helper-1 protocol more conformingth/cli-command-cleanupThomas Haller2020-04-093-140/+162
* cli/polkit: suppress stderr from polkit-agent-helper when prompting for polki...Thomas Haller2020-04-091-1/+1
* cli/polkit: rework parsing identities for polkit requestThomas Haller2020-04-091-64/+72
* cli/polkit: reject unknown D-Bus methodsThomas Haller2020-04-091-3/+25
* cli/polkit: rename NM_POLKIT_LISTENER_SIGNAL_REQUEST signal to "request-sync"Thomas Haller2020-04-093-7/+7
* cli/polkit: avoid G_DECLARE_FINAL_TYPE() in nm-polkit-listener.hThomas Haller2020-04-092-11/+22
* shared: fix returning EAGAIN from nm_utils_fd_read()Thomas Haller2020-04-091-8/+6
* shared/strbuf: fix signedness of integer comparison in nm_str_buf_append_prin...Thomas Haller2020-04-091-1/+1
* shared/strbuf: rename private, mutable fields in NMStrBuf structureThomas Haller2020-04-092-63/+69
* shared/strbuf: add nm_str_buf_is_initalized() helperThomas Haller2020-04-091-0/+11
* shared/strbuf: add nm_str_buf_erase() helperThomas Haller2020-04-092-0/+73
* shared/strbuf: add nm_str_buf_get_str_unsafe() helper function to give direct...Thomas Haller2020-04-091-0/+7
* shared/strbuf: add nm_str_buf_set_size() helper functionThomas Haller2020-04-091-0/+49
* shared/strbuf: add nm_str_buf_ensure_trailing_c() helper functionThomas Haller2020-04-091-0/+10
* shared/strbuf: expose read only value for "allocated" buffer sizeThomas Haller2020-04-091-1/+4
* shared/strbuf: don't have const values in NMStrBufThomas Haller2020-04-091-1/+1
* shared/strbuf: allow forward declaring "struct _NMStrBuf"Thomas Haller2020-04-091-1/+1
* shared/strbuf: only clear the bytes that we actually wrote toThomas Haller2020-04-091-1/+1
* shared: add NM_UTILS_GET_NEXT_REALLOC_SIZE_1000 defineThomas Haller2020-04-092-0/+25
* cli: remove redundant return value from NMCCommand funcsThomas Haller2020-04-096-313/+307
* cli: mark argv argument for command line parsing as constThomas Haller2020-04-0911-151/+171
* cli: merge implementations for do_networking_on_off()Thomas Haller2020-04-091-17/+7
* cli: pass cmd to NMCCommand.func()Thomas Haller2020-04-096-70/+70
* cli: cleanup NMCCommand and declarations of func implementationsThomas Haller2020-04-0912-164/+108
* shared/tests: avoid undefined behavior in test_nm_utils_get_next_realloc_size...Thomas Haller2020-04-091-1/+1
* ovsdb: retry calls in case of communication error with serverBeniamino Galvani2020-04-091-26/+55
* device: fix assertion failure configuring bridge portsBeniamino Galvani2020-04-091-1/+4
* clients/trivial: remove obsolete comment from test-client.py howtoThomas Haller2020-04-091-5/+0
* device/bridge: code cleanup in commit_option()Thomas Haller2020-04-091-41/+40
* device/bridge: fix uninitialized variable in commit_option()Thomas Haller2020-04-091-0/+1
* dns: fix crash in rebuild_domain_lists()Thomas Haller2020-04-081-2/+2
* clients: set ipv4.dns-priority to a exclusive value (-10) when importing Wire...Thomas Haller2020-04-081-0/+8
* dns: add FIXME comment about adding default "~" routing search domainThomas Haller2020-04-081-0/+5
* clients: set routing search domain with nameservers when importing WireGuard ...Thomas Haller2020-04-083-0/+19
* clients: use nm_utils_inet_ntop_dup() in nm_vpn_wireguard_import()Thomas Haller2020-04-081-3/+2
* clients/trivial: fix outdated code comment about Table=auto in nm_vpn_wiregua...Thomas Haller2020-04-081-3/+4
* dns: cleanup rebuild_domain_lists() constructing domains listThomas Haller2020-04-081-29/+49
* systemd: merge branch systemd into masterThomas Haller2020-04-0822-59/+360
|\
| * systemd: update code from upstream (2020-04-08)Thomas Haller2020-04-0820-59/+351
* | license: Add Frédéric to RELICENSE.mdFrédéric Danis2020-04-082-0/+2
* | po: update Ukrainian (uk) translationYuri Chornoivan2020-04-071-1062/+1042
* | bridge: merge branch 'ac/bridge_options'Antonio Cardace2020-04-0612-147/+944
|\ \
| * | nm-setting-bridge: add 'multicast-querier' bridge optionac/bridge_optionsAntonio Cardace2020-04-068-0/+68
| * | nm-setting-bridge: add 'multicast-query-use-ifaddr' bridge optionAntonio Cardace2020-04-068-98/+166
| * | nm-setting-bridge: add 'multicast-router' bridge optionAntonio Cardace2020-04-069-0/+155
| * | nm-setting-bridge: add 'vlan-stats-enabled' bridge optionAntonio Cardace2020-04-068-14/+80
| * | nm-setting-bridge: add 'vlan-protocol' bridge optionAntonio Cardace2020-04-069-0/+125
| * | nm-setting-bridge: add 'group-address' bridge optionAntonio Cardace2020-04-0612-65/+382
| * | nm-setting-bridge: hide GObject structs from public API and embed private dataAntonio Cardace2020-04-062-18/+16
|/ /
* | libnm,cli: merge branch 'th/libnm-setting-vpn-cleanup'Thomas Haller2020-04-049-343/+1118
|\ \