aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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