aboutsummaryrefslogtreecommitdiff
path: root/sys/netkey/key_debug.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* - cleanup SP refcnt issue.Hajimu UMEMOTO2003-11-041-12/+13
* correct %d/%u mismatch.Hajimu UMEMOTO2003-11-021-4/+4
* exit(3) with negative value does not make sense'Hajimu UMEMOTO2003-11-021-1/+1
* make debugging with "setkey -x" a lot easier.Hajimu UMEMOTO2003-11-021-4/+97
* panic() doesn't need `\n'.Hajimu UMEMOTO2003-09-251-16/+16
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-4/+4
* Remove __P.Alfred Perlstein2002-03-201-9/+9
* - net.inet.ipsec.esp_auth hasn't been thereHajimu UMEMOTO2001-11-051-4/+0
* printed current sequence number of the SA. accordingly, changedHajimu UMEMOTO2001-08-061-4/+4
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-5/+2
* Replace the mbuf external reference counting code with somethingDavid Malone2000-08-191-2/+2
* Add missing #include to unbreak IPSEC_DEBUG buildsKris Kennaway2000-07-071-0/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-57/+127
* Change struct sockaddr_storage member name, because following changeYoshinobu Inoue2000-01-131-4/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-16/+10
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-666/+596
* Fix a printf(3) formatter to match its variable.Bill Fumerola1999-08-171-1/+1
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-1/+0
* Fixed printf format errors.Bruce Evans1998-08-171-14/+16
* Removed unused #includes.Bruce Evans1998-03-281-2/+0
* polish the code.Jun-ichiro itojun Hagino1998-02-271-2/+2
* make sys/netkey/key{,_debug}.c compile. I believe it works but not tested.Jun-ichiro itojun Hagino1998-02-271-98/+128
* This is the `netkey' kernel key-management service (the PF_KEY analogueGarrett Wollman1996-06-141-0/+730