#
eaa55291 |
| 14-Aug-2003 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
avoid fd_set overrun.
Obtained from: KAME MFC after: 1 week
|
#
be9879af |
| 08-Aug-2003 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
Drop MIP6 code. We don't support MIP6 yet.
MFC after: 1 week
|
#
fa19f9be |
| 08-Aug-2003 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
KNF, correct typos and cleanup spaces.
Obtained from: KAME MFC after: 1 week
|
#
1533bed0 |
| 08-Aug-2003 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
__FUNCTION__ --> __func__
Obtained from: KAME MFC after: 1 week
|
Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0 |
|
#
8a9448ca |
| 26-Mar-2003 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
tightened check for the length of ND options.
Submitted by: jinmei@kame.net (JINMEI Tatuya) Obtained from: KAME
|
#
9328833a |
| 11-Feb-2003 |
Andrey A. Chernov <ache@FreeBSD.org> |
Use srandomdev() for FreeBSD
|
Revision tags: release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
0a5f3ef4 |
| 13-Jun-2002 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
Changed the behavior when an interface-direct prefix being advertised was removed from the kernel; Advertise the prefix with zero lifetimes rather than to remove the prefix from the prefix list to be
Changed the behavior when an interface-direct prefix being advertised was removed from the kernel; Advertise the prefix with zero lifetimes rather than to remove the prefix from the prefix list to be advertised. This will help renumber a receiving host by deprecating the address derived from the old prefix.
Obtained from: KAME MFC after: 2 weeks
show more ...
|
#
c7aec5cc |
| 01-Jun-2002 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
Skip duplicated prefixes in get_prefix().
Obtained from: KAME
|
#
99a92b2c |
| 01-Jun-2002 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
KNF
Obtained from: KAME
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
33841545 |
| 11-Jun-2001 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
Sync with recent KAME. This work was based on kame-20010528-freebsd43-snap.tgz and some critical problem after the snap was out were fixed. There are many many changes since last KAME merge.
TODO:
Sync with recent KAME. This work was based on kame-20010528-freebsd43-snap.tgz and some critical problem after the snap was out were fixed. There are many many changes since last KAME merge.
TODO: - The definitions of SADB_* in sys/net/pfkeyv2.h are still different from RFC2407/IANA assignment because of binary compatibility issue. It should be fixed under 5-CURRENT. - ip6po_m member of struct ip6_pktopts is no longer used. But, it is still there because of binary compatibility issue. It should be removed under 5-CURRENT.
Reviewed by: itojun Obtained from: KAME MFC after: 3 weeks
show more ...
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
ae326725 |
| 21-Jan-2001 |
Jun-ichiro itojun Hagino <itojun@FreeBSD.org> |
make it easier to handle $FreeBSD$ tags (amount of diff matters).
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0 |
|
#
b26e03e9 |
| 06-Jul-2000 |
Kris Kennaway <kris@FreeBSD.org> |
Sync with latest KAME
Obtained from: KAME
|
Revision tags: release/3.5.0_cvs, release/4.0.0_cvs |
|
#
93eff084 |
| 24-Feb-2000 |
Yoshinobu Inoue <shin@FreeBSD.org> |
Print ifname when sendmsg failed.
Approved by: jkh
|
#
b85d5dc8 |
| 15-Feb-2000 |
Yoshinobu Inoue <shin@FreeBSD.org> |
-P option was not enabled, so enable it (The option specify IPsec policy for rtadvd to receive Router Renumbering messages.)
Approved by: jkh
|
#
9a4365d0 |
| 06-Jan-2000 |
Yoshinobu Inoue <shin@FreeBSD.org> |
libipsec and IPsec related apps. (and some KAME related man pages)
Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
|