Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-23 | remove in place of external link | Mike Frysinger | |
2006-03-23 | sync busybox and udhcp trees | Mike Frysinger | |
2006-03-01 | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | Rob Landley | |
from before "if(x) free(x)". | |||
2006-01-25 | just whitespace | Tim Riker | |
2005-09-23 | remove 1 exported | "Vladimir N. Oleynik" | |
2005-09-22 | move a couple of functions from common code (options.c) to udhcpd private | Paul Fox | |
code (files.c) to make udhcpc a little smaller. | |||
2004-10-08 | Wade Berrier writes: | Eric Andersen | |
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 | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2004-01-30 | Use standard C99 types | Eric Andersen | |
2003-12-18 | Finish remerging busybox udhcp and udhcp. Some cleanups as well. | Russ Dill | |
2003-12-16 | clean up some bad, bad formatting | Russ Dill | |
2003-12-16 | remove reference to missing header file which is breaking the build | Eric Andersen | |
2003-12-16 | why the complication of a static string rather than a define? gcc isn't dumb | Russ Dill | |
2003-12-16 | when compiled standalone, udhcp needs these headers | Russ Dill | |
2003-12-16 | whoops | Russ Dill | |
2003-12-16 | not sure who made this change, but it certainly mucks things up (note ↵ | Russ Dill | |
'fwrite(leases, ...'), adds a bit more code, and some stack overhead. Anywho, this fixes it, and retains the spirit of what the submitter of this change was attempting to acheive (the entire lease is written at once in a struct) | |||
2003-12-15 | options is a pretty common symbol, bad idea to use as a global in udhcp when ↵ | Russ Dill | |
compiling into busybox | |||
2003-06-10 | Vodz, last_patch_88 | Glenn L McGrath | |
2002-12-11 | resync with udhcp cvs | Russ Dill | |
2002-11-28 | Change if(x)free(x); to free(x); | Aaron Lehmann | |
2002-10-14 | added full udhcp integration | Russ Dill | |