hush/networking
Denis Vlasenko 9de420c27c Improve generic ipv4+ipv6 support in libbb.
Convert telnet to it. Now this works:
telnetd -b [::1]:1234 - bind to IPv6 non-standard port
telnet [::1]:1234 - connect to IPv6 non-standard port
telnet ::1 1234 - same
This does not require ANY ipv6-specific code in applets
(no struct sockaddr_in6. In fact, no sockaddr_in, too).
2007-01-10 09:28:01 +00:00
..
libiproute Remove networking/libiproute/linux/pkt_sched.h 2007-01-02 16:32:16 +00:00
udhcp merge post-1.3.0 fixes 2006-12-26 18:17:42 +00:00
arp.c Previous "fix" wasn't good enough. 2007-01-07 22:23:38 +00:00
arping.c use xbind, xconnect where appropriate. 2006-12-23 02:48:44 +00:00
Config.in add arp applet - thanks to 2007-01-07 01:24:12 +00:00
dnsd.c - use xlisten/xsocket some more. Saves .25 kB 2006-12-19 16:31:09 +00:00
ether-wake.c do not overflow ifr_name. maybe it was safe in some places, 2006-11-27 23:44:57 +00:00
fakeidentd.c style fixes 2006-12-26 10:42:51 +00:00
ftpgetput.c ftpgetput: fix PASV mode, fix xatou0induced breakage, 2007-01-03 21:55:50 +00:00
hostname.c vda, we once had a get_chomped_line_from_file or the like. Where is that nowadays? FIXME: use it here instead of the fgets() 2007-01-09 10:06:19 +00:00
httpd_index_cgi_example
httpd.c httpd: stop adding our own "Content-type:" to CGI output 2007-01-07 21:25:12 +00:00
ifconfig.c properly export externs thru *.h files 2006-12-26 17:40:33 +00:00
ifupdown.c remove casts from xmalloc() 2006-12-19 23:36:04 +00:00
inetd.c style fixes 2006-12-26 10:42:51 +00:00
interface.c add arp applet - thanks to 2007-01-07 01:24:12 +00:00
ip.c - add 'ip rule' support. First take.. 2006-11-21 15:36:08 +00:00
ipaddr.c
ipcalc.c style fixes 2006-12-26 10:42:51 +00:00
iplink.c
iproute.c
iprule.c - add 'ip rule' support. First take.. 2006-11-21 15:36:08 +00:00
iptunnel.c
Kbuild add arp applet - thanks to 2007-01-07 01:24:12 +00:00
nameif.c
nc.c use xbind, xconnect where appropriate. 2006-12-23 02:48:44 +00:00
netstat.c
nslookup.c
ping6.c ping6: fix sequence numbers (missed ntoh) and ttl display. 2007-01-08 23:55:33 +00:00
ping.c ping6: fix sequence numbers (missed ntoh) and ttl display. 2007-01-08 23:55:33 +00:00
route.c stop using __u32 etc. uint32_t is there for a reason 2006-12-31 18:57:37 +00:00
telnet.c Improve generic ipv4+ipv6 support in libbb. 2007-01-10 09:28:01 +00:00
telnetd.c Improve generic ipv4+ipv6 support in libbb. 2007-01-10 09:28:01 +00:00
tftp.c tftp: corrupted input packets were killing retransmits - fixed 2006-12-17 01:14:08 +00:00
traceroute.c style fixes 2006-12-26 10:42:51 +00:00
vconfig.c
wget.c wget: always print port# in 'Host' header (smaller code) 2007-01-03 22:29:01 +00:00
zcip.c