[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 00626) [usagi-announce] 2001/07/09 snapshot
- To: usagi-announce@xxxxxxxxxxxxxx
- Subject: (usagi-users 00626) [usagi-announce] 2001/07/09 snapshot
- From: Yuji Sekiya <sekiya@xxxxxxxxxxxxxx>
- Date: Mon, 09 Jul 2001 23:17:28 +0900
- List-subscribe: <mailto:usagi-users-ctl@linux-ipv6.org?body=subscribe>
- Organization: Keio University
- Reply-to: usagi-users@xxxxxxxxxxxxxx
- User-agent: Wanderlust/2.4.0 (Rio) REMI/1.14.2 (Hokuhoku-メshima) Chao/1.14.1 (Rokujizò) APEL/10.2 MULE XEmacs/21.1 (patch 9) (Canyonlands) (i686-pc-linux)
Hello usagi developpers and testers,
we release the latest snapshots dated on 2001/07/09.
In the snapshots, we can include USAGI IPsec stack.
You can enjoy IPsec life, however it works only with AH transport mode :-)
For details, please read README.USAGI-IPSEC under doc directory.
Because it is the first snapshot release of our IPsec, it may have
some bugs. If you find bugs, please report to our mailing list,
usagi-users@xxxxxxxxxxxxxxx
The main developers of our IPsec stack are Mitsuru KANDA and Kazunori
MIYAZAWA, the guys will answer your question and resopnd to your bug
reports.
In addition to IPsec, our member, yoshifuji are on working to
implement generic tunnel device. This will be available in the future
snapshots.
You can get the snapshot from our ftp sites.
<ftp://ftp.linux-ipv6.org/pub/usagi/snap/kit/>
-- CHANGELOGS
<200107>
2001/07/09 yoshfuji
* kernel/linux2{2,4}/net/ipv4/tcp_ipv4.c,
kernel/linux24/net/ipv4/udp.c: fixed compilation error without
ipv6. (from KUSUNOKI Masanori <masanori@xxxxxxxxxxx>)
2001/07/07 yoshfuji
* kernel/linux2{2,4}/net/ipv6/addrconf.c:
- prefix length of link-local scope address is now 64, not 10.
- prefix length of ipv6/ipv4 tunnel is;128 for p-2-p devices,
64 for non-p-2-p devices.
2001/07/07 yoshfuji
* kernel/linux2{2,4}/net/ipv6/addrconf.c: perform state
changes with more sufficient accuracy. That was done every
120 secs.
2001/07/06 yoshfuji
* kernel/linux2{2,4}/net/ipv6/addrconf.c: set RTF_NONEXTHOP for
P-2-P tunlXX device.
2001/07/05 yoshfuji
* kernel/linux22/net/ipv4/arp.c: fixed kernel oops; don't
perform neigh_release(NULL). (from Jacek Konieczny
<jajcus@xxxxxxx>)
2001/07/05 yoshfuji
* kernel/linux24/net/ipv6/addrconf.c: fixed interface identifier
of ARCnet interfaces.
2001/07/04 yoshfuji
* kernel/linux24: linux-2.4.6.
2001/07/03 miyazawa & mk
* kernel/linux24: IPsec transport mode AH support.
At this moment, you need to install FreeS/WAN userland commands.
Please read doc/README.USAGI-IPSEC for further details.
<200106>
2001/06/29 yoshfuji
* Makefile and so on: use <linux/*> and <asm/*> only from
userland codes; don't use kernel internal <net/*> headers.
2001/06/28 yoshfuji
* {usagi/libinet6,libc/glibc21/sysdeps/unix/sysv/linux,
libc/glibc22/sysdeps/unix/sysv/linux}/ifaddrs.c:
IPIP6 tunnel (ARPHRD_TUNNEL6) support.
2001/06/28 yoshfuji
* kernel/linux2{2,4}/net/ipv4/ipip.c: fixed compilation
error without CONFIG_IPV6_6TO4_NEXTHOP.
2001/06/26 yoshfuji
* kernel/linux2{2,4}/net/ipv6/addrconf.c: fixed typo:
ipv6_addr_cmp() used by source address selection algorythm
considered only the first 4 bytes. (from David Stevens
<dlstevens@xxxxxxxxxx>)
-- Yuji Sekiya @ USAGI Project