Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | udhcpc: stop deleting our own pidfile if we daemonize. | Denis Vlasenko | 2007-05-03 | 1 | -12/+21 | |
| | | | | | udhcp[cd]: stop using atexit magic fir pidfile removal. | |||||
* | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -2/+2 | |
| | ||||||
* | Move udhcp to new NOMMU helpers. | Denis Vlasenko | 2007-03-26 | 1 | -32/+46 | |
| | | | | | | Fix server part to compile under NOMMU. Client is not compilable yet. On MMU everything compiles (and maybe even works :) | |||||
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 | |
| | | | | no preceding prototype | |||||
* | - use xlisten/xsocket some more. Saves .25 kB | Bernhard Reutner-Fischer | 2006-12-19 | 1 | -4/+0 | |
| | ||||||
* | udhcpc: convert to getopt32 | Denis Vlasenko | 2006-11-27 | 1 | -2/+4 | |
| | ||||||
* | udhcp: fix indentation and style. | Denis Vlasenko | 2006-11-18 | 1 | -29/+5 | |
| | | | | | Eliminate (group) a lot of smallish *.h files Remove lots of unneeded #includes | |||||
* | Yet another silly little byte saving. couldn't -> cannot | Denis Vlasenko | 2006-09-29 | 1 | -3/+3 | |
| | ||||||
* | Fix (hopefully) bug 976. Need more thorough audit. | Denis Vlasenko | 2006-09-07 | 1 | -1/+1 | |
| | | | | | Restore erroneously removed FEATURE_UDHCP_SYSLOG. | |||||
* | Implement optional syslog logging using ordinary | Denis Vlasenko | 2006-09-06 | 1 | -16/+16 | |
| | | | | | | bb_xx_msg calls, and convert networking/* to it. The rest of bbox will be converted gradually. | |||||
* | 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 | -18/+5 | |
| | | | | | | away, substitutie BB_VER for an external VERSION, use busybox CONFIG symbols rather than checking for them then defining others, etc. Lots more cleanup to do... | |||||
* | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley | 2006-05-27 | 1 | -1/+0 | |
| | ||||||
* | Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary | Rob Landley | 2006-05-21 | 1 | -18/+6 | |
| | | | | memset, collate variable declarations... | |||||
* | add back in udhcp support | Mike Frysinger | 2006-05-08 | 1 | -0/+273 | |
| | ||||||
* | remove in place of external link | Mike Frysinger | 2006-03-23 | 1 | -273/+0 | |
| | ||||||
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -1/+1 | |
| | ||||||
* | Off by one error in max_leases sanity check. Bug 349, apparently. | Rob Landley | 2005-09-01 | 1 | -1/+1 | |
| | ||||||
* | Wade Berrier writes: | Eric Andersen | 2004-10-08 | 1 | -2/+23 | |
| | | | | | | | | | | | | | | | | | | | Hello, Here's a patch for a first attempt at static leases for udhcpd. Included in the tarball are 2 files (static_leases.c, static_leases.h) and a patch against the latest cvs. In the config file you can configure static leases with the following format: static_lease 00:60:08:11:CE:4E 192.168.0.54 static_lease 00:60:08:11:CE:3E 192.168.0.44 Comments/suggestions/improvements are welcome. Wade | |||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -17/+17 | |
| | ||||||
* | 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 | -31/+30 | |
| | ||||||
* | Vodz, last_patch_88 | Glenn L McGrath | 2003-06-10 | 1 | -60/+17 | |
| | ||||||
* | sorry about all the noise, should be all synced up now | Russ Dill | 2002-12-11 | 1 | -1/+10 | |
| | ||||||
* | added full udhcp integration | Russ Dill | 2002-10-14 | 1 | -0/+287 | |