NetworkManager/src/dhcp-manager
Dan Winship 4f2c553172 dhcp: Simplify nm-dhcp-systemd lease-handling code
An sd_dhcp_lease will always have an associated address, netmask, and
lifetime, so we don't have to check for errors when fetching them.
(The systemd code will fill in a default netmask if the server didn't
provide one; nm-dhcp-systemd's code to do that itself was redundant
and unused.)

Also, log the expiration time and NTP servers, for consistency with
everything else.
2014-11-19 12:03:03 -05:00
..
systemd-dhcp dhcp: fix systemd-dhcp's writing of routes in lease file 2014-11-19 12:03:03 -05:00
tests all: consistently include config.h 2014-11-13 17:18:42 -05:00
Makefile.am dhcp-manager: port nm-dhcp-helper from dbus-glib to gdbus 2014-09-04 18:19:21 -04:00
nm-dhcp-client.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-dhcp-client.h dhcp-manager: Keep size of PID consistent 2014-11-10 12:58:42 +01:00
nm-dhcp-dhclient-utils.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-dhcp-dhclient-utils.h dhcp: preserve DHCPv4 client ID for later use 2014-11-07 12:18:32 -06:00
nm-dhcp-dhclient.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-dhcp-dhclient.h dhcp: move client-specific knowledge out of the manager 2014-11-07 12:18:32 -06:00
nm-dhcp-dhcpcd.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-dhcp-dhcpcd.h dhcp: move client-specific knowledge out of the manager 2014-11-07 12:18:32 -06:00
nm-dhcp-helper.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-dhcp-helper.conf dhcp: use private socket to return status if available 2013-04-08 11:30:31 -05:00
nm-dhcp-listener.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-dhcp-listener.h dhcp: move D-Bus DHCP listener into separate class 2014-11-07 12:18:32 -06:00
nm-dhcp-manager.c dhcp: Fix the DHCP client lookup by gtype 2014-11-14 13:54:13 +01:00
nm-dhcp-manager.h dhcp: track last IPv4 address on start for renewal 2014-11-07 12:18:33 -06:00
nm-dhcp-systemd.c dhcp: Simplify nm-dhcp-systemd lease-handling code 2014-11-19 12:03:03 -05:00
nm-dhcp-systemd.h dhcp: move client-specific knowledge out of the manager 2014-11-07 12:18:32 -06:00
nm-dhcp-utils.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-dhcp-utils.h dhcp: add nm_dhcp_utils_client_id_string_to_bytes() 2014-11-06 21:58:32 -06:00