NetworkManager/src/dhcp-manager
Dan Winship 213a3a4d2e core: don't pass config data to NMDHCPManager and NMDnsManager
Rather than passing specific bits of data to NMDHCPManager and
NMDnsManager, just let them call nm_config_get() and then get the data
themselves.

Also, remove the GError argument from nm_dhcp_manager_new(), since the
function never returned NULL. This in turn means there is no longer
any need for a distinction between nm_dhcp_manager_new() and
nm_dhcp_manager_get(), so remove the former.
2013-04-03 10:23:48 -04:00
..
tests dhcp: fix up testcase for "also request static-routes;" 2013-03-21 13:20:13 -05:00
Makefile.am core: don't pass config data to NMDHCPManager and NMDnsManager 2013-04-03 10:23:48 -04:00
nm-dhcp-client.c trivial: rename rand to avoid -Wshadow 2013-04-02 11:03:47 +02:00
nm-dhcp-client.h dhcp: add generic DUID infrastructure 2013-01-29 10:16:45 -06:00
nm-dhcp-dhclient-utils.c dhclient: also request 'static-routes' option from DHCP server (rh #922558) 2013-03-20 10:00:42 +01:00
nm-dhcp-dhclient-utils.h dhclient: save DUID to dhclient leasefiles when required 2013-01-29 10:18:42 -06:00
nm-dhcp-dhclient.c dhclient: copy leasefiles from old location if needed (rh #916233) (bgo #696210) 2013-03-26 15:26:18 -05:00
nm-dhcp-dhclient.h dhcp: store NetworkManager-specific dhclient leases in /var/lib/NetworkManager/ 2012-11-16 15:27:22 -06:00
nm-dhcp-dhcpcd.c all: remove pointless NULL checks 2013-02-13 13:38:13 -05:00
nm-dhcp-dhcpcd.h dhcp: store NetworkManager-specific dhclient leases in /var/lib/NetworkManager/ 2012-11-16 15:27:22 -06:00
nm-dhcp-manager.c core: don't pass config data to NMDHCPManager and NMDnsManager 2013-04-03 10:23:48 -04:00
nm-dhcp-manager.h core: don't pass config data to NMDHCPManager and NMDnsManager 2013-04-03 10:23:48 -04:00