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
/
netipsec
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix build breakage from previous commit which confused key_abort and key_close.
gnn
2006-07-22
1
-1
/
+1
*
Change semantics of socket close and detach. Add a new protocol switch
rwatson
2006-07-21
1
-0
/
+12
*
- Use suser_cred(9) instead of directly comparing cr_uid.
pjd
2006-06-27
1
-2
/
+3
*
Add a pseudo interface for packet filtering IPSec connections before or after
thompsa
2006-06-26
4
-0
/
+35
*
Change '#if INET' and '#if INET6' to '#ifdef INET' and '#ifdef INET6'.
pjd
2006-06-04
2
-3
/
+3
*
Extend the notdef #ifdef to cover the packet copy as there is no point in doi...
gnn
2006-06-04
1
-8
/
+4
*
Prevent disappearing SAD entries by implementing MPsafe refcounting.
pjd
2006-05-20
1
-20
/
+33
*
- The authsize field from auth_hash structure was removed.
pjd
2006-05-17
2
-10
/
+11
*
Hide net.inet.ipsec.test_{replay,integrity} sysctls under #ifdef REGRESSION.
pjd
2006-04-10
4
-0
/
+12
*
Introduce two new sysctls:
pjd
2006-04-09
4
-2
/
+54
*
Be consistent with the rest of the code.
pjd
2006-04-09
1
-1
/
+1
*
Remove unused variables s and error in key_detach. The previous
dd
2006-04-04
1
-1
/
+0
*
Remove unintended DEBUG flag setting.
gnn
2006-04-04
1
-1
/
+0
*
Chance protocol switch method pru_detach() so that it returns void
rwatson
2006-04-01
1
-12
/
+8
*
Change protocol switch pru_abort() API so that it returns void rather
rwatson
2006-04-01
1
-6
/
+3
*
Fix more stack corruptions on amd64.
bz
2006-03-30
2
-19
/
+11
*
First steps towards IPSec cleanup.
gnn
2006-03-25
7
-105
/
+257
*
Allow to use fast_ipsec(4) on debug.mpsafenet=0 and INVARIANTS-enabled
pjd
2006-03-23
3
-11
/
+44
*
Add missing code needed for the detection of IPSec packet replays. [1]
cperciva
2006-03-22
1
-0
/
+17
*
promote fast ipsec's m_clone routine for public use; it is renamed
sam
2006-03-15
5
-153
/
+3
*
Fix stack corruptions on amd64.
bz
2006-01-21
2
-15
/
+3
*
Fix -Wundef warnings found when compiling i386 LINT, GENERIC and
ru
2005-12-05
1
-1
/
+1
*
Use sparse initializers for "struct domain" and "struct protosw",
ru
2005-11-09
1
-8
/
+16
*
Retire MT_HEADER mbuf type and change its users to use MT_DATA.
andre
2005-11-02
1
-1
/
+1
*
Replace custom mbuf writeability test with generic M_WRITABLE() test
andre
2005-09-26
1
-1
/
+1
*
Correct typo in a comment describing vshiftl().
hmp
2005-06-02
1
-1
/
+1
*
correct space check
sam
2005-03-09
1
-1
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
26
-26
/
+26
*
Initialize struct pr_userreqs in new/sparse style and fill in common
phk
2004-11-08
1
-8
/
+10
*
Remove extraneous SECPOLICY_LOCK_DESTROY calls that cause the mutex to be
sam
2004-10-02
1
-2
/
+0
*
Add missing locking for secpolicy refcnt manipulations.
sam
2004-09-30
3
-3
/
+16
*
Correct handling of SADB_UPDATE and SADB_ADD requests. key_align may split
sam
2004-09-26
1
-5
/
+0
*
Protect sockaddr_union definitions with a protecting define. This allows to
mlaier
2004-09-23
1
-0
/
+3
*
Apply error and success logic consistently to the function netisr_queue() and
andre
2004-08-27
2
-3
/
+3
*
Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD
dwmalone
2004-08-14
1
-6
/
+1
*
Add required includes for post-sorwakeup() change to fix FAST_IPSEC
bms
2004-06-23
1
-0
/
+2
*
Fix a paste-o in key_cmpspidx_withmask().
bms
2004-06-22
1
-2
/
+2
*
use correct address for SADB_EXT_ADDRESS_DST in key_do_allocsa_policy
sam
2004-05-03
1
-2
/
+2
*
correct behaviour of key_getsavbyspi broken in rev 1.7; corrects problems with
sam
2004-05-03
1
-2
/
+2
*
add support to prefer old SA to new SA during allocation
sam
2004-05-03
1
-18
/
+27
*
Fix a debugging printf snafu.
bms
2004-04-20
1
-1
/
+1
*
use native names for if_link, ifa_link, if_addrhead.
luigi
2004-04-17
1
-4
/
+2
*
Unbreak FAST_IPSEC build on 64 bit archs with INVARIANTS.
pjd
2004-04-07
1
-1
/
+1
*
This file was erroneously removed from HEAD when TCP-MD5 support was MFC'd;
bms
2004-04-03
1
-0
/
+169
*
Fix type in a sysctl. It used to be: net.key.prefered_oldsa
guido
2004-02-16
1
-5
/
+5
*
Initial import of RFC 2385 (TCP-MD5) digest support.
bms
2004-02-11
2
-0
/
+19
*
must convert protocol to sa type when preparing a DELETE message
sam
2004-02-05
1
-1
/
+7
*
o add missing break
sam
2004-01-27
1
-1
/
+10
*
change SYSINIT starting point to be consistent with other modules
sam
2004-01-27
2
-2
/
+2
*
add spdcachelookup and spdcachemiss to our version of struct ipsecstat so
sam
2004-01-27
1
-0
/
+3
[next]