summaryrefslogtreecommitdiff
path: root/src
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
* core: fix match spec behavior for a list of all "except:"Thomas Haller2018-12-112-31/+74
* 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: 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-113-35/+71
* dns: fix connecting signals to DNS plugin in init_resolv_conf_mode()Thomas Haller2018-12-112-13/+14
* connectivity: add a unique counter for logging connectivity checksThomas Haller2018-12-111-4/+9
* 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
* core: avoid calling platform code with invalid ifindex (4)Thomas Haller2018-12-101-0/+1
* 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: improve and fix keeping connection active based on "connection.permissi...Thomas Haller2018-12-0912-22/+169
* 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
* device: pass active-connection's state-change reason to _clear_queued_act_req...Thomas Haller2018-12-091-8/+15
* device: add state-change reason argument to nm_device_disconnect_active_conne...Thomas Haller2018-12-093-4/+7
* keep-alive: rename nm_keep_alive_sink() to nm_keep_alive_arm()Thomas Haller2018-12-093-19/+36
* keep-alive: drop "floating" argument from nm_keep_alive_new()Thomas Haller2018-12-093-11/+10
* keep-alive: add nm_keep_alive_disarm() to silence notifications once we disco...Thomas Haller2018-12-093-4/+48
* policy: fix disconnecting notify:alive signal from active-connectionThomas Haller2018-12-091-0/+3
* device: avoid platform assertion failureBeniamino Galvani2018-12-061-2/+5
* core: avoid assertion when removing devicesBeniamino Galvani2018-12-041-1/+6
* core: avoid calling platform code with invalid ifindex (2)Thomas Haller2018-12-041-0/+2
* core: avoid calling platform code with invalid ifindexThomas Haller2018-12-033-3/+4
* device/shared: set ANDROID_METERED option 43 for shared connectionsThomas Haller2018-12-035-3/+57