aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/common.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* udhcp: bind to device even for ucast packetsMichal Kazior2020-12-151-1/+2
* udhcp: remove struct packing attribute, eliminates gcc-9.xDenys Vlasenko2020-10-011-3/+3
* udhcp: add option scannerMartin Lewis2020-06-291-0/+8
* dhcpc: refactor xmalloc_optname_optval to shrink binary sizeMartin Lewis2020-06-091-1/+1
* udhcp: comment out unused domain compression codeDenys Vlasenko2020-06-091-1/+1
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-0/+19
* dhcp: tweak comments, no code changesDenys Vlasenko2019-05-231-30/+22
* Optionally re-introduce bb_info_msg()James Byrne2019-04-301-3/+3
* udhcp: add 100 and 101 dhcp options for ipv4Antoine Girard-Vallée2019-04-131-0/+2
* Update examples/udhcp/udhcpd.confDenys Vlasenko2019-01-151-2/+2
* udhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes longDenys Vlasenko2019-01-071-1/+1
* udhcpc: check that 4-byte options are indeed 4-byte, closes 11506Denys Vlasenko2018-12-171-0/+4
* udhcp: add decimal option values in comments, no code changesDenys Vlasenko2018-07-041-30/+30
* udhcp: add option 211, "reboot time"Jeremy Kerr2018-07-041-0/+1
* udhcpc: remove code which requires server ID to be on local networkDenys Vlasenko2018-06-211-3/+1
* udhcpc6: set -x options in requestDenys Vlasenko2018-05-141-1/+10
* udhcpd: fix "not dying on SIGTERM"Denys Vlasenko2018-03-101-1/+1
* udhcpc: paranoia when using kernel UDP mode for sending renew: server ID may ...Denys Vlasenko2017-09-291-1/+3
* randomconfig fixesDenys Vlasenko2017-07-031-0/+2
* udhcpc6: make -O OPT workDenys Vlasenko2017-06-281-4/+13
* udhcp: use poll() instead of select()Denys Vlasenko2017-02-161-2/+2
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-0/+1
* udhcp: get rid of bb_info_msg()Denys Vlasenko2016-03-301-3/+3
* udhcpd: add option for tweaking arppingMichel Stam2014-10-301-1/+2
* udhcp: add PXELINUX path prefix option (code 210) definitionJeremy Kerr2014-07-161-0/+1
* udhcp: add PXELINUX config file option (code 209) definitionJeremy Kerr2013-11-121-2/+3
* Add yet another missing ALIGN2 on a global declaration.Denys Vlasenko2012-07-261-1/+1
* *: declare strings with ALIGN1, as appropriateMichael Tokarev2012-07-241-2/+2
* udhcpc: sanitize hostnames in incoming packets. Closes 3979.Denys Vlasenko2011-12-081-0/+3
* udhcpc6: rudimentary code to export data to script; fix IAADDR parsingDenys Vlasenko2011-11-161-0/+3
* typo fix in commentDenys Vlasenko2011-10-201-1/+1
* udhcpc: add support for DHCP option 212 (RFC 5969)Denys Vlasenko2011-10-191-0/+1
* udhcp: IF_UDHCP_VERBOSE() macro - improve code readabilityLeonid Lisovskiy2011-10-181-0/+2
* udhcp: remove the declaration of non-existent udhcp_checksumBaruch Siach2011-09-091-2/+0
* udhcp: add FEATURE_UDHCP_8021Q optionNigel Hathaway2011-04-261-0/+2
* dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZEDenys Vlasenko2010-10-201-3/+3
* udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES optionsVladislav Grishenko2010-09-261-0/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* dhcp: indicate IP network order in prototypes tooDenys Vlasenko2010-05-301-4/+4
* dhcp: readability cleanups and small code shrinkDenys Vlasenko2010-05-301-2/+12
* udhcp: implement "raw" binary options. Closes bug 735Denys Vlasenko2010-04-041-4/+5
* udhcp: s/dhcp_option/dhcp_optflag/gDenys Vlasenko2010-04-041-2/+2
* udhcpd: support decoding of option 120 "SIP servers". Closes bug 737Denys Vlasenko2010-04-031-1/+3
* udhcp: abort if we see unknown option, and show valid options if soDenys Vlasenko2010-03-271-0/+2
* udhcp: cosmetic cleanups; one case of s/full_read/xread/Denys Vlasenko2010-03-261-2/+1
* udhcp: pass pointer to whole packet to "add option" functionsDenys Vlasenko2010-03-261-3/+3
* udhcp: move options.c to common.c; disable unused bool and s16 option codeDenys Vlasenko2010-03-261-5/+9
* udhcpc: add -x OPT:VAL optionDenys Vlasenko2010-03-251-0/+8
* udhcp: handle errors in read_staticleaseDenys Vlasenko2010-03-231-1/+1
* udhcp: make rfc derived doc more readable (but it still is contradictory)Denys Vlasenko2010-03-221-60/+41