summaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-181-1/+1
* if pidfile turned out to be !regular file, do not unlink it.Denis Vlasenko2007-08-151-1/+1
* udhcpd: add -f "foreground" and -S "syslog" optionsDenis Vlasenko2007-08-141-2/+4
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
* udhcp: slight shrinkDenis Vlasenko2007-08-021-30/+39
* start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com>Denis Vlasenko2007-08-021-0/+2
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-1/+1
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-231-22/+21
* 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