summaryrefslogtreecommitdiffstats
path: root/sys/netkey/key.c
Commit message (Expand)AuthorAgeFilesLines
* - fixed the order of searching SA table for packets.ume2002-07-101-20/+47
* pacify gcc-3.1's -Wunused checking.peter2002-05-241-1/+4
* Remove __P.alfred2002-03-201-111/+111
* missing splxume2002-03-011-0/+1
* (when new sa is preferred than old sa)ume2002-03-011-9/+9
* Fix warningspeter2002-02-281-7/+7
* Lock struct pgrp, session and sigio.tanimura2002-02-231-4/+14
* Newer SA is prefered for a out-bound packet than old oneume2001-12-051-5/+85
* Fixed the behavior when there is no inbound policy for the ipsecume2001-11-061-22/+0
* - net.inet.ipsec.esp_auth hasn't been thereume2001-11-051-459/+217
* Unbreak build without INET6.ume2001-11-031-0/+2
* System wide policy should be returned when no policy found in the SPD.ume2001-10-291-0/+26
* Fixed the value of the prefixlen in the sadb_address structure.ume2001-10-221-8/+20
* The behavior of SPDUPDATE has been changed.ume2001-10-171-10/+6
* printed current sequence number of the SA. accordingly, changedume2001-08-061-6/+9
* do not play too much trick with evaluation order. from netbsdume2001-08-061-2/+2
* fixed to make a response in key_spdadd(). reported by <R.P.Koster@kpn.com>ume2001-08-061-2/+2
* merged key_cmpsaidx_*.ume2001-08-061-149/+60
* Sync with recent KAME.ume2001-06-111-243/+732
* fixed possibility of panic at key_acquire().ume2001-01-141-9/+8
* Revert previous commit after discussion with phk.kris2000-10-301-0/+1
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-3/+0
* make sure we have IV that is random enough. memory allocator onume2000-08-281-5/+9
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-1707/+3598
* Back out the previous change to the queue(3) interface.jake2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-4/+4
* Change struct sockaddr_storage member name, because following changeshin2000-01-131-39/+39
* IPSEC support in the kernel.shin1999-12-221-2253/+5011
* #ifdef out unused function key_freetables.eivind1999-01-121-1/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-14/+16
* Really make this compile..peter1998-04-061-12/+58
* Maybe fix netkey. I am not sure how to test this..peter1998-04-051-44/+68
* Substitute a panic for a undefined function so LINT will compile.phk1998-04-041-0/+4
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-4/+4
* Removed unused #includes.bde1998-03-281-3/+0
* key_getspi() bugfix.itojun1998-03-231-2/+19
* polish the code.itojun1998-02-271-92/+174
* make sys/netkey/key{,_debug}.c compile. I believe it works but not tested.itojun1998-02-271-29/+141
* Added a used #include.bde1998-02-251-0/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+1
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-0/+2
* This is the `netkey' kernel key-management service (the PF_KEY analoguewollman1996-06-141-0/+2270
OpenPOWER on IntegriCloud