summaryrefslogtreecommitdiff
path: root/networking/udhcp/files.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* udhcp: many small fixes:Denis Vlasenko2007-07-031-6/+5
* udhcp: new config option "Rewrite the lease file at every new acknowledge"Denis Vlasenko2007-07-011-69/+92
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-111-6/+3
* udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>)Denis Vlasenko2007-02-271-0/+23
* udhcp: use improved gethostbyname replacement from IPv6 codeDenis Vlasenko2007-02-041-9/+8
* add a comment so that people won't get confusedDenis Vlasenko2007-02-021-0/+1
* udhcpd: allow "domain" to be a list of DNS servers, not just oneDenis Vlasenko2007-02-021-12/+20
* strdup -> xstrdupDenis Vlasenko2007-01-191-1/+1
* safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko2006-11-271-2/+4
* add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytesDenis Vlasenko2006-11-231-7/+13
* small fixes: using fd-based io instead of FILE*-based,Denis Vlasenko2006-11-181-22/+32
* udhcp: fix indentation and style.Denis Vlasenko2006-11-181-16/+5
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-5/+5
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-5/+3
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-9/+10
* 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-10/+5
* add back in udhcp supportMike Frysinger2006-05-081-0/+393
* remove in place of external linkMike Frysinger2006-03-231-393/+0
* sync busybox and udhcp treesMike Frysinger2006-03-231-0/+1
* Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)Rob Landley2006-03-011-1/+1
* just whitespaceTim Riker2006-01-251-1/+1
* remove 1 exported"Vladimir N. Oleynik"2005-09-231-1/+1
* move a couple of functions from common code (options.c) to udhcpd privatePaul Fox2005-09-221-1/+47
* Wade Berrier writes:Eric Andersen2004-10-081-0/+53
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-22/+22
* Use standard C99 typesEric Andersen2004-01-301-3/+3
* Finish remerging busybox udhcp and udhcp. Some cleanups as well.Russ Dill2003-12-181-49/+49
* clean up some bad, bad formattingRuss Dill2003-12-161-48/+49
* remove reference to missing header file which is breaking the buildEric Andersen2003-12-161-1/+0
* why the complication of a static string rather than a define? gcc isn't dumbRuss Dill2003-12-161-1/+1
* when compiled standalone, udhcp needs these headersRuss Dill2003-12-161-0/+2
* whoopsRuss Dill2003-12-161-1/+1
* not sure who made this change, but it certainly mucks things up (note 'fwrite...Russ Dill2003-12-161-9/+13
* options is a pretty common symbol, bad idea to use as a global in udhcp when ...Russ Dill2003-12-151-1/+1
* Vodz, last_patch_88Glenn L McGrath2003-06-101-60/+63
* resync with udhcp cvsRuss Dill2002-12-111-1/+1
* Change if(x)free(x); to free(x);Aaron Lehmann2002-11-281-1/+1
* added full udhcp integrationRuss Dill2002-10-141-0/+284