summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * udhcpc: fix a problem with binary-encoded optionsDenys Vlasenko2011-02-061-1/+1
| * ping: trivial simplification. -2 bytesDenys Vlasenko2011-02-061-4/+6
| * ping: fix IPv6 pinging. Closes bug 3187Denys Vlasenko2011-02-051-1/+1
| * whitespace fixesDenys Vlasenko2011-02-032-3/+3
* | Merge commit '8d0e0cdadf726beab28ccdc7d69738c1534e1f74' into mergeRon Yorston2012-03-2111-93/+88
|\|
| * move utmp.h include to libbb.hDenys Vlasenko2011-01-251-4/+0
| * eliminate aliasing warnings in traceroute.c and udhcp/socket.cDenys Vlasenko2011-01-202-12/+16
| * eliminate aliasing warning in networking/route.cDenys Vlasenko2011-01-202-36/+41
| * ifplugd: eliminate aliasing warningsDenys Vlasenko2011-01-201-10/+14
| * 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
* | Merge remote-tracking branch 'upstream/master'Nguyễn Thái Ngọc Duy2011-01-0439-357/+414
|\|
| * 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
* | Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d'Nguyễn Thái Ngọc Duy2011-01-049-17/+17
|\|
| * *: whitespace fixesDenys Vlasenko2010-10-289-17/+17
* | Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d^'Nguyễn Thái Ngọc Duy2011-01-041-79/+119
|\|
| * 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
* | Merge commit '6722737ece4b8db3e30b53aef8f981f53db1621e^'Nguyễn Thái Ngọc Duy2011-01-047-78/+261
|\|
| * 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