summaryrefslogtreecommitdiff
path: root/src/nm-policy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* policy: remove schedule_activate_check() from FAILED handlerJiří Klimeš2013-12-121-1/+0
* core: workaround indefinite retries of activating connectionThomas Haller2013-12-111-2/+5
* trivial: fix leak in hostname reverse-lookup codeDan Williams2013-11-251-2/+4
* policy: ignore nameservers when starting lookup thread (rh #1031763)Dan Williams2013-11-221-22/+19
* coverity: fix various warnings detected with CoverityThomas Haller2013-11-131-9/+4
* core: require secondary connections to be VPNs (rh #997039)Dan Winship2013-11-121-25/+32
* core: rework ignore-carrier device behaviorDan Williams2013-11-061-3/+0
* core: don't allow activating the same connection twice (rh #997998)Dan Winship2013-11-061-1/+1
* core: kill PendingActivation and move authorization to NMActiveConnectionDan Williams2013-10-311-0/+10
* policy: track secondary activations by ActiveConnection not pathDan Williams2013-10-311-43/+38
* policy: only clean up VPN DNS/routing configuration if the VPN got connectedDan Williams2013-10-311-17/+35
* core: have ActiveConnection track device state instead of subclassesDan Williams2013-10-311-6/+6
* core: pass NMAuthSubject around activation paths instead of uid + dbus senderDan Williams2013-10-311-2/+5
* core: make nm_manager_activate_connection() take a Device, not a pathDan Williams2013-10-311-2/+2
* core: fix segfault in nm-policy when setting default route for vpnThomas Haller2013-10-301-3/+6
* core: remove code without effect from nm-policy.cThomas Haller2013-10-301-5/+0
* core: fix NMManager:primary-connection when a VPN has the default routeDan Winship2013-10-211-6/+14
* core: don't have IP4 and IP6 configs on slavesDan Winship2013-10-141-9/+11
* settings: make connections always have s_ip4 and s_ip6Dan Winship2013-10-111-18/+16
* core: update existing IP[46]Config of device instead of replacing it (bgo #70...Thomas Haller2013-09-251-12/+20
* core: add const qualifier to functions in nm-ip[46]-configThomas Haller2013-09-241-1/+1
* core: fix handling of ActiveConnections on Policy dispose()Dan Williams2013-08-301-2/+5
* core: fix NMPolicy/NMManager refcountingDan Winship2013-08-301-2/+1