summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* man: clarify main.rc-manager=file behavior for resolv.conf as dangling symlinkThomas Haller2018-06-011-0/+4
* dns: move local variables to inner scope in update_resolv_conf()Thomas Haller2018-06-011-2/+2
* test: don't assert on the tun link being up to date prior to upping itLubomir Rintel2018-05-311-0/+8
* all: replace systemd's siphash24 with c-siphashThomas Haller2018-05-313-4/+54
* build: use default NM_BUILD_* defines for testsThomas Haller2018-05-3115-331/+328
* build: don't add shared/nm-utils directory to include search pathThomas Haller2018-05-312-0/+6
* platform/wifi: do not double-free nl_msgAlfonso Sánchez-Beato2018-05-311-6/+2
* 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
* 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
* policy: don't block connection if device is goneAleksander Morgado2018-05-281-3/+5
* all: add stable-id specifier "${DEVICE}"Thomas Haller2018-05-284-4/+9
* device: hash a per-host key for ipv4.dhcp-client-id=stableThomas Haller2018-05-281-1/+6
* 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
* 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
* dhcp: fix leaking error in dhclient_start()Thomas Haller2018-05-261-0/+1
* 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
* active-connection: fix build with clang-6.0Lubomir Rintel2018-05-211-1/+2
* build/meson: fix building internal systemd libraryThomas Haller2018-05-191-0/+1
* systemd: merge branch systemd into masterThomas Haller2018-05-1841-193/+853
|\
| * systemd: update code from upstream (2018-05-18)Thomas Haller2018-05-1840-193/+847
* | active-connection: fix harmless typoFrancesco Giudici2018-05-181-1/+1
* | devices/wwan: Stop PPP manager in deactivate_cleanup()Frederic Danis2018-05-181-0/+1
* | core: minor cleanup using helpers NM_IN_STRSET() and nm_utils_strdict_get_keys()Thomas Haller2018-05-162-17/+7
* | dns: sd-resolved: honor dns-priorityBeniamino Galvani2018-05-141-38/+16
* | dns: dnsmasq: honor dns-priorityBeniamino Galvani2018-05-141-140/+22
* | dns: use dns-priority to provide a preprocessed domain list to pluginsBeniamino Galvani2018-05-144-0/+210
* | core: reject invalid domains from ip configurationsBeniamino Galvani2018-05-145-74/+47
* | dns: dnsmasq: fix adding multiple domainsBeniamino Galvani2018-05-141-1/+1
* | all: use the elvis operator wherever possibleLubomir Rintel2018-05-1033-76/+76
* | all: add and utilize nm_utils_is_separator()Lubomir Rintel2018-05-101-1/+1
* | device: start IP configuration when master carrier goes upBeniamino Galvani2018-05-091-6/+6
* | core-utils: don't load modules not ending with ".so"Lubomir Rintel2018-05-091-1/+1
* | meson: distinguish arch specific and arch neutral lib dirLubomir Rintel2018-05-0911-12/+12