aboutsummaryrefslogtreecommitdiff
path: root/sys/netkey
Commit message (Expand)AuthorAgeFilesLines
* support TCP-MD5(IPv4) in KAME-IPSEC, too.SUZUKI Shinsuke2004-11-083-2/+48
* Initialize struct pr_userreqs in new/sparse style and fill in commonPoul-Henning Kamp2004-11-081-10/+10
* Merge netipsec/key.c:1.17 into KAME pfkey implementation:Robert Watson2004-09-301-5/+0
* The KAME IPSEC implementation at one point used its own pseudo-randomRobert Watson2004-09-021-22/+0
* Semi-gratuitous white space synchronization with KAME tree: to reduceRobert Watson2004-08-271-10/+12
* Diff reduce against KAME: minor white space synchronization to KAMERobert Watson2004-08-271-4/+4
* Merge next step in socket buffer locking:Robert Watson2004-06-211-0/+2
* 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
* Introduce a MAC label reference in 'struct inpcb', which cachesRobert Watson2003-11-181-1/+2
* 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-045-544/+771
* correct %d/%u mismatch.Hajimu UMEMOTO2003-11-022-11/+11
* exit(3) with negative value does not make sense'Hajimu UMEMOTO2003-11-021-1/+1
* make debugging with "setkey -x" a lot easier.Hajimu UMEMOTO2003-11-021-4/+97
* cleanup secasvar management; refcnt is key.c responsibility;Hajimu UMEMOTO2003-11-023-99/+66
* - do not quit from key_sendup() even if writes to non-targetHajimu UMEMOTO2003-11-022-95/+10
* 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
* nuke unused ICMPV6CTL_NAMES and KEYCTL_NAMES macros.Hajimu UMEMOTO2003-10-071-17/+1
* Reduce diffs against KAME. No functional change.Hajimu UMEMOTO2003-09-301-15/+7
* Reduce diffs against KAME. No functional change.Hajimu UMEMOTO2003-09-302-9/+4
* 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-252-8/+8
* panic() doesn't need `\n'.Hajimu UMEMOTO2003-09-253-72/+72
* Use __FBSDID().David E. O'Brien2003-06-114-4/+12
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskDag-Erling Smørgrav2003-04-081-2/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-192-27/+27
* Comment out srandom():Andrey A. Chernov2003-02-051-1/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-212-27/+27
* "struct route" is not sufficient. NetBSD PR 18751Hajimu UMEMOTO2003-01-082-1/+6
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-4/+4
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic2002-12-191-1/+1
* - fixed the order of searching SA table for packets.Hajimu UMEMOTO2002-07-101-20/+47
* Remove so*_locked(), which were backed out by mistake.Seigo Tanimura2002-06-181-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-5/+1
* pacify gcc-3.1's -Wunused checking.Peter Wemm2002-05-241-1/+4
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-1/+5
* Redo the sigio locking.Alfred Perlstein2002-05-011-5/+0
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-301-1/+3
* Add a global sx sigio_lock to protect the pointer to the sigio objectSeigo Tanimura2002-04-271-1/+3
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-192-5/+5
* Remove __P.Alfred Perlstein2002-03-208-175/+172
* missing splxHajimu UMEMOTO2002-03-011-0/+1
* (when new sa is preferred than old sa)Hajimu UMEMOTO2002-03-011-9/+9