aboutsummaryrefslogtreecommitdiff
path: root/sys/netkey/key.c
Commit message (Expand)AuthorAgeFilesLines
* avoid duplicate free.Hajimu UMEMOTO2004-01-251-3/+3
* invalidate secpolicy pcb cache on key_timehandler. part ofHajimu UMEMOTO2004-01-141-0/+3
* add missing key_freesp()s. part ofHajimu UMEMOTO2004-01-141-1/+4
* don't touch after free.Hajimu UMEMOTO2003-12-101-2/+3
* use callout_*() rather than timeout().Hajimu UMEMOTO2003-12-071-2/+5
* missing splx.Hajimu UMEMOTO2003-11-281-0/+1
* add sysctl MIB net.key.esp_auth which was wrongly droppedHajimu UMEMOTO2003-11-131-0/+6
* ipsec_esp_auth is unused when IPSEC_ESP is not defined.Hajimu UMEMOTO2003-11-111-0/+2
* - cleanup SP refcnt issue.Hajimu UMEMOTO2003-11-041-515/+652
* correct %d/%u mismatch.Hajimu UMEMOTO2003-11-021-7/+7
* cleanup secasvar management; refcnt is key.c responsibility;Hajimu UMEMOTO2003-11-021-66/+65
* mib name was changed by fixing a spelling.Hajimu UMEMOTO2003-10-281-1/+1
* drop the code of HAVE_NRL_INPCB part. our system doesn'tHajimu UMEMOTO2003-10-221-10/+0
* Reduce diffs against KAME. No functional change.Hajimu UMEMOTO2003-09-301-15/+7
* Sync style and comments with latest KAME to reduce diffs.Hajimu UMEMOTO2003-09-301-71/+64
* add /*CONSTCOND*/ to reduce diffs against latest KAME.Hajimu UMEMOTO2003-09-251-7/+7
* panic() doesn't need `\n'.Hajimu UMEMOTO2003-09-251-52/+52
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-22/+22
* Comment out srandom():Andrey A. Chernov2003-02-051-1/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-22/+22
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-4/+4
* - fixed the order of searching SA table for packets.Hajimu UMEMOTO2002-07-101-20/+47
* pacify gcc-3.1's -Wunused checking.Peter Wemm2002-05-241-1/+4
* Remove __P.Alfred Perlstein2002-03-201-109/+109
* missing splxHajimu UMEMOTO2002-03-011-0/+1
* (when new sa is preferred than old sa)Hajimu UMEMOTO2002-03-011-9/+9
* Fix warningsPeter Wemm2002-02-281-7/+7
* Lock struct pgrp, session and sigio.Seigo Tanimura2002-02-231-4/+14
* Newer SA is prefered for a out-bound packet than old oneHajimu UMEMOTO2001-12-051-5/+85
* Fixed the behavior when there is no inbound policy for the ipsecHajimu UMEMOTO2001-11-061-22/+0
* - net.inet.ipsec.esp_auth hasn't been thereHajimu UMEMOTO2001-11-051-459/+217
* Unbreak build without INET6.Hajimu UMEMOTO2001-11-031-0/+2
* System wide policy should be returned when no policy found in the SPD.Hajimu UMEMOTO2001-10-291-0/+26
* Fixed the value of the prefixlen in the sadb_address structure.Hajimu UMEMOTO2001-10-221-8/+20
* The behavior of SPDUPDATE has been changed.Hajimu UMEMOTO2001-10-171-10/+6
* printed current sequence number of the SA. accordingly, changedHajimu UMEMOTO2001-08-061-6/+9
* do not play too much trick with evaluation order. from netbsdHajimu UMEMOTO2001-08-061-2/+2
* fixed to make a response in key_spdadd(). reported by <R.P.Koster@kpn.com>Hajimu UMEMOTO2001-08-061-2/+2
* merged key_cmpsaidx_*.Hajimu UMEMOTO2001-08-061-149/+60
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-243/+732
* fixed possibility of panic at key_acquire().Hajimu UMEMOTO2001-01-141-9/+8
* Revert previous commit after discussion with phk.Kris Kennaway2000-10-301-0/+1
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-3/+0
* make sure we have IV that is random enough. memory allocator onHajimu UMEMOTO2000-08-281-5/+9
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-1687/+3578
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-4/+4
* Change struct sockaddr_storage member name, because following changeYoshinobu Inoue2000-01-131-39/+39