udhcpc: kill undocumented -W, it was a no-op.
[oweals/busybox.git] / networking / udhcp / dhcpc.c
2008-06-13 Denis Vlasenkoudhcpc: kill undocumented -W, it was a no-op.
2008-05-26 Denis Vlasenkoudhcpc: shrink
2008-05-21 Denis Vlasenkoudhcpc: regularize the names of receiving functions,
2008-05-21 Denis Vlasenkoudhcpc: simplify renewal of the lease
2008-05-21 Denis Vlasenkoudhcpc: properly reduce timeout if bogus packets were...
2008-04-02 Denis Vlasenkoudhcpc: add -o "do not request options by default"...
2008-03-23 Denis Vlasenkopatch: shrink by Pascal Bellard <pascal.bellard AT...
2008-03-17 Denis Vlasenko*: shrink: use Vladimir's "o+" specifier instead of...
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-04 Denis Vlasenkoudhcp: optional support for non-standard DHCP ports...
2008-01-25 Denis Vlasenkoudhcpc: filter unwanted packets in kernel
2008-01-25 Denis Vlasenkoudhcpc: fix wrong options in decline and release packets
2007-12-24 Denis VlasenkoMakefile: change version to 1.10.0.svn
2007-12-20 Denis Vlasenkoudhcp: fix oversized packet sending (introduced by...
2007-12-10 Denis Vlasenkoudhcpc: support for -O <option>.
2007-11-29 Denis Vlasenkodhcp: heed TODO item - divorced options from their...
2007-11-22 Denis Vlasenkoudhcpc: remove -W option, -A can be reused for that
2007-11-22 Denis Vlasenkodhcpc: cleanup and comments; fix buggy timeout handling...
2007-11-22 Denis Vlasenkoudhcpc: an option to perform ARP check (Jonas Danielsso...
2007-11-07 Paul Foxadd "-A N" / "--tryagain=N" option to client, to allow...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-07 Denis Vlasenkoreviving libbusybox, adding CONFIG_INDIVIDUAL part 3
2007-09-30 Denis Vlasenkomove udhcp_{client/server}_config to common_bufsiz1
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-18 Denis Vlasenkointroduce and use xdup2(int, int)
2007-08-15 Denis Vlasenkoif pidfile turned out to be !regular file, do not unlin...
2007-08-14 Denis Vlasenkoudhcpd: add -f "foreground" and -S "syslog" options
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-08-02 Denis Vlasenkoudhcp: slight shrink
2007-08-02 Denis Vlasenkostart_stop_daemon: NOMMU fixes, round 2 by Alex Landau...
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-23 Denis Vlasenkorework long option handling. saves ~1.2k
2007-07-21 Denis Vlasenkolibbb: nuke BB_GETOPT_ERROR, always die if there are...
2007-07-03 Denis Vlasenkoudhcp: many small fixes:
2007-07-01 Denis Vlasenkoudhcp: new config option "Rewrite the lease file at...
2007-05-03 Denis Vlasenkoudhcpc: stop deleting our own pidfile if we daemonize.
2007-04-07 Denis Vlasenkoudhcp: MAC_BCAST_ADDR and blank_chaddr are in fact...
2007-04-04 Bernhard Reutner... - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]...
2007-03-26 Denis VlasenkoMove udhcp to new NOMMU helpers.
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-18 Denis Vlasenkofix potentially misaligned 32-bit accesses
2006-12-19 Bernhard Reutner... - use xlisten/xsocket some more. Saves .25 kB
2006-11-29 Denis Vlasenkofix support for globally disabling --long-options.
2006-11-27 Denis Vlasenkoudhcpc: convert to getopt32
2006-11-18 Denis Vlasenkoudhcp: fix indentation and style.
2006-10-12 Denis Vlasenkosmall style fixes
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-09-29 Denis VlasenkoYet another silly little byte saving. couldn't -> cannot
2006-09-26 Denis Vlasenkoseveral fixes from openWRT project
2006-09-11 Rob LandleyBuild fixes for gcc 4.0 with -Werror, from Tito.
2006-09-07 Denis VlasenkoFix (hopefully) bug 976. Need more thorough audit.
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-06-25 Rob LandleyVarious cleanups I made while going through Erik Hovlan...
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-05-28 Rob LandleyMy first bout of untangling udhcp. Make lots of gratui...
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
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-03-20 Eric AndersenRoy Walker writes:
2006-03-01 Rob LandleyCleanup patch from Denis Vlasenko. Mostly variants...
2006-02-20 Rob LandleyPatch from Giuseppe Ciotta to specify retry count.
2006-01-30 Eric Andersenfix up yet more annoying signed/unsigned and mixed...
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Bernhard Reutner... - add platform.h.
2005-09-23 "Vladimir N. Oleynik"more make safe the exported namespace for udhcp. Move...
2005-09-22 Paul Foxadd support for setting the dhcp vendor class option...
2005-08-01 Paul Foxallow suppression of default client-id. fixes bug...
2005-07-21 Paul Foxremove duplicate check against chaddr.
2005-07-20 Paul Foxapplying fix for:
2005-05-26 Rob LandleyTobias Krawutschke found a bug where the DHCP client...
2005-05-04 Rob LandleyRevert the uptime() removal. Let the list sort it...
2005-05-04 Rob LandleyPatch from Shaun Jackman:
2005-04-16 Mike FrysingerIn Bug 209, bernhardf writes:
2004-12-06 Mike Frysingermerge from udhcp module
2004-05-19 Russ Dillfix timewarp in client (server fix later)
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-01-30 Eric AndersenUse standard C99 types
2003-12-18 Russ DillFinish remerging busybox udhcp and udhcp. Some cleanups...
2003-12-16 Russ Dillstart attempting to bring udhcp in busybox back to...
2003-09-01 Glenn L McGrathAllow one to detect and handle the case where no lease...
2003-08-29 Glenn L McGrathRemove stray '\n'
2003-06-20 Eric AndersenMake gcc not whine about "deprecated use of label at...
2003-06-10 Glenn L McGrathVodz, last_patch_88
2003-03-19 Manuel Novoa III Major coreutils update.
2003-02-15 Glenn L McGrathPatch from Bastian Blank
2003-01-21 Russ Dillmerge fixes with udhcp
2002-12-11 Russ Dillslight change to reflect BB_VER change
2002-12-11 Russ Dillresync with udhcp cvs
2002-12-11 Eric AndersenMake sure we have a show_usage function prototype
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-10-31 Russ Dillsync to udhcp 0.9.8
2002-10-14 Russ Dilladded full udhcp integration