index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netkey
/
key.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed an unexpected addr/port matching failure in IPv6 SA management
suz
2005-01-10
1
-0
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
support TCP-MD5(IPv4) in KAME-IPSEC, too.
suz
2004-11-08
1
-2
/
+26
*
Merge netipsec/key.c:1.17 into KAME pfkey implementation:
rwatson
2004-09-30
1
-5
/
+0
*
The KAME IPSEC implementation at one point used its own pseudo-random
rwatson
2004-09-02
1
-22
/
+0
*
Diff reduce against KAME: minor white space synchronization to KAME
rwatson
2004-08-27
1
-4
/
+4
*
avoid duplicate free.
ume
2004-01-25
1
-3
/
+3
*
invalidate secpolicy pcb cache on key_timehandler. part of
ume
2004-01-14
1
-0
/
+3
*
add missing key_freesp()s. part of
ume
2004-01-14
1
-1
/
+4
*
don't touch after free.
ume
2003-12-10
1
-2
/
+3
*
use callout_*() rather than timeout().
ume
2003-12-07
1
-2
/
+5
*
missing splx.
ume
2003-11-28
1
-0
/
+1
*
add sysctl MIB net.key.esp_auth which was wrongly dropped
ume
2003-11-13
1
-0
/
+6
*
ipsec_esp_auth is unused when IPSEC_ESP is not defined.
ume
2003-11-11
1
-0
/
+2
*
- cleanup SP refcnt issue.
ume
2003-11-04
1
-515
/
+652
*
correct %d/%u mismatch.
ume
2003-11-02
1
-7
/
+7
*
cleanup secasvar management; refcnt is key.c responsibility;
ume
2003-11-02
1
-66
/
+65
*
mib name was changed by fixing a spelling.
ume
2003-10-28
1
-1
/
+1
*
drop the code of HAVE_NRL_INPCB part. our system doesn't
ume
2003-10-22
1
-10
/
+0
*
Reduce diffs against KAME. No functional change.
ume
2003-09-30
1
-15
/
+7
*
Sync style and comments with latest KAME to reduce diffs.
ume
2003-09-30
1
-71
/
+64
*
add /*CONSTCOND*/ to reduce diffs against latest KAME.
ume
2003-09-25
1
-7
/
+7
*
panic() doesn't need `\n'.
ume
2003-09-25
1
-52
/
+52
*
Use __FBSDID().
obrien
2003-06-11
1
-1
/
+3
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-22
/
+22
*
Comment out srandom():
ache
2003-02-05
1
-1
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-22
/
+22
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-4
/
+4
*
- fixed the order of searching SA table for packets.
ume
2002-07-10
1
-20
/
+47
*
pacify gcc-3.1's -Wunused checking.
peter
2002-05-24
1
-1
/
+4
*
Remove __P.
alfred
2002-03-20
1
-111
/
+111
*
missing splx
ume
2002-03-01
1
-0
/
+1
*
(when new sa is preferred than old sa)
ume
2002-03-01
1
-9
/
+9
*
Fix warnings
peter
2002-02-28
1
-7
/
+7
*
Lock struct pgrp, session and sigio.
tanimura
2002-02-23
1
-4
/
+14
*
Newer SA is prefered for a out-bound packet than old one
ume
2001-12-05
1
-5
/
+85
*
Fixed the behavior when there is no inbound policy for the ipsec
ume
2001-11-06
1
-22
/
+0
*
- net.inet.ipsec.esp_auth hasn't been there
ume
2001-11-05
1
-459
/
+217
*
Unbreak build without INET6.
ume
2001-11-03
1
-0
/
+2
*
System wide policy should be returned when no policy found in the SPD.
ume
2001-10-29
1
-0
/
+26
*
Fixed the value of the prefixlen in the sadb_address structure.
ume
2001-10-22
1
-8
/
+20
*
The behavior of SPDUPDATE has been changed.
ume
2001-10-17
1
-10
/
+6
*
printed current sequence number of the SA. accordingly, changed
ume
2001-08-06
1
-6
/
+9
*
do not play too much trick with evaluation order. from netbsd
ume
2001-08-06
1
-2
/
+2
*
fixed to make a response in key_spdadd(). reported by <R.P.Koster@kpn.com>
ume
2001-08-06
1
-2
/
+2
*
merged key_cmpsaidx_*.
ume
2001-08-06
1
-149
/
+60
*
Sync with recent KAME.
ume
2001-06-11
1
-243
/
+732
*
fixed possibility of panic at key_acquire().
ume
2001-01-14
1
-9
/
+8
*
Revert previous commit after discussion with phk.
kris
2000-10-30
1
-0
/
+1
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
[next]