index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
udhcp
/
dhcpd.c
Age
Commit message (
Expand
)
Author
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
introduce and use xdup2(int, int)
Denis Vlasenko
2007-08-15
dhcpd: make -S and -f actually work
Denis Vlasenko
2007-08-14
udhcpd: add -f "foreground" and -S "syslog" options
Denis Vlasenko
2007-08-02
udhcp: slight shrink
Denis Vlasenko
2007-07-03
udhcp: many small fixes:
Denis Vlasenko
2007-07-01
fix comment placement (no code changes)
Denis Vlasenko
2007-07-01
udhcp: new config option "Rewrite the lease file at every new acknowledge"
Denis Vlasenko
2007-05-30
whitespace fixes
Denis Vlasenko
2007-05-03
udhcpc: stop deleting our own pidfile if we daemonize.
Denis Vlasenko
2007-04-04
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
Bernhard Reutner-Fischer
2007-03-26
Move udhcp to new NOMMU helpers.
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-12-19
- use xlisten/xsocket some more. Saves .25 kB
Bernhard Reutner-Fischer
2006-11-27
udhcpc: convert to getopt32
Denis Vlasenko
2006-11-18
udhcp: fix indentation and style.
Denis Vlasenko
2006-09-29
Yet another silly little byte saving. couldn't -> cannot
Denis Vlasenko
2006-09-07
Fix (hopefully) bug 976. Need more thorough audit.
Denis Vlasenko
2006-09-06
Implement optional syslog logging using ordinary
Denis Vlasenko
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-05-28
My first bout of untangling udhcp. Make lots of gratuitous #defines go
Rob Landley
2006-05-27
Consolidate #include <sys/time.h> so libbb.h does it.
Rob Landley
2006-05-21
Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary
Rob Landley
2006-05-08
add back in udhcp support
Mike Frysinger
2006-03-23
remove in place of external link
Mike Frysinger
2006-01-25
just whitespace
Tim Riker
2005-09-01
Off by one error in max_leases sanity check. Bug 349, apparently.
Rob Landley
2004-10-08
Wade Berrier writes:
Eric Andersen
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-06-10
Vodz, last_patch_88
Glenn L McGrath
2002-12-11
sorry about all the noise, should be all synced up now
Russ Dill
2002-10-14
added full udhcp integration
Russ Dill