aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* udhcpd: support decoding of option 120 "SIP servers". Closes bug 737Denys Vlasenko2010-04-031-12/+23
* libbb: make index_in_substrings return -1 on ambiguous matchesDenys Vlasenko2010-04-031-2/+2
* udhcp: abort if we see unknown option, and show valid options if soDenys Vlasenko2010-03-271-5/+21
* udhcp: pass pointer to whole packet to "add option" functionsDenys Vlasenko2010-03-261-7/+9
* udhcp: move options.c to common.c; disable unused bool and s16 option codeDenys Vlasenko2010-03-261-2/+452
* udhcp: logging improvements, field and variable renamesDenys Vlasenko2009-06-171-1/+1
* udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -vDenys Vlasenko2009-06-171-1/+4
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+3
* udhcp: slight shrinkDenis Vlasenko2007-08-021-21/+0
* udhcp: many small fixes:Denis Vlasenko2007-07-031-22/+2
* udhcpc: stop deleting our own pidfile if we daemonize.Denis Vlasenko2007-05-031-16/+0
* udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.Denis Vlasenko2007-04-071-0/+2
* make pidfile writing configurable.Denis Vlasenko2007-03-271-29/+16
* Move udhcp to new NOMMU helpers.Denis Vlasenko2007-03-261-22/+38
* use bb_sanitize_stdio() where appropriateDenis Vlasenko2007-01-271-15/+1
* small fixes: using fd-based io instead of FILE*-based,Denis Vlasenko2006-11-181-3/+1
* udhcp: fix indentation and style.Denis Vlasenko2006-11-181-13/+0
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-2/+2
* Fix (hopefully) bug 976. Need more thorough audit.Denis Vlasenko2006-09-071-3/+3
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-57/+14
* replacing func() with xfunc() where appropriateDenis Vlasenko2006-09-031-4/+1
* My first bout of untangling udhcp. Make lots of gratuitous #defines goRob Landley2006-05-281-7/+6
* - replace _PATH_DEVNULL with bb_dev_nullBernhard Reutner-Fischer2006-05-191-4/+6
* add back in udhcp supportMike Frysinger2006-05-081-0/+135
* remove in place of external linkMike Frysinger2006-03-231-162/+0
* Revert the uptime() removal. Let the list sort it out...Rob Landley2005-05-041-0/+8
* Patch from Shaun Jackman:Rob Landley2005-05-041-8/+0
* use busybox sysinfo structRuss Dill2004-05-191-1/+0
* Fix a compile problemEric Andersen2004-05-191-2/+1
* fix timewarp in client (server fix later)Russ Dill2004-05-191-0/+9
* remove uneccessary check (already done in pidfile.c)Russ Dill2004-05-191-6/+4
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* it should work even if you don't assign a pidfileRuss Dill2003-12-261-6/+7
* Finish remerging busybox udhcp and udhcp. Some cleanups as well.Russ Dill2003-12-181-71/+71
* make udhcp work under uclinux, to an extentRuss Dill2003-12-151-0/+4
* "Without this patch, udhcpcd output may be buffered and delayed forGlenn L McGrath2003-08-301-0/+2
* Add missing pieces from vodz' last_patch88Eric Andersen2003-06-141-0/+150