aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* udhcp: add PXELINUX path prefix option (code 210) definitionJeremy Kerr2014-07-161-0/+2
* udhcp: add PXELINUX config file option (code 209) definitionJeremy Kerr2013-11-121-0/+2
* udhcp: code shrinkDenys Vlasenko2013-05-171-17/+13
* udhcpc: fix a problem with binary-encoded options #2Denys Vlasenko2013-05-171-1/+1
* udhcp: finish support of classless static routes (now the correct patch!)Michael McTernan2011-12-161-18/+37
* udhcpc: sanitize hostnames in incoming packets. Closes 3979.Denys Vlasenko2011-12-081-5/+9
* udhcpc6: rudimentary code to export data to script; fix IAADDR parsingDenys Vlasenko2011-11-161-0/+19
* dhcpc: fix the case where we might add extra space at the end of envvar.Denys Vlasenko2011-10-201-0/+3
* udhcpc: add support for DHCP option 212 (RFC 5969)Denys Vlasenko2011-10-191-0/+3
* udhcp: add FEATURE_UDHCP_8021Q optionNigel Hathaway2011-04-261-0/+8
* udhcpc: fix a problem with binary-encoded optionsDenys Vlasenko2011-02-061-1/+1
* udhcpc: remove now-unneeded definitions of vendor and client-id optsDenys Vlasenko2010-10-201-3/+4
* udhcpc: remove -c CLIENTID, it is hard to use, -x 61:hexstring does the same ...Denys Vlasenko2010-10-201-1/+1
* udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES optionsVladislav Grishenko2010-09-261-0/+4
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* dhcp: readability cleanups and small code shrinkDenys Vlasenko2010-05-301-2/+2
* udhcp: s/sipservers/sipsrv/ to match other similar option namesDenys Vlasenko2010-04-061-1/+1
* udhcp: implement "raw" binary options. Closes bug 735Denys Vlasenko2010-04-041-9/+38
* udhcp: s/dhcp_option/dhcp_optflag/gDenys Vlasenko2010-04-041-20/+20
* 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