summaryrefslogtreecommitdiff
path: root/src/dhcp.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-31memoryleak: remove element when not needed any moreJukka Rissanen1-0/+1
2010-12-14dhcp: Add function to clear DHCP configurationJulien Massot1-0/+13
2010-10-02Print debug information about DHCP timeserver value if availableMarcel Holtmann1-0/+2
2010-07-29Update service domain name when connection becomes activeMarcel Holtmann1-0/+2
2010-07-29Store host and domain names retrieved from DHCPMarcel Holtmann1-0/+4
2010-05-04Split DHCP-provided nameserver string.Forest Bond1-1/+10
2010-01-07Add debug information for proxy auto configuration URLMarcel Holtmann1-0/+2
2010-01-04Store PAC URL configuration in DHCP and provider elementsMarcel Holtmann1-0/+2
2010-01-03Add basic interfaces for automatic proxy configurationMarcel Holtmann1-0/+1
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-14Add timeserver value from DHCP configurationMarcel Holtmann1-0/+2
2009-12-07Add driver data handling for DHCPMarcel Holtmann1-0/+23
2009-12-07Add support for setting hostname and domainname from DHCPMarcel Holtmann1-0/+2
2009-12-07Parse interface MTU values from DHCP resultsMarcel Holtmann1-0/+1
2009-12-07Add parsing of Domainname, Hostname and Timeserver resultsMarcel Holtmann1-0/+3
2009-12-07Add DHCP value configuration handlingMarcel Holtmann1-0/+32
2009-12-07Add DHCP bound, renew and fail handlingMarcel Holtmann1-0/+51
2009-12-07Add function to get index value from DHCP structureMarcel Holtmann1-0/+11
2009-12-07Add DHCP driver and element handlingMarcel Holtmann1-0/+143
2009-12-07Add skeleton for DHCP driver transitionMarcel Holtmann1-0/+56
2008-08-10Remove old DHCP supportMarcel Holtmann1-103/+0
2008-04-14Update copyright informationMarcel Holtmann1-1/+1
2008-04-04Update state machine handling for wireless networksMarcel Holtmann1-2/+12
2008-01-14Add more detailed interface state machineMarcel Holtmann1-9/+4
2008-01-09Set the IPv4 method to DHCP in case of DHCP udpatesMarcel Holtmann1-0/+2
2008-01-01Add experimental IPv4 address retrieval over netlinkMarcel Holtmann1-0/+3
2007-12-25Add interface index and state variablesMarcel Holtmann1-0/+2
2007-12-24Add experimental DHCP pluginMarcel Holtmann1-0/+25
2007-12-22Add basic DHCP infrastructureMarcel Holtmann1-0/+66