aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* udhcp6: move misplaced commentDenys Vlasenko2017-03-271-1/+1
* udhcp6: fix releasingDenys Vlasenko2017-03-273-7/+13
* udhcp6: fix problems found running against dnsmasqDenys Vlasenko2017-03-272-3/+76
* udhcp6: read_interface should save link-local ipv6 addressDenys Vlasenko2017-03-273-5/+71
* udhcpc: make sure we do not overflow poll timeoutDenys Vlasenko2017-02-172-2/+2
* udhcp: use poll() instead of select()Denys Vlasenko2017-02-165-53/+45
* udhcp: do not clobber errno by signal handlerDenys Vlasenko2017-02-161-0/+2
* typo in commentDenys Vlasenko2017-01-291-1/+1
* make --help texts more uniformDenys Vlasenko2017-01-211-1/+1
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-2/+2
* udhcp: tweak config order and menu item namesDenys Vlasenko2017-01-042-28/+28
* fix breakage found by mass one-applet buildsDenys Vlasenko2016-12-232-3/+1
* Convert all udhcp applets to "new style" applet definitionsDenys Vlasenko2016-11-234-0/+18
* udhcpc: check read of overload option data byte to be within packetDenys Vlasenko2016-10-251-1/+2
* udhcpc: check read of option length byte to be within packetBrian Foley2016-10-252-3/+9
* dhcp: merge leases.c and static_leases.c into dhcpd.cDenys Vlasenko2016-10-046-253/+219
* dhcp: merge most of static_leases.c into dhcpd.cDenys Vlasenko2016-10-043-69/+58
* dhcp: merge files.c into dhcpd.cDenys Vlasenko2016-10-044-243/+222
* udhcpc: Unconditionally call deconfig script, not only if lease is activePeter Korsgaard2016-08-262-6/+16
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-062-4/+4
* udhcpc: run "deconfig" script in manual renew state too. closes 9061Denys Vlasenko2016-07-032-2/+10
* *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-1/+1
* udhcp: add setup_common_bufsiz() as neededDenys Vlasenko2016-04-213-4/+8
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+3
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-214-24/+27
* udhcp: fix capitalization of two messagesDenys Vlasenko2016-03-301-2/+2
* dhcpd: string reuseDenys Vlasenko2016-03-301-1/+1
* udhcp: get rid of bb_info_msg()Denys Vlasenko2016-03-3013-107/+107
* Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko2016-03-301-1/+1
* udhcpc: fix a warning in debug codeDenys Vlasenko2016-03-111-0/+1
* udhcp: fix a SEGV on malformed RFC1035-encoded domain nameDenys Vlasenko2016-03-101-4/+9
* udhcpc: do not use -t NUM for counting "select" packets, use 3Denys Vlasenko2016-03-041-1/+1
* dhcpc: Use client IP address as source address for DHCP renew/rebind messagesHans Dedecker2016-03-031-6/+6
* udhcpd: keep expired leases at startupChristian Lindeberg2016-03-012-2/+8
* udhcpc: fix OPTION_6RD parsing (could overflow its malloced buffer)Denys Vlasenko2016-02-262-4/+15
* udhcp: trivial shrinkDenys Vlasenko2016-02-261-4/+3
* networking: allow dot at the end of the domain name in dhcp responseDenys Vlasenko2016-02-111-0/+2
* dumpleases: string reuseDenys Vlasenko2015-10-241-3/+5
* dumpleases: new option -d to show time in secondsIsaac Dunham2015-10-241-5/+19
* dumpleases: make host names sanitized to shell-friendly conditionDenys Vlasenko2015-10-241-3/+8
* udhcpc: fix for some Android toolchain breakageDenys Vlasenko2015-10-081-0/+14
* libbb: add setsockopt_foo helpersDenys Vlasenko2015-08-241-3/+1
* udhcpc: dns labels can actually start with a numberArthur Gautier2015-07-301-4/+0
* libbb: add a function to make a copy of a region of memoryRon Yorston2015-07-191-1/+1
* dhcpd: fix an improper widening conversionDenys Vlasenko2015-01-271-1/+2
* udhcpd: account for script delay in leaseJohn Schroeder2014-12-251-1/+5
* udhcpc: account for script run timeDenys Vlasenko2014-12-211-1/+5
* udhcpd: if a lease from lease file coincides with a static one, ignore itDenys Vlasenko2014-11-251-1/+13
* udhcpd: add option for tweaking arppingMichel Stam2014-10-306-21/+39
* udhcp: add PXELINUX path prefix option (code 210) definitionJeremy Kerr2014-07-162-0/+3