aboutsummaryrefslogtreecommitdiff
path: root/sys/netkey
Commit message (Expand)AuthorAgeFilesLines
* make sure we have IV that is random enough. memory allocator onHajimu UMEMOTO2000-08-281-5/+9
* 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-049-2174/+4463
* Check for MGET* returning NULL and return ENOBUFS in this case.Jonathan Lemon2000-06-101-2/+8
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-262-9/+9
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-232-9/+9
* comment the string after #endifYoshinobu Inoue2000-01-151-1/+1
* Change struct sockaddr_storage member name, because following changeYoshinobu Inoue2000-01-132-43/+43
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-295-26/+20
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-227-3419/+6298
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-223-0/+297
* Fix a printf(3) formatter to match its variable.Bill Fumerola1999-08-171-1/+1
* #ifdef out unused function key_freetables.Eivind Eklund1999-01-121-1/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-072-15/+16
* Fixed printf format errors.Bruce Evans1998-08-171-14/+16
* Really make this compile..Peter Wemm1998-04-061-12/+58
* Maybe fix netkey. I am not sure how to test this..Peter Wemm1998-04-051-44/+68
* Substitute a panic for a undefined function so LINT will compile.Poul-Henning Kamp1998-04-041-0/+4
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-4/+4
* Removed unused #includes.Bruce Evans1998-03-282-5/+0
* key_getspi() bugfix.Jun-ichiro itojun Hagino1998-03-231-2/+19
* polish the code.Jun-ichiro itojun Hagino1998-02-274-203/+288
* make sys/netkey/key{,_debug}.c compile. I believe it works but not tested.Jun-ichiro itojun Hagino1998-02-274-165/+355
* Added a used #include.Bruce Evans1998-02-251-0/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-1/+1
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-111-0/+2
* This is the `netkey' kernel key-management service (the PF_KEY analogueGarrett Wollman1996-06-144-0/+3435