aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* move remaining help text from include/usage.src.hPere Orga2011-04-113-0/+34
* udhcpc: emit "correct" secs fieldDenys Vlasenko2011-03-122-0/+17
* udhcpc: add -B optionKeith Young2011-03-071-59/+69
* Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko2011-02-261-2/+2
* udhcpd: optional IP selection based on MAC hashVladislav Grishenko2011-02-162-8/+50
* udhcpc: use more correct, and more importantly, more understandable BPF codeVladislav Grishenko2011-02-141-20/+24
* udhcpc: fix a problem with binary-encoded optionsDenys Vlasenko2011-02-061-1/+1
* eliminate aliasing warnings in traceroute.c and udhcp/socket.cDenys Vlasenko2011-01-201-11/+14
* remove a few aliasing warningsDenys Vlasenko2011-01-161-1/+1
* libbb unicode: comment out usused function and unused parameterDenys Vlasenko2011-01-111-1/+1
* udhcpc: document SIGUSRn effect in help textDenys Vlasenko2010-12-251-0/+4
* dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing leaseDenys Vlasenko2010-11-281-7/+11
* dhcpd: smaller code: do not look for REQUESTED_IP twiceDenys Vlasenko2010-11-281-26/+30
* *: whitespace fixesDenys Vlasenko2010-10-282-4/+4
* udhcpd: reduce stack usage by ~700 bytes. +28 bytes code sizeDenys Vlasenko2010-10-212-5/+14
* udhcpc: exit if iface disappeared; use correct MAC if it changesDenys Vlasenko2010-10-201-6/+14
* udhcpc: reduce stack usage by de-inlining routines with on-stack pkt bufDenys Vlasenko2010-10-201-10/+11
* udhcpc: periodically reread our ifindex and macDenys Vlasenko2010-10-201-0/+10
* udhcpc: emit maxsize option in all non-NAK type packetsDenys Vlasenko2010-10-201-18/+90
* dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZEDenys Vlasenko2010-10-202-7/+7
* udhcpc: better help textDenys Vlasenko2010-10-201-9/+15
* udhcpc: remove now-unneeded definitions of vendor and client-id optsDenys Vlasenko2010-10-201-3/+4
* udhcpc: remove -c CLIENTID, it is hard to use, -x 61:hexstring does the same ...Denys Vlasenko2010-10-202-41/+37
* udhcpc: move usage text to .c file. no code changesDenys Vlasenko2010-10-201-0/+78
* *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bitsDenys Vlasenko2010-10-182-24/+3
* *: use SWAP_BE64 instead of open-coding itDenys Vlasenko2010-10-182-2/+2
* udhcpc: fix OPTION_IP_PAIR parsingVladislav Grishenko2010-10-171-7/+10
* dhcprelay: code shrink, and explain its workings a bit moreDenys Vlasenko2010-10-061-71/+118
* udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES optionsVladislav Grishenko2010-09-262-0/+6
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-1613-13/+13
* Fix a typo in config textDenys Vlasenko2010-08-071-1/+1
* mark Linux-specific configuration optionsJeremie Koenig2010-07-191-0/+2
* remove some dead assignments, add a TODO commentDenys Vlasenko2010-07-041-2/+1
* *: introduce and use bb_unsetenv_and_freeDenys Vlasenko2010-06-241-2/+1
* *: add INSERTs to *.src files where appropriateDenys Vlasenko2010-06-082-0/+4
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-8/+8
* mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-042-0/+0
* udhcpd: fix daemonize crash on nommu systemsMike Frysinger2010-06-041-1/+2
* dhcp: truncate packets instead of padding them to 574 bytes. closes bug 1849Denys Vlasenko2010-05-311-12/+20
* dhcp: indicate IP network order in prototypes tooDenys Vlasenko2010-05-301-4/+4
* dhcp: readability cleanups and small code shrinkDenys Vlasenko2010-05-304-49/+54
* udhcpd: fix hostname truncation bug 1663Denys Vlasenko2010-05-021-0/+2
* udhcp: s/sipservers/sipsrv/ to match other similar option namesDenys Vlasenko2010-04-061-1/+1
* udhcpd: note missing sanity checks on INFORM message handlingDenys Vlasenko2010-04-041-1/+13
* udhcp: implement "raw" binary options. Closes bug 735Denys Vlasenko2010-04-042-13/+43
* udhcp: s/dhcp_option/dhcp_optflag/gDenys Vlasenko2010-04-043-34/+34
* udhcpc: trivial shrinkDenys Vlasenko2010-04-041-4/+2
* udhcpd: support decoding of option 120 "SIP servers". Closes bug 737Denys Vlasenko2010-04-034-44/+83
* libbb: make index_in_substrings return -1 on ambiguous matchesDenys Vlasenko2010-04-031-2/+2
* dumpleases: better help textDenys Vlasenko2010-03-281-1/+1