index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
charon
/
plugins
/
kernel_pfkey
/
kernel_pfkey_ipsec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moving charon to libcharon.
Tobias Brunner
2010-03-19
1
-2175
/
+0
*
Do not kill daemon, just not use pluggable kernel interface if initialization...
Martin Willi
2010-02-26
1
-6
/
+21
*
Pass sockets to bypass to kernel interface, allowing us to register them dyna...
Martin Willi
2010-02-26
1
-65
/
+47
*
Migrated kernel_pfkey_ipsec to METHOD/INIT macros
Martin Willi
2010-02-26
1
-97
/
+60
*
Using the thread wrapper in charon, libstrongswan and their plugins.
Tobias Brunner
2009-12-23
1
-4
/
+6
*
Separated the public interfaces of the threading primitives.
Tobias Brunner
2009-12-23
1
-1
/
+1
*
Moved mutex.c to a separate folder in order to cleanly wrap other threading p...
Tobias Brunner
2009-12-23
1
-1
/
+1
*
Fixed BEET mode by installing SAs with negotiated address in traffic selector
Martin Willi
2009-12-17
1
-2
/
+3
*
replaces four spaces by tabs, where appropriate
Martin Willi
2009-09-04
1
-2
/
+2
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
1
-173
/
+173
*
Refactored the lifetime_cfg_t struct to be simpler and more expressive. Initi...
Tobias Brunner
2009-09-01
1
-6
/
+6
*
Set the packet and byte limits in the netlink and pfkey kernel interfaces.
Tobias Brunner
2009-09-01
1
-0
/
+6
*
Adapted the kernel interfaces to the new lifetime configuration.
Tobias Brunner
2009-09-01
1
-4
/
+4
*
use time_monotonic() instead of time() for statistics and time difference cal...
Martin Willi
2009-08-31
1
-3
/
+10
*
OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...
Tobias Brunner
2009-08-14
1
-2
/
+2
*
Use LONG_MAX instead of a hard-coded value.
Tobias Brunner
2009-08-06
1
-1
/
+5
*
FreeBSD returns the current policy use time only after specifying a hard life...
Tobias Brunner
2009-08-06
1
-1
/
+13
*
Reversed the check for udp.h, fixes compilation on Linux.
Tobias Brunner
2009-08-06
1
-4
/
+4
*
FreeBSD only reports a policy's usetime if a lifetime has been specified when...
Tobias Brunner
2009-08-04
1
-0
/
+7
*
FreeBSD and Mac OS X both set the sequence number of an SADB_X_SPDGET respons...
Tobias Brunner
2009-08-04
1
-5
/
+16
*
implemented query_sa() for PFKEYv2
Andreas Steffen
2009-08-02
1
-2
/
+53
*
display transmitted bytes per SA
Andreas Steffen
2009-07-30
1
-0
/
+11
*
Handling of unsupported policy directions (FWD) fixed.
Tobias Brunner
2009-07-30
1
-1
/
+19
*
Enabling NAT-T on Mac OS X using the private SADB_X_EXT_NATT flag and sadb_sa...
Tobias Brunner
2009-07-30
1
-5
/
+45
*
Portably check for IPSEC_* constants (defined in ipsec.h).
Tobias Brunner
2009-05-20
1
-3
/
+3
*
Mac OS X doesn't have SADB_X_AALG_AES_XCBC_MAC
Tobias Brunner
2009-05-14
1
-0
/
+2
*
added another possible location for the ipsec.h header file
Tobias Brunner
2009-05-14
1
-0
/
+2
*
removing svn keyword $Id$ from all files
Tobias Brunner
2009-04-30
1
-2
/
+0
*
merging changes from portability branch back to trunk
Tobias Brunner
2009-04-30
1
-61
/
+142
*
address extensions refactored
Tobias Brunner
2008-12-11
1
-84
/
+51
*
fixed double free of host in sadb_address2ts
Andreas Steffen
2008-12-04
1
-1
/
+0
*
moved the IPV6_IPSEC_POLICY definition to the ipsec plugins, fixes uClibc build
Martin Willi
2008-11-24
1
-0
/
+5
*
completed migration of MIPv6 connections
Andreas Steffen
2008-11-16
1
-2
/
+2
*
also use correct encap parameter in PF_KEY
Martin Willi
2008-11-14
1
-1
/
+1
*
#defing out compress algs to avoid compiler warning
Martin Willi
2008-11-11
1
-1
/
+3
*
fixing a memory leak
Tobias Brunner
2008-11-11
1
-3
/
+7
*
merging kernel_klips plugin back into trunk
Tobias Brunner
2008-11-11
1
-36
/
+96
*
SADB_X_EXT_KMADDRESS is not present in old kernels
Andreas Steffen
2008-11-07
1
-10
/
+17
*
added retrieval of remote kmaddress via PF_KEY
Andreas Steffen
2008-11-07
1
-5
/
+12
*
replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variant
Martin Willi
2008-11-05
1
-29
/
+30
*
updated copyright of kernel interface code
Andreas Steffen
2008-11-03
1
-0
/
+1
*
added support for xfrm remote kmaddress
Andreas Steffen
2008-11-03
1
-3
/
+3
*
removed unused variables
Andreas Steffen
2008-11-03
1
-5
/
+0
*
migrate_job() finds a matching child_cfg
Andreas Steffen
2008-11-03
1
-9
/
+23
*
fully implemented the parsing of XFRM and PF_KEY MIGRATE messages
Andreas Steffen
2008-11-02
1
-18
/
+33
*
parse xfrm and pf_key acquire messages and subscribe to migrate messages
Andreas Steffen
2008-10-31
1
-21
/
+111
*
passing chunks, not prf+, to kernel interface
Martin Willi
2008-10-14
1
-71
/
+56
*
merging kernel_pfkey plugin back from kernel-interface branch
Tobias Brunner
2008-10-14
1
-0
/
+1810