[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[usagi-announce] 2001/10/29 snapshot
- To: usagi-announce@xxxxxxxxxxxxxx
- Subject: [usagi-announce] 2001/10/29 snapshot
- From: YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@xxxxxxxxxxxxxx>
- Date: Tue, 30 Oct 2001 00:05:47 +0900
- Reply-to: usagi-announce@xxxxxxxxxxxxxx
- Sender: "Hideaki YOSHIFUJI" <yoshfuji@xxxxxxxxxxxxxxxxxxxxxxxxx>
Hi,
We've released latest snapshot, dated 29th Oct. 2001.
You will find them under <ftp://ftp.linux-ipv6.org/pub/usagi/snap/kit/>.
Here're changes:
2001/10/28 kunitake
* src/iptables: iptables-1.2.4
2001/10/28 kunitake
* kernel/linux24/net/ipv6/netfilter/ip6t_agr.c:
- sync with iptables-1.2.4
2001/10/25 yoshfuji
* kernel/linux24/net/ipv6/{ipv6_sockglue.c,datagram.c}:
- changed type of option variable for IPV6_TCLASS from u8 to int;
the ID will be integrated into the RFC2292bis with this new
definition.
- getsockopt(2) support for IPV6_TCLASS and IPV6_RECVTCLASS.
2001/10/25 mk
* kernel/linux24/net/ipv6/ipsec6/{sadb.c sadb_utils.h,
sockaddrtoa.c spd.c spd_utils.c},
usagi/pfkey_util/pfkey.c :
- port selection (by Parijat Mishra <parijat@xxxxxxxxxxxxxx>)
2001/10/24 yoshfuji
* kernel/linux24: linux-2.4.13.
2001/10/23 yoshfuji
* kernel/linux22/net/ipv6/addrconf.c: fire addrconf_verify()
with more accurate interval.
2001/10/23 mk
* usagi/pfkey_util/ipsec-set.in:
- for easy testing.
2001/10/22 miyazawa
* kernel/linux24/include/net/{ipesc6_utils.h,sadb.h,spd.h}
kernel/linux24/net/ipv6/ipsec6/{calc_hmac.h,ipsec6_input.c,
ipsec6_output.c,ipsec6_utils.c,pfkey_v2_msg.c,pfkey_v2_msg_add.c,
pfkey_v2_msg_delete.c,pfkey_v2_msg_flow.c,pfkey_v2_msg_get.c,
sa_index.c,sadb.c,sadb_utils.h,spd.c,spd_utils.c}:
- change the definition of sa_indexes in policy from list to pointer
of sa_index
- It was superfluous and cause of confusion that a sa_index was defined
as list in struct ipsec_sp.
2001/10/22 yoshfuji
* usagi/libinet6/if{addrs,names}.c, libc/glibc2{1,2}/sysdeps/
unix/sysv/linux/if{addrs,names}.c:
- fixed duplicate free() when memory allocation was failed.
- stop realloc() if buffer size has reached upper limit.
(from Arkadiusz Miskiewicz <misiek@xxxxxxxxxx> and
Jakub Bogusz <qboosh@xxxxxxxxxx>)
2001/10/22 yoshfuji
* kernel/linux24/{include/net/if_inet6.h,net/ipv6/addrconf.c}:
re-implemented privacy extensions support:
- fixed kernel oops while tempaddr re-generation.
- fixed preferred / valid life time calculation of tempaddr.
- avoid tempaddr re-generation storm.
XXX: linux22 is still broken.
2001/10/22 mk
* kernel/linux24/net/ipv6/ipsec6/{pfkey_v2_msg_flow,
pfkey_v2_msg_delete, spd}.c:
- fixed SADB_{DELETE,DELFLOW} bug.
(by <latten@xxxxxxxxxxxxxx>)
2001/10/20 mk
* kernel/linux24/net/ipv6/ipsec6/ipsec6_{input,output,init}.c:
- separated ipsec6_main.c into ipsec6 input/output/init files.
- split ipsec input_check between esp and ah.
2001/10/16 mk & miyazawa
* kernel/linux24/net/ipv6/ipsec6/ipsec6_utils.c:
- fixed a silly esp bug (which caused oops).
--yoshfuji