aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp
AgeCommit message (Expand)Author
2017-07-03randomconfig fixesDenys Vlasenko
2017-06-28udhcpc6: make -O OPT workDenys Vlasenko
2017-06-27udhcpc6: add comments about option 39, no code changesDenys Vlasenko
2017-06-26udhcpc6: add support for timezonesDenys Vlasenko
2017-05-08udhcpc: do not accept --background on NOMMU (same as -b)Denys Vlasenko
2017-05-08udhcpc: fix "udhcpc -x hostname:<name> not working on nommu"Denys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-03-27udhcp6: move misplaced commentDenys Vlasenko
2017-03-27udhcp6: fix releasingDenys Vlasenko
2017-03-27udhcp6: fix problems found running against dnsmasqDenys Vlasenko
2017-03-27udhcp6: read_interface should save link-local ipv6 addressDenys Vlasenko
2017-02-17udhcpc: make sure we do not overflow poll timeoutDenys Vlasenko
2017-02-16udhcp: use poll() instead of select()Denys Vlasenko
2017-02-16udhcp: do not clobber errno by signal handlerDenys Vlasenko
2017-01-29typo in commentDenys Vlasenko
2017-01-21make --help texts more uniformDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2017-01-04udhcp: tweak config order and menu item namesDenys Vlasenko
2016-12-23fix breakage found by mass one-applet buildsDenys Vlasenko
2016-11-23Convert all udhcp applets to "new style" applet definitionsDenys Vlasenko
2016-10-25udhcpc: check read of overload option data byte to be within packetDenys Vlasenko
2016-10-25udhcpc: check read of option length byte to be within packetBrian Foley
2016-10-04dhcp: merge leases.c and static_leases.c into dhcpd.cDenys Vlasenko
2016-10-04dhcp: merge most of static_leases.c into dhcpd.cDenys Vlasenko
2016-10-04dhcp: merge files.c into dhcpd.cDenys Vlasenko
2016-08-26udhcpc: Unconditionally call deconfig script, not only if lease is activePeter Korsgaard
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
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