summaryrefslogtreecommitdiff
path: root/src/nm-policy.c
Commit message (Expand)AuthorAgeFilesLines
* core: autoconnect fixes for default-unmanaged devices and property notificationdcbw/unmanaged-availableDan Williams2014-10-231-1/+1
* core: Move NMPlatformSource to nm-types.hLubomir Rintel2014-10-201-12/+12
* core: prefer connections with higher priority for autoconnectThomas Haller2014-10-121-0/+4
* core/policy: refactor auto_activate_device() to use a GPtrArrayThomas Haller2014-10-121-5/+13
* core: remove nm_device_get_best_auto_connection()Thomas Haller2014-10-121-10/+10
* auth: rename file nm-manager-auth.* to nm-auth-utils.*Thomas Haller2014-09-291-1/+1
* libnm, core, cli, tui: fix the capitalization of various typesDan Winship2014-08-011-18/+18
* core: fill in nm-types.h, clean out other headersDan Winship2014-07-231-0/+5
* core: use nm_utils_is_specific_hostname() instead of hardcoded "localhost"Jiří Klimeš2014-07-141-4/+1
* policy: don't use default hostname as configured hostname (rh #1110436)Jiří Klimeš2014-07-141-1/+2
* core: use singleton nm_firewall_manager_get() throughout without taking addit...Thomas Haller2014-07-021-12/+7
* core: don't reject activating devices with incomplete IP configGiovanni Campagna2014-06-301-10/+16
* all: remove remaining GParamSpec name/blurb stringsDan Winship2014-06-191-16/+12
* dispatcher: add synchronous dispatcher callsDan Williams2014-06-061-1/+1
* platform: improve tracking of route sourcesDan Winship2014-06-061-12/+12
* trivial: route-related whitespace/indentation fixesDan Winship2014-06-061-12/+36
* firewall: fix ZONE_CONFLICT when adding firewall interface to zoneThomas Haller2014-06-041-1/+1
* core/firewall: fix accessing non-existing connection for device in firewall_s...Thomas Haller2014-06-021-0/+3
* core: remove unused 'error' argument to check_connection_compatible()Dan Williams2014-05-301-2/+2
* core: refactor to return const GSList * from nm_manager_get_devices()Thomas Haller2014-05-131-15/+10
* wifi: make Wi-Fi support a pluginDan Williams2014-05-131-1/+0
* core: add parameter to ignore error in add/remove pending actionThomas Haller2014-05-011-2/+2
* policy: check device state before changing it for secondaries (rh #1055099)Jiří Klimeš2014-04-151-3/+6
* core: fix freeing pending activations in dispose() of deviceThomas Haller2014-04-091-2/+2
* core: reenable auto activation for slave connections with a matching UUID masterDan Williams2014-03-051-2/+11
* core: rename function nm_active_connection_get_name() to nm_active_connection...Thomas Haller2014-03-051-2/+2
* policy: fix crash caused by calling functions on connection==NULLJiří Klimeš2014-03-041-7/+12
* core: consolidate auto-activation recheck signalsDan Williams2014-03-031-30/+3
* core: default route should stay on the current active deviceThomas Haller2014-02-271-16/+18
* core: don't recursively schedule an autoactivate check on a deviceDan Winship2014-02-171-31/+25
* Revert "core: fix warning about pending action "autoactivate""Dan Winship2014-02-171-5/+4
* core: remove some unused codeDan Winship2014-02-171-13/+10
* core: use nm_utils_get_monotonic_timestamp_s for autoconnect_retry_timeThomas Haller2014-01-301-4/+4
* core: minor fix in calculating timeouts for connection retryThomas Haller2014-01-301-1/+1
* core/platform: preserve external and static route metricsDan Williams2014-01-241-12/+12
* vpn: handle missing tunnel interface for IP-based VPNs (bgo #721724) (rh #103...Dan Williams2014-01-241-4/+11
* core: add some autoconnect debugging messagesDan Winship2014-01-231-8/+19
* core: move virtual device autoconnect tracking bits out of NMManagerDan Winship2014-01-231-2/+31
* core: disable auto-re-connect of intentionally-disconnected connectionDan Winship2014-01-231-0/+4
* core: don't retry connection with no secrets after timeoutDan Winship2014-01-231-7/+0
* core: clarify clearing of autoconnect-blocked stateDan Winship2014-01-231-3/+4
* core: simplify autoconnect retry handlingDan Winship2014-01-231-97/+67
* core: remove useless NMSettings::connections-loaded signalDan Winship2014-01-231-14/+0
* core: fix warning about pending action "autoactivate"Thomas Haller2014-01-201-5/+6
* trivial: rename field to give it a unique nameThomas Haller2014-01-201-6/+6
* core: fix a possible crash if given an empty IP4 configDan Winship2014-01-161-17/+5
* core: reset auto-retry counter when a connection gets updatedThomas Haller2014-01-151-6/+10
* dns-manager: initialize hostnameDan Winship2013-12-201-0/+1
* dns-manager: make non-refcounted.Dan Winship2013-12-201-21/+15
* policy: invoke NMPolicy::device_state_changed() after other handlers (rh #103...Jiří Klimeš2013-12-121-11/+19