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
/
netkey
/
key_debug.c
Age
Commit message (
Expand
)
Author
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-09-02
add missing initializers
christos
2005-12-11
merge ktrace-lwp.
christos
2004-10-30
Use unsigned char * variables when scanning buffer - saves casts and & 0xff
dsl
2004-10-29
Add (unsigned char) cast to ctype function (for /sbin/setkey)
dsl
2003-09-12
make it possible to SADB_DUMP via sysctl. request by mrg
itojun
2003-09-07
- prepare for RFC2401bis 64bit sequence number (no behavior change yet)
itojun
2003-08-22
allow userland to specify SPD ID. more readable debugging messages.
itojun
2003-08-22
backout; committed by mistake
itojun
2003-08-22
do not quit from key_sendup() even if writes to non-target socket fails.
itojun
2002-09-27
remove trailing \n in panic(). approved perry.
provos
2002-06-27
correct %d/%u mismatch. sync w/kame
itojun
2002-06-12
do not copy policy-on-socket at all. avoid copying packet header value to
itojun
2001-11-15
don't need <sys/types.h> when including <sys/param.h>
lukem
2001-11-13
add RCSIDs
lukem
2001-08-16
avoid symbol conflict with "sin()".
itojun
2001-08-12
remove "#ifdef IPSEC_DEBUG" conditional from from key_debug.h
itojun
2001-08-02
pass replay sequence number on sadb_x_sa2 (it's outside of PF_KEY standard
itojun
2001-04-06
Negative exit code cleanup: Replace exit(-x) with exit(x).
wiz
2000-09-22
use real wallclock (got by microtime) to compute IPsec database lifetimes.
itojun
2000-07-04
move ipsec_{hex,bin}dump() into #ifdef wrapper.
itojun
2000-07-01
nuke sadb_x_ident_id, wihich violates pfkey standard.
itojun
2000-06-15
correct ordering mistake in SADB_DUMP.
itojun
2000-06-12
sync with almost-latest KAME IPsec. full changelog would be too big
itojun
2000-02-06
fix include pathname for better rfc2292 compliance.
itojun
2000-01-31
bring in latest KAME ipsec tree.
itojun
1999-07-06
sync with KAME/NetBSD 1.4, SNAP kit 19990705.
itojun
1999-07-05
ntohl() doesn't return long, so cast it.
cjs
1999-07-03
RCS ID police.
thorpej
1999-07-01
Fix printf format on LP64.
thorpej
1999-07-01
less warning on userland compilation.
itojun
1999-07-01
IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.
itojun
1999-06-28
KAME/NetBSD 1.4 SNAP kit, dated 19990628.
itojun