aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-182-4/+4
* remove a few aliasing warningsDenys Vlasenko2011-01-161-1/+1
* httpd: send correct mtime for .gz filesDenys Vlasenko2011-01-111-0/+1
* libbb unicode: comment out usused function and unused parameterDenys Vlasenko2011-01-111-1/+1
* tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061Denys Vlasenko2011-01-101-27/+12
* explain every non-SUID_DROP applet. No code changesDenys Vlasenko2011-01-031-0/+1
* udhcpc: document SIGUSRn effect in help textDenys Vlasenko2010-12-251-0/+4
* telnetd: write utmp record with correct pidDenys Vlasenko2010-11-301-1/+2
* ping: set not only IP_TTL, but also IP_MULTICAST_TTLDenys Vlasenko2010-11-291-2/+4
* ping: add -t TTL optionJoachim Nilsson2010-11-283-34/+102
* dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing leaseDenys Vlasenko2010-11-281-7/+11
* use BB_EXECVP_or_die where appropriateDenys Vlasenko2010-11-281-2/+1
* dhcpd: smaller code: do not look for REQUESTED_IP twiceDenys Vlasenko2010-11-281-26/+30
* nc: fix SEGV on -v when NC_EXTRA is offDenys Vlasenko2010-11-221-1/+1
* inetd: if argv[0] is not specified, set it to program nameMike Frysinger2010-11-221-0/+6
* ip: Fix command line option parsing of "ip route get ..."Christian Hornung2010-11-041-1/+1
* networking/*: remove superfluous commentsDenys Vlasenko2010-10-305-11/+1
* whitespace cleanupDenys Vlasenko2010-10-2928-132/+103
* ifupdown: add manual method for IPv6. Closes bug 2497.Denys Vlasenko2010-10-291-55/+68
* telnet: do not check for 0 return from poll (it's impossible)Denys Vlasenko2010-10-291-24/+24
* telnet: convert CR NUL -> CR on input. Closes bug 2569Denys Vlasenko2010-10-291-69/+63
* dnsd: fix 64-bit bug 2539.Denys Vlasenko2010-10-291-1/+1
* *: whitespace fixesDenys Vlasenko2010-10-289-17/+17
* netstat: was using buffers one byte short for scanf (no place for NUL). fixingDenys Vlasenko2010-10-281-3/+6
* netstat: fix IPv6 problem (garbage in scope_id); code shrinkDenys Vlasenko2010-10-271-47/+62
* netstat: fix -r display in usage textBob Dunlop2010-10-271-28/+50
* nbd-client: kill unused variable (total 0 bytes)Alexander Shishkin2010-10-221-0/+2
* udhcpd: reduce stack usage by ~700 bytes. +28 bytes code sizeDenys Vlasenko2010-10-212-5/+14
* ntpd: fix usage text and a typo in constant nameLeonid Lisovskiy2010-10-201-5/+5
* 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
* tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko2010-10-121-1/+1
* tweak help textDenys Vlasenko2010-10-091-1/+2
* dhcprelay: code shrink, and explain its workings a bit moreDenys Vlasenko2010-10-061-71/+118
* ntpd: allow peer-less (standalone stratum 1 server) operationDenys Vlasenko2010-10-041-2/+11
* udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES optionsVladislav Grishenko2010-09-262-0/+6
* wget: flush output to network before receving replyNguyễn Thái Ngọc Duy2010-09-231-0/+2
* nbd-client: new appletRob Landley2010-09-231-0/+153
* nc: show help text on bad parametersDenys Vlasenko2010-09-071-1/+1
* made 3 license strings to follow the usual form ("or later" bit is not changed!)Denys Vlasenko2010-09-061-1/+1