summaryrefslogtreecommitdiffstats
path: root/sys/netkey
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-1/+2
* 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-045-544/+771
* correct %d/%u mismatch.ume2003-11-022-11/+11
* exit(3) with negative value does not make sense'ume2003-11-021-1/+1
* make debugging with "setkey -x" a lot easier.ume2003-11-021-4/+97
* cleanup secasvar management; refcnt is key.c responsibility;ume2003-11-023-99/+66
* - do not quit from key_sendup() even if writes to non-targetume2003-11-022-95/+10
* 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
* nuke unused ICMPV6CTL_NAMES and KEYCTL_NAMES macros.ume2003-10-071-17/+1
* Reduce diffs against KAME. No functional change.ume2003-09-301-15/+7
* Reduce diffs against KAME. No functional change.ume2003-09-302-9/+4
* 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-252-8/+8
* panic() doesn't need `\n'.ume2003-09-253-72/+72
* Use __FBSDID().obrien2003-06-114-4/+12
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-081-2/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-192-27/+27
* Comment out srandom():ache2003-02-051-1/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-27/+27
* "struct route" is not sufficient. NetBSD PR 18751ume2003-01-082-1/+6
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-4/+4
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-191-1/+1
* - fixed the order of searching SA table for packets.ume2002-07-101-20/+47
* Remove so*_locked(), which were backed out by mistake.tanimura2002-06-181-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-5/+1
* pacify gcc-3.1's -Wunused checking.peter2002-05-241-1/+4
* Lock down a socket, milestone 1.tanimura2002-05-201-1/+5
* Redo the sigio locking.alfred2002-05-011-5/+0
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-1/+3
* Add a global sx sigio_lock to protect the pointer to the sigio objecttanimura2002-04-271-1/+3
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-192-5/+5
* Remove __P.alfred2002-03-208-175/+172
* missing splxume2002-03-011-0/+1
* (when new sa is preferred than old sa)ume2002-03-011-9/+9
* Fix warningspeter2002-02-282-8/+8
* Lock struct pgrp, session and sigio.tanimura2002-02-231-4/+14
* Newer SA is prefered for a out-bound packet than old oneume2001-12-052-7/+89
* 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-055-527/+224
* 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
OpenPOWER on IntegriCloud