summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* policy: return best config based on the internal sorting of NMDefaultRouteMan...th/bgo735512_route_metricThomas Haller2014-11-073-75/+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-136/+195
* 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/+1025
* policy: remove redundant check for never-default in get_best_ipx_config()Thomas Haller2014-11-071-20/+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
* libnm: allow zero length prefix in NMIP4Route and NMIP6RouteThomas Haller2014-11-074-4/+8
* vpn: add nm_vpn_connection_get_connection_id() functionThomas Haller2014-11-072-0/+12
* core: remove unneeded check in nm_ip4_config_commit() for default routesThomas Haller2014-11-073-20/+4
* device: add function nm_device_uses_assumed_connection()Thomas Haller2014-11-072-0/+13
* platform: support route_get_all() to return route for every ifindexThomas Haller2014-11-072-22/+8
* platform: extend nm_platform_ipX_route_get_all() to return default-routes onlyThomas Haller2014-11-0710-36/+80
* core: add nm_ip4_config_get_subnet_for_host() functionThomas Haller2014-11-074-4/+55
* core: fix comparing metric for IPv6 routesThomas Haller2014-11-071-1/+3
* core: overwrite the default route priority via connection settingThomas Haller2014-11-072-12/+44
* core: add explicit functions for the route priority/metricThomas Haller2014-11-074-17/+60
* core: modify the values/route metric returned by nm_device_get_priority()Thomas Haller2014-11-072-13/+17
* core: cleanup type of route metric to ensure guint32Thomas Haller2014-11-0713-64/+59
* cli: support new properties NM_SETTING_IP4_CONFIG_ROUTE_METRIC and NM_SETTING...Thomas Haller2014-11-071-26/+48
* cli: add utility methods for gint64 typesThomas Haller2014-11-071-0/+41
* libnm: add NMSettingIP4Config:route-metric and NMSettingIP6Config:route-metri...Thomas Haller2014-11-0713-1/+217
* keyfile: add support for G_INT64 propertiesThomas Haller2014-11-072-0/+20
* core: forward declare NMVpnConnection in nm-types.hThomas Haller2014-11-072-2/+3
* core: move definition of NMLinkType to nm-types.hThomas Haller2014-11-077-44/+49
* platform: don't include gsystem-local-alloc.h in nm-platform.hThomas Haller2014-11-079-1/+8
* core: fix leak of lookup_addr in NMPolicyThomas Haller2014-11-071-2/+5
* core/trivial: remove semicolon from macroThomas Haller2014-11-071-1/+1
* all: add macro NM_IN_SETThomas Haller2014-11-071-0/+15
* vpn: fix cleanup of connection timeout in maybe_complete()Thomas Haller2014-11-071-1/+1
* dhcp/test: fix compiler warning about pointer arithmetric for void*Thomas Haller2014-11-071-1/+1
* dhcp: fix swapped order of argument for logging functionThomas Haller2014-11-071-1/+1
* gitignore: ignore dhcp test binaryThomas Haller2014-11-071-0/+1
* sd-dhcp-client: Add missing initializersLubomir Rintel2014-11-076-16/+12
* cli: add 'nmcli agent' command (bgo #739568)Jiří Klimeš2014-11-0712-15/+371
* merge: implement a polkit agent and use it in nmcli (bgo #739413)Jiří Klimeš2014-11-079-1/+753
|\
| * cli: add a polkit agent support for nmcliJiří Klimeš2014-11-076-1/+216
| * configure: check whether polkit-agent-1 is availableJiří Klimeš2014-11-071-0/+17
| * clients: add common code for polkit agent listenerJiří Klimeš2014-11-073-0/+520
|/
* merge: use NM secret agent in nmcli when connecting to networks (bgo #705998)Jiří Klimeš2014-11-0713-280/+505
|\
| * man: document/clarify --ask option in relation to password promptingJiří Klimeš2014-11-071-1/+6
| * cli: add 'passwd-file' option for 'nmcli connection up' to provide passwordsJiří Klimeš2014-11-075-31/+182
| * cli: use secret agent for getting passwords from userJiří Klimeš2014-11-074-14/+85
| * clients: add real property name to NNSecretAgentSimpleSecretJiří Klimeš2014-11-072-1/+3
| * clients: move secret agent to common directoryJiří Klimeš2014-11-077-252/+248
|/
* merge: add an 'internal' DHCP client based on systemd's DHCP code (bgo #733384)Dan Williams2014-11-0655-9/+21066
|\