httpd: fix handling of range requests
[oweals/busybox.git] / networking / udhcp /
2017-01-01 Denys Vlasenkofix breakage found by mass one-applet builds
2016-11-23 Denys VlasenkoConvert all udhcp applets to "new style" applet definitions
2016-10-25 Denys Vlasenkoudhcpc: check read of overload option data byte to...
2016-10-25 Brian Foleyudhcpc: check read of option length byte to be within...
2016-10-03 Denys Vlasenkodhcp: merge leases.c and static_leases.c into dhcpd.c
2016-10-03 Denys Vlasenkodhcp: merge most of static_leases.c into dhcpd.c
2016-10-03 Denys Vlasenkodhcp: merge files.c into dhcpd.c
2016-08-26 Peter Korsgaardudhcpc: Unconditionally call deconfig script, not only...
2016-07-06 Denys Vlasenkogetopt32: add new syntax of 'o:+' and 'o:*' for -o...
2016-07-03 Denys Vlasenkoudhcpc: run "deconfig" script in manual renew state...
2016-04-22 Denys Vlasenko*: slap on a few ALIGN1/2s where appropriate
2016-04-21 Denys Vlasenkoudhcp: add setup_common_bufsiz() as needed
2016-04-21 Denys Vlasenko*: add most of the required setup_common_bufsiz() calls
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2016-03-30 Denys Vlasenkoudhcp: fix capitalization of two messages
2016-03-30 Denys Vlasenkodhcpd: string reuse
2016-03-30 Denys Vlasenkoudhcp: get rid of bb_info_msg()
2016-03-30 Denys VlasenkoUse bb_error_msg instead of bb_info_msg in all commente...
2016-03-10 Denys Vlasenkoudhcpc: fix a warning in debug code
2016-03-10 Denys Vlasenkoudhcp: fix a SEGV on malformed RFC1035-encoded domain...
2016-03-04 Denys Vlasenkoudhcpc: do not use -t NUM for counting "select" packets...
2016-03-03 Hans Dedeckerdhcpc: Use client IP address as source address for...
2016-03-01 Christian Lindebergudhcpd: keep expired leases at startup
2016-02-26 Denys Vlasenkoudhcpc: fix OPTION_6RD parsing (could overflow its...
2016-02-26 Denys Vlasenkoudhcp: trivial shrink
2016-02-11 Denys Vlasenkonetworking: allow dot at the end of the domain name...
2015-10-24 Denys Vlasenkodumpleases: string reuse
2015-10-24 Isaac Dunhamdumpleases: new option -d to show time in seconds
2015-10-24 Denys Vlasenkodumpleases: make host names sanitized to shell-friendly...
2015-10-08 Denys Vlasenkoudhcpc: fix for some Android toolchain breakage
2015-08-24 Denys Vlasenkolibbb: add setsockopt_foo helpers
2015-07-30 Arthur Gautierudhcpc: dns labels can actually start with a number
2015-07-19 Ron Yorstonlibbb: add a function to make a copy of a region of...
2015-01-27 Denys Vlasenkodhcpd: fix an improper widening conversion
2014-12-25 John Schroederudhcpd: account for script delay in lease
2014-12-21 Denys Vlasenkoudhcpc: account for script run time
2014-11-25 Denys Vlasenkoudhcpd: if a lease from lease file coincides with a...
2014-10-30 Michel Stamudhcpd: add option for tweaking arpping
2014-07-16 Jeremy Kerrudhcp: add PXELINUX path prefix option (code 210) defin...
2014-06-15 Denys Vlasenkoudhcpc: make hostname sanitization optional. Closes...
2014-02-27 Denys Vlasenkoudhcpc: ignore NAKs from "wrong" servers. Closes 4267
2014-02-19 Denys Vlasenkoudhcpc: fix BPF filter. Hopefully fixes the root cause...
2014-02-07 Denys Vlasenkoudhcpc: in comments, explain the kind of raw socket...
2014-02-03 Denys Vlasenkoudhcpc: don't use BPF filter, users report problems...
2013-11-12 Jeremy Kerrudhcp: add PXELINUX config file option (code 209) defin...
2013-11-03 Denys Vlasenkoudhcpc: allow zero server-id. Closes 6614.
2013-10-28 Johannes Stezenbachudhcpc: make DHCP packets to have at least 300 DHCP...
2013-08-08 Denys Vlasenkoudhcpc: tweak help text more
2013-08-08 Denys Vlasenkoudhcpc: tweak help text
2013-08-05 Denys Vlasenkoudhcpc: tweak help text
2013-05-17 Denys Vlasenkoudhcp: code shrink
2013-05-17 Denys Vlasenkoudhcpc: fix a problem with binary-encoded options #2
2013-03-14 Denys Vlasenkoudhcpd: also add -I ADDR to help text
2013-03-13 Denys Vlasenkoudhcpd: add -I LOCAL_ADDR option
2013-01-28 Denys Vlasenkoudhcpc6: fix port numbers used if !FEATURE_UDHCP_PORT
2013-01-14 Denys Vlasenkowhitespace cleanup. no code changes
2012-09-27 Felix Fietkauudhcpc[6]: allow discover_retries == 0 (infinite)
2012-09-17 Alexey Froloffushcpc: gracefully handle packets with CHECKSUM_PARTIAL
2012-08-09 Denys Vlasenkoudhcp[cd]: fix binding to network aliases. Closes 5432...
2012-07-27 Denys Vlasenkoudhcpc: make -O <numeric_opt> work. Closes 5402
2012-07-26 Denys VlasenkoAdd yet another missing ALIGN2 on a global declaration.
2012-07-24 Denys Vlasenkodhcpd: write lease file on exit
2012-07-24 Michael Tokarev*: declare strings with ALIGN1, as appropriate
2012-06-02 Denys Vlasenkoudhcpc[6]: show select timeout in log
2012-05-03 Mike Frysingerudhcpc6: depend on ipv6
2012-04-22 Denys Vlasenkoudhcpc: fix improper size calculation for OPTION_STRING...
2012-04-20 Denys Vlasenkofix build breakage found by randconfig
2012-04-17 Denys Vlasenkoudhcp: make arpping code resistant to time jumps
2011-12-16 Michael McTernanudhcp: finish support of classless static routes (now...
2011-12-08 Denys Vlasenkoudhcpc: sanitize hostnames in incoming packets. Closes...
2011-11-21 Denys VlasenkoMerge branch 'master' of git+ssh://busybox.net/var...
2011-11-18 Denys Vlasenkoudhcpc: shrink code by setting xid more economically
2011-11-16 Denys Vlasenkoudhcpc6: rudimentary code to export data to script...
2011-11-08 Denys Vlasenkoudhcpc[6]: tweak help text, remove -B from udhcpc6...
2011-11-07 Denys Vlasenkoudhcpc6: set hop limit to 1 in emitted raw packets
2011-11-07 Denys Vlasenkoudhcpc6: fix endianness
2011-11-07 Denys Vlasenkoudhcpc6: new applet. Not yet functional.
2011-11-07 Denys Vlasenkoudhcpc: trim help text, rename badly-named variable
2011-11-06 Denys Vlasenkoudhcpc: code shrink
2011-11-05 Denys Vlasenkoudhcpc: remove workaround for bugs in Win98 dhcp server...
2011-11-05 Denys Vlasenkoudhcpc: reuse string constant; remove unneeded memset(0)
2011-11-05 Denys Vlasenkoudhcpc: deprecate --hostname NAME
2011-10-23 Denys Vlasenkogetty: reset tty attrs on Ctrl-C and Ctrl-D too
2011-10-20 Denys Vlasenkoudhcpc: add comment about server IP
2011-10-20 Denys Vlasenkoudhcpc: in fill_envp, export BOOTP fields first
2011-10-20 Denys Vlasenkodhcpc: fix the case where we might add extra space...
2011-10-20 Denys Vlasenkoudhcpc: fix 6rd option formatting (was using 4 more...
2011-10-20 Denys Vlasenkoudhcpc: remove unused argument in sprint_nip6
2011-10-20 Denys Vlasenkoudhcpc: small code shrink
2011-10-20 Denys Vlasenkotypo fix in comment
2011-10-19 Denys Vlasenkoudhcpc: add support for DHCP option 212 (RFC 5969)
2011-10-17 Vladislav Grishenkoudhcpc: on SIGUSR1, limit renew attempts time to 20...
2011-10-17 Leonid Lisovskiyudhcp: IF_UDHCP_VERBOSE() macro - improve code readability
2011-09-09 Baruch Siachudhcp: remove the declaration of non-existent udhcp_che...
2011-09-07 Baruch Siachnetworking: consolidate the IP checksum code. -129...
2011-06-10 Dan Fandrich*: simplify Ethernet header includes
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-06-04 Denys Vlasenkoudhcpc: allow -O OPT take numeric params
2011-05-03 Denys Vlasenkoudhcp: fix some default values from "" to NULL
2011-04-26 Nigel Hathawayudhcp: add FEATURE_UDHCP_8021Q option
next