summaryrefslogtreecommitdiff
path: root/src/dhcp-manager/nm-dhcp-dhcpcd.c
Commit message (Expand)AuthorAgeFilesLines
* core: add nm_utils_setpgid(), and use itDan Winship2015-01-191-9/+1
* core: use GUnixSignalWatchSource to simplify signal handlingDan Winship2015-01-191-7/+0
* all: consistently include config.hDan Winship2014-11-131-1/+2
* dhcp: track last IPv4 address on start for renewalDan Williams2014-11-071-1/+1
* dhcp: preserve hostname for later useDan Williams2014-11-071-6/+4
* dhcp: preserve DHCPv4 client ID for later useDan Williams2014-11-071-1/+0
* dhcp: move client-specific knowledge out of the managerDan Williams2014-11-071-1/+11
* dhcp: move D-Bus DHCP listener into separate classDan Williams2014-11-071-0/+9
* dhcp: fix dhclient abnormal exit due to SIGPIPE (bgo #735962)Jiří Klimeš2014-09-121-1/+2
* core: consolidate helper progam searching (bgo #734131)Dan Williams2014-09-111-28/+12
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-041-2/+2
* all: remove a bunch of unnecessary dbus/dbus-glib includesDan Winship2014-09-031-1/+0
* libnm, core, cli, tui: fix the capitalization of various typesDan Winship2014-08-011-14/+14
* dhcpcd: pass noarp option to dhcpcd (bgo #733801)Thomas Haller2014-07-311-0/+3
* dhcp: pass IPv6 privacy preference to client classDan Williams2014-07-221-0/+1
* dhcp: handle DHCP clients that aren't subprocessesDan Williams2014-07-221-12/+14
* dhcp: refactor not to pass on NMSettingIP4Config objectsThomas Haller2014-04-111-2/+1
* dhcp: refactor dhcp code to use @dhcp_anycast_addr as #GByteArray typeThomas Haller2014-04-111-2/+2
* 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-131-3/+3
* dhcp: rename get_lease_config -> get_lease_ip_configsDan Williams2013-11-081-6/+0
* core: add option for running from the build treeMartin Pitt2013-05-221-3/+2
* dhcp: use private socket to return status if availableDan Williams2013-04-081-1/+1
* all: remove pointless NULL checksDan Winship2013-02-131-4/+0
* dhcp: add generic DUID infrastructureDan Williams2013-01-291-3/+4
* dhcp: store NetworkManager-specific dhclient leases in /var/lib/NetworkManager/Pavel Šimerda2012-11-161-1/+1
* build: unify NetworkManager path handling (some paths are changed)Pavel Šimerda2012-11-051-1/+1
* core: remove "real_" prefix from method implementation namesDan Winship2012-10-021-13/+13
* core: unblock signals for child processes we spawn out of NM (rh #739836)Jiří Klimeš2012-05-211-0/+7
* dhcp: add DHCP lease release capabilityDan Williams2011-01-051-2/+4
* Revert "wimax: if the device is connected at startup, force it to disconnect"Dan Williams2011-01-051-4/+2
* wimax: if the device is connected at startup, force it to disconnectDan Williams2011-01-051-2/+4
* dhcpcd: prevent dhcpcd from messing with routing (bgo #634983)Dan Williams2010-11-181-0/+2
* dhcp: add support for Fedora dhclient RFC3442 routes (rh #639935)Dan Williams2010-10-211-78/+0
* core: simplify DHCP hostname handlingDan Williams2010-06-281-3/+4
* dhcp: clean up client spawn return valueDan Williams2010-05-011-1/+2
* dhcp: fix superclass type of dhcpcd pluginDan Williams2010-04-291-1/+1
* dhcp: update loggingDan Williams2010-04-061-11/+12
* dhcp: print out DHCP client command stringsDan Williams2010-03-231-1/+5
* dhcp: make client selection more forgivingDan Williams2010-03-231-5/+32
* dhcp: tell dhcpcd to send hostname to server too if requestedDan Williams2010-03-231-1/+7
* dhcp6: first stab at autoconf otherconf/managed mode supportDan Williams2010-01-271-1/+2
* dhcp: add DHCPv6 functionalityDan Williams2010-01-131-2/+12
* dhcp: allow runtime DHCP client selection via config fileDan Williams2010-01-121-5/+5
* dhcp: convert dhcp backends to classesDan Williams2010-01-121-44/+85
* dhcp6: genericize DHCP client trackingDan Williams2010-01-081-15/+15
* core: base infrastructure for connection assumptionDan Williams2009-08-031-0/+5
* core: allow devices to specify a DHCP anycast addressDaniel Drake2009-07-151-1/+2