summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/key.c
Commit message (Expand)AuthorAgeFilesLines
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-5/+0
* 'spi' and the return value of ntohl are unsigned. Remove the extra >=0bz2007-06-161-1/+6
* In case of failure we can directly return ENOBUFS becausebz2007-06-161-10/+3
* Add a missing return so that we drop out in case of an error andbz2007-06-151-3/+2
* With the current code 'src' is never NULL. Nevertheless move the check forbz2007-06-151-1/+3
* Add missingbz2007-05-291-0/+1
* Prevent disappearing SAD entries by implementing MPsafe refcounting.pjd2006-05-201-20/+33
* First steps towards IPSec cleanup.gnn2006-03-251-85/+211
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Remove extraneous SECPOLICY_LOCK_DESTROY calls that cause the mutex to besam2004-10-021-2/+0
* Add missing locking for secpolicy refcnt manipulations.sam2004-09-301-0/+12
* Correct handling of SADB_UPDATE and SADB_ADD requests. key_align may splitsam2004-09-261-5/+0
* Fix a paste-o in key_cmpspidx_withmask().bms2004-06-221-2/+2
* use correct address for SADB_EXT_ADDRESS_DST in key_do_allocsa_policysam2004-05-031-2/+2
* correct behaviour of key_getsavbyspi broken in rev 1.7; corrects problems withsam2004-05-031-2/+2
* add support to prefer old SA to new SA during allocationsam2004-05-031-18/+27
* Unbreak FAST_IPSEC build on 64 bit archs with INVARIANTS.pjd2004-04-071-1/+1
* Fix type in a sysctl. It used to be: net.key.prefered_oldsaguido2004-02-161-5/+5
* Initial import of RFC 2385 (TCP-MD5) digest support.bms2004-02-111-0/+18
* must convert protocol to sa type when preparing a DELETE messagesam2004-02-051-1/+7
* MFp4: portability work, general cleanup, locking fixessam2003-09-291-562/+574
* Locking and misc cleanups; most of which I've been running for >4 months:sam2003-09-011-422/+288
* plug xform memory leaks:sam2003-06-291-2/+13
* Back out M_* changes, per decision of the TRB.imp2003-02-191-22/+22
* Comment out srandom():ache2003-02-051-0/+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-5/+5
* "Fast IPsec": this is an experimental IPsec implementation that is derivedsam2002-10-161-0/+7287
OpenPOWER on IntegriCloud