summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! iface-helper: add nm-iface-helper for dynamic configure-then-quit supportdcbw/blahblahDan Williams2014-11-071-4/+4
* fixup! iface-helper: add nm-iface-helper for dynamic configure-then-quit supportDan Williams2014-11-071-3/+2
* fixup! iface-helper: add nm-iface-helper for dynamic configure-then-quit supportDan Williams2014-11-073-13/+54
* fixup! iface-helper: add nm-iface-helper for dynamic configure-then-quit supportDan Williams2014-11-072-16/+10
* fixup! iface-helper: add nm-iface-helper for dynamic configure-then-quit supportDan Williams2014-11-072-23/+23
* fixup! iface-helper: add nm-iface-helper for dynamic configure-then-quit supportDan Williams2014-11-071-6/+0
* fixup! iface-helper: add nm-iface-helper for dynamic configure-then-quit supportDan Williams2014-11-071-2/+20
* fixup! iface-helper: add nm-iface-helper for dynamic configure-then-quit supportDan Williams2014-11-071-11/+14
* iface-helper: add nm-iface-helper for dynamic configure-then-quit supportDan Williams2014-11-0711-67/+808
* fixup! man: document 'configure-and-quit' configuration optionDan Williams2014-11-071-10/+14
* fixup! man: document 'configure-quit' configuration optionDan Williams2014-11-071-1/+1
* man: document 'configure-and-quit' configuration optionJiří Klimeš2014-11-071-1/+19
* fixup! core: add option to quit when startup is complete (rh #863515) (rh #10...Dan Williams2014-11-073-6/+6
* core: add option to quit when startup is complete (rh #863515) (rh #1083683)Dan Williams2014-11-073-0/+30
* core: add nm_utils_ip4_property_path()Dan Williams2014-11-072-11/+41
* fixup! dhcp: track last IPv4 address on start for renewalDan Williams2014-11-071-6/+4
* dhcp: track last IPv4 address on start for renewalDan Williams2014-11-078-22/+33
* dhcp: preserve hostname for later useDan Williams2014-11-075-21/+35
* fixup! dhcp: preserve DHCPv4 client ID for later useDan Williams2014-11-072-0/+2
* fixup! dhcp: preserve DHCPv4 client ID for later useDan Williams2014-11-071-1/+1
* dhcp: preserve DHCPv4 client ID for later useDan Williams2014-11-079-82/+327
* fixup! dhcp: move client-specific knowledge out of the managerDan Williams2014-11-074-47/+35
* dhcp: move client-specific knowledge out of the managerDan Williams2014-11-0710-83/+169
* fixup! dhcp: move D-Bus DHCP listener into separate classDan Williams2014-11-071-5/+5
* fixup! dhcp: move D-Bus DHCP listener into separate classDan Williams2014-11-071-14/+1
* fixup! dhcp: move D-Bus DHCP listener into separate classDan Williams2014-11-072-3/+2
* dhcp: move D-Bus DHCP listener into separate classDan Williams2014-11-078-247/+391
* fixup! core: split signal/pidfile/option handling into separate source fileDan Williams2014-11-071-0/+1
* fixup! core: split signal/pidfile/option handling into separate source fileDan Williams2014-11-072-6/+6
* fixup! core: split signal/pidfile/option handling into separate source fileDan Williams2014-11-071-6/+1
* core: split signal/pidfile/option handling into separate source fileDan Williams2014-11-074-220/+332
* fixup! libnm,core: enhance nm_utils_hexstr2bin()Dan Williams2014-11-072-0/+7
* fixup! libnm,core: enhance nm_utils_hexstr2bin()Dan Williams2014-11-071-0/+1
* libnm,core: enhance nm_utils_hexstr2bin()Dan Williams2014-11-0710-150/+162
* build: add the compatibility header for g_clear_pointer()Jiří Klimeš2014-11-073-0/+3
* core: fix new NMIP4Config and NMIP6Config propertiesDan Winship2014-11-073-107/+108
* core: ensure generated connections has no gateway if it has no addressesThomas Haller2014-11-072-2/+10
* core: merge branch 'th/bgo735512_route_metric'Thomas Haller2014-11-0745-683/+2036
|\
| * core: even vor MODEM devices don't add IPv6 default routes without gatewayThomas Haller2014-11-071-3/+2
| * policy: return best config based on the internal sorting of NMDefaultRouteMan...Thomas Haller2014-11-073-73/+24
| * policy: improve get_best_device() to strictly adhering the sort order of the ...Thomas Haller2014-11-071-60/+68
| * policy: set default routes for VPN via NMDefaultRouteManagerThomas Haller2014-11-073-93/+17
| * policy: move get_best_config() function to nm-default-route-managerThomas Haller2014-11-073-134/+193
| * policy: track default route for VPN in NMDefaultRouteManagerThomas Haller2014-11-072-13/+111
| * policy: better sync get_best_device() with NMDefaultRouteManagerThomas Haller2014-11-071-41/+46
| * policy: move get_best_device() function to nm-default-route-managerThomas Haller2014-11-073-119/+98
| * policy: add manager for default routes and support multiple default routesThomas Haller2014-11-079-119/+1021
| * policy: remove redundant check for never-default in get_best_ipx_config()Thomas Haller2014-11-071-22/+4
| * policy: minor refactoring in get_best_ipx_device()Thomas Haller2014-11-071-30/+30
| * policy: fix updating the default route for VPNThomas Haller2014-11-071-25/+22