summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dhcp: fix handling of failure eventsbg/rh1573780Beniamino Galvani2018-06-011-7/+8
* shared/trivial: add code comment to explain NMUtilsEnumValueInfo consistency ...Thomas Haller2018-06-011-0/+9
* settings: fix plugins loadingBeniamino Galvani2018-06-011-5/+5
* man: clarify main.rc-manager=file behavior for resolv.conf as dangling symlinkThomas Haller2018-06-012-2/+7
* dns: move local variables to inner scope in update_resolv_conf()Thomas Haller2018-06-011-2/+2
* release: bump version to 1.11.4 (development)1.11.4-devLubomir Rintel2018-05-312-2/+2
* release: update NEWS for a development snapshotLubomir Rintel2018-05-311-0/+53
* test: don't assert on the tun link being up to date prior to upping itLubomir Rintel2018-05-311-0/+8
* all: merge branch 'th/build-cleanup-defines'Thomas Haller2018-05-3151-747/+626
|\
| * build/meson: fix meson build for shared filesThomas 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-3133-392/+402
| * build: define NM_BUILD_SRCDIR and NM_BUILD_BUILDDIRThomas Haller2018-05-312-0/+10
| * build: use common locale directory for building nmtuiThomas Haller2018-05-311-1/+1
| * build: unifiy specifying locale directory defineThomas Haller2018-05-319-15/+17
| * build: don't add shared/nm-utils directory to include search pathThomas Haller2018-05-314-2/+8
|/
* platform/wifi: do not double-free nl_msgAlfonso Sánchez-Beato2018-05-311-6/+2
* merge: branch 'lr/setting-plugin-props-cleanup'Lubomir Rintel2018-05-319-299/+97
|\
| * settings-plugin: drop all propertieslr/setting-plugin-props-cleanupLubomir Rintel2018-05-318-194/+0
| * settings: do away with plugin capabilitiesLubomir Rintel2018-05-311-7/+9
| * settings: don't use the name property to disambiguate pluginsLubomir Rintel2018-05-311-19/+12
| * settings: simplify the settings plugin loading log lineLubomir Rintel2018-05-311-10/+1
| * settings: refactor load_plugins() to remote a harmful use of gotoLubomir Rintel2018-05-311-71/+77
|/
* 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