index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
udhcp
/
options.c
Age
Commit message (
Expand
)
Author
2009-06-17
udhcp: logging improvements, field and variable renames
Denys Vlasenko
2009-06-17
udhcp: shorten mac len from 16 to 6 in lease file
Denys Vlasenko
2009-06-17
udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -v
Denys Vlasenko
2009-04-01
dhcpd: remember and record hostnames; optimize get_option
Denis Vlasenko
2008-12-08
optimize 16- and 32-bit moves
Denis Vlasenko
2008-12-07
Fix forgotten license comments
Denis Vlasenko
2008-11-06
build system: tidying up CONFIG_xxx names (suggested by Rob)
Denis Vlasenko
2008-09-26
dhcp: add FAST_FUNC as appropriate. -160 bytes.
Denis Vlasenko
2007-12-10
udhcpc: support for -O <option>.
Denis Vlasenko
2007-11-29
dhcp: heed TODO item - divorced options from their string descriptions
Denis Vlasenko
2007-11-28
dhcpc: let server know we don't like oversized packets.
Denis Vlasenko
2007-11-25
dhcpc: cope with buggy DHCP servers which send oversized packets
Denis Vlasenko
2007-11-23
dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smaller
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-02-27
udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>)
Denis Vlasenko
2007-02-02
udhcpd: allow "domain" to be a list of DNS servers, not just one
Denis Vlasenko
2006-11-23
add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytes
Denis Vlasenko
2006-11-18
udhcp: fix indentation and style.
Denis Vlasenko
2006-10-20
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-14
add open_read_close() and similar stuff
Denis Vlasenko
2006-09-26
several fixes from openWRT project
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-31
Use BB endianness macro.
Rob Landley
2006-05-08
add back in udhcp support
Mike Frysinger
2006-03-23
remove in place of external link
Mike Frysinger
2006-03-23
sync busybox and udhcp trees
Mike Frysinger
2006-01-25
just whitespace
Tim Riker
2005-09-23
more make safe the exported namespace for udhcp. Move to bb-specific file for...
"Vladimir N. Oleynik"
2005-09-22
move a couple of functions from common code (options.c) to udhcpd private
Paul Fox
2005-09-08
Fix the warning by rewriting the function to be smaller and simpler.
Rob Landley
2004-12-06
merge from udhcp module
Mike Frysinger
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-01-30
Use standard C99 types
Eric Andersen
2003-12-15
options is a pretty common symbol, bad idea to use as a global in udhcp when ...
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-12-11
resync with udhcp cvs
Russ Dill
2002-12-08
Support using ip in udhcpc scripts.
Glenn L McGrath
2002-10-14
added full udhcp integration
Russ Dill