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
/
libhydra
/
plugins
/
kernel_netlink
/
kernel_netlink_ipsec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Centralized thread cancellation in processor_t
Tobias Brunner
2012-06-25
1
-12
/
+4
*
Don't compare ports when comparing cached routes.
Tobias Brunner
2012-06-15
1
-2
/
+2
*
Disabled listening for kernel events in starter.
Tobias Brunner
2012-06-08
1
-22
/
+31
*
Route reinstallation in kernel_ipsec_t implementations is not needed anymore.
Tobias Brunner
2012-05-02
1
-6
/
+1
*
Use single DBG2 statements in kernel_netlink plugin (i.e. ignore mark.value).
Tobias Brunner
2012-03-27
1
-86
/
+26
*
Merge branch 'ikev1-clean' into ikev1-master
Martin Willi
2012-03-20
1
-22
/
+19
|
\
|
*
Be less verbose when deleting SAs triggered by a hard expire
Martin Willi
2012-03-20
1
-22
/
+19
*
|
Added support for untruncated MD5 and SHA1 HMACs in ESP as used in RFC 4595.
Tobias Brunner
2012-02-27
1
-3
/
+21
*
|
Always unlock mutex for installed policies in kernel-netlink plugin.
Thomas Egerer
2011-12-14
1
-1
/
+5
|
/
*
Memwipe request after sa update, too
Thomas Egerer
2011-11-04
1
-0
/
+1
*
Extend xfrm_attr_type_names by newly added enum values
Thomas Egerer
2011-11-04
1
-2
/
+6
*
Silently install route again, even if it did not change.
Tobias Brunner
2011-11-04
1
-1
/
+6
*
Compile warning fixed in kernel interfaces.
Tobias Brunner
2011-11-04
1
-1
/
+1
*
Implemented flushing of states and policies via XFRM.
Tobias Brunner
2011-10-21
1
-0
/
+56
*
Disable policy history for pluto.
4.5.3
Tobias Brunner
2011-08-02
1
-21
/
+46
*
Install fallback drop policies to avoid transmitting unencrypted packets.
Tobias Brunner
2011-07-27
1
-0
/
+3
*
Remove policies in kernel interfaces based on their priority.
Tobias Brunner
2011-07-27
1
-15
/
+32
*
removed stray code
Andreas Steffen
2011-07-18
1
-2
/
+1
*
added log and status output for ESN
Andreas Steffen
2011-07-16
1
-1
/
+5
*
Simplified destruction of policy_sa_t objects in Netlink interface.
Tobias Brunner
2011-07-06
1
-12
/
+7
*
Some code cleanup in Netlink kernel interface.
Tobias Brunner
2011-07-06
1
-108
/
+119
*
Reduce memory usage of policy history caching.
Tobias Brunner
2011-07-06
1
-131
/
+270
*
Keep the mutex locked as long as possible when deleting policies.
Tobias Brunner
2011-07-06
1
-61
/
+57
*
Properly unlock the policy if no change in the kernel is required.
Tobias Brunner
2011-07-06
1
-0
/
+1
*
Make sure access to policy is thread-safe during installation of route.
Tobias Brunner
2011-07-06
1
-2
/
+17
*
Record the history of a policy installed in the kernel.
Tobias Brunner
2011-07-06
1
-141
/
+317
*
Add the reqid to kernel_ipsec_t.del_policy.
Tobias Brunner
2011-07-06
1
-2
/
+2
*
Use CRITICAL job priority class for long running dispatcher jobs
Martin Willi
2011-05-16
1
-2
/
+2
*
Return correct status code in kernel_netlink_ipsec_t.query_sa.
Tobias Brunner
2011-05-10
1
-1
/
+1
*
Wipe memory after using key material (incomplete, to be continued)
Martin Willi
2011-05-09
1
-19
/
+29
*
Copy ESN enabled replay state during update_sa, if supported
Martin Willi
2011-04-20
1
-48
/
+77
*
Add ESN support to kernel netlink plugin, including custom replay windows
Martin Willi
2011-04-20
1
-3
/
+47
*
Added an esn parameter to the kernel interface add_sa functions
Martin Willi
2011-04-20
1
-2
/
+2
*
Align netlink attributes properly if rta_len not a multiple of RTA_ALIGNTO
Martin Willi
2011-03-02
1
-16
/
+16
*
Implemented Traffic Flow Confidentiality padding in kernel_interface
Martin Willi
2010-12-20
1
-2
/
+20
*
Install selectors on transport mode IPsec SAs.
Jiri Bohac
2010-12-13
1
-0
/
+1
*
Include the destination net in the policy priority calculation.
Tobias Brunner
2010-12-07
1
-6
/
+11
*
Print full source route on DBG2 that gets installed
Martin Willi
2010-11-11
1
-0
/
+2
*
added non-standard SERPENT and TWOFISH support to kernel_netlink plugin
Andreas Steffen
2010-09-08
1
-0
/
+2
*
Do not install routes for pluto.
Tobias Brunner
2010-09-02
1
-0
/
+5
*
Charon specific strongswan.conf options generalized.
Tobias Brunner
2010-09-02
1
-1
/
+2
*
Fixing installation of trap policies (SPI=0) in kernel interface.
Tobias Brunner
2010-09-02
1
-9
/
+8
*
Do not overwrite the original mode when installing policies.
Tobias Brunner
2010-09-02
1
-4
/
+5
*
Added support for different policy types in kernel_netlink plugin.
Tobias Brunner
2010-09-02
1
-41
/
+45
*
Added an option to specify the type of a policy to kernel_ipsec.add_policy.
Tobias Brunner
2010-09-02
1
-1
/
+1
*
Added support for combined IPComp/ESP/AH policies in kernel_netlink plugin.
Tobias Brunner
2010-09-02
1
-31
/
+32
*
Replaced the protocol argument in add_policy with an optional SPI for an AH SA.
Tobias Brunner
2010-09-02
1
-3
/
+3
*
Refer to scheduler and processor via lib and not hydra.
Tobias Brunner
2010-09-02
1
-1
/
+1
*
Moved all kernel plugins to libhydra.
Tobias Brunner
2010-09-02
1
-0
/
+2208