aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/common.c
AgeCommit message (Expand)Author
2020-10-06avoid using strok - eliminates use of hidden global variableDenys Vlasenko
2020-06-29udhcp: add option scannerMartin Lewis
2020-06-09udhcp: comment out unused domain compression codeDenys Vlasenko
2019-10-08udhcpc: fix segmentation fault on empty bin optMichal Kazior
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-04-30Optionally re-introduce bb_info_msg()James Byrne
2019-04-13udhcp: add 100 and 101 dhcp options for ipv4Antoine Girard-Vallée
2019-01-07udhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes longDenys Vlasenko
2019-01-07udhcp: code shrinkDenys Vlasenko
2018-12-17udhcpc: check that 4-byte options are indeed 4-byte, closes 11506Denys Vlasenko
2018-07-04udhcp: tweak comment indentation, no code changesDenys Vlasenko
2018-07-04udhcp: add option 211, "reboot time"Jeremy Kerr
2018-05-14udhcpc6: set -x options in requestDenys Vlasenko
2018-05-14udhcp: fix use of trim() in udhcp_str2optset()Samuel Mendoza-Jonas
2018-04-13udhcp: support string user options, closes 10946Denys Vlasenko
2017-06-28udhcpc6: make -O OPT workDenys Vlasenko
2017-01-29typo in commentDenys Vlasenko
2016-10-25udhcpc: check read of overload option data byte to be within packetDenys Vlasenko
2016-10-25udhcpc: check read of option length byte to be within packetBrian Foley
2016-03-30udhcp: fix capitalization of two messagesDenys Vlasenko
2016-03-30udhcp: get rid of bb_info_msg()Denys Vlasenko
2016-02-26udhcpc: fix OPTION_6RD parsing (could overflow its malloced buffer)Denys Vlasenko
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