summaryrefslogtreecommitdiff
path: root/networking/udhcp/clientpacket.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* udhcpc: fix wrong options in decline and release packetsDenis Vlasenko2008-01-251-11/+13
* Makefile: change version to 1.10.0.svnDenis Vlasenko2007-12-241-12/+13
* udhcp: fix oversized packet sending (introduced by "slack for bad dhcp server...Denis Vlasenko2007-12-201-21/+15
* udhcpc: support for -O <option>.Denis Vlasenko2007-12-101-3/+8
* dhcpc: let server know we don't like oversized packets.Denis Vlasenko2007-11-281-0/+3
* dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smallerDenis Vlasenko2007-11-231-4/+4
* udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@ax...Denis Vlasenko2007-11-221-0/+16
* udhcp: many small fixes:Denis Vlasenko2007-07-031-12/+12
* wget: use monotonic_sec instead of gettimeofdayDenis Vlasenko2007-06-171-11/+5
* A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko2006-12-181-1/+1
* udhcp: fix indentation and style.Denis Vlasenko2006-11-181-18/+10
* add -Wundef, fix uncovered bugsDenis Vlasenko2006-11-171-1/+1
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-2/+2
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-5/+2
* Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko2006-09-291-1/+1
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-13/+14
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* My first bout of untangling udhcp. Make lots of gratuitous #defines goRob Landley2006-05-281-21/+9
* add back in udhcp supportMike Frysinger2006-05-081-0/+245
* remove in place of external linkMike Frysinger2006-03-231-245/+0
* just whitespaceTim Riker2006-01-251-2/+2
* add support for setting the dhcp vendor class option (option 60). Paul Fox2005-09-221-6/+1
* allow suppression of default client-id. fixes bug 000037. allowsPaul Fox2005-08-011-1/+2
* merge from udhcp moduleMike Frysinger2004-12-061-0/+1
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-16/+16
* Use standard C99 typesEric Andersen2004-01-301-4/+4
* include headers with prototypes to make sure prototypes matchRuss Dill2003-12-161-0/+1
* options is a pretty common symbol, bad idea to use as a global in udhcp when ...Russ Dill2003-12-151-3/+3
* Vodz, last_patch_88Glenn L McGrath2003-06-101-8/+2
* sync to udhcp 0.9.8Russ Dill2002-10-311-1/+15
* added full udhcp integrationRuss Dill2002-10-141-0/+239