| Commit message (Expand) | Author | Age | Files | Lines |
* | udhcpc: support option 0x79 (static routes) (part of bug 341) | Denys Vlasenko | 2009-07-03 | 1 | -1/+46 |
* | udhcp: dname_dec may return NULL, account for that case | Denys Vlasenko | 2009-07-03 | 1 | -18/+19 |
* | udhcp: logging improvements, field and variable renames | Denys Vlasenko | 2009-06-17 | 1 | -2/+2 |
* | udhcp: shorten mac len from 16 to 6 in lease file | Denys Vlasenko | 2009-06-17 | 1 | -2/+2 |
* | udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -v | Denys Vlasenko | 2009-06-17 | 1 | -1/+1 |
* | udhcp: rename sprintip to sprint_nip, siaddr to siaddr_nip | Denys Vlasenko | 2009-06-16 | 1 | -7/+8 |
* | dhcpd: remember and record hostnames; optimize get_option | Denis Vlasenko | 2009-04-01 | 1 | -2/+2 |
* | libbb: add bb_unsetenv (taken from hush). | Denis Vlasenko | 2008-12-30 | 1 | -35/+31 |
* | optimize 16- and 32-bit moves | Denis Vlasenko | 2008-12-08 | 1 | -5/+5 |
* | build system: tidying up CONFIG_xxx names (suggested by Rob) | Denis Vlasenko | 2008-11-06 | 1 | -2/+2 |
* | dhcp: add FAST_FUNC as appropriate. -160 bytes. | Denis Vlasenko | 2008-09-26 | 1 | -1/+1 |
* | openvt: fix gross mismatch between us and "standard" openvt. | Denis Vlasenko | 2008-03-27 | 1 | -1/+1 |
* | libbb: introduce and use safe_waitpid (loops in EINTR) | Denis Vlasenko | 2008-01-02 | 1 | -1/+1 |
* | dhcp: heed TODO item - divorced options from their string descriptions | Denis Vlasenko | 2007-11-29 | 1 | -8/+14 |
* | dhcpc: let server know we don't like oversized packets. | Denis Vlasenko | 2007-11-28 | 1 | -11/+12 |
* | max_option_length[] holds small ints, uint8_t is enough | Denis Vlasenko | 2007-08-19 | 1 | -1/+1 |
* | udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata. | Denis Vlasenko | 2007-04-07 | 1 | -22/+30 |
* | udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>) | Denis Vlasenko | 2007-02-27 | 1 | -11/+22 |
* | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | 2007-01-29 | 1 | -1/+1 |
* | udhcpc: fix my breakage | Denis Vlasenko | 2006-11-28 | 1 | -3/+1 |
* | add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytes | Denis Vlasenko | 2006-11-23 | 1 | -2/+4 |
* | udhcp: fix indentation and style. | Denis Vlasenko | 2006-11-18 | 1 | -12/+3 |
* | Implement optional syslog logging using ordinary | Denis Vlasenko | 2006-09-06 | 1 | -2/+2 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -6/+6 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -0/+1 |
* | My first bout of untangling udhcp. Make lots of gratuitous #defines go | Rob Landley | 2006-05-28 | 1 | -21/+8 |
* | Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary | Rob Landley | 2006-05-21 | 1 | -1/+1 |
* | add back in udhcp support | Mike Frysinger | 2006-05-08 | 1 | -0/+234 |
* | remove in place of external link | Mike Frysinger | 2006-03-23 | 1 | -234/+0 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -1/+1 |
* | more make safe the exported namespace for udhcp. Move to bb-specific file for... | "Vladimir N. Oleynik" | 2005-09-23 | 1 | -1/+1 |
* | safe exported namespace for udhcp. Not full, bore :-( | "Vladimir N. Oleynik" | 2005-09-22 | 1 | -0/+1 |
* | fix memory leak caused by switch to vfork | Russ Dill | 2004-05-19 | 1 | -3/+4 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 1 | -1/+1 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -5/+5 |
* | Use standard C99 types | Eric Andersen | 2004-01-30 | 1 | -7/+7 |
* | fix a long standing underallocation bug | Russ Dill | 2003-12-24 | 1 | -2/+5 |
* | move debugging to safe place (before vfork) | Russ Dill | 2003-12-24 | 1 | -3/+2 |
* | Finish remerging busybox udhcp and udhcp. Some cleanups as well. | Russ Dill | 2003-12-18 | 1 | -30/+14 |
* | include headers with prototypes to make sure prototypes match | Russ Dill | 2003-12-16 | 1 | -1/+1 |
* | make udhcp work under uclinux, to an extent | Russ Dill | 2003-12-15 | 1 | -1/+3 |
* | options is a pretty common symbol, bad idea to use as a global in udhcp when ... | Russ Dill | 2003-12-15 | 1 | -7/+8 |
* | Vodz, last_patch_88 | Glenn L McGrath | 2003-06-10 | 1 | -34/+25 |
* | sync with udhcp bug fixes | Russ Dill | 2003-02-12 | 1 | -4/+5 |
* | resync with udhcp cvs | Russ Dill | 2002-12-11 | 1 | -60/+39 |
* | Support using ip in udhcpc scripts. | Glenn L McGrath | 2002-12-08 | 1 | -0/+44 |
* | added full udhcp integration | Russ Dill | 2002-10-14 | 1 | -0/+228 |