summaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* udhcpc: regularize the names of receiving functions,Denis Vlasenko2008-05-211-11/+10
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)Denis Vlasenko2008-02-041-2/+14
* udhcp: fix oversized packet sending (introduced by "slack for bad dhcp server...Denis Vlasenko2007-12-201-1/+1
* 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-1/+1
* 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
* dhcpd: make -S and -f actually workDenis Vlasenko2007-08-151-1/+2
* udhcpd: add -f "foreground" and -S "syslog" optionsDenis Vlasenko2007-08-141-3/+4
* udhcp: slight shrinkDenis Vlasenko2007-08-021-2/+11
* udhcp: many small fixes:Denis Vlasenko2007-07-031-10/+10
* fix comment placement (no code changes)Denis Vlasenko2007-07-011-1/+2
* udhcp: new config option "Rewrite the lease file at every new acknowledge"Denis Vlasenko2007-07-011-9/+12
* whitespace fixesDenis Vlasenko2007-05-301-2/+2
* udhcpc: stop deleting our own pidfile if we daemonize.Denis Vlasenko2007-05-031-12/+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-32/+46
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* - use xlisten/xsocket some more. Saves .25 kBBernhard Reutner-Fischer2006-12-191-4/+0
* udhcpc: convert to getopt32Denis Vlasenko2006-11-271-2/+4
* udhcp: fix indentation and style.Denis Vlasenko2006-11-181-29/+5
* Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko2006-09-291-3/+3
* Fix (hopefully) bug 976. Need more thorough audit.Denis Vlasenko2006-09-071-1/+1
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-16/+16
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* My first bout of untangling udhcp. Make lots of gratuitous #defines goRob Landley2006-05-281-18/+5
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessaryRob Landley2006-05-211-18/+6
* add back in udhcp supportMike Frysinger2006-05-081-0/+273
* remove in place of external linkMike Frysinger2006-03-231-273/+0
* just whitespaceTim Riker2006-01-251-1/+1
* Off by one error in max_leases sanity check. Bug 349, apparently.Rob Landley2005-09-011-1/+1
* Wade Berrier writes:Eric Andersen2004-10-081-2/+23
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-17/+17
* Use standard C99 typesEric Andersen2004-01-301-3/+3
* Finish remerging busybox udhcp and udhcp. Some cleanups as well.Russ Dill2003-12-181-31/+30
* Vodz, last_patch_88Glenn L McGrath2003-06-101-60/+17
* sorry about all the noise, should be all synced up nowRuss Dill2002-12-111-1/+10
* added full udhcp integrationRuss Dill2002-10-141-0/+287