index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet6
/
ah.h
Age
Commit message (
Expand
)
Author
2005-12-10
Multiple inclusion protection, as suggested by christos@ on tech-kern@
elad
2003-08-05
increase AH_MAXSUMSIZE to 512/8, for hmac-sha2-512
itojun
2003-07-22
add hmac-sha2 support. various cleanups (like avoid hardcoding '16').
itojun
2003-07-20
avoid assuming result buffer size in AH logic. sync w/kame
itojun
2002-09-11
correct pointer signedness mixups. sync w/kame
itojun
2001-10-15
reduce diff with kame. whitespace changes only.
itojun
2001-05-30
use _KERNEL_OPT
mrg
2000-10-19
memcpy -> bcopy, for sync with kame tree
itojun
2000-10-18
verify ICMPv6 too big messages based on TCP pcbs, and/or IPsec SA.
itojun
2000-10-18
Restructure the Path MTU Discovery code somewhat to avoid
thorpej
2000-07-23
pre-compute and cache intermediate crypto key. suggestion from sommerfeld,
itojun
2000-07-18
correct RFC2367 PF_KEY conformance (SADB_[AE]ALG_xx values and namespaces).
itojun
2000-06-14
add algorithm name into algorithm table. (commit to crypto-intl will follow)
itojun
2000-06-02
sync with more recent kame. cope with malloc failure more gracefully
itojun
2000-01-31
bring in latest KAME ipsec tree.
itojun
2000-01-06
remove too much portability code in KAME, to improve readability.
itojun
1999-12-02
avoid namespace polution ("#ifdef KERNEL" was mistakingly used)
itojun
1999-07-31
sync with recent KAME.
itojun
1999-07-09
defopt INET6, and put it in opt_inet.h (most places already include this
thorpej
1999-07-03
RCS ID police.
thorpej
1999-06-28
KAME/NetBSD 1.4 SNAP kit, dated 19990628.
itojun