aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* udhcp: fix oversized packet sending (introduced by "slack for bad dhcp server...Denis Vlasenko2007-12-201-1/+1
* udhcpc: support for -O <option>.Denis Vlasenko2007-12-101-25/+36
* dhcp: heed TODO item - divorced options from their string descriptionsDenis Vlasenko2007-11-291-14/+10
* udhcpc: remove -W option, -A can be reused for thatDenis Vlasenko2007-11-221-15/+6
* dhcpc: cleanup and comments; fix buggy timeout handling in corner cases.Denis Vlasenko2007-11-221-107/+125
* udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@ax...Denis Vlasenko2007-11-221-12/+53
* add "-A N" / "--tryagain=N" option to client, to allow altering thePaul Fox2007-11-071-4/+9
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* reviving libbusybox, adding CONFIG_INDIVIDUAL part 3Denis Vlasenko2007-10-071-2/+2
* move udhcp_{client/server}_config to common_bufsiz1Denis Vlasenko2007-09-301-1/+1
* 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