summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: sort known IPv6 addresses by scope before a syncbg/rh1578668Beniamino Galvani2018-05-301-0/+27
* shared: don't allow aliases re-numbering in _nm_utils_enum_from_str_full()Thomas Haller2018-05-291-25/+73
* shared/trivial: rename local variable classThomas Haller2018-05-291-21/+21
* libnm/tests: fix crash in testsThomas Haller2018-05-291-0/+1
* shared: fix parsing aliases for flags in _nm_utils_enum_from_str_full()Thomas Haller2018-05-292-2/+3
* shared/tests: extend tests for nm_utils_enum_from_str()Thomas Haller2018-05-291-70/+184
* n-acd: merge branch 'bg/n-acd-fixes-rh1578675'Beniamino Galvani2018-05-296-22/+47
|\
| * device: vlan: restart ARP announcement after we change MACBeniamino Galvani2018-05-293-4/+6
| * core: vlan: avoid unneeded castsBeniamino Galvani2018-05-291-5/+5
| * n-acd: slightly improve loggingBeniamino Galvani2018-05-291-1/+5
| * n-acd: better handle interfaces going temporarily downBeniamino Galvani2018-05-291-11/+21
| * n-acd: use RFC 5227 timeout for announcementsBeniamino Galvani2018-05-292-1/+10
|/
* policy: don't block connection if device is goneAleksander Morgado2018-05-281-3/+5
* clients/tests: run nmcli commands in parallelThomas Haller2018-05-28111-194/+261
* all: merge branch 'th/per-host-stable-id'Thomas Haller2018-05-289-78/+143
|\
| * all: add stable-id specifier "${DEVICE}"Thomas Haller2018-05-286-20/+30
| * device: hash a per-host key for ipv4.dhcp-client-id=stableThomas Haller2018-05-283-3/+8
| * core: let nm_utils_secret_key_read() handle failures internallyThomas Haller2018-05-282-50/+93
| * core: ensure NUL terminated secret_key bufferThomas Haller2018-05-281-1/+5
| * libnm: expose _bin2str() helper function as internal APIThomas Haller2018-05-282-6/+7
| * libnm: allow nm_utils_hwaddr_valid() of length zeroThomas Haller2018-05-281-2/+4
|/
* rpm/build.sh: suggest dnf builddep after BUILDTYPE=SRPMlr/python3Lubomir Rintel2018-05-281-1/+4
* rpm: prefer python3Lubomir Rintel2018-05-281-0/+7
* cli: fix property matchingBeniamino Galvani2018-05-289-17/+120
* tests: implement Update2() in NetworkManager stubBeniamino Galvani2018-05-281-1/+6
* clients/tests: refactor by moving replace-text helper functionThomas Haller2018-05-281-31/+31
* clients/tests: generate Makefile.am for expected filesThomas Haller2018-05-27107-218/+246
* core/dhcp: merge branch 'th/dhcp-cleanup'Thomas Haller2018-05-269-117/+133
|\
| * dhcp: refactor dhclient_start() to use cleanup attributeThomas Haller2018-05-261-45/+45
| * dhcp: cache errno in nm_dhcp_client_stop_existing() before using itThomas Haller2018-05-262-6/+10
| * dhcp: use NMIPConfig type for argument of nm_dhcp_client_set_state()Thomas Haller2018-05-263-14/+13
| * dhcp: use cleanup attribute in nm_dhcp_client_handle_event()Thomas Haller2018-05-261-22/+19
| * dhcp: minor cleanup initializing name of leasefile for NMDhcpDhclintThomas Haller2018-05-261-17/+11
| * core: let NM_IS_IP_CONFIG() check for expected addr-familyThomas Haller2018-05-263-8/+14
| * shared: minor cleanup of nm_utils_get_start_time_for_pid()Thomas Haller2018-05-262-7/+22
| * dhcp: fix leaking error in dhclient_start()Thomas Haller2018-05-261-0/+1
|/
* cli: avoid bogus line seprator in pretty-outputThomas Haller2018-05-255-66/+5
* cli/tests: add test for output of `nmcli general permissions`Thomas Haller2018-05-2598-78/+826
* ppp: merge branch 'th/ppp-stop'Thomas Haller2018-05-2511-204/+352
|\
| * core: add and use NM_SHUTDOWN_TIMEOUT_MS as duration that we plan for shutdownThomas Haller2018-05-252-1/+21
| * ppp-manager: rework stopping NMPPPManager by merging async/sync methodsThomas Haller2018-05-259-157/+183
| * ppp-manager/trivial: rename variables holding self pointersThomas Haller2018-05-251-64/+64
| * ppp-manager: refactor killing pppd process by using _ppp_kill() functionThomas Haller2018-05-251-24/+25
| * core: add nm_shutdown_register_watchdog() for marking object to wait for shut...Thomas Haller2018-05-252-0/+101
|/
* clients: fix an error message in case of property ambiguityLubomir Rintel2018-05-241-4/+6
* tests: merge branch 'th/cli-tests'Thomas Haller2018-05-24105-1336/+2200
|\
| * clients/tests: drop duplicate tests for German translationThomas Haller2018-05-24122-3137/+1818
| * clients/tests: test nmcli output for active-connection state DEACTIVATINGThomas Haller2018-05-2429-0/+833
| * clients/tests: load libnm via GObject introspectionThomas Haller2018-05-24101-100/+113
| * clients/tests: add SetProperties operation to test-networkmanager-service.py ...Thomas Haller2018-05-24102-105/+165