itojun
5202885909
provide sample lines for IPv6 services (at this moment ftpd and fingerd)
1999-07-02 06:05:21 +00:00
itojun
98a141cc3f
dual-stack finger.
...
% finger itojun@::1
% finger itojun@127.0.0.1
% finger itojun@localhost
tries all addresses listed on DNS, uses first one with successful
connect(2).
1999-07-02 06:01:22 +00:00
itojun
7b9f155e5f
dual-stack fingerd. Run it from inetd like:
...
>>finger stream tcp6 nowait nobody /usr/libexec/fingerd fingerd
Single daemon on tcp6 socket will be able to serve both IPv4 and
IPv6 connections, while you can run both if you wish.
1999-07-02 06:00:06 +00:00
itojun
2005cef66b
typo fix: s/LPSV/LPRT/
1999-07-02 05:54:21 +00:00
itojun
c9b3e3ad3d
dual-stack ftpd. run this from inetd, like:
...
>>ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -ll
1999-07-02 05:52:14 +00:00
lukem
a3f3aa25fd
make a pointers static again (that were made automatic as part of the
...
xfer rate stuff, but i never completed the changes that didn't need it
set).
fixes a coredump noticed on current-users@ by Chan Yiu Wah <c5666305@hkstar.com>
1999-07-02 05:41:45 +00:00
itojun
909714f4a5
IPsec support (specify policy on ping - quite useful to test
...
if IPsec is working or not) is added.
1999-07-02 04:53:23 +00:00
itojun
a77871b871
dual-stack inetd. you can write "tcp6" or "tcp4" into "protocol" field.
...
(the style is the rough consensus among v6 implementers so it will be
the standard style)
TODO: test rpc and tcpmux on IPv6.
TODO: test identd over IPv6.
1999-07-02 04:48:19 +00:00
thorpej
011b182801
Fix some printf format problems.
1999-07-02 00:19:44 +00:00
thorpej
e7d046463f
-D... belongs in CPPFLAGS
1999-07-02 00:04:53 +00:00
thorpej
62d68abdad
Fix LP64 printf format problem.
1999-07-01 23:59:11 +00:00
thorpej
8328f07bda
Fix printf format on LP64.
1999-07-01 22:47:56 +00:00
thorpej
14a2fa8169
Fix IPv6 software interrupt vector label.
1999-07-01 22:03:38 +00:00
itojun
2447462b5e
traceroute6: traceroute for IPv6.
...
TODO: better to be separate, or merged?
1999-07-01 20:55:03 +00:00
thorpej
30f651d5b0
Const poison local printf prototype.
1999-07-01 20:46:42 +00:00
is
456bf68494
Quick and dirty hook to compile a non-6888[12] libm for 68040 and 68060.
...
This is switched to by the M68040 or M68060 defines.
XXX Eventually, a M060SP based libm should be built for M68060.
1999-07-01 20:46:35 +00:00
itojun
4512445795
ifmcstat: show multicast groups currently joined (in per-interface manner).
1999-07-01 20:41:49 +00:00
itojun
4b8a1fec7e
ndp, "arp"-alike command for IPv6.
1999-07-01 20:33:55 +00:00
itojun
bad54b26c6
enable -DIPSEC.
1999-07-01 20:19:35 +00:00
itojun
5e4f18efbb
add LIBIPSEC for use from DPADD.
1999-07-01 20:19:18 +00:00
itojun
85685e0177
ipsec support library.
...
mainly for debugging, and policy text->binary conversion. NO crypto code
is included so it is export safe.
1999-07-01 20:15:26 +00:00
is
136b788b3d
Better align memory segment table.
1999-07-01 20:14:42 +00:00
thorpej
43e7ebad4c
Const poison local printf() prototype.
1999-07-01 20:11:39 +00:00
itojun
afb0d8e6e1
less warning on userland compilation.
1999-07-01 20:10:27 +00:00
itojun
1f731b1e07
avoid void * arithmetic (msg_control is now void *).
1999-07-01 20:09:57 +00:00
thorpej
11c67d01a5
Fix a corner case locking error, which could lead to map corruption in
...
SMP environments. See comments in <vm/vm_map.h> for details.
1999-07-01 20:07:05 +00:00
itojun
68ad03fe5d
ping for IPv6. try
...
ping6 ::1
on you node.
1999-07-01 19:59:59 +00:00
itojun
7968868736
s/.Os KAME/.Os/
1999-07-01 19:42:12 +00:00
itojun
618003328c
gifconfig, which configures gif IPv[46]-over-IPv[46] pseudo interface.
...
add gifconfig to SUBDIR.
1999-07-01 19:41:56 +00:00
abs
125cb421d5
Note the default tape device is taken from _PATH_DEFTAPE in /usr/include/paths.h
1999-07-01 19:18:47 +00:00
itojun
38646d353f
IPv6 support.
1999-07-01 19:15:03 +00:00
wrstuden
b101a0685c
Make fhopen use FILE_UNUSE, and don't leak file descriptors.
...
Patch from Jason Thorpe. Also should close PR 7889 from
Assar Westerlund <assar@sics.se> describing this problem.
1999-07-01 18:58:16 +00:00
thorpej
c859e43fbb
Fix tyop. From Bill Studenmund.
1999-07-01 18:40:39 +00:00
itojun
414ee1ddfb
make netstat IPv6-ready.
1999-07-01 18:40:35 +00:00
itojun
c74aeb8363
document issues in libc extensions.
1999-07-01 18:28:55 +00:00
itojun
37e8159125
add IPv6 support functions.
...
get{addr,name} info are implemented to have as little impact to existing
resolver code as possible, so they are NOT the optimal implementation.
They are at this moment not very thread safe (as they call
gethostby{name,addr}).
(shlib minor version)++, as new interfaces are added.
TODO: getipnodeby{name,addr} - which needs total reimplementation of
gethostby{name,addr}.
upgrade rcmd.c for multiple af support (needed for IPv6-ready rsh/rlogin)
1999-07-01 18:23:53 +00:00
itojun
e5e0b59b78
add -DINET6 for DNS-over-IPv6 resolver.
1999-07-01 18:20:13 +00:00
itojun
e24b45d811
IPv6 DNS transport support for resolver.
...
Now you can write
nameserver 3ffe:0501:4819::42
in /etc/resolv.conf for DNS query over IPv6 network.
(the above address is alive as DNS server)
1999-07-01 18:19:35 +00:00
itojun
7f7f5bff87
document gethostbyname2().
1999-07-01 18:18:27 +00:00
itojun
10f59f2d42
define IPv6 library functions and structures, as defined in
...
RFC2292 and RFC2553.
define internal state structure for IPv6-transport resolver.
Commits for source code will follow.
1999-07-01 18:15:41 +00:00
itojun
e061ef3163
fix hardcoded T_A.
...
this fixes gethostbyname2(host, AF_INET6) to actually work.
1999-07-01 16:43:18 +00:00
itojun
25eb444e29
make ifconfig IPv6-ready.
...
TODO: update manpage for new options.
1999-07-01 13:19:20 +00:00
drochner
f3a6841709
make it compile if WSDISPLAY_COMPAT_RAWKBD is defined, but NWSDISPLAY not,
...
reported by Kazushi Marukawa <jam@pobox.com>
1999-07-01 11:18:20 +00:00
itojun
2cd8764765
add IPv6/IPsec manpage into MAN
1999-07-01 10:55:53 +00:00
itojun
af19683322
s/.Os KAME/.Os/
1999-07-01 10:53:48 +00:00
itojun
9d0659f865
manpage for "pseudo-device gif", for IPv4/v6 tunnelling.
1999-07-01 10:52:17 +00:00
itojun
42d8e71f94
s/.Os KAME/.Os/
1999-07-01 10:50:47 +00:00
itojun
38610cd2fc
introductory manpage for IPsec and IPv6.
1999-07-01 10:48:30 +00:00
itojun
43ada52628
add INET6, IPSEC and IPSEC_{ESP,DEBUG}.
1999-07-01 10:47:37 +00:00
cgd
fb88e47b54
Remove an extraneous fclose() call which would cause savecore to crash
...
if the bounds file was unwritable (e.g. because /var was read-only).
Fix supplied by Ronald Khoo in PR#7887.
1999-07-01 08:53:35 +00:00