summaryrefslogtreecommitdiff
path: root/gdhcp
AgeCommit message (Expand)AuthorFilesLines
2010-09-11Remove two pointless whitespacesMarcel Holtmann1-2/+2
2010-09-11Handle potential NULL pointer with DHCP optionsMarcel Holtmann1-0/+3
2010-08-17Remove some pointless spaces violating the coding styleMarcel Holtmann1-2/+2
2010-08-17Add more debug statements to DHCP libraryMarcel Holtmann1-0/+21
2010-08-03Use five retries for DHCP discover and select requestsMarcel Holtmann1-2/+2
2010-08-03If hostname is not provided then don't request one via DHCPMarcel Holtmann1-20/+3
2010-08-03Add server ID option support to dhcp-libSamuel Ortiz1-0/+1
2010-07-29Add DHCP library constant for requesting domain nameMarcel Holtmann1-0/+1
2010-07-29Add some debug handling for received packets in DHCP libraryMarcel Holtmann1-0/+6
2010-07-29Remove unused timer code from DHCP libraryMarcel Holtmann1-13/+1
2010-07-29Add minimal debug support for DHCP client libraryMarcel Holtmann2-3/+29
2010-07-25Fix wrong prototype for DHCP client library reference countingMarcel Holtmann2-2/+13
2010-07-22Fix floating point error for unhandled dhcp optionsSamuel Ortiz1-0/+7
2010-07-22gdhcp hostname option supportSamuel Ortiz2-1/+2
2010-07-22Fix GDHCPClientError typoSamuel Ortiz2-2/+2
2010-07-21Add initial support for DHCP client libraryMartin Xu4-0/+1919