aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp
AgeCommit message (Expand)Author
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
2012-07-27udhcpc: make -O <numeric_opt> work. Closes 5402Denys Vlasenko
2012-07-26Add yet another missing ALIGN2 on a global declaration.Denys Vlasenko
2012-07-24dhcpd: write lease file on exitDenys Vlasenko
2012-07-24*: declare strings with ALIGN1, as appropriateMichael Tokarev
2012-06-02udhcpc[6]: show select timeout in logDenys Vlasenko
2012-05-02udhcpc6: depend on ipv6Mike Frysinger
2012-04-22udhcpc: fix improper size calculation for OPTION_STRING_HOSTDenys Vlasenko
2012-04-20fix build breakage found by randconfigDenys Vlasenko
2012-04-17udhcp: make arpping code resistant to time jumpsDenys Vlasenko