aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/common.h
AgeCommit message (Expand)Author
2020-12-15udhcp: bind to device even for ucast packetsMichal Kazior
2020-10-01udhcp: remove struct packing attribute, eliminates gcc-9.xDenys Vlasenko
2020-06-29udhcp: add option scannerMartin Lewis
2020-06-09dhcpc: refactor xmalloc_optname_optval to shrink binary sizeMartin Lewis
2020-06-09udhcp: comment out unused domain compression codeDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-05-23dhcp: tweak comments, no code changesDenys Vlasenko
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-15Update examples/udhcp/udhcpd.confDenys Vlasenko
2019-01-07udhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes longDenys Vlasenko
2018-12-17udhcpc: check that 4-byte options are indeed 4-byte, closes 11506Denys Vlasenko
2018-07-04udhcp: add decimal option values in comments, no code changesDenys Vlasenko
2018-07-04udhcp: add option 211, "reboot time"Jeremy Kerr
2018-06-21udhcpc: remove code which requires server ID to be on local networkDenys Vlasenko
2018-05-14udhcpc6: set -x options in requestDenys Vlasenko
2018-03-10udhcpd: fix "not dying on SIGTERM"Denys Vlasenko
2017-09-29udhcpc: paranoia when using kernel UDP mode for sending renew: server ID may ...Denys Vlasenko
2017-07-03randomconfig fixesDenys Vlasenko
2017-06-28udhcpc6: make -O OPT workDenys Vlasenko
2017-02-16udhcp: use poll() instead of select()Denys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-03-30udhcp: get rid of bb_info_msg()Denys Vlasenko
2014-10-30udhcpd: add option for tweaking arppingMichel Stam
2014-07-16udhcp: add PXELINUX path prefix option (code 210) definitionJeremy Kerr
2013-11-12udhcp: add PXELINUX config file option (code 209) definitionJeremy Kerr
2012-07-26Add yet another missing ALIGN2 on a global declaration.Denys Vlasenko
2012-07-24*: declare strings with ALIGN1, as appropriateMichael Tokarev
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-20typo fix in commentDenys Vlasenko
2011-10-19udhcpc: add support for DHCP option 212 (RFC 5969)Denys Vlasenko
2011-10-18udhcp: IF_UDHCP_VERBOSE() macro - improve code readabilityLeonid Lisovskiy
2011-09-09udhcp: remove the declaration of non-existent udhcp_checksumBaruch Siach
2011-04-26udhcp: add FEATURE_UDHCP_8021Q optionNigel Hathaway
2010-10-20dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZEDenys 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: indicate IP network order in prototypes tooDenys Vlasenko
2010-05-30dhcp: readability cleanups and small code shrinkDenys 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-03-27udhcp: abort if we see unknown option, and show valid options if soDenys Vlasenko
2010-03-26udhcp: cosmetic cleanups; one case of s/full_read/xread/Denys 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
2010-03-25udhcpc: add -x OPT:VAL optionDenys Vlasenko
2010-03-23udhcp: handle errors in read_staticleaseDenys Vlasenko
2010-03-22udhcp: make rfc derived doc more readable (but it still is contradictory)Denys Vlasenko