aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2011-01-16remove a few aliasing warningsDenys Vlasenko
2011-01-11httpd: send correct mtime for .gz filesDenys Vlasenko
2011-01-11libbb unicode: comment out usused function and unused parameterDenys Vlasenko
2011-01-10tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061Denys Vlasenko
2011-01-03explain every non-SUID_DROP applet. No code changesDenys Vlasenko
2010-12-25udhcpc: document SIGUSRn effect in help textDenys Vlasenko
2010-11-30telnetd: write utmp record with correct pidDenys Vlasenko
2010-11-29ping: set not only IP_TTL, but also IP_MULTICAST_TTLDenys Vlasenko
2010-11-28ping: add -t TTL optionJoachim Nilsson
2010-11-28dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing leaseDenys Vlasenko
2010-11-28use BB_EXECVP_or_die where appropriateDenys Vlasenko
2010-11-28dhcpd: smaller code: do not look for REQUESTED_IP twiceDenys Vlasenko
2010-11-22nc: fix SEGV on -v when NC_EXTRA is offDenys Vlasenko
2010-11-22inetd: if argv[0] is not specified, set it to program nameMike Frysinger
2010-11-04ip: Fix command line option parsing of "ip route get ..."Christian Hornung
2010-10-30networking/*: remove superfluous commentsDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-29ifupdown: add manual method for IPv6. Closes bug 2497.Denys Vlasenko
2010-10-29telnet: do not check for 0 return from poll (it's impossible)Denys Vlasenko
2010-10-29telnet: convert CR NUL -> CR on input. Closes bug 2569Denys Vlasenko
2010-10-29dnsd: fix 64-bit bug 2539.Denys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-28netstat: was using buffers one byte short for scanf (no place for NUL). fixingDenys Vlasenko
2010-10-27netstat: fix IPv6 problem (garbage in scope_id); code shrinkDenys Vlasenko
2010-10-27netstat: fix -r display in usage textBob Dunlop
2010-10-22nbd-client: kill unused variable (total 0 bytes)Alexander Shishkin
2010-10-21udhcpd: reduce stack usage by ~700 bytes. +28 bytes code sizeDenys Vlasenko
2010-10-20ntpd: fix usage text and a typo in constant nameLeonid Lisovskiy
2010-10-20udhcpc: exit if iface disappeared; use correct MAC if it changesDenys Vlasenko
2010-10-20udhcpc: reduce stack usage by de-inlining routines with on-stack pkt bufDenys Vlasenko
2010-10-20udhcpc: periodically reread our ifindex and macDenys Vlasenko
2010-10-20udhcpc: emit maxsize option in all non-NAK type packetsDenys Vlasenko
2010-10-20dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZEDenys Vlasenko
2010-10-20udhcpc: better help textDenys Vlasenko
2010-10-20udhcpc: remove now-unneeded definitions of vendor and client-id optsDenys Vlasenko
2010-10-20udhcpc: remove -c CLIENTID, it is hard to use, -x 61:hexstring does the same ...Denys Vlasenko
2010-10-20udhcpc: move usage text to .c file. no code changesDenys Vlasenko
2010-10-18*: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bitsDenys Vlasenko
2010-10-18*: use SWAP_BE64 instead of open-coding itDenys Vlasenko
2010-10-17udhcpc: fix OPTION_IP_PAIR parsingVladislav Grishenko
2010-10-12tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko
2010-10-09tweak help textDenys Vlasenko
2010-10-06dhcprelay: code shrink, and explain its workings a bit moreDenys Vlasenko
2010-10-04ntpd: allow peer-less (standalone stratum 1 server) operationDenys Vlasenko
2010-09-26udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES optionsVladislav Grishenko
2010-09-23wget: flush output to network before receving replyNguyễn Thái Ngọc Duy
2010-09-23nbd-client: new appletRob Landley
2010-09-07nc: show help text on bad parametersDenys Vlasenko
2010-09-06made 3 license strings to follow the usual form ("or later" bit is not changed!)Denys Vlasenko