| Commit message (Expand) | Author | Age | Files | Lines |
* | more of -Wall fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko | 2008-05-15 | 1 | -2/+2 |
* | -Wall fixes by Cristian Ionescu-Idbohrn. No object code changes. | Denis Vlasenko | 2008-05-12 | 1 | -2/+2 |
* | udhcp,ipcalc: simple code shrink (Nico Erfurth <masta AT perlgolf.de>) | Denis Vlasenko | 2008-04-10 | 1 | -3/+1 |
* | udhcpc: add -o "do not request options by default" switch | Denis Vlasenko | 2008-04-02 | 1 | -2/+4 |
* | udhcp: fix wrong order of args here: index_in_strings(opt, dhcp_option_strings); | Denis Vlasenko | 2008-03-20 | 1 | -31/+23 |
* | *: shrink by using [f]open_or_warn_stdin where appropriate | Denis Vlasenko | 2008-03-17 | 1 | -1/+1 |
* | - be C99 friendly. Anonymous unions are a GNU extension. This change is | Bernhard Reutner-Fischer | 2008-01-29 | 1 | -1/+1 |
* | save a bit of code with *strchrnul = '\0' trick | Denis Vlasenko | 2007-12-26 | 1 | -6/+4 |
* | dhcp: heed TODO item - divorced options from their string descriptions | Denis Vlasenko | 2007-11-29 | 1 | -14/+12 |
* | dhcpc: let server know we don't like oversized packets. | Denis Vlasenko | 2007-11-28 | 1 | -3/+3 |
* | telnet: use poll, it's shorter | Denis Vlasenko | 2007-11-06 | 1 | -2/+4 |
* | udhcp: many small fixes: | Denis Vlasenko | 2007-07-03 | 1 | -6/+5 |
* | udhcp: new config option "Rewrite the lease file at every new acknowledge" | Denis Vlasenko | 2007-07-01 | 1 | -69/+92 |
* | bb_full_fd_action: remove potential xmalloc from NOFORK path | Denis Vlasenko | 2007-04-11 | 1 | -6/+3 |
* | udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>) | Denis Vlasenko | 2007-02-27 | 1 | -0/+23 |
* | udhcp: use improved gethostbyname replacement from IPv6 code | Denis Vlasenko | 2007-02-04 | 1 | -9/+8 |
* | add a comment so that people won't get confused | Denis Vlasenko | 2007-02-02 | 1 | -0/+1 |
* | udhcpd: allow "domain" to be a list of DNS servers, not just one | Denis Vlasenko | 2007-02-02 | 1 | -12/+20 |
* | strdup -> xstrdup | Denis Vlasenko | 2007-01-19 | 1 | -1/+1 |
* | safe_strtoXX interface proved to be a bit unconvenient. | Denis Vlasenko | 2006-11-27 | 1 | -2/+4 |
* | add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytes | Denis Vlasenko | 2006-11-23 | 1 | -7/+13 |
* | small fixes: using fd-based io instead of FILE*-based, | Denis Vlasenko | 2006-11-18 | 1 | -22/+32 |
* | udhcp: fix indentation and style. | Denis Vlasenko | 2006-11-18 | 1 | -16/+5 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -5/+5 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -5/+3 |
* | Implement optional syslog logging using ordinary | Denis Vlasenko | 2006-09-06 | 1 | -9/+10 |
* | 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 | -10/+5 |
* | add back in udhcp support | Mike Frysinger | 2006-05-08 | 1 | -0/+393 |
* | remove in place of external link | Mike Frysinger | 2006-03-23 | 1 | -393/+0 |
* | sync busybox and udhcp trees | Mike Frysinger | 2006-03-23 | 1 | -0/+1 |
* | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | Rob Landley | 2006-03-01 | 1 | -1/+1 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -1/+1 |
* | remove 1 exported | "Vladimir N. Oleynik" | 2005-09-23 | 1 | -1/+1 |
* | move a couple of functions from common code (options.c) to udhcpd private | Paul Fox | 2005-09-22 | 1 | -1/+47 |
* | Wade Berrier writes: | Eric Andersen | 2004-10-08 | 1 | -0/+53 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -22/+22 |
* | Use standard C99 types | Eric Andersen | 2004-01-30 | 1 | -3/+3 |
* | Finish remerging busybox udhcp and udhcp. Some cleanups as well. | Russ Dill | 2003-12-18 | 1 | -49/+49 |
* | clean up some bad, bad formatting | Russ Dill | 2003-12-16 | 1 | -48/+49 |
* | remove reference to missing header file which is breaking the build | Eric Andersen | 2003-12-16 | 1 | -1/+0 |
* | why the complication of a static string rather than a define? gcc isn't dumb | Russ Dill | 2003-12-16 | 1 | -1/+1 |
* | when compiled standalone, udhcp needs these headers | Russ Dill | 2003-12-16 | 1 | -0/+2 |
* | whoops | Russ Dill | 2003-12-16 | 1 | -1/+1 |
* | not sure who made this change, but it certainly mucks things up (note 'fwrite... | Russ Dill | 2003-12-16 | 1 | -9/+13 |
* | options is a pretty common symbol, bad idea to use as a global in udhcp when ... | Russ Dill | 2003-12-15 | 1 | -1/+1 |
* | Vodz, last_patch_88 | Glenn L McGrath | 2003-06-10 | 1 | -60/+63 |
* | resync with udhcp cvs | Russ Dill | 2002-12-11 | 1 | -1/+1 |
* | Change if(x)free(x); to free(x); | Aaron Lehmann | 2002-11-28 | 1 | -1/+1 |
* | added full udhcp integration | Russ Dill | 2002-10-14 | 1 | -0/+284 |