summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* device: don't fail activation when IP config is unavailable and unneededlr/assumed-activation-rh1141264Lubomir Rintel2014-12-111-15/+40
* device: don't disconnect assumed connectionsLubomir Rintel2014-12-111-0/+8
* device: turn nm_d_ip_config_should_fail to get_ip_config_may_failLubomir Rintel2014-12-112-16/+15
* tests: fix setting MAC address in testsJiří Klimeš2014-12-111-3/+1
* core: don't wipe out VPN secrets if we're changing the connectionLubomir Rintel2014-12-111-0/+6
* agent-manager: don't ever fail the secrets requests from GetSecrets()Lubomir Rintel2014-12-113-3/+11
* platform: avoid conflicts when reinstalling the device-routeThomas Haller2014-12-114-33/+102
* device: add logging macro _LOGT()Thomas Haller2014-12-091-0/+1
* core: implement nm_utils_find_helper() based on nm_utils_file_search_in_paths()Thomas Haller2014-12-051-47/+14
* utils: fix converting milliseconds to microsecondsJiří Klimeš2014-12-051-2/+13
* bluetooth: the code cannot be reachedJiří Klimeš2014-12-051-3/+2
* platform: ignore nm_platform_ip4_route_add/delete return valueJiří Klimeš2014-12-051-3/+5
* utils: initialize timespec structureJiří Klimeš2014-12-051-4/+4
* util: fix _log_connection_sort_names_fcn()Jiří Klimeš2014-12-051-2/+2
* settings: change algorithm for UUID generation based on stringsThomas Haller2014-12-042-8/+9
* core: add nm_utils_uuid_generate_from_strings()Thomas Haller2014-12-043-0/+95
* libnm: add a type argument to nm_utils_uuid_generate_from_string()Thomas Haller2014-12-045-6/+6
* libnm: accept additional length argument in nm_utils_uuid_generate_from_string()Thomas Haller2014-12-045-6/+6
* core: don't bounce disable_ipv6 when assuming connections (rh #1170530)Jiří Klimeš2014-12-041-1/+1
* libnm: remove nm_utils_init() from the public APIDan Winship2014-12-042-7/+0
* core: fix leak of generated connection if device is activeDan Williams2014-12-031-5/+4
* devices: don't release slaves on exit (rh #1169936)Dan Winship2014-12-031-1/+1
* ifcfg-rh: don't include nm-utils-private.h outside of libnm-core/Thomas Haller2014-12-031-1/+0
* device: Deal with links that vanish during initializationLubomir Rintel2014-12-023-4/+9
* iface-helper: disambiguate route priority for IPv4 and IPv6Thomas Haller2014-12-012-16/+20
* core: rename NM_PLATFORM_ROUTE_METRIC_DEFAULT to NM_PLATFORM_ROUTE_METRIC_DEF...Thomas Haller2014-12-013-6/+12
* keyfile: assert in writer to have valid connection idThomas Haller2014-11-281-5/+1
* devices: NM_SETTING_WIRED_S390_SUBCHANNELS is now G_TYPE_STRV (rh #1168764)Jiří Klimeš2014-11-281-9/+8
* core: adjust values for default route-metrics per device typeThomas Haller2014-11-262-21/+28
* vpn: don't choose route priority for VPN connections based on the parent deviceThomas Haller2014-11-261-12/+2
* iface-helper: make priority variable guint32Thomas Haller2014-11-251-3/+4
* core: fix route metrics for subnet routesThomas Haller2014-11-257-13/+54
* platform: add paramter to ip4_route_add to set src (RTA_PREFSRC)Thomas Haller2014-11-258-21/+32
* libnm: allow zero prefix length for NMIPRouteThomas Haller2014-11-246-3/+16
* dhcp: fix printf format string for printing guint32 variableThomas Haller2014-11-241-1/+1
* dhcp: pass device specific route metric to nm_dhcp_systemd_get_lease_ip_confi...Thomas Haller2014-11-246-8/+14
* dhcp: fix expiry time logging/exportingDan Winship2014-11-241-5/+12
* core: add NM_UNMANAGED_PARENT flag for a dependency on parent deviceJiří Klimeš2014-11-242-10/+11
* vlan: export parent device for VLANs as D-Bus propertyJiří Klimeš2014-11-242-7/+27
* cli,vpn: merge branch 'lr/nm-1-0-fixes'Lubomir Rintel2014-11-201-5/+5
|\
| * vpn: Propagate daemon exec error correctlyLubomir Rintel2014-11-191-5/+5
* | device: Remove unmanaged slaves from master when they disappearLubomir Rintel2014-11-203-0/+20
* | platform: stop using private kernel tun device flags (bgo #740380)Dan Williams2014-11-191-1/+1
* | policy: enforce absence of default route on never-default VPN connectionsThomas Haller2014-11-191-16/+4
* | policy: fix handling managed devices without default routeThomas Haller2014-11-192-42/+107
* | policy: sort default routes by metrics before adding themThomas Haller2014-11-191-12/+31
* | policy: pick up externally configured default routes for managed interfacesThomas Haller2014-11-193-19/+38
* | policy: resync routes on platform change eventsThomas Haller2014-11-191-12/+241
* | policy: consider additional assumed routes when synchronizing the default routeThomas Haller2014-11-191-6/+99
* | policy: minor refactoring in NMDefaultRouteManager to access routes genericallyThomas Haller2014-11-191-8/+14