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: Pass protocol specific enum names to socket constructor
Martin Willi
2014-09-24
1
-1
/
+1
*
kernel-netlink: Avoid casting the NLMSG_DATA() return value
Martin Willi
2014-09-24
1
-16
/
+16
*
kernel-netlink: Define netlink buffer as an union having a netlink header
Martin Willi
2014-09-24
1
-14
/
+14
*
kernel-netlink: Optionally install protocol and ports on transport mode SAs
Tobias Brunner
2014-09-12
1
-6
/
+18
*
kernel-netlink: Rename algorithm identifier from cast128 to cast5
Martin Willi
2014-07-04
1
-1
/
+1
*
kernel-netlink: Pass prefix when looking up next hop for shunt policies
Tobias Brunner
2014-06-19
1
-1
/
+12
*
kernel-interface: Add destination prefix to get_nexthop()
Tobias Brunner
2014-06-19
1
-1
/
+1
*
kernel-netlink: Add support for new policy priority class
Tobias Brunner
2014-06-19
1
-2
/
+5
*
kernel-netlink: Never use XFRMA_REPLAY_ESN_VAL to configure zero replay windows
Martin Willi
2014-06-18
1
-1
/
+1
*
kernel-netlink: Support connection specific replay window sizes
Martin Willi
2014-06-17
1
-39
/
+16
*
kernel-interface: Add a replay_window parameter to add_sa()
Martin Willi
2014-06-17
1
-4
/
+5
*
libhydra: Use lib->ns instead of hydra->daemon
Tobias Brunner
2014-02-12
1
-4
/
+4
*
kernel-netlink: Set selector on transport mode IPComp SAs
Tobias Brunner
2014-01-23
1
-1
/
+1
*
kernel-netlink: Selectively add selector on SAs that use IPComp
Tobias Brunner
2014-01-23
1
-1
/
+7
*
kernel-netlink: Enable TFC padding only for tunnel mode ESP SAs
Tobias Brunner
2013-11-19
1
-2
/
+2
*
kernel-netlink: Convert ports in acquires to ICMP[v6] type and code
Tobias Brunner
2013-10-17
1
-3
/
+8
*
kernel-netlink: Properly install policies with ICMP[v6] types and codes
Tobias Brunner
2013-10-17
1
-1
/
+12
*
kernel: Use a time_t to report use time in query_policy()
Martin Willi
2013-10-11
1
-1
/
+1
*
kernel: Use a time_t to report use time in query_sa()
Martin Willi
2013-10-11
1
-1
/
+1
*
kernel-netlink: Allow to override xfrm_acq_expires value
Ansis Atteka
2013-09-23
1
-6
/
+10
*
kernel-netlink: Fix calculation of ESN bitmap length
Tobias Brunner
2013-08-21
1
-4
/
+12
*
kernel-netlink: use watcher to receive kernel events for net/ipsec
Martin Willi
2013-07-18
1
-18
/
+12
*
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
[next]