aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/script.c
AgeCommit message (Expand)Author
2010-03-22udhcp: merge options.h into common.h, script.c into dhcpc.cDenys Vlasenko
2010-03-21udhcpd: untangle incredibly messy handling of DHCPREQUESTDenys Vlasenko
2010-03-21udhcp: code shrink; disable time and log server optionsDenys Vlasenko
2010-03-20udhcpd: remove five more options which do not make sense or not supportedDenys Vlasenko
2010-03-19udhcp: remove support for some really old and odd optionsDenys Vlasenko
2010-03-18*: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko
2010-01-25whitespace fixesDenys Vlasenko
2009-11-02udhcpc: log script parameter tooDenys Vlasenko
2009-07-03udhcpc: support option 0x79 (static routes) (part of bug 341)Denys Vlasenko
2009-07-03udhcp: dname_dec may return NULL, account for that caseDenys Vlasenko
2009-06-17udhcp: logging improvements, field and variable renamesDenys Vlasenko
2009-06-17udhcp: shorten mac len from 16 to 6 in lease fileDenys Vlasenko
2009-06-17udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -vDenys Vlasenko
2009-06-16udhcp: rename sprintip to sprint_nip, siaddr to siaddr_nipDenys Vlasenko
2009-04-01dhcpd: remember and record hostnames; optimize get_optionDenis Vlasenko
2008-12-30libbb: add bb_unsetenv (taken from hush).Denis Vlasenko
2008-12-08optimize 16- and 32-bit movesDenis Vlasenko
2008-11-06build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko
2008-09-26dhcp: add FAST_FUNC as appropriate. -160 bytes.Denis Vlasenko
2008-03-27openvt: fix gross mismatch between us and "standard" openvt.Denis Vlasenko
2008-01-02libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko
2007-11-29dhcp: heed TODO item - divorced options from their string descriptionsDenis Vlasenko
2007-11-28dhcpc: let server know we don't like oversized packets.Denis Vlasenko
2007-08-19max_option_length[] holds small ints, uint8_t is enoughDenis Vlasenko
2007-04-07udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.Denis Vlasenko
2007-02-27udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>)Denis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #2Denis Vlasenko
2006-11-28udhcpc: fix my breakageDenis Vlasenko
2006-11-23add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytesDenis Vlasenko
2006-11-18udhcp: fix indentation and style.Denis Vlasenko
2006-09-06Implement optional syslog logging using ordinaryDenis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-05-28My first bout of untangling udhcp. Make lots of gratuitous #defines goRob Landley
2006-05-21Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessaryRob Landley
2006-05-08add back in udhcp supportMike Frysinger
2006-03-23remove in place of external linkMike Frysinger
2006-01-25just whitespaceTim Riker
2005-09-23more make safe the exported namespace for udhcp. Move to bb-specific file for..."Vladimir N. Oleynik"
2005-09-22safe exported namespace for udhcp. Not full, bore :-("Vladimir N. Oleynik"
2004-05-19fix memory leak caused by switch to vforkRuss Dill
2004-04-14Larry Doolittle writes:Eric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-01-30Use standard C99 typesEric Andersen
2003-12-24fix a long standing underallocation bugRuss Dill
2003-12-24move debugging to safe place (before vfork)Russ Dill
2003-12-18Finish remerging busybox udhcp and udhcp. Some cleanups as well.Russ Dill
2003-12-16include headers with prototypes to make sure prototypes matchRuss Dill
2003-12-15make udhcp work under uclinux, to an extentRuss Dill
2003-12-15options is a pretty common symbol, bad idea to use as a global in udhcp when ...Russ Dill