ash: retain envvars with bad names in initial environment. Closes 10231
[oweals/busybox.git] / networking / udhcp /
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-09-29 Denys Vlasenkouse %m printf specifier where appropriate
2017-09-29 Denys Vlasenkoudhcpc[6]: make log2 messages for chaddr field indented...
2017-09-29 Denys Vlasenkoudhcpc: paranoia when using kernel UDP mode for sending...
2017-09-29 Denys Vlasenkoudhcpc[6]: initialize entire sockaddr_ll
2017-09-18 Denys Vlasenkoregularize format of source file headers, no code changes
2017-08-29 Denys Vlasenkoudhcpc: show only short opts in --help text
2017-08-08 Denys Vlasenkogetopt32: remove opt_complementary
2017-08-08 Denys Vlasenkogetopt32: remove applet_long_options
2017-08-07 Denys Vlasenkodumpleases: make NOEXEC
2017-07-27 Denys Vlasenkoconfig: trim/improve item names and help texts, take 2
2017-07-24 Denys Vlasenkoudhcpc: downgrade "MAC X:X:X:X:X:X" message to log2...
2017-07-24 Denys Vlasenkoudhcpc[6]: downgrade "adapter index N" messages to...
2017-07-24 Denys Vlasenkoudhcpc[6]: fix messages referring to select() while...
2017-07-21 Denys Vlasenkoudhcpc[6]: on log level 1, three messages about raw...
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-07-02 Denys Vlasenkorandomconfig fixes
2017-06-28 Denys Vlasenkoudhcpc6: make -O OPT work
2017-06-27 Denys Vlasenkoudhcpc6: add comments about option 39, no code changes
2017-06-26 Denys Vlasenkoudhcpc6: add support for timezones
2017-05-08 Denys Vlasenkoudhcpc: do not accept --background on NOMMU (same as -b)
2017-05-08 Denys Vlasenkoudhcpc: fix "udhcpc -x hostname:<name> not working...
2017-04-17 Denys VlasenkoSpelling fixes in comments, documentation, tests and...
2017-03-27 Denys Vlasenkoudhcp6: move misplaced comment
2017-03-27 Denys Vlasenkoudhcp6: fix releasing
2017-03-27 Denys Vlasenkoudhcp6: fix problems found running against dnsmasq
2017-03-27 Denys Vlasenkoudhcp6: read_interface should save link-local ipv6...
2017-02-17 Denys Vlasenkoudhcpc: make sure we do not overflow poll timeout
2017-02-16 Denys Vlasenkoudhcp: use poll() instead of select()
2017-02-16 Denys Vlasenkoudhcp: do not clobber errno by signal handler
2017-01-29 Denys Vlasenkotypo in comment
2017-01-21 Denys Vlasenkomake --help texts more uniform
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2017-01-04 Denys Vlasenkoudhcp: tweak config order and menu item names
2016-12-23 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
next