summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build/meson: fix meson build for shared filesth/build-cleanup-definesThomas Haller2018-05-317-77/+94
* all: replace systemd's siphash24 with c-siphashThomas Haller2018-05-3110-267/+101
* build: use default NM_BUILD_* defines for testsThomas Haller2018-05-3033-392/+402
* build: define NM_BUILD_SRCDIR and NM_BUILD_BUILDDIRThomas Haller2018-05-302-0/+10
* build: use common locale directory for building nmtuiThomas Haller2018-05-301-1/+1
* build: unifiy specifying locale directory defineThomas Haller2018-05-309-15/+17
* build: don't add shared/nm-utils directory to include search pathThomas Haller2018-05-304-2/+8
* platform: sort known IPv6 addresses by scope before a syncBeniamino Galvani2018-05-301-0/+26
* shared: don't use nm_str_hash() in "nm-enum-utils.c"Thomas Haller2018-05-301-1/+1
* 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