summaryrefslogtreecommitdiff
path: root/src/nm-policy.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-31policy: move blocking autoconnect from NMDeviceModem to NMPolicyThomas Haller1-0/+22
2017-10-31policy: inline can_autoconnect check in auto_activate_device()Thomas Haller1-27/+15
2017-10-31policy: move nm_settings_connection_can_autoconnect() to policyThomas Haller1-1/+27
2017-10-31settings/trivial: rename settings-connection's autoconnect functionsThomas Haller1-22/+22
2017-10-06device/trivial: rename nm_device_get_ip_route_metric() to nm_device_get_route...Thomas Haller1-1/+1
2017-10-04core: cleanup autoconnect retry handlingThomas Haller1-5/+10
2017-09-29core: rename NM_SETTINGS_AUTO_CONNECT_BLOCKED_REASON_UNBLOCKED enumBeniamino Galvani1-4/+4
2017-09-29core: unblock failed connections when the master is availableBeniamino Galvani1-17/+24
2017-09-29core: make auto-connect-blocked-reason more specificBeniamino Galvani1-4/+4
2017-09-27nm-policy: use nm_g_hash_table_add() instead of g_hash_table_add()Beniamino Galvani1-1/+1
2017-09-27policy: watch active-connection state to detect autoconnect early failuresBeniamino Galvani1-2/+72
2017-09-08core: rework handling of default-routes and drop NMDefaultRouteManagerThomas Haller1-50/+152
2017-09-08policy: take reference to best_device/activating_deviceThomas Haller1-21/+17
2017-09-08policy: cleanup setting default_device/activating_deviceThomas Haller1-32/+32
2017-09-08policy: don't re-lookup the best device during update_system_hostname()Thomas Haller1-18/+12
2017-09-08policy: always check for hostname from DHCPv6 in update_system_hostname()Thomas Haller1-1/+3
2017-09-08policy: refactor setting hostname from DHCP in update_system_hostname()Thomas Haller1-18/+14
2017-07-25core: track addresses for NMIP4Config/NMIP6Config via NMDedupMultiIndexThomas Haller1-8/+6
2017-05-12policy: log policy's orig_hostnameThomas Haller1-4/+7
2017-05-12policy: drop out argument from _get_hostname()Thomas Haller1-27/+22
2017-05-12policy: namespace fields related to DNS reverse lookup for hostnameThomas Haller1-24/+26
2017-05-12policy: add lookup_by_address() function for g_resolver_lookup_by_address_asy...Thomas Haller1-10/+15
2017-05-12hostname: change logging of hostname-modeThomas Haller1-1/+11
2017-05-12hostname: cache hostname-manager's hostname propertyThomas Haller1-6/+10
2017-05-12hostname: split out hostname management from NMSettingsThomas Haller1-5/+10
2017-05-02policy: fix memleak in lookup_callback() and cancellingThomas Haller1-13/+11
2017-04-21firewall: queue operations while NMFirewallManager instance is initializingThomas Haller1-0/+8
2017-04-21firewall: merge "started" signal and "available" propertyThomas Haller1-9/+8
2017-04-18device: keep NMNetns instance per deviceThomas Haller1-4/+10
2017-03-24policy: add some verbose logging for tracking hostname managementFrancesco Giudici1-18/+24
2017-03-24policy: allow reset of dhcp hostname in "dhcp" hostname-mode config.Francesco Giudici1-1/+18
2017-03-24policy: add support to configurable hostname modeFrancesco Giudici1-0/+20
2017-03-24policy: skip dns and route updates on ip6 config change signal if the device ...Francesco Giudici1-5/+7
2017-03-24policy: detect if the hostname was changed outside NetworkManagerFrancesco Giudici1-15/+74
2017-03-24policy: remove redundant check in _set_hostnameFrancesco Giudici1-13/+4
2017-03-24policy: try to retrieve hostname from dbus firstFrancesco Giudici1-18/+53
2017-03-24logging: log device and connection along with the messageLubomir Rintel1-1/+1
2017-03-17vpn-connection: use NMActiveConnectionStateReasonLubomir Rintel1-1/+1
2017-03-16core: add activation-type property to active-connectionThomas Haller1-0/+3
2017-03-16core/dispatcher: add and use nm_dispatcher_call_hostname()Thomas Haller1-1/+1
2017-03-16core/trivial: give names in src/nm-dispatcher.h header an "NM" prefixThomas Haller1-1/+1
2017-03-16policy: check for active devices before triggering dns update on hostname changeFrancesco Giudici1-1/+22
2017-03-13all: use nm_clear_g_cancellable()Thomas Haller1-9/+2
2017-02-23device: mark uses of device's state-reason with nm_device_state_reason_check()Thomas Haller1-3/+4
2017-02-23settings: refactor autoconnect-blocked-reason to use own enumThomas Haller1-7/+7
2017-02-10core: consolidate sorting of connections by autoconnect/timestampThomas Haller1-16/+1
2017-02-10core: refactor nm_manager_get_activatable_connections() to return an arrayThomas Haller1-14/+20
2017-02-10core: refactor nm_settings_get_connections_sorted() to return array instead o...Thomas Haller1-42/+47
2017-02-10core: add nm_utils_cmp_connection_by_autoconnect_priority_p_with_data() functionThomas Haller1-1/+1
2017-02-10device: refactor pending-action strings as named definesThomas Haller1-2/+2