Start 1.33.0 development cycle
[oweals/busybox.git] / networking / udhcp / options.c
2010-03-26 Denys Vlasenkoudhcp: move options.c to common.c; disable unused bool...
2010-03-25 Denys Vlasenkoudhcpc: add -x OPT:VAL option
2010-03-22 Denys Vlasenkoudhcp: merge options.h into common.h, script.c into...
2010-03-21 Denys Vlasenkoudhcpd: untangle incredibly messy handling of DHCPREQUEST
2010-03-20 Denys Vlasenkoudhcp: code shrink; disable time and log server options
2010-03-20 Denys Vlasenkoudhcpc: make it possible to disable vendor id; improve...
2010-03-20 Denys Vlasenkoudhcpd: remove five more options which do not make...
2010-03-19 Denys Vlasenkoudhcp: remove support for some really old and odd options
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-09-06 Denys Vlasenkomore C standard compat fixes from Dan Fandrich
2009-07-03 Denys Vlasenkoudhcpc: support option 0x79 (static routes) (part of...
2009-07-03 Denys Vlasenkoudhcp: dname_dec may return NULL, account for that...
2009-06-17 Denys Vlasenkoudhcp: logging improvements, field and variable renames
2009-06-17 Denys Vlasenkoudhcp: shorten mac len from 16 to 6 in lease file
2009-06-17 Denys Vlasenkoudhcp: change UDHCP_DEBUG into int, make verbosity...
2009-04-01 Denis Vlasenkodhcpd: remember and record hostnames; optimize get_option
2008-12-08 Denis Vlasenkooptimize 16- and 32-bit moves
2008-12-07 Denis VlasenkoFix forgotten license comments
2008-11-06 Denis Vlasenkobuild system: tidying up CONFIG_xxx names (suggested...
2008-09-26 Denis Vlasenkodhcp: add FAST_FUNC as appropriate. -160 bytes.
2007-12-10 Denis Vlasenkoudhcpc: support for -O <option>.
2007-11-29 Denis Vlasenkodhcp: heed TODO item - divorced options from their...
2007-11-28 Denis Vlasenkodhcpc: let server know we don't like oversized packets.
2007-11-25 Denis Vlasenkodhcpc: cope with buggy DHCP servers which send oversize...
2007-11-23 Denis Vlasenkodhcp: stop using magic constants; use (htonl(CONST...
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-02-27 Denis Vlasenkoudhcp: optionally support RFC3397 (by Gabriel L. Somlo...
2007-02-02 Denis Vlasenkoudhcpd: allow "domain" to be a list of DNS servers...
2006-11-23 Denis Vlasenkoadd "wpad" DHCP option. Spotted some optimization oppor...
2006-11-18 Denis Vlasenkoudhcp: fix indentation and style.
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-09-26 Denis Vlasenkoseveral fixes from openWRT project
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-05-31 Rob LandleyUse BB endianness macro.
2006-05-08 Mike Frysingeradd back in udhcp support
2006-03-23 Mike Frysingerremove in place of external link
2006-03-23 Mike Frysingersync busybox and udhcp trees
2006-01-25 Tim Rikerjust whitespace
2005-09-23 "Vladimir N. Oleynik"more make safe the exported namespace for udhcp. Move...
2005-09-22 Paul Foxmove a couple of functions from common code (options...
2005-09-08 Rob LandleyFix the warning by rewriting the function to be smaller...
2004-12-06 Mike Frysingermerge from udhcp module
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-01-30 Eric AndersenUse standard C99 types
2003-12-15 Russ Dilloptions is a pretty common symbol, bad idea to use...
2003-06-10 Glenn L McGrathVodz, last_patch_88
2002-12-11 Russ Dillsorry about all the noise, should be all synced up now
2002-12-11 Russ Dillresync with udhcp cvs
2002-12-08 Glenn L McGrathSupport using ip in udhcpc scripts.
2002-10-14 Russ Dilladded full udhcp integration