summaryrefslogtreecommitdiffstats
path: root/sys/netkey/key.c
Commit message (Expand)AuthorAgeFilesLines
* Removing old, dead, KAME IPsec files as part of the move to thegnn2007-07-021-7647/+0
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* SADB_UPDATE did not return an error when key length is invalid.ume2005-08-221-2/+2
* fix build without option INET6.ume2005-07-301-0/+8
* scope cleanup. with this changeume2005-07-251-28/+35
* fixed an unexpected addr/port matching failure in IPv6 SA managementsuz2005-01-101-0/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* support TCP-MD5(IPv4) in KAME-IPSEC, too.suz2004-11-081-2/+26
* Merge netipsec/key.c:1.17 into KAME pfkey implementation:rwatson2004-09-301-5/+0
* The KAME IPSEC implementation at one point used its own pseudo-randomrwatson2004-09-021-22/+0
* Diff reduce against KAME: minor white space synchronization to KAMErwatson2004-08-271-4/+4
* avoid duplicate free.ume2004-01-251-3/+3
* invalidate secpolicy pcb cache on key_timehandler. part ofume2004-01-141-0/+3
* add missing key_freesp()s. part ofume2004-01-141-1/+4
* don't touch after free.ume2003-12-101-2/+3
* use callout_*() rather than timeout().ume2003-12-071-2/+5
* missing splx.ume2003-11-281-0/+1
* add sysctl MIB net.key.esp_auth which was wrongly droppedume2003-11-131-0/+6
* ipsec_esp_auth is unused when IPSEC_ESP is not defined.ume2003-11-111-0/+2
* - cleanup SP refcnt issue.ume2003-11-041-515/+652
* correct %d/%u mismatch.ume2003-11-021-7/+7
* cleanup secasvar management; refcnt is key.c responsibility;ume2003-11-021-66/+65
* mib name was changed by fixing a spelling.ume2003-10-281-1/+1
* drop the code of HAVE_NRL_INPCB part. our system doesn'tume2003-10-221-10/+0
* Reduce diffs against KAME. No functional change.ume2003-09-301-15/+7
* Sync style and comments with latest KAME to reduce diffs.ume2003-09-301-71/+64
* add /*CONSTCOND*/ to reduce diffs against latest KAME.ume2003-09-251-7/+7
* panic() doesn't need `\n'.ume2003-09-251-52/+52
* Use __FBSDID().obrien2003-06-111-1/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-22/+22
* Comment out srandom():ache2003-02-051-1/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-22/+22
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-4/+4
* - 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
OpenPOWER on IntegriCloud