summaryrefslogtreecommitdiff
path: root/src/nm-policy.c
Commit message (Expand)AuthorAgeFilesLines
* api: add NM_DEVICE_STATE_REASON_SECONDARY_CONNECTION_FAILED reason and use thatJiří Klimeš2012-09-241-2/+3
* core: VPN autoconnect feature (bgo #560471) (rh #483120)Jiří Klimeš2012-09-241-2/+170
* core: add dispatcher callbacks and simplify dispatcher function prototypesDan Williams2012-09-111-1/+1
* core: split dispatcher into its own fileDan Williams2012-09-111-0/+1
* ip6: rename defgw to gatewayPavel Šimerda2012-06-261-2/+2
* vpn: fix resetting parent device routing on disconnectDan Williams2012-06-151-6/+40
* core: ensure VPN DNS information is usedDan Williams2012-06-141-16/+72
* core: move DNS change handling to the policy and optimize DNS updates (bgo #6...Dan Williams2012-06-121-19/+108
* vpn: emit both new and old states in state-changed signalDan Williams2012-06-121-1/+2
* policy: split routing and DNS updatesDan Williams2012-06-121-215/+279
* core: use nm_device_get_connection() in a few more placesDan Williams2012-06-061-12/+3
* ip6: add default gateway to NMIP6Config (bgo #676317)Pavel Šimerda2012-05-311-1/+6
* vpn: support IPv6 over VPNsDan Winship2012-05-301-18/+27
* core: add "Autoconnect" property to NMDeviceJiří Klimeš2012-05-221-1/+11
* firewall: set interface zone before IP configuration (rh #805405)Dan Williams2012-03-211-8/+4
* firewall-manager: changing the zone an interface belongs toJiri Popelka2012-03-011-15/+19
* firewall-manager: add interfaces to zones after firewall (re)startJiri Popelka2012-03-011-0/+31
* core: use active connection dependency master instead of manually setting itDan Williams2012-03-011-40/+0
* core: make NMActiveConnection a base class for NMActRequest and NMVPNConnectionDan Williams2012-02-091-5/+7
* bonding: auto activate slaves when a master enters prepare stateThomas Graf2011-12-091-0/+39
* policy: recheck activation after connection retries are clearedDan Williams2011-12-061-0/+10
* core: use nm_connection_get_setting_<type>() whenever possibleThomas Graf2011-12-061-6/+6
* core: clean up more usage of NM_IS_DEVICE_xxx()Dan Williams2011-12-021-22/+20
* core: kill NMDeviceInterfaceDan Williams2011-12-021-1/+0
* core: move NMDeviceInterface properties and methods to nm-device.cDan Williams2011-12-021-2/+2
* core: move nm_device_interface_get_enabled() to nm-device.cDan Williams2011-12-021-1/+1
* core: move nm_device_interface_check_connection_compatible() to nm-device.cDan Williams2011-12-021-1/+1
* core: kill IS_ACTIVATING_STATE()Dan Williams2011-12-021-1/+3
* core: kill nm_device_interface_get_state()Dan Williams2011-12-021-1/+1
* bonding: wait for master connection to be availableThomas Graf2011-11-211-0/+6
* trivial: fix wrong return typeDan Williams2011-11-171-1/+1
* bonding: postpone auto-activation of a slave until master is presentThomas Graf2011-11-091-0/+34
* firewall: cleanups and code consolidationDan Williams2011-11-091-19/+12
* zones: fix up formatting and simplify some functionsDan Williams2011-11-091-26/+19
* policy: let firewall know about the zone when connection gets updatedJiri Popelka2011-11-091-1/+59
* dns: don't update routing and DNS if no devices were ever managed (lp:862134)Mathieu Trudel-Lapierre2011-11-021-0/+9
* Revert "dns: don't update routing and DNS if no devices were ever managed"Dan Williams2011-11-021-9/+0
* policy: don't update DNS if the hostname hasn't actually changedDan Williams2011-11-021-0/+22
* dns: remove unused parameterDan Williams2011-11-021-19/+16
* dns: don't update routing and DNS if no devices were ever managedMathieu Trudel-Lapierre2011-11-021-0/+9
* policy: fix setting hostname from DHCP options (rh #719100)Jiří Klimeš2011-10-201-2/+2
* Merge remote-tracking branch 'origin/master' into libnl3Dan Williams2011-08-161-0/+11
|\
| * policy: don't autoconnect disabled modemsDaniel Gnoutcheff2011-08-161-0/+11
* | core: finish conversion of nm-system functions to ifindex not iface nameDan Williams2011-07-221-5/+11
|/
* policy: fix setting hostname from DHCP options (rh #719100)Jiří Klimeš2011-07-121-7/+7
* policy: don't auto-activate shared wifi if user is not authorized (CVE-2011-2...Dan Williams2011-07-011-4/+18
* core: connections failed due to missing secrets are re-tried when an secret a...Jiří Klimeš2011-07-011-0/+40
* policy: remove "invalid mark" for failed connections after 5 minsJiří Klimeš2011-06-231-2/+45
* policy: don't cache "(none)" hostname on startup (rh #706094)Jiří Klimeš2011-06-141-1/+4
* core: add some logging for activation and disconnectionDan Williams2011-06-021-0/+2