summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core: fix a spurious warning with non-kernel network devicesDan Winship2014-11-147-14/+36
* dhcp: Fix the DHCP client lookup by gtypeLubomir Rintel2014-11-141-1/+1
* all: consistently include config.hDan Winship2014-11-13167-59/+312
* dhcp: log the configured DHCP clientThomas Haller2014-11-131-8/+10
* merge: wifi bssid handling fixesLubomir Rintel2014-11-132-13/+10
|\
| * wifi: Empty AP BSSID is NULL, not an invalid addressth/bgo739258_wifi_bssid_fixesLubomir Rintel2014-10-271-1/+1
| * wifi: avoid assertion in nm_ap_check_compatible() when comparing AP with miss...Thomas Haller2014-10-271-1/+1
| * wifi: ensure not passing NULL bssid as string to printf logging functionsThomas Haller2014-10-272-11/+8
* | bluez: Another bluez5 build fixLubomir Rintel2014-11-121-5/+10
* | bluetooth: Don't call into bluez5 DUN code when it's not enabledLubomir Rintel2014-11-121-0/+12
* | platform: assert against expected lifetime values of NMPlatformIPAddressThomas Haller2014-11-121-0/+5
* | core: remove unused variableDan Williams2014-11-111-4/+0
* | vpn: update DefaultRouteManager before sending state change signalDan Williams2014-11-111-3/+5
* | dhcp: fix adapter for sd logging macros to show file locationThomas Haller2014-11-111-2/+5
* | keyfile: don't assert when parsing invalid prefixThomas Haller2014-11-111-8/+10
* | core: fix integer type of mtu variableThomas Haller2014-11-112-4/+4
* | core: don't pass NULL for "%s" format to g_messageThomas Haller2014-11-111-1/+1
* | device: fix fetching the IPv6 default route for assumed devicesThomas Haller2014-11-111-1/+1
* | dhcp-manager: Keep size of PID consistentlr/crashesLubomir Rintel2014-11-103-6/+6
* | policy: fix using wrong loop counter in _platform_route_sync_flush()Thomas Haller2014-11-101-3/+3
* | dhcp: demote DHCP client registration message to 'debug' levelDan Williams2014-11-071-2/+8
* | iface-helper: add nm-iface-helper for dynamic configure-then-quit supportDan Williams2014-11-0711-72/+862
* | 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
* | dhcp: track last IPv4 address on start for renewalDan Williams2014-11-078-23/+32
* | dhcp: preserve hostname for later useDan Williams2014-11-075-21/+31
* | dhcp: preserve DHCPv4 client ID for later useDan Williams2014-11-079-83/+327
* | dhcp: move client-specific knowledge out of the managerDan Williams2014-11-0710-80/+154
* | dhcp: move D-Bus DHCP listener into separate classDan Williams2014-11-078-247/+377
* | core: split signal/pidfile/option handling into separate source fileDan Williams2014-11-074-226/+334
* | libnm,core: enhance nm_utils_hexstr2bin()Dan Williams2014-11-074-90/+68
* | ifcfg-rh: strip trailing whitespace from ifcfg files (rh #1100336)Dan Williams2014-11-074-2/+53
* | ifcfg-rh: (trivial) fix formattingDan Williams2014-11-071-2/+1
* | policy: fix get_best_device() to return only active devices from the listThomas Haller2014-11-071-10/+10
* | 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-072-105/+106
* | core: ensure generated connections has no gateway if it has no addressesThomas Haller2014-11-072-2/+10
* | 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
* | vpn: add nm_vpn_connection_get_connection_id() functionThomas Haller2014-11-072-0/+12