summaryrefslogtreecommitdiff
path: root/src/dhcp-manager/nm-dhcp-systemd.c
Commit message (Expand)AuthorAgeFilesLines
* dhcp4: send FQDN option when ipv4.dhcp-fqdn is setbg/dhcp-send-fqdn-rh1255507Beniamino Galvani2015-11-231-1/+10
* dhcp-manager: strip hostname sent by internal DHCP clientBeniamino Galvani2015-11-231-1/+11
* systemd: merge branch 'systemd' into masterBeniamino Galvani2015-11-231-0/+6
* dhcp: pass IPv6 link-local address to DHCP clientBeniamino Galvani2015-11-231-0/+1
* platform: properly handle IPv4 peer-addressesThomas Haller2015-11-021-0/+1
* merge: merge branch 'systemd' into masterBeniamino Galvani2015-10-081-9/+9
* dhcp-systemd: sd_dhcp_lease_load() returns no lease or error on ENOENTLubomir Rintel2015-10-081-1/+1
* dhcp/systemd: fix leaking leases after dhcp_lease_load()Thomas Haller2015-09-171-7/+8
* dhcp/systemd: fix unrefing lease after API change of sd_dhcp_client_get_lease()Thomas Haller2015-09-171-1/+0
* Revert "systemd/dhcp: make sd_dhcp_lease_*() functions public again"Thomas Haller2015-09-161-3/+3
* systemd/build: use separate NETWORKMANAGER_COMPILATION define for systemd buildThomas Haller2015-09-161-2/+0
* systemd: merge branch 'systemd-integration' into masterThomas Haller2015-09-161-2/+2
* systemd: merge branch 'systemd' into masterThomas Haller2015-08-121-4/+5
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-3/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-2/+1
* all: remove #if GLIB_CHECK_VERSION conditionals around g_type_init()Thomas Haller2015-07-121-1/+1
* dhcp: detect NMIP4Config 'metered' flag based on ANDROID_METERED DHCP optionBeniamino Galvani2015-06-091-0/+7
* dhcp: remove sd_dhcp6_client_set_ifname() functionThomas Haller2015-03-031-6/+0
* core: pass ifindex as parameter to nm_ip4_config_new()Dan Williams2015-02-271-2/+5
* ip4-config: keep track of ifindexLubomir Rintel2015-02-271-3/+5
* core: better handle DHCP expiry/nak during initial lease acquisition (bgo #73...Dan Williams2014-12-121-0/+2
* 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-241-2/+3
* dhcp: fix expiry time logging/exportingDan Winship2014-11-241-5/+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: update nm-dhcp-systemd code for system-dhcp re-importDan Winship2014-11-191-3/+3
* all: consistently include config.hDan Winship2014-11-131-1/+1
* dhcp: track last IPv4 address on start for renewalDan Williams2014-11-071-10/+12
* dhcp: preserve hostname for later useDan Williams2014-11-071-4/+3
* dhcp: preserve DHCPv4 client ID for later useDan Williams2014-11-071-14/+44
* dhcp: move client-specific knowledge out of the managerDan Williams2014-11-071-1/+11
* core: move definition of NMLinkType to nm-types.hThomas Haller2014-11-071-0/+1
* platform: don't include gsystem-local-alloc.h in nm-platform.hThomas Haller2014-11-071-0/+1
* dhcp: add systemd-based "internal" DHCP clientDan Williams2014-11-061-0/+808