*: code shrink and better "died from signal" reporting from wait4pid
[platform/upstream/busybox.git] / networking / udhcp / script.c
2010-03-18 Denys Vlasenko*: code shrink and better "died from signal" reporting...
2010-01-25 Denys Vlasenkowhitespace fixes
2009-11-02 Denys Vlasenkoudhcpc: log script parameter too
2009-07-03 Denys Vlasenkoudhcpc: support option 0x79 (static routes) (part of...
2009-07-03 Denys Vlasenkoudhcp: dname_dec may return NULL, account for that...
2009-06-17 Denys Vlasenkoudhcp: logging improvements, field and variable renames
2009-06-17 Denys Vlasenkoudhcp: shorten mac len from 16 to 6 in lease file
2009-06-17 Denys Vlasenkoudhcp: change UDHCP_DEBUG into int, make verbosity...
2009-06-16 Denys Vlasenkoudhcp: rename sprintip to sprint_nip, siaddr to siaddr_nip
2009-04-01 Denis Vlasenkodhcpd: remember and record hostnames; optimize get_option
2008-12-30 Denis Vlasenkolibbb: add bb_unsetenv (taken from hush).
2008-12-08 Denis Vlasenkooptimize 16- and 32-bit moves
2008-11-06 Denis Vlasenkobuild system: tidying up CONFIG_xxx names (suggested...
2008-09-26 Denis Vlasenkodhcp: add FAST_FUNC as appropriate. -160 bytes.
2008-03-27 Denis Vlasenkoopenvt: fix gross mismatch between us and "standard...
2008-01-02 Denis Vlasenkolibbb: introduce and use safe_waitpid (loops in EINTR)
2007-11-29 Denis Vlasenkodhcp: heed TODO item - divorced options from their...
2007-11-28 Denis Vlasenkodhcpc: let server know we don't like oversized packets.
2007-08-19 Denis Vlasenkomax_option_length[] holds small ints, uint8_t is enough
2007-04-07 Denis Vlasenkoudhcp: MAC_BCAST_ADDR and blank_chaddr are in fact...
2007-02-27 Denis Vlasenkoudhcp: optionally support RFC3397 (by Gabriel L. Somlo...
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2006-11-28 Denis Vlasenkoudhcpc: fix my breakage
2006-11-23 Denis Vlasenkoadd "wpad" DHCP option. Spotted some optimization oppor...
2006-11-18 Denis Vlasenkoudhcp: fix indentation and style.
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-05-28 Rob LandleyMy first bout of untangling udhcp. Make lots of gratui...
2006-05-21 Rob LandleyMinor cleanups: Convert a few calloc() calls to xzalloc...
2006-05-08 Mike Frysingeradd back in udhcp support
2006-03-23 Mike Frysingerremove in place of external link
2006-01-25 Tim Rikerjust whitespace
2005-09-23 "Vladimir N. Oleynik"more make safe the exported namespace for udhcp. Move...
2005-09-22 "Vladimir N. Oleynik"safe exported namespace for udhcp. Not full, bore :-(
2004-05-19 Russ Dillfix memory leak caused by switch to vfork
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-01-30 Eric AndersenUse standard C99 types
2003-12-24 Russ Dillfix a long standing underallocation bug
2003-12-24 Russ Dillmove debugging to safe place (before vfork)
2003-12-18 Russ DillFinish remerging busybox udhcp and udhcp. Some cleanups...
2003-12-16 Russ Dillinclude headers with prototypes to make sure prototypes...
2003-12-15 Russ Dillmake udhcp work under uclinux, to an extent
2003-12-15 Russ Dilloptions is a pretty common symbol, bad idea to use...
2003-06-10 Glenn L McGrathVodz, last_patch_88
2003-02-12 Russ Dillsync with udhcp bug fixes
2002-12-11 Russ Dillresync with udhcp cvs
2002-12-08 Glenn L McGrathSupport using ip in udhcpc scripts.
2002-10-14 Russ Dilladded full udhcp integration