aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/script.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* udhcpc: support option 0x79 (static routes) (part of bug 341)Denys Vlasenko2009-07-031-1/+46
* udhcp: dname_dec may return NULL, account for that caseDenys Vlasenko2009-07-031-18/+19
* udhcp: logging improvements, field and variable renamesDenys Vlasenko2009-06-171-2/+2
* udhcp: shorten mac len from 16 to 6 in lease fileDenys Vlasenko2009-06-171-2/+2
* udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -vDenys Vlasenko2009-06-171-1/+1
* udhcp: rename sprintip to sprint_nip, siaddr to siaddr_nipDenys Vlasenko2009-06-161-7/+8
* dhcpd: remember and record hostnames; optimize get_optionDenis Vlasenko2009-04-011-2/+2
* libbb: add bb_unsetenv (taken from hush).Denis Vlasenko2008-12-301-35/+31
* optimize 16- and 32-bit movesDenis Vlasenko2008-12-081-5/+5
* build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko2008-11-061-2/+2
* dhcp: add FAST_FUNC as appropriate. -160 bytes.Denis Vlasenko2008-09-261-1/+1
* openvt: fix gross mismatch between us and "standard" openvt.Denis Vlasenko2008-03-271-1/+1
* libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko2008-01-021-1/+1
* dhcp: heed TODO item - divorced options from their string descriptionsDenis Vlasenko2007-11-291-8/+14
* dhcpc: let server know we don't like oversized packets.Denis Vlasenko2007-11-281-11/+12
* max_option_length[] holds small ints, uint8_t is enoughDenis Vlasenko2007-08-191-1/+1
* udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.Denis Vlasenko2007-04-071-22/+30
* udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>)Denis Vlasenko2007-02-271-11/+22
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-1/+1
* udhcpc: fix my breakageDenis Vlasenko2006-11-281-3/+1
* add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytesDenis Vlasenko2006-11-231-2/+4
* udhcp: fix indentation and style.Denis Vlasenko2006-11-181-12/+3
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-6/+6
* 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/+8
* Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessaryRob Landley2006-05-211-1/+1
* add back in udhcp supportMike Frysinger2006-05-081-0/+234
* remove in place of external linkMike Frysinger2006-03-231-234/+0
* just whitespaceTim Riker2006-01-251-1/+1
* more make safe the exported namespace for udhcp. Move to bb-specific file for..."Vladimir N. Oleynik"2005-09-231-1/+1
* safe exported namespace for udhcp. Not full, bore :-("Vladimir N. Oleynik"2005-09-221-0/+1
* fix memory leak caused by switch to vforkRuss Dill2004-05-191-3/+4
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-5/+5
* Use standard C99 typesEric Andersen2004-01-301-7/+7
* fix a long standing underallocation bugRuss Dill2003-12-241-2/+5
* move debugging to safe place (before vfork)Russ Dill2003-12-241-3/+2
* Finish remerging busybox udhcp and udhcp. Some cleanups as well.Russ Dill2003-12-181-30/+14
* include headers with prototypes to make sure prototypes matchRuss Dill2003-12-161-1/+1
* make udhcp work under uclinux, to an extentRuss Dill2003-12-151-1/+3
* options is a pretty common symbol, bad idea to use as a global in udhcp when ...Russ Dill2003-12-151-7/+8
* Vodz, last_patch_88Glenn L McGrath2003-06-101-34/+25
* sync with udhcp bug fixesRuss Dill2003-02-121-4/+5
* resync with udhcp cvsRuss Dill2002-12-111-60/+39
* Support using ip in udhcpc scripts.Glenn L McGrath2002-12-081-0/+44
* added full udhcp integrationRuss Dill2002-10-141-0/+228