aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-211-1/+1
* udhcp: many small fixes:Denis Vlasenko2007-07-031-18/+21
* udhcp: new config option "Rewrite the lease file at every new acknowledge"Denis Vlasenko2007-07-011-2/+1
* udhcpc: stop deleting our own pidfile if we daemonize.Denis Vlasenko2007-05-031-6/+14
* udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.Denis Vlasenko2007-04-071-15/+21
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-2/+2
* Move udhcp to new NOMMU helpers.Denis Vlasenko2007-03-261-3/+18
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* fix potentially misaligned 32-bit accessesDenis Vlasenko2007-01-181-3/+6
* - use xlisten/xsocket some more. Saves .25 kBBernhard Reutner-Fischer2006-12-191-4/+0
* fix support for globally disabling --long-options.Denis Vlasenko2006-11-291-1/+4
* udhcpc: convert to getopt32Denis Vlasenko2006-11-271-153/+124
* udhcp: fix indentation and style.Denis Vlasenko2006-11-181-16/+1
* small style fixesDenis Vlasenko2006-10-121-3/+3
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-2/+2
* Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko2006-09-291-1/+1
* several fixes from openWRT projectDenis Vlasenko2006-09-261-2/+12
* Build fixes for gcc 4.0 with -Werror, from Tito.Rob Landley2006-09-111-1/+1
* Fix (hopefully) bug 976. Need more thorough audit.Denis Vlasenko2006-09-071-6/+12
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-21/+21
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* Various cleanups I made while going through Erik Hovland's patch submissions,Rob Landley2006-06-251-42/+3
* - reuse strings and messages. Saves about 600BBernhard Reutner-Fischer2006-06-071-1/+1
* My first bout of untangling udhcp. Make lots of gratuitous #defines goRob Landley2006-05-281-17/+16
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* add back in udhcp supportMike Frysinger2006-05-081-0/+574
* remove in place of external linkMike Frysinger2006-03-231-573/+0
* sync busybox and udhcp treesMike Frysinger2006-03-231-0/+1
* Roy Walker writes:Eric Andersen2006-03-201-2/+9
* Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)Rob Landley2006-03-011-4/+4
* Patch from Giuseppe Ciotta to specify retry count.Rob Landley2006-02-201-3/+8
* fix up yet more annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-4/+4
* just whitespaceTim Riker2006-01-251-3/+3
* - add platform.h.Bernhard Reutner-Fischer2006-01-221-15/+3
* more make safe the exported namespace for udhcp. Move to bb-specific file for..."Vladimir N. Oleynik"2005-09-231-1/+1
* add support for setting the dhcp vendor class option (option 60). Paul Fox2005-09-221-2/+23
* allow suppression of default client-id. fixes bug 000037. allowsPaul Fox2005-08-011-3/+12
* remove duplicate check against chaddr.Paul Fox2005-07-211-3/+0
* applying fix for:Paul Fox2005-07-201-0/+5
* Tobias Krawutschke found a bug where the DHCP client would accept packetsRob Landley2005-05-261-0/+3
* Revert the uptime() removal. Let the list sort it out...Rob Landley2005-05-041-2/+2
* Patch from Shaun Jackman:Rob Landley2005-05-041-2/+2
* In Bug 209, bernhardf writes:Mike Frysinger2005-04-161-12/+12
* merge from udhcp moduleMike Frysinger2004-12-061-2/+22
* fix timewarp in client (server fix later)Russ Dill2004-05-191-3/+3
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-24/+24
* Use standard C99 typesEric Andersen2004-01-301-1/+1
* Finish remerging busybox udhcp and udhcp. Some cleanups as well.Russ Dill2003-12-181-28/+23
* start attempting to bring udhcp in busybox back to the state where it is (ide...Russ Dill2003-12-161-1/+30
* Allow one to detect and handle the case where no lease could be obtainedGlenn L McGrath2003-09-011-0/+1