index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
udhcp
/
dhcpd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
udhcpc: regularize the names of receiving functions,
Denis Vlasenko
2008-05-21
1
-11
/
+10
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)
Denis Vlasenko
2008-02-04
1
-2
/
+14
*
udhcp: fix oversized packet sending (introduced by "slack for bad dhcp server...
Denis Vlasenko
2007-12-20
1
-1
/
+1
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
reviving libbusybox, adding CONFIG_INDIVIDUAL part 3
Denis Vlasenko
2007-10-07
1
-1
/
+1
*
move udhcp_{client/server}_config to common_bufsiz1
Denis Vlasenko
2007-09-30
1
-1
/
+1
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
introduce and use xdup2(int, int)
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
dhcpd: make -S and -f actually work
Denis Vlasenko
2007-08-15
1
-1
/
+2
*
udhcpd: add -f "foreground" and -S "syslog" options
Denis Vlasenko
2007-08-14
1
-3
/
+4
*
udhcp: slight shrink
Denis Vlasenko
2007-08-02
1
-2
/
+11
*
udhcp: many small fixes:
Denis Vlasenko
2007-07-03
1
-10
/
+10
*
fix comment placement (no code changes)
Denis Vlasenko
2007-07-01
1
-1
/
+2
*
udhcp: new config option "Rewrite the lease file at every new acknowledge"
Denis Vlasenko
2007-07-01
1
-9
/
+12
*
whitespace fixes
Denis Vlasenko
2007-05-30
1
-2
/
+2
*
udhcpc: stop deleting our own pidfile if we daemonize.
Denis Vlasenko
2007-05-03
1
-12
/
+21
*
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
Bernhard Reutner-Fischer
2007-04-04
1
-2
/
+2
*
Move udhcp to new NOMMU helpers.
Denis Vlasenko
2007-03-26
1
-32
/
+46
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
- use xlisten/xsocket some more. Saves .25 kB
Bernhard Reutner-Fischer
2006-12-19
1
-4
/
+0
*
udhcpc: convert to getopt32
Denis Vlasenko
2006-11-27
1
-2
/
+4
*
udhcp: fix indentation and style.
Denis Vlasenko
2006-11-18
1
-29
/
+5
*
Yet another silly little byte saving. couldn't -> cannot
Denis Vlasenko
2006-09-29
1
-3
/
+3
*
Fix (hopefully) bug 976. Need more thorough audit.
Denis Vlasenko
2006-09-07
1
-1
/
+1
*
Implement optional syslog logging using ordinary
Denis Vlasenko
2006-09-06
1
-16
/
+16
*
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-07-02
1
-0
/
+1
*
My first bout of untangling udhcp. Make lots of gratuitous #defines go
Rob Landley
2006-05-28
1
-18
/
+5
*
Consolidate #include <sys/time.h> so libbb.h does it.
Rob Landley
2006-05-27
1
-1
/
+0
*
Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary
Rob Landley
2006-05-21
1
-18
/
+6
*
add back in udhcp support
Mike Frysinger
2006-05-08
1
-0
/
+273
*
remove in place of external link
Mike Frysinger
2006-03-23
1
-273
/
+0
*
just whitespace
Tim Riker
2006-01-25
1
-1
/
+1
*
Off by one error in max_leases sanity check. Bug 349, apparently.
Rob Landley
2005-09-01
1
-1
/
+1
*
Wade Berrier writes:
Eric Andersen
2004-10-08
1
-2
/
+23
*
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-15
1
-17
/
+17
*
Use standard C99 types
Eric Andersen
2004-01-30
1
-3
/
+3
*
Finish remerging busybox udhcp and udhcp. Some cleanups as well.
Russ Dill
2003-12-18
1
-31
/
+30
*
Vodz, last_patch_88
Glenn L McGrath
2003-06-10
1
-60
/
+17
*
sorry about all the noise, should be all synced up now
Russ Dill
2002-12-11
1
-1
/
+10
*
added full udhcp integration
Russ Dill
2002-10-14
1
-0
/
+287