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
*
kernel-netlink: install selectors on SA for transport/BEET mode without proto...
Martin Willi
2013-06-19
1
-0
/
+6
*
kernel-netlink: reject policy refcount if the reqid differs
Martin Willi
2013-06-19
1
-4
/
+17
*
kernel-interface: add an exchange initiator parameter to add_sa()
Martin Willi
2013-06-11
1
-2
/
+3
*
kernel-netlink: add outer addresses to policy when using BEET mode
Michael Rossberg
2013-05-24
1
-1
/
+1
*
kernel-interface: query SAD for last use time if SPD query didn't yield one
Martin Willi
2013-05-06
1
-1
/
+7
*
kernel-interface: get_address_by_ts() can tell if a returned IP is virtual
Martin Willi
2013-05-06
1
-1
/
+1
*
kernel-netlink: remove obsolete pluto specific behavior
Martin Willi
2013-05-06
1
-7
/
+1
*
Merge branch 'radius-ext'
Martin Willi
2013-03-18
1
-2
/
+10
|
\
|
*
kernel_ipsec_t.query_sa() additionally returns the number of processed packets
Martin Willi
2013-03-14
1
-2
/
+10
*
|
Use netlink_add_attribute() to copy over attributes during update_sa()
Martin Willi
2013-03-15
1
-9
/
+6
*
|
Use a helper function to add XFRM_MARK attribute
Martin Willi
2013-03-15
1
-81
/
+37
*
|
Use netlink_reserve() helper function in XFRM to simplify message construction
Martin Willi
2013-03-15
1
-175
/
+72
*
|
Avoid unneeded termination of netlink algorithm name arrays with END_OF_LIST
Martin Willi
2013-03-15
1
-13
/
+14
*
|
When adding Netlink attributes, increase header length with potential alignment
Martin Willi
2013-03-11
1
-32
/
+30
|
/
*
Merge branch 'vip-shunts'
Martin Willi
2013-03-01
1
-4
/
+13
|
\
|
*
Install a route for shunt policies
Martin Willi
2013-02-20
1
-5
/
+13
*
|
Merge branch 'opaque-ports'
Martin Willi
2013-03-01
1
-1
/
+1
|
\
\
|
*
|
Use a complete port range in traffic_selector_create_from_{subnet,cidr}
Martin Willi
2013-02-21
1
-2
/
+1
|
|
/
*
/
Indicate support for processing ESPv3 TFC padding in Netlink IPsec backend
Martin Willi
2013-03-01
1
-1
/
+7
|
/
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
1
-2
/
+2
*
Use proper offset when adding mark attribute in kernel-netlink plugin
Tobias Brunner
2012-10-15
1
-1
/
+1
*
Also add mark when querying current replay state in kernel-netlink plugin
Tobias Brunner
2012-10-15
1
-2
/
+21
*
Fixed update_sa in kernel-netlink plugin if marks are used
Tobias Brunner
2012-10-11
1
-0
/
+18
*
Make sure we successfully opened xfrm_acq_expires
Tobias Brunner
2012-09-28
1
-1
/
+1
*
Clarified code when hashing/comparing cached policies in kernel-netlink
Tobias Brunner
2012-09-28
1
-5
/
+4
*
Use proper argument for sizeof when copying replay state
Tobias Brunner
2012-09-28
1
-1
/
+1
*
Algorithm names are not always static anymore, avoid string overflows
Tobias Brunner
2012-09-28
1
-5
/
+10
*
Allow replay windows smaller than the default of 32
Tobias Brunner
2012-09-27
1
-4
/
+6
*
Make sure the if_name member of cached route entries is initialized to NULL
Tobias Brunner
2012-09-22
1
-2
/
+5
*
Make it easy to check if an address is locally usable via changed get_interfa...
Tobias Brunner
2012-09-21
1
-4
/
+3
*
Use source address in get_nexthop() call
Tobias Brunner
2012-09-21
1
-1
/
+2
*
Added algorithm lookup via kernel_interface_t to the various kernel interfaces
Tobias Brunner
2012-09-13
1
-8
/
+27
*
Consistently log XFRM mark masks with 0 prefix in kernel-netlink plugin
Tobias Brunner
2012-09-12
1
-13
/
+13
*
Let kernel interfaces decide how to enable UDP decapsulation of ESP packets.
Tobias Brunner
2012-08-08
1
-0
/
+28
*
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
[next]