summaryrefslogtreecommitdiff
path: root/src/nm-policy.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-21firewall: set interface zone before IP configuration (rh #805405)Dan Williams1-8/+4
2012-03-01firewall-manager: changing the zone an interface belongs toJiri Popelka1-15/+19
2012-03-01firewall-manager: add interfaces to zones after firewall (re)startJiri Popelka1-0/+31
2012-03-01core: use active connection dependency master instead of manually setting itDan Williams1-40/+0
2012-02-09core: make NMActiveConnection a base class for NMActRequest and NMVPNConnectionDan Williams1-5/+7
2011-12-09bonding: auto activate slaves when a master enters prepare stateThomas Graf1-0/+39
2011-12-06policy: recheck activation after connection retries are clearedDan Williams1-0/+10
2011-12-06core: use nm_connection_get_setting_<type>() whenever possibleThomas Graf1-6/+6
2011-12-02core: clean up more usage of NM_IS_DEVICE_xxx()Dan Williams1-22/+20
2011-12-02core: kill NMDeviceInterfaceDan Williams1-1/+0
2011-12-02core: move NMDeviceInterface properties and methods to nm-device.cDan Williams1-2/+2
2011-12-02core: move nm_device_interface_get_enabled() to nm-device.cDan Williams1-1/+1
2011-12-02core: move nm_device_interface_check_connection_compatible() to nm-device.cDan Williams1-1/+1
2011-12-02core: kill IS_ACTIVATING_STATE()Dan Williams1-1/+3
2011-12-02core: kill nm_device_interface_get_state()Dan Williams1-1/+1
2011-11-21bonding: wait for master connection to be availableThomas Graf1-0/+6
2011-11-17trivial: fix wrong return typeDan Williams1-1/+1
2011-11-09bonding: postpone auto-activation of a slave until master is presentThomas Graf1-0/+34
2011-11-09firewall: cleanups and code consolidationDan Williams1-19/+12
2011-11-09zones: fix up formatting and simplify some functionsDan Williams1-26/+19
2011-11-09policy: let firewall know about the zone when connection gets updatedJiri Popelka1-1/+59
2011-11-02dns: don't update routing and DNS if no devices were ever managed (lp:862134)Mathieu Trudel-Lapierre1-0/+9
2011-11-02Revert "dns: don't update routing and DNS if no devices were ever managed"Dan Williams1-9/+0
2011-11-02policy: don't update DNS if the hostname hasn't actually changedDan Williams1-0/+22
2011-11-02dns: remove unused parameterDan Williams1-19/+16
2011-11-02dns: don't update routing and DNS if no devices were ever managedMathieu Trudel-Lapierre1-0/+9
2011-10-20policy: fix setting hostname from DHCP options (rh #719100)Jiří Klimeš1-2/+2
2011-08-16Merge remote-tracking branch 'origin/master' into libnl3Dan Williams1-0/+11
2011-08-16policy: don't autoconnect disabled modemsDaniel Gnoutcheff1-0/+11
2011-07-22core: finish conversion of nm-system functions to ifindex not iface nameDan Williams1-5/+11
2011-07-12policy: fix setting hostname from DHCP options (rh #719100)Jiří Klimeš1-7/+7
2011-07-01policy: don't auto-activate shared wifi if user is not authorized (CVE-2011-2...Dan Williams1-4/+18
2011-07-01core: connections failed due to missing secrets are re-tried when an secret a...Jiří Klimeš1-0/+40
2011-06-23policy: remove "invalid mark" for failed connections after 5 minsJiří Klimeš1-2/+45
2011-06-14policy: don't cache "(none)" hostname on startup (rh #706094)Jiří Klimeš1-1/+4
2011-06-02core: add some logging for activation and disconnectionDan Williams1-0/+2
2011-05-30core: reset auto retries counter when cable is repluggedJiří Klimeš1-6/+15
2011-05-20policy: make auto-activation retries really work for RETRIES_DEFAULT attemptsJiří Klimeš1-10/+25
2011-05-02dispatcher: enhance dispatcher script environment (bgo #648382)Dan Williams1-1/+1
2011-04-19policy: don't recheck auto-activation when device is UNMANAGED or UNAVAILABLEDan Williams1-0/+3
2011-04-19policy: clarify device auto-activation codeDan Williams1-37/+51
2011-04-14build: use -Wundef and fix up cases where stuff wasn't defined (bgo #647157)Dan Williams1-2/+2
2011-04-01policy: consolidate auto-retries and invalidationDan Williams1-38/+30
2011-04-01policy: don't retry connections where secrets requests failedDan Williams1-0/+8
2011-03-24vpn: fix memory leaksDan Williams1-2/+0
2011-03-08core: use nm_connection_get_id() and nm_connection_get_uuid() to simplify codeJiří Klimeš1-25/+3
2011-01-26agents: filter agents by UID for user-requested connectionsDan Williams1-1/+1
2011-01-26core: rename NMSysconfigConnection -> NMSettingsConnectionDan Williams1-8/+8
2011-01-21core: fix policy handling of connections-loaded signalGiovanni Campagna1-1/+10
2011-01-12Merge remote branch 'origin/master' into rm-usersetDan Williams1-50/+17