summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | device: only add default route when having any addressesThomas Haller2014-11-191-3/+21
* | policy: remove redundant remove_default_route() functions from NMDefaultRoute...Thomas Haller2014-11-194-41/+4
* | policy: remove unused @do_sync argument from NMDefaultRouteManager functionsThomas Haller2014-11-191-16/+14
* | policy: minor fix when having multiple default routes with metric MAXUINT32Thomas Haller2014-11-191-1/+2
* | policy: refactor NMDefaultRouteManager to use union type NMPlatformIPXRouteThomas Haller2014-11-191-58/+59
* | platform: add typedef for unions NMPlatformIPXAddress and NMPlatformIPXRouteThomas Haller2014-11-191-0/+12
|/
* dhcp: Simplify nm-dhcp-systemd lease-handling codeDan Winship2014-11-191-25/+13
* dhcp: fix startup warnings with dhcp=internalDan Winship2014-11-191-1/+1
* dhcp: fix systemd-dhcp's writing of routes in lease fileDan Winship2014-11-191-3/+5
* dhcp: update nm-dhcp-systemd code for system-dhcp re-importDan Winship2014-11-191-3/+3
* dhcp: re-fix system-dhcp code after re-importDan Winship2014-11-194-2/+12
* Merge branch 'master' into dhcp-mergeDan Winship2014-11-19214-4723/+8546
|\
| * core: minor fix to ensure safe boolean comparison in have_ip6_address()Thomas Haller2014-11-191-0/+2
| * firewall: don't set firewall zone for assumed devicesThomas Haller2014-11-192-3/+15