[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[usagi-announce] 2001/09/03 snapshots
- To: usagi-announce@xxxxxxxxxxxxxx
- Subject: [usagi-announce] 2001/09/03 snapshots
- From: YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@xxxxxxxxxxxxxx>
- Date: Mon, 03 Sep 2001 18:03:49 +0900
- Reply-to: usagi-announce@xxxxxxxxxxxxxx
Hi,
We release snapshots dated 3rd Sep, 2001.
These are based on linux-2.2.19 and linux-2.4.9 kernels.
You can get them from our ftp site and mirrors.
<ftp://ftp.linux-ipv6.org/pub/usagi/snap/kit/>
-- CHANGELOG --
2001/08/30 takamiya
* kernel/linux24/net/ipv6/mobile_ip6/{halist.h,halist.c,mipv6.c}:
remove router who advertise lifetime with 0 from HA List.
(Problem reported by Krishna Kumar <kkumar@xxxxxxxxxxx>)
2001/08/29 yoshfuji
* kernel/linux2{2,4}/net/ipv6/addrconf.c: repaired
net/ipv6/conf/*/forwarding sysctls:
- revived sysctls for other than "all".
- it changed the flag on device with ifindex == 1 (usually lo).
(from David Stevens <dlstevens@xxxxxxxxxx>)
- join / leave link-scope all routers address.
(from David Stevens <dlstevens@xxxxxxxxxx>)
2001/08/24 yoshfuji
* kernel/linux24/net/ipv6/ndisc.c: process RS and update NCE.
XXX: linux22
2001/08/23 yoshfuji
* kernel/linux2{2,4}/net/ipv6/route.c: send ICMPv6 Destination
Unreachable (no route to destination) instead of Destination
Unreachable (address unreachable) if no route found for the
destination.
2001/08/23 yoshfuji
* kernel/linux24/net/ipv6/exthdr.c: fixed pointer of ICMPv6
Parameter Problem (erroneous header field) against odd-value header
length / non-zero routing type.
2001/08/23 sekiya
* usagi/src/netkit-telnet/telnetd/{telnetd.c,utility.c}: fixed
a buffer overflow security hole of in.telnetd.
(from SecurityFocus <http://www.securityfocus.com/archive/1/203000>)
2001/08/22 sekiya & yoshfuji
* kernel/linux2{2,4}/net/ipv6/route.c:
- fixed kernel oops if it couldn't select a default router
In such case, use the addrconf default route. If failed, give up.
Bug was introduced on 20th August.
- don't forget a default router even if no default routers found
because it may be for other hosts.
2001/08/21 yoshfuji
* kernel/linux2{2,4}/net/ipv6/addrconf.c: Implemented the
Jim Bound's rule. Without this change, auto-configured
addresses with short valid lifetime may expire every valid
lifetime even if RAs received with in their lives.
(Problem reported by Alakoski Teemu <alakoski@xxxxxxxxx>,
commented by Pekka Savola <pekkas@xxxxxxxxxx>)
--yoshfuji