aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/common.c
AgeCommit message (Expand)Author
2014-07-16udhcp: add PXELINUX path prefix option (code 210) definitionJeremy Kerr
2013-11-12udhcp: add PXELINUX config file option (code 209) definitionJeremy Kerr
2013-05-17udhcp: code shrinkDenys Vlasenko
2013-05-17udhcpc: fix a problem with binary-encoded options #2Denys Vlasenko
2011-12-16udhcp: finish support of classless static routes (now the correct patch!)Michael McTernan
2011-12-08udhcpc: sanitize hostnames in incoming packets. Closes 3979.Denys Vlasenko
2011-11-16udhcpc6: rudimentary code to export data to script; fix IAADDR parsingDenys Vlasenko
2011-10-20dhcpc: fix the case where we might add extra space at the end of envvar.Denys Vlasenko
2011-10-19udhcpc: add support for DHCP option 212 (RFC 5969)Denys Vlasenko
2011-04-26udhcp: add FEATURE_UDHCP_8021Q optionNigel Hathaway
2011-02-06udhcpc: fix a problem with binary-encoded optionsDenys Vlasenko
2010-10-20udhcpc: remove now-unneeded definitions of vendor and client-id optsDenys Vlasenko
2010-10-20udhcpc: remove -c CLIENTID, it is hard to use, -x 61:hexstring does the same ...Denys Vlasenko
2010-09-26udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES optionsVladislav Grishenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-05-30dhcp: readability cleanups and small code shrinkDenys Vlasenko
2010-04-06udhcp: s/sipservers/sipsrv/ to match other similar option namesDenys Vlasenko
2010-04-04udhcp: implement "raw" binary options. Closes bug 735Denys Vlasenko
2010-04-04udhcp: s/dhcp_option/dhcp_optflag/gDenys Vlasenko
2010-04-03udhcpd: support decoding of option 120 "SIP servers". Closes bug 737Denys Vlasenko
2010-04-03libbb: make index_in_substrings return -1 on ambiguous matchesDenys Vlasenko
2010-03-27udhcp: abort if we see unknown option, and show valid options if soDenys Vlasenko
2010-03-26udhcp: pass pointer to whole packet to "add option" functionsDenys Vlasenko
2010-03-26udhcp: move options.c to common.c; disable unused bool and s16 option codeDenys Vlasenko
2009-06-17udhcp: logging improvements, field and variable renamesDenys Vlasenko
2009-06-17udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -vDenys Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-08-02udhcp: slight shrinkDenis Vlasenko
2007-07-03udhcp: many small fixes:Denis Vlasenko
2007-05-03udhcpc: stop deleting our own pidfile if we daemonize.Denis Vlasenko
2007-04-07udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.Denis Vlasenko
2007-03-27make pidfile writing configurable.Denis Vlasenko
2007-03-26Move udhcp to new NOMMU helpers.Denis Vlasenko
2007-01-27use bb_sanitize_stdio() where appropriateDenis Vlasenko
2006-11-18small fixes: using fd-based io instead of FILE*-based,Denis Vlasenko
2006-11-18udhcp: fix indentation and style.Denis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko
2006-09-07Fix (hopefully) bug 976. Need more thorough audit.Denis Vlasenko
2006-09-06Implement optional syslog logging using ordinaryDenis Vlasenko
2006-09-03replacing func() with xfunc() where appropriateDenis Vlasenko
2006-05-28My first bout of untangling udhcp. Make lots of gratuitous #defines goRob Landley
2006-05-19- replace _PATH_DEVNULL with bb_dev_nullBernhard Reutner-Fischer
2006-05-08add back in udhcp supportMike Frysinger
2006-03-23remove in place of external linkMike Frysinger
2005-05-04Revert the uptime() removal. Let the list sort it out...Rob Landley
2005-05-04Patch from Shaun Jackman:Rob Landley
2004-05-19use busybox sysinfo structRuss Dill
2004-05-19Fix a compile problemEric Andersen
2004-05-19fix timewarp in client (server fix later)Russ Dill