aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp
AgeCommit message (Expand)Author
2016-07-03udhcpc: run "deconfig" script in manual renew state too. closes 9061Denys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-04-21udhcp: add setup_common_bufsiz() as neededDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-03-30udhcp: fix capitalization of two messagesDenys Vlasenko
2016-03-30dhcpd: string reuseDenys Vlasenko
2016-03-30udhcp: get rid of bb_info_msg()Denys Vlasenko
2016-03-30Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko
2016-03-11udhcpc: fix a warning in debug codeDenys Vlasenko
2016-03-10udhcp: fix a SEGV on malformed RFC1035-encoded domain nameDenys Vlasenko
2016-03-04udhcpc: do not use -t NUM for counting "select" packets, use 3Denys Vlasenko
2016-03-03dhcpc: Use client IP address as source address for DHCP renew/rebind messagesHans Dedecker
2016-03-01udhcpd: keep expired leases at startupChristian Lindeberg
2016-02-26udhcpc: fix OPTION_6RD parsing (could overflow its malloced buffer)Denys Vlasenko
2016-02-26udhcp: trivial shrinkDenys Vlasenko
2016-02-11networking: allow dot at the end of the domain name in dhcp responseDenys Vlasenko
2015-10-24dumpleases: string reuseDenys Vlasenko
2015-10-24dumpleases: new option -d to show time in secondsIsaac Dunham
2015-10-24dumpleases: make host names sanitized to shell-friendly conditionDenys Vlasenko
2015-10-08udhcpc: fix for some Android toolchain breakageDenys Vlasenko
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko
2015-07-30udhcpc: dns labels can actually start with a numberArthur Gautier
2015-07-19libbb: add a function to make a copy of a region of memoryRon Yorston
2015-01-27dhcpd: fix an improper widening conversionDenys Vlasenko
2014-12-25udhcpd: account for script delay in leaseJohn Schroeder
2014-12-21udhcpc: account for script run timeDenys Vlasenko
2014-11-25udhcpd: if a lease from lease file coincides with a static one, ignore itDenys Vlasenko
2014-10-30udhcpd: add option for tweaking arppingMichel Stam
2014-07-16udhcp: add PXELINUX path prefix option (code 210) definitionJeremy Kerr
2014-06-16udhcpc: make hostname sanitization optional. Closes 3979Denys Vlasenko
2014-02-27udhcpc: ignore NAKs from "wrong" servers. Closes 4267Denys Vlasenko
2014-02-19udhcpc: fix BPF filter. Hopefully fixes the root cause of 4598 and 6746Denys Vlasenko
2014-02-07udhcpc: in comments, explain the kind of raw socket we createDenys Vlasenko
2014-02-03udhcpc: don't use BPF filter, users report problems (bugs 4598, 6746)Denys Vlasenko
2013-11-12udhcp: add PXELINUX config file option (code 209) definitionJeremy Kerr
2013-11-03udhcpc: allow zero server-id. Closes 6614.Denys Vlasenko
2013-10-28udhcpc: make DHCP packets to have at least 300 DHCP bytesJohannes Stezenbach
2013-08-08udhcpc: tweak help text moreDenys Vlasenko
2013-08-08udhcpc: tweak help textDenys Vlasenko
2013-08-05udhcpc: tweak help textDenys Vlasenko
2013-05-17udhcp: code shrinkDenys Vlasenko
2013-05-17udhcpc: fix a problem with binary-encoded options #2Denys Vlasenko
2013-03-14udhcpd: also add -I ADDR to help textDenys Vlasenko
2013-03-13udhcpd: add -I LOCAL_ADDR optionDenys Vlasenko
2013-01-28udhcpc6: fix port numbers used if !FEATURE_UDHCP_PORTDenys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2012-09-27udhcpc[6]: allow discover_retries == 0 (infinite)Felix Fietkau
2012-09-17ushcpc: gracefully handle packets with CHECKSUM_PARTIALAlexey Froloff
2012-08-10udhcp[cd]: fix binding to network aliases. Closes 5432, 5438Denys Vlasenko