summaryrefslogtreecommitdiff
path: root/sys/netkey/key_debug.c
AgeCommit message (Expand)Author
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-09-02add missing initializerschristos
2005-12-11merge ktrace-lwp.christos
2004-10-30Use unsigned char * variables when scanning buffer - saves casts and & 0xffdsl
2004-10-29Add (unsigned char) cast to ctype function (for /sbin/setkey)dsl
2003-09-12make it possible to SADB_DUMP via sysctl. request by mrgitojun
2003-09-07- prepare for RFC2401bis 64bit sequence number (no behavior change yet)itojun
2003-08-22allow userland to specify SPD ID. more readable debugging messages.itojun
2003-08-22backout; committed by mistakeitojun
2003-08-22do not quit from key_sendup() even if writes to non-target socket fails.itojun
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-06-27correct %d/%u mismatch. sync w/kameitojun
2002-06-12do not copy policy-on-socket at all. avoid copying packet header value toitojun
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