aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2011-02-06udhcpc: fix a problem with binary-encoded optionsDenys Vlasenko
2011-02-06ping: trivial simplification. -2 bytesDenys Vlasenko
2011-02-05ping: fix IPv6 pinging. Closes bug 3187Denys Vlasenko
2011-02-03whitespace fixesDenys Vlasenko
2011-01-25move utmp.h include to libbb.hDenys Vlasenko
2011-01-20eliminate aliasing warnings in traceroute.c and udhcp/socket.cDenys Vlasenko
2011-01-20eliminate aliasing warning in networking/route.cDenys Vlasenko
2011-01-20ifplugd: eliminate aliasing warningsDenys Vlasenko
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