summaryrefslogtreecommitdiff
path: root/src/dhcp-manager
Commit message (Expand)AuthorAgeFilesLines
* WIP: dhcp: refactor dhcp manager to support queueing of clients and async kil...Thomas Haller2015-07-073-58/+284
* dhcp: refactor state to string conversionThomas Haller2014-04-111-46/+37
* dhcp: refactor using named defines for signal names instead of plain stringThomas Haller2014-04-113-15/+19
* dhcp: refactor not to pass on NMSettingIP4Config objectsThomas Haller2014-04-118-51/+31
* dhcp: refactor dhcp code to use @dhcp_anycast_addr as #GByteArray typeThomas Haller2014-04-119-24/+29
* build: add some missing -DNM_VERSION_MAX_ALLOWEDDan Winship2014-04-072-1/+5
* dhcp: downgrade warning about unhandled DHCP event in case of terminated clientThomas Haller2014-03-121-15/+16
* core/dhcp: reduce the wait time when killing dhcp client processThomas Haller2014-03-063-7/+7
* core: use nm_utils_get_monotonic_timestamp_s for timestamp of NMPlatformIP[46...Thomas Haller2014-01-301-12/+3
* core/dhcp: fix dispose() of NMDHCPClient to handle multiple invocationsThomas Haller2014-01-301-5/+15
* core/platform: add address/route sources (rh#1005416, bgo#722843)Dan Williams2014-01-242-0/+6
* dhcp: don't add an IPv6 address if one wasn't given (rh #1048046)Dan Williams2014-01-231-9/+7
* core: Add host route for DHCP4 server if outside assigned subnet (bgo #721767)Scott Shambarger2014-01-211-2/+37
* core: set classful prefix length for DHCP4 static routes (bgo #721771)Scott Shambarger2014-01-211-3/+12
* logging: tweak logging-enabled functionsDan Winship2013-12-201-2/+2
* all: refactor to make use of nm_utils_inet[46]_ntop functionsThomas Haller2013-12-091-9/+4
* dhcp: dhcpcd uses a fixed path for PID filesDan Williams2013-11-271-1/+4
* dhcp: force IPv4-only for dhcpcdDan Williams2013-11-271-0/+9
* coverity: fix various warnings detected with Coverity (fixup)Thomas Haller2013-11-131-1/+2
* coverity: fix various warnings detected with CoverityThomas Haller2013-11-134-12/+14
* dhcp: make dhclient lease parsing code testableDan Williams2013-11-089-222/+463
* dhclient: fill IPv4 config more completely when reading lease filesDan Williams2013-11-081-11/+37
* dhclient: simplify lease expiration checkingDan Williams2013-11-081-40/+43
* dhcp: rename get_lease_config -> get_lease_ip_configsDan Williams2013-11-086-32/+25
* core: fix memory leak in nm-dhcp-dhclientThomas Haller2013-10-221-1/+1
* dhcp: don't crash when no DHCP client is available (rh #1015809)Jiří Klimeš2013-10-171-1/+9
* settings: make connections always have s_ip4 and s_ip6Dan Winship2013-10-112-47/+37
* dhcp: fix IPv6 address prefixes (rh #1013583)Dan Williams2013-10-011-1/+1
* dhcp: add a testcase for distinguishing client identifier typeJiří Klimeš2013-09-091-0/+29
* dhcp: add testcase for quoting problematic client identifiersDan Williams2013-09-061-0/+29
* dhcp: string vs. byte-array of dhcp-client-identifier (rh #999503)Jiří Klimeš2013-09-061-4/+8
* fix: avoid call to g_file_test with NULL path in nm-dhcp-dhclient.cThomas Haller2013-08-301-1/+1
* build: switch from $(INCLUDES) to $(AM_CPPFLAGS) to make automake happyDan Winship2013-08-221-6/+4
* dhcp: kill dhclient on fatal errorsPavel Šimerda2013-08-131-4/+22
* all: replace struct in_addr with guint32Pavel Šimerda2013-08-032-25/+23
* core: use NMIP[46]Route in nm-ip[46]-configPavel Šimerda2013-08-031-35/+31
* dhcp: fix IPv6 address timestamp settingPavel Šimerda2013-07-301-2/+1
* dhcp: push address lifetime to nm-ip[46]-configPavel Šimerda2013-07-301-2/+29
* dhcp: add debug logging to config file mergingDan Williams2013-07-221-2/+22
* dhcp: also check for config files by UUIDDan Williams2013-07-221-6/+8
* core: switch nm-ip4-config's NMIP[46]Address to NMPlatformIP[46]AddressPavel Šimerda2013-07-202-30/+24
* core: cleanup nm-ip[46]-configPavel Šimerda2013-07-122-3/+3
* core: add option for running from the build treeMartin Pitt2013-05-224-7/+9
* core: convert the DBus manager to a single-ref objectDan Williams2013-05-201-1/+0
* build: don't install nm-dhcp-helper dbus permissions if we don't need toDan Williams2013-05-141-2/+6
* core: use non-recursive buildDan Winship2013-05-082-81/+1
* libnm-glib, core: use g_cclosure_marshal_genericDan Winship2013-05-081-1/+0
* Use %NULL macro in doc stringsMartin Pitt2013-04-191-1/+1
* dhcp: use private socket to return status if availableDan Williams2013-04-086-14/+451
* core: don't pass config data to NMDHCPManager and NMDnsManagerDan Winship2013-04-033-14/+13