summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* device: Don't delete the link if a re-activation is scheduledLubomir Rintel2014-11-071-0/+2
* team: Don't let teamd rip off the link when it terminatesLubomir Rintel2014-11-071-0/+1
* dhcp: fix building without sys/auxv.hJiří Klimeš2014-11-071-0/+2
* all: allow route metrics to be "0"Dan Winship2014-11-079-58/+74
* libnm-core, libnm, core: add AddressData and RouteData propertiesDan Winship2014-11-074-33/+246
* libnm-core: add NMSettingIPConfig:gateway, drop NMIPAddress:gatewayDan Winship2014-11-0713-193/+303
* all: stop pretending to support multiple "gateway"sDan Winship2014-11-0710-40/+45
* core, clients: implement dhcp-send-hostname for IPv6Dan Winship2014-11-073-3/+6
* libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classesDan Winship2014-11-0731-1196/+1149
* libnm-core: add NMIPAddress/NMIPRoute attributes, use for labelsDan Winship2014-11-074-16/+39
* libnm-core, all: merge IPv4 and IPv6 address/route typesDan Winship2014-11-0720-1781/+869
* 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
* sd-dhcp-client: Add missing initializersLubomir Rintel2014-11-076-16/+12
* dhcp: add systemd-based "internal" DHCP clientDan Williams2014-11-064-2/+937
* dhcp: add nm_dhcp_utils_client_id_string_to_bytes()Dan Williams2014-11-064-6/+110
* dhcp: systemd DHCP code changes necessary for NM integrationDan Williams2014-11-062-29/+18
* dhcp: make systemd DHCP code into a libraryDan Williams2014-11-0623-0/+434
* dhcp: fix compiler warning in IN_SET macroThomas Haller2014-11-061-3/+3
* sd-dhcp-client: fix REBOOT state handlingDan Williams2014-11-061-18/+15
* sd-dhcp-client: clean up raw socket sd_event_source when creating UDP sourceDan Williams2014-11-061-0/+3
* sd-dhcp-lease: expose load/save functionsDan Williams2014-11-063-5/+5
* sd-dhcp-lease: load/save client IDDan Williams2014-11-064-1/+80
* sd-dhcp-client: support custom client IDsDan Williams2014-11-062-12/+105
* sd-dhcp6-client: fix off-by-two error in DUID lengthDan Williams2014-11-061-5/+5
* dhcp: add systemd DHCP codeDan Williams2014-11-0644-0/+19423
* vpn: reconnect on service failures (bgo #349151)Dan Williams2014-11-063-1/+57
* vpn/core: move VPN gateway route between devices when routing changesDan Williams2014-11-064-28/+147
* vpn: allow plugins to indicate 'can-persist' capabilityDan Williams2014-11-061-0/+13
* vpn: allow plugins to re-enter the STARTING state to indicate reconnectDan Williams2014-11-061-11/+21
* libnm/libnm-util: add VPN 'persistent' propertyDan Williams2014-11-061-1/+3
* platform: fix lifetime/preferred type in _address_get_lifetime()Dan Williams2014-11-051-1/+1
* wimax/build: use NM_PRAGMA_WARNING_DISABLE() macro instead of #pragmaThomas Haller2014-10-311-4/+3
* dhcp: don't add special route to DHCP server when having direct routeThomas Haller2014-10-311-5/+5
* core: add nm_ipX_config_get_direct_route_for_host() functionsThomas Haller2014-10-316-6/+77
* core: add nm_utils_ip6_route_metric_normalize() functionThomas Haller2014-10-312-0/+17
* Merge branch 'lr/ap'Lubomir Rintel2014-10-313-27/+32
|\
| * ifcfg-rh: add support for MODE=Aplr/apJiří Klimeš2014-10-232-1/+5
| * wifi: Use SSID from connection also if AP is not configuredLubomir Rintel2014-10-231-26/+27
* | Merge branch 'lr/rpm-make-check'Lubomir Rintel2014-10-305-14/+36
|\ \
| * | tests: Fix /general/nm_utils_kill_child raceLubomir Rintel2014-10-301-0/+1
| * | core: Fall back to CLOCK_MONOTONIC if CLOCK_BOOTTIME unsupportedLubomir Rintel2014-10-241-8/+29
| * | build: Don't conditionally omit files from distributionLubomir Rintel2014-10-203-6/+6