[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[usagi-announce] 2002/09/02 snapshot
- To: usagi-announce@xxxxxxxxxxxxxx
- Subject: [usagi-announce] 2002/09/02 snapshot
- From: YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@xxxxxxxxxxxxxx>
- Date: Mon, 02 Sep 2002 19:51:25 +0900 (JST)
- Organization: USAGI Project
- Reply-to: usagi-announce@xxxxxxxxxxxxxx
- Sender: "Hideaki YOSHIFUJI" <yoshfuji@xxxxxxxxxxxxxxxxxxxxxxxxx>
Hello!
We release new snapshot on 2nd September, 2002.
It will be available soon.
<ftp://ftp.linux-ipv6.org/pub/usagi/snap/kit/>
<ftp://ftp.linux-ipv6.org/pub/usagi/snap/split/>
Here's the Changelog:
---
2002/08/29 yoshfuji
* kernel/linux24/{include/net/if_inet6.h,net/ipv4/{udp.c,tcp_ipv4.c},
net/ipv6/af_inet6.c}:
Fixed compilation error with CONFIG_IPV6_RESTRICTED_DOUBLE_BIND
when IPv6 is compiled as a module. This fix uses inter-module;
you also need to say Y to CONFIG_IPV6_IM.
2002/08/29 yoshfuji
* kernel/linux24/net/ipv6/mcast.c: join ff02::2 when "router" node
adds new interface.
2002/08/27 yoshfuji
* kernel/linux24/{include/linux/sysctl.h,net/ipv6/{sysctl_net_ipv6.c,
icmp.c}: introduced net.ipv6.icmp.ratelimit sysctl.
(request from Peter Bieringer <pb@xxxxxxxxxxxx>)
2002/08/27 kunitake
* kernel/linux24{include/linux/netfilter_ipv6,net/ipv6/netfilter},
usagi/src/iptables,usagi/usagi/ip6tables: sync with patch-o-matic
of iptables-1.2.7(patch-o-matic-20020806).
(from The netfilter/iptables project)
2002/08/27 yoshfuji
* kernel/linux2{2,4}/net/{Config.in,ipv4/{udp.c,tcp_ipv4.c},
ipv6/{Config.in,udp.c,tcp_ipv6.c}}: changed option names:
CONFIG_NET_MODERATE_REUSE -> CONFIG_NET_RESTRICTED_REUSE
CONFIG_IPV6_MODERATE_DOUBLE_BIND -> CONFIG_NET_RESTRICTED_DOUBLE_BIND
* kernel/linux2{2,4}/{net/{ipv4/{udp.c,tcp_ipv4.c},
ipv6/{udp.c,tcp_ipv6.c,addrconf.c}},include/{linux/sysctl.h,
net/if_inet6.h}}: disable double bind restriction by default and
added net.ipv6.conf.all.bindv6only_restriction sysctl to enable it.
2002/08/26 yoshfuji
* kernel/linux2{2,4}/{include/net/tcp.h,net/{ipv4/tcp_ipv4.c,
ipv6/tcp_ipv6.c}}:
Re-introduced fastreuse code. It also checks owner of
reused socket.
2002/08/25 yoshfuji
* kernel/linux2{2,4}/net/{ipv4/{udp.c,tcp_ipv4.c},
ipv6/{udp.c,tcp_ipv6.c}}: always allow reuseaddr for multicast.
2002/08/22 yoshfuji
* kernel/linux2{2,4}/net/ipv4/udp.c: don't deliver multicast packets
to ipv6 sockets with IPV6_V6ONLY socket option set.
2002/08/13 miyazawa
* usagi/pfkey/{Makefile.in,ipsec-conf.in,restore.in,sadb_save,
sadb_show,spd_save,spd_show}:
add sadb and spd utilies to show, save and restore
2002/08/13 miyazawa
* kernel/linux24/net/key/{pfkey_v2_msg_flow,sadb.c}
* usagi/pfkey/{pfkey.c,pfkeylib.c}
sa should be uniquely identified by dst address ipsec protocol and
spi.
2002/08/13 miyazawa
* kernel/linux24/net/key/spd.c
change print style
2002/08/13 miyazawa
* kernel/linux24/net/key/sadb.c
* usagi/pfkey/Makefile.in
fix print style, add key information and change permission
--yoshfuji