[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 01009) [usagi-announce] 2001/11/12 snapshot
- To: usagi-announce@xxxxxxxxxxxxxx
- Subject: (usagi-users 01009) [usagi-announce] 2001/11/12 snapshot
- From: YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@xxxxxxxxxxxxxx>
- Date: Tue, 13 Nov 2001 02:30:03 +0900
- Reply-to: usagi-announce@xxxxxxxxxxxxxx
- Sender: "Hideaki YOSHIFUJI" <yoshfuji@xxxxxxxxxxxxxxxxxxxxxxxxx>
Hi,
We release new snapshot dated 12th November (20011112).
Here're the changes:
<200111>
2001/11/12 kunitake
* kernel/linux22/net/ipv6/addrconf.c,
kernel/linux22/net/ipv6/Config.in: verbose debugging messages
for default source address selection. (backport from linux24)
2001/11/12 kunitake
* kernel/linux22/include/net/addrconf.h,
kernel/linux22/net/ipv6/addrconf.c: added default source address
selection based on <draft-ietf-ipngwg-default-addr-select-05.txt>.
XXX: We don't support Policy Table yet. (backport from linux24)
2001/11/12 takamiya
* kernel/linux24/net/ipv6/ndisc.c: don't dst_release() with
uninitalized argument.
2001/11/12 yoshfuji
* kernel/linux22/net/ipv6/addrconf.c: flag temprary flag
for temprary addresses.
2001/11/11 yoshfuji
* kernel/linux22/net/ipv6/addrconf.c: fixed prefix length
of link-local addresses.
2001/11/10 yoshfuji
* kernel/linux2{2,4}/net/ipv6/route.c: re-fix default router
selection by round-robin rule, that was tried to be fixed on
22nd August.
2001/11/10 mk
* kernel/linux24/net/ipv6/ip6_input.c,
kernel/linux24/net/ipv6/ipsec6/{*.c,Config.in}
kernel/linux24/include/net/{pfkeyv2,spd,sadb}.h
kernel/linux24/include/linux/{ipsec,ipsec6}.h:
- support sysctl(/proc/net/ipsec/).
- replay_check_window on/off
- debug on/off
2001/11/09 miyazawa
*kernel/linux24/net/ipv6/{ipsec6 pfkey_v2.c pfkey_v2_build.c
pfkey_v2_ext_bits.c pfkey_v2_msg.c pfkey_v2_msg.h
pfkey_v2_msg_add.c pfkey_v2_msg_delete.c pfkey_v2_msg_flow.c
pfkey_v2_msg_get.c pfkey_v2_msg_getspi.c
pfkey_v2_msg_update.c sadb.c}
* kernel/linux24/include/net pfkey.h
fixed pfkey message handling and socket registration for acquire.
but not supported the identity extension and sense extension.
then kernel throws up a expire message and acquire message to
registered socket.
2001/11/09 yoshfuji
* src/iputils/ping6.c: default test pattern was not filled in the
last 8 octets of the echo requests.
2001/11/08 yoshfuji
* kernel/linux2{2,4}/include/net/ndisc.h: fixed alignment issue
on some platform(s) such as ARM; could not parse NDP messages
correctly. (report from Guido Barzini <guido.barzini@xxxxxxxxxx>)
2001/11/07 yoshfuji
* kernel/linux24/{include/linux/if_tunnel.h,net/ipv4/ipip.c,
net/ipv6/sit.c,net/ipv6/Config.in},
src/{net-tools,ip-route2/ip}/iptunnel.c: ISATAP (Intra-Site Automatic
Tunnel Addressing Protocol, <draft-ietf-ngtrans-isatap-01.txt>)
support. (contributed by Fred Templin <templin@xxxxxxxxxxx>)
2001/11/07 yoshfuji
* kernel/linux2{2,4}/net/ipv6/ip6_input.c: drop packets with possibly
malicious source/destination addresses:
- multicast source address
- unspecified destination address
- loopback src/dst address from other than loopback device
XXX: interface local?
2001/11/06 yoshfuji
* kernel/linux24: linux-2.4.14.
* kernel/linux24/drivers/block/loop.c: fixed unresolved symbol /
undefined reference error. (from Chris Wright <chris@xxxxxxxxx> on
linux-kernel list)
2001/11/05 yoshfuji
* kernel/linux22: linux-2.2.20.
2001/11/04 yoshfuji
* kernel/linux24/net/ipv6/sit.c: fixed typo that causes dead lock
with CONFIG_NET_IPIP_IPV6; from Fred L. Templin" <templin@xxxxxxxxxxx>.
2001/11/02 mk
* kernel/linux24/net/ipv6/ipsec6/{ipsec6_input.c,ipsec6_utils.c}:
handle lifetime bytes
2001/11/01 takamiya
* kernel/linux24/net/netsyms.c, kernel/linux24/net/ipv6/addrconf.c,
kernel/linux24/ipv6/mobile_ip6.c: fixed to be is selected home address
regarding to the source address selection rule.
2001/11/01 takamiya
*kernel/linux24/net/ipv6/mobile_ip6/bcache.c:
fixed for bcache management for CN: reported from
Krishna Kumar<krkumar@xxxxxxxxxx>.
--
yoshfuji