Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-16 | start attempting to bring udhcp in busybox back to the state where it is ↵ | Russ Dill | |
(ideally) an exact copy of udhcp outside of busybox so that its easy to merge back and forth | |||
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 | make udhcp work under uclinux, to an extent | Russ Dill | |
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-11-14 | Ulrich Marx writes: | Eric Andersen | |
hello i had some trouble with the filedescriptor in udhcp. Two things happened on my device: 1.) broken or not connected cable (no dhcp-server) 2.) daemonizing (starting with option -b) i got a filedescriptor fd=0 from function raw_socket, after daemonizing (daemon call) the fd is closed. Client can't recieve data's anymore. i fixed this problem (like pidfile handling): | |||
2003-10-22 | Andreas Mohr writes: | Eric Andersen | |
the busybox menuconfig triggered my "inacceptable number of spelling mistakes" upper level, so I decided to make a patch ;-) I also improved some wording to describe some things in a better way. Many thanks for an incredible piece of software! Andreas Mohr, random OSS developer | |||
2003-09-01 | Allow one to detect and handle the case where no lease could be obtained | Glenn L McGrath | |
via DHCP. (Just add a section "failed" to your script.) Patch by Steven Scholz | |||
2003-08-30 | "Without this patch, udhcpcd output may be buffered and delayed for | Glenn L McGrath | |
for minutes if stdout is not a tty." -vda@ | |||
2003-08-29 | Remove stray '\n' | Glenn L McGrath | |
2003-08-29 | Remove unused files | Glenn L McGrath | |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | |
2003-07-14 | Patch from Thomas Cameron: | Eric Andersen | |
Hello all, This patch adds more "Help" text to the config system. Almost all applets now have a help entry. Also, I cleaned up the spacing of the existing text so that things are consistent. This patch is against this morning's CVS. Thomas Cameron CEI Systems, Inc. | |||
2003-06-20 | Make gcc not whine about "deprecated use of label at end of compound statement" | Eric Andersen | |
2003-06-14 | Add missing pieces from vodz' last_patch88 | Eric Andersen | |
2003-06-10 | Vodz, last_patch_88 | Glenn L McGrath | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2003-02-15 | Patch from Bastian Blank | Glenn L McGrath | |
- ip route flush - different usage for telnetd in inetd mode - changes for the default flags of the ip features - if no /usr requested, udhcpc should use the script also without /usr. | |||
2003-02-12 | sync with udhcp bug fixes | Russ Dill | |
2003-01-21 | merge fixes with udhcp | Russ Dill | |
2002-12-11 | hehe. Screwed that one up. Lets do things right this time. | Eric Andersen | |
-Erik | |||
2002-12-11 | Makefile rework coordinate with Russ so udhcp will behave | Eric Andersen | |
-Erik | |||
2002-12-11 | slight change to reflect BB_VER change | Russ Dill | |
2002-12-11 | sorry about all the noise, should be all synced up now | Russ Dill | |
2002-12-11 | resync with udhcp cvs | Russ Dill | |
2002-12-11 | Make sure we have a show_usage function prototype | Eric Andersen | |
-Erik | |||
2002-12-08 | Support using ip in udhcpc scripts. | Glenn L McGrath | |
Slightly modified version of patch by Bastian Blank | |||
2002-12-06 | Fixup dumpleases compile problem | Eric Andersen | |
2002-12-05 | Yet another major rework of the BusyBox config system, using the considerably | Eric Andersen | |
modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik | |||
2002-11-28 | Change if(x)free(x); to free(x); | Aaron Lehmann | |
2002-11-19 | udhcpc documentation update | Russ Dill | |
2002-11-05 | version number oops | Russ Dill | |
2002-10-31 | sync to udhcp 0.9.8 | Russ Dill | |
2002-10-14 | missed add for udhcp | Russ Dill | |
2002-10-14 | added full udhcp integration | Russ Dill | |