summaryrefslogtreecommitdiff
path: root/networking/udhcp/options.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
* udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>)Denis Vlasenko2007-02-271-1/+7
* udhcpd: allow "domain" to be a list of DNS servers, not just oneDenis Vlasenko2007-02-021-1/+1
* add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytesDenis Vlasenko2006-11-231-43/+45
* udhcp: fix indentation and style.Denis Vlasenko2006-11-181-4/+0
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-4/+4
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-1/+1
* several fixes from openWRT projectDenis Vlasenko2006-09-261-0/+3
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-6/+7
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* Use BB endianness macro.Rob Landley2006-05-311-2/+1
* add back in udhcp supportMike Frysinger2006-05-081-0/+172
* remove in place of external linkMike Frysinger2006-03-231-172/+0
* sync busybox and udhcp treesMike Frysinger2006-03-231-1/+0
* just whitespaceTim Riker2006-01-251-2/+2
* more make safe the exported namespace for udhcp. Move to bb-specific file for..."Vladimir N. Oleynik"2005-09-231-1/+1
* move a couple of functions from common code (options.c) to udhcpd privatePaul Fox2005-09-221-47/+1
* Fix the warning by rewriting the function to be smaller and simpler.Rob Landley2005-09-081-28/+17
* merge from udhcp moduleMike Frysinger2004-12-061-1/+3
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-15/+15
* Use standard C99 typesEric Andersen2004-01-301-12/+12
* options is a pretty common symbol, bad idea to use as a global in udhcp when ...Russ Dill2003-12-151-4/+4
* Vodz, last_patch_88Glenn L McGrath2003-06-101-3/+1
* sorry about all the noise, should be all synced up nowRuss Dill2002-12-111-2/+2
* resync with udhcp cvsRuss Dill2002-12-111-6/+1
* Support using ip in udhcpc scripts.Glenn L McGrath2002-12-081-1/+6
* added full udhcp integrationRuss Dill2002-10-141-0/+230