summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: fix race creating secret-keyth/secret-key-with-machine-idThomas Haller2018-12-121-9/+4
* core: depend secret-key on /etc/machine-idThomas Haller2018-12-121-47/+138
* core: use define for secret_key filenameThomas Haller2018-12-121-6/+8
* core: fix printing error for failure reading secret-keyThomas Haller2018-12-121-1/+1
* shared: add nm_utils_error_is_notfound() helperThomas Haller2018-12-122-5/+20
* core: merge branch 'th/device-match-fix'Thomas Haller2018-12-115-34/+87
|\
| * contrib/rpm: adjust match-device spec for 00-server-dhcp-client-id.confThomas Haller2018-12-111-1/+1
| * core: fix match spec behavior for a list of all "except:"Thomas Haller2018-12-113-32/+81
| * src/tests: add test for except match specThomas Haller2018-12-111-0/+4
| * device: fix matching device-spec for DHCP pluginThomas Haller2018-12-111-2/+2
|/
* connectivity: merge branch 'th/connectivity-per-af-fixes'Thomas Haller2018-12-1119-507/+753
|\
| * connectivity: consider default route for global connectivity stateThomas Haller2018-12-113-33/+89
| * connectivity: issue connectivity check right away on configuration reloadThomas Haller2018-12-111-2/+2
| * connectivity: log address family for device's connectivity checksThomas Haller2018-12-111-8/+16
| * connectivity: use 443 port for https URIsThomas Haller2018-12-111-1/+4
| * connectivity: ensure uri and response stays alive during connectivity checkThomas Haller2018-12-111-73/+114
| * connectivity: improve warning about URI config changeThomas Haller2018-12-111-29/+39
| * connectivity: various cleanup in resolve_cb()Thomas Haller2018-12-111-26/+30
| * connectivity: honor "main.systemd-resolved" setting to not resolve names firstThomas Haller2018-12-114-36/+74
| * dns: fix connecting signals to DNS plugin in init_resolv_conf_mode()Thomas Haller2018-12-112-13/+14
| * cli: drop gettext() wrappers for no_l10n to-string functionsThomas Haller2018-12-114-25/+13
| * cli: don't translate connectivity state in terse outputThomas Haller2018-12-113-280/+280
| * connectivity: add a unique counter for logging connectivity checksThomas Haller2018-12-111-4/+9
| * shared: allow AF_UNSPEC for nm_utils_addr_family_to_char()Thomas Haller2018-12-111-2/+3
| * connectivity: don't use GDBusProxy for resolving names via systemd-resolvedThomas Haller2018-12-111-58/+52
| * dbus: add nm_dbus_manager_get_dbus_connection() helperThomas Haller2018-12-112-0/+10
| * connectivity: fix determining the global connectivity stateThomas Haller2018-12-112-3/+8
| * libnm: add nm_connectivity_state_cmp() helperThomas Haller2018-12-112-0/+72
| * shared: add NM_MAX_WITH_CMP() macroThomas Haller2018-12-111-0/+10
|/
* core: avoid calling platform code with invalid ifindex (4)Thomas Haller2018-12-101-0/+1
* libnm/docs: fix gtk-doc for NMSettingIP4Config:dhcp-client-idThomas Haller2018-12-102-2/+2
* examples: fix wrong example configuration in "31-mac-addr-change.conf"Thomas Haller2018-12-101-1/+6
* device: always take device down when changing MAC for wifi devicesBeniamino Galvani2018-12-101-2/+9
* core: avoid calling platform code with invalid ifindex (3)Thomas Haller2018-12-101-1/+4
* core: merge branch 'th/keep-alive-fixes'Thomas Haller2018-12-0915-186/+546
|\
| * core: improve and fix keeping connection active based on "connection.permissi...Thomas Haller2018-12-0913-29/+181
| * keep-alive: only declare keep-alive dead when connection becomes invisibleThomas Haller2018-12-091-7/+32
| * device: arm keep-alive instance when queuing active-connection for activationThomas Haller2018-12-093-4/+20
| * keep-alive: default keep-alive instance to aliveThomas Haller2018-12-091-13/+31
| * keep-alive: log alive/dead status of keep-alive instanceThomas Haller2018-12-091-0/+1
| * core: in NMPolicy's _deactivate_if_active() safely iterate over active connec...Thomas Haller2018-12-091-2/+2
| * core: add nm_manager_for_each_active_connection_safe() and nm_manager_for_eac...Thomas Haller2018-12-091-0/+26
| * keep-alive: drop unused nm_keep_alive_set_forced()Thomas Haller2018-12-092-20/+0
| * keep-alive: use NMKeepAlive API directly instead of via NMActiveConnectionThomas Haller2018-12-094-65/+62
| * keep-alive: let NMKeepAlive instance access the owner object that it is keepi...Thomas Haller2018-12-093-0/+69
| * manager: use nm_device_disconnect_active_connection() in nm_manager_deactivat...Thomas Haller2018-12-091-4/+4
| * manager: fail early from nm_manager_deactivate_connection()Thomas Haller2018-12-091-10/+5
| * device: always disconnect in nm_device_disconnect_active_connection()Thomas Haller2018-12-091-6/+12
| * device: use correct active-connection's state-change reason in nm_device_disc...Thomas Haller2018-12-091-2/+1
| * device: pass active-connection's state-change reason to nm_device_disconnect_...Thomas Haller2018-12-093-4/+7