summaryrefslogtreecommitdiff
path: root/src/nm-policy.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-27manager: avoid an extra path to ac translationLubomir Rintel1-1/+1
2016-12-21policy: don't apply DNS configuration for non-active devicesBeniamino Galvani1-1/+1
2016-11-21build: don't add subdirectories to include search path but require qualified ...Thomas Haller1-6/+6
2016-11-09policy: fix memleak in clear_ip6_prefix_delegation()Thomas Haller1-7/+6
2016-11-09policy: make dispose() reentrant and indentionThomas Haller1-23/+26
2016-11-09policy: delegate IPv6 configuration to ipv6.method=shared connectionsLubomir Rintel1-1/+281
2016-10-16core: handle the autoconnect-retries propertyBeniamino Galvani1-3/+4
2016-10-04core: refactor private data in "src"Thomas Haller1-47/+63
2016-10-03core: rename "nm-activation-request.[hc]" for NMActRequestThomas Haller1-1/+1
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-2/+2
2016-09-26policy: refactor auto_activate_device() to get rid of "out" cleanup labelThomas Haller1-15/+24
2016-09-26policy: fix owner-ship of specific_object in can_auto_connect()Thomas Haller1-1/+1
2016-09-26core: allow passing an applied connection to nm_act_request_new()Beniamino Galvani1-0/+3
2016-08-19policy: always try to update kernel hostnameBeniamino Galvani1-23/+20
2016-08-09policy: fix hostname change when IP method ends after activation (take 2)Beniamino Galvani1-18/+2
2016-07-27policy: update system hostname when DHCP configuration changesBeniamino Galvani1-0/+18
2016-07-07policy: reset slaves' retry counter only for explicit activationsBeniamino Galvani1-4/+10