summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2017-01-01fix breakage found by mass one-applet buildsDenys Vlasenko8-20/+29
2016-11-23Convert all udhcp applets to "new style" applet definitionsDenys Vlasenko5-4/+19
2016-10-25udhcpc: check read of overload option data byte to be within packetDenys Vlasenko1-1/+2
2016-10-25udhcpc: check read of option length byte to be within packetBrian Foley2-3/+9
2016-10-03dhcp: merge leases.c and static_leases.c into dhcpd.cDenys Vlasenko6-253/+219
2016-10-03dhcp: merge most of static_leases.c into dhcpd.cDenys Vlasenko3-69/+58
2016-10-03dhcp: merge files.c into dhcpd.cDenys Vlasenko4-243/+222
2016-08-26udhcpc: Unconditionally call deconfig script, not only if lease is activePeter Korsgaard2-6/+16
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-07-03udhcpc: run "deconfig" script in manual renew state too. closes 9061Denys Vlasenko2-2/+10
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko30-49/+49
2016-04-21udhcp: add setup_common_bufsiz() as neededDenys Vlasenko3-4/+8
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2016-03-30udhcp: fix capitalization of two messagesDenys Vlasenko1-2/+2
2016-03-30dhcpd: string reuseDenys Vlasenko1-1/+1
2016-03-30udhcp: get rid of bb_info_msg()Denys Vlasenko16-171/+107
2016-03-30Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko6-17/+17
2016-03-10udhcpc: fix a warning in debug codeDenys Vlasenko1-0/+1
2016-03-10udhcp: fix a SEGV on malformed RFC1035-encoded domain nameDenys Vlasenko1-4/+9
2016-03-04udhcpc: do not use -t NUM for counting "select" packets, use 3Denys Vlasenko1-1/+1
2016-03-03dhcpc: Use client IP address as source address for DHCP renew/rebind messagesHans Dedecker1-6/+6
2016-03-01udhcpd: keep expired leases at startupChristian Lindeberg2-2/+8
2016-02-26udhcpc: fix OPTION_6RD parsing (could overflow its malloced buffer)Denys Vlasenko2-4/+15
2016-02-26udhcp: trivial shrinkDenys Vlasenko1-4/+3
2016-02-11networking: allow dot at the end of the domain name in dhcp responseDenys Vlasenko1-0/+2
2015-10-24dumpleases: string reuseDenys Vlasenko1-3/+5
2015-10-24dumpleases: new option -d to show time in secondsIsaac Dunham1-5/+19
2015-10-24dumpleases: make host names sanitized to shell-friendly conditionDenys Vlasenko1-3/+8
2015-10-08udhcpc: fix for some Android toolchain breakageDenys Vlasenko1-0/+14
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko16-61/+75
2015-07-30udhcpc: dns labels can actually start with a numberArthur Gautier1-4/+0
2015-07-19libbb: add a function to make a copy of a region of memoryRon Yorston8-17/+13
2015-01-27dhcpd: fix an improper widening conversionDenys Vlasenko1-1/+2
2014-12-25udhcpd: account for script delay in leaseJohn Schroeder1-1/+5
2014-12-21udhcpc: account for script run timeDenys Vlasenko1-1/+5
2014-11-25udhcpd: if a lease from lease file coincides with a static one, ignore itDenys Vlasenko1-1/+13
2014-10-30udhcpd: add option for tweaking arppingMichel Stam6-21/+39
2014-07-16udhcp: add PXELINUX path prefix option (code 210) definitionJeremy Kerr2-0/+3
2014-06-15udhcpc: make hostname sanitization optional. Closes 3979Denys Vlasenko2-0/+15
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2014-02-27udhcpc: ignore NAKs from "wrong" servers. Closes 4267Denys Vlasenko1-1/+24
2014-02-19udhcpc: fix BPF filter. Hopefully fixes the root cause of 4598 and 6746Denys Vlasenko2-4/+5
2014-02-07udhcpc: in comments, explain the kind of raw socket we createDenys Vlasenko1-2/+4
2014-02-03udhcpc: don't use BPF filter, users report problems (bugs 4598, 6746)Denys Vlasenko1-47/+46
2013-11-12udhcp: add PXELINUX config file option (code 209) definitionJeremy Kerr2-2/+5
2013-11-03udhcpc: allow zero server-id. Closes 6614.Denys Vlasenko1-11/+25
2013-10-28udhcpc: make DHCP packets to have at least 300 DHCP bytesJohannes Stezenbach1-0/+9
2013-08-08udhcpc: tweak help text moreDenys Vlasenko1-17/+17
[next]