summaryrefslogtreecommitdiff
path: root/sys/netkey/key_debug.c
AgeCommit message (Expand)Author
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDslukem
2001-08-16avoid symbol conflict with "sin()".itojun
2001-08-12remove "#ifdef IPSEC_DEBUG" conditional from from key_debug.hitojun
2001-08-02pass replay sequence number on sadb_x_sa2 (it's outside of PF_KEY standarditojun
2001-04-06Negative exit code cleanup: Replace exit(-x) with exit(x).wiz
2000-09-22use real wallclock (got by microtime) to compute IPsec database lifetimes.itojun
2000-07-04move ipsec_{hex,bin}dump() into #ifdef wrapper.itojun
2000-07-01nuke sadb_x_ident_id, wihich violates pfkey standard.itojun
2000-06-15correct ordering mistake in SADB_DUMP.itojun
2000-06-12sync with almost-latest KAME IPsec. full changelog would be too bigitojun
2000-02-06fix include pathname for better rfc2292 compliance.itojun
2000-01-31bring in latest KAME ipsec tree.itojun
1999-07-06sync with KAME/NetBSD 1.4, SNAP kit 19990705.itojun
1999-07-05ntohl() doesn't return long, so cast it.cjs
1999-07-03RCS ID police.thorpej
1999-07-01Fix printf format on LP64.thorpej
1999-07-01less warning on userland compilation.itojun
1999-07-01IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.itojun
1999-06-28KAME/NetBSD 1.4 SNAP kit, dated 19990628.itojun