summaryrefslogtreecommitdiff
path: root/networking/udhcp/common.c
Commit message (Expand)AuthorAgeFilesLines
* *: slap on a few ALIGN* where appropriateDenys Vlasenko2022-02-061-1/+1
* udhcpc6: fix udhcp_find_option to actually find DHCP6 optionsDenys Vlasenko2021-12-121-7/+22
* udhcp: convert log1s() macro to functionDenys Vlasenko2021-06-031-0/+7
* udhcpc: get rid of client_data.fqdn fieldDenys Vlasenko2021-06-021-6/+7
* udhcpc: remove deprecated -H/-h HOSTNAME options (9 years), deprecate -V VENDORDenys Vlasenko2021-06-021-1/+2
* udhcpc: include client-id option in DECLINEs, even if it's a custom -x 61:HEX...Denys Vlasenko2021-06-021-25/+38
* udhcpc: ignore zero-length DHCP options, take 2Denys Vlasenko2021-03-161-3/+3
* udhcpc: ignore zero-length DHCP optionsRussell Senior2021-03-161-8/+18
* avoid using strok - eliminates use of hidden global variableDenys Vlasenko2020-10-061-5/+5
* udhcp: add option scannerMartin Lewis2020-06-291-42/+54
* udhcp: comment out unused domain compression codeDenys Vlasenko2020-06-091-1/+1
* udhcpc: fix segmentation fault on empty bin optMichal Kazior2019-10-081-1/+1
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* Optionally re-introduce bb_info_msg()James Byrne2019-04-301-1/+1
* udhcp: add 100 and 101 dhcp options for ipv4Antoine Girard-Vallée2019-04-131-0/+4
* udhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes longDenys Vlasenko2019-01-071-1/+1
* udhcp: code shrinkDenys Vlasenko2019-01-071-5/+9
* udhcpc: check that 4-byte options are indeed 4-byte, closes 11506Denys Vlasenko2018-12-171-0/+19
* udhcp: tweak comment indentation, no code changesDenys Vlasenko2018-07-041-39/+39
* udhcp: add option 211, "reboot time"Jeremy Kerr2018-07-041-0/+2
* udhcpc6: set -x options in requestDenys Vlasenko2018-05-141-7/+26
* udhcp: fix use of trim() in udhcp_str2optset()Samuel Mendoza-Jonas2018-05-141-3/+4
* udhcp: support string user options, closes 10946Denys Vlasenko2018-04-131-27/+44
* udhcpc6: make -O OPT workDenys Vlasenko2017-06-281-9/+18
* typo in commentDenys Vlasenko2017-01-291-1/+1
* udhcpc: check read of overload option data byte to be within packetDenys Vlasenko2016-10-251-1/+2
* udhcpc: check read of option length byte to be within packetBrian Foley2016-10-251-1/+7
* udhcp: fix capitalization of two messagesDenys Vlasenko2016-03-301-2/+2
* udhcp: get rid of bb_info_msg()Denys Vlasenko2016-03-301-4/+4
* udhcpc: fix OPTION_6RD parsing (could overflow its malloced buffer)Denys Vlasenko2016-02-261-2/+13
* 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