aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* udhcpc: stop deleting our own pidfile if we daemonize.Denis Vlasenko2007-05-031-12/+21
| | | | | udhcp[cd]: stop using atexit magic fir pidfile removal.
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-2/+2
|
* Move udhcp to new NOMMU helpers.Denis Vlasenko2007-03-261-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() havingDenis Vlasenko2007-02-031-0/+1
| | | | no preceding prototype
* - use xlisten/xsocket some more. Saves .25 kBBernhard Reutner-Fischer2006-12-191-4/+0
|
* udhcpc: convert to getopt32Denis Vlasenko2006-11-271-2/+4
|
* udhcp: fix indentation and style.Denis Vlasenko2006-11-181-29/+5
| | | | | Eliminate (group) a lot of smallish *.h files Remove lots of unneeded #includes
* Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko2006-09-291-3/+3
|
* Fix (hopefully) bug 976. Need more thorough audit.Denis Vlasenko2006-09-071-1/+1
| | | | | Restore erroneously removed FEATURE_UDHCP_SYSLOG.
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-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-021-0/+1
|
* My first bout of untangling udhcp. Make lots of gratuitous #defines goRob Landley2006-05-281-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 Landley2006-05-271-1/+0
|
* Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessaryRob Landley2006-05-211-18/+6
| | | | memset, collate variable declarations...
* add back in udhcp supportMike Frysinger2006-05-081-0/+273
|
* remove in place of external linkMike Frysinger2006-03-231-273/+0
|
* just whitespaceTim Riker2006-01-251-1/+1
|
* Off by one error in max_leases sanity check. Bug 349, apparently.Rob Landley2005-09-011-1/+1
|
* Wade Berrier writes:Eric Andersen2004-10-081-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 Andersen2004-03-151-17/+17
|
* Use standard C99 typesEric Andersen2004-01-301-3/+3
|
* Finish remerging busybox udhcp and udhcp. Some cleanups as well.Russ Dill2003-12-181-31/+30
|
* Vodz, last_patch_88Glenn L McGrath2003-06-101-60/+17
|
* sorry about all the noise, should be all synced up nowRuss Dill2002-12-111-1/+10
|
* added full udhcp integrationRuss Dill2002-10-141-0/+287