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
/
libcharon
/
plugins
/
kernel_libipsec
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel-net: Let get_nexthop() return an optional interface name
Tobias Brunner
2016-06-10
1
-2
/
+3
*
kernel: Use structs to pass information to the kernel-ipsec interface
Tobias Brunner
2016-04-09
1
-42
/
+38
*
Use standard unsigned integer types
Andreas Steffen
2016-03-24
1
-17
/
+17
*
libhydra: Remove empty unused library
Tobias Brunner
2016-03-03
1
-1
/
+0
*
libhydra: Move kernel interface to libcharon
Tobias Brunner
2016-03-03
2
-38
/
+28
*
libipsec: Pass the same data to del_policy() as to add_policy()
Tobias Brunner
2016-02-04
1
-2
/
+2
*
kernel-interface: Pass the same data to del_policy() that was passed to add_p...
Tobias Brunner
2015-11-10
1
-3
/
+4
*
libipsec: Pass separate inbound/update flags to the IPsec SA manager
Martin Willi
2015-03-09
1
-1
/
+2
*
kernel-interface: Add a separate "update" flag to add_sa()
Martin Willi
2015-03-09
1
-1
/
+1
*
kernel-interface: Raise expires with a proto/SPI/dst tuple instead of reqid
Martin Willi
2015-02-20
1
-3
/
+3
*
kernel-interface: Pass full list of traffic selectors to add_sa()
Martin Willi
2015-02-20
1
-1
/
+1
*
libipsec: Remove unused src/dst_ts parameters from ipsec_sa_mgr_t.add_sa()
Martin Willi
2015-02-20
1
-2
/
+1
*
kernel-interface: Remove reqid parameter from get_spi/get_cpi() methods
Martin Willi
2015-02-20
1
-2
/
+2
*
libipsec: Remove unused reqid parameter from ipsec_sa_mgr_t.get_spi()
Martin Willi
2015-02-19
1
-1
/
+1
*
kernel-libipsec: Use poll(2) instead of select
Martin Willi
2014-11-21
1
-54
/
+56
*
kernel-interface: Add destination prefix to get_nexthop()
Tobias Brunner
2014-06-19
1
-2
/
+2
*
kernel-interface: Add a replay_window parameter to add_sa()
Martin Willi
2014-06-17
1
-2
/
+3
*
plugins: Don't link with -rdynamic on Windows
Martin Willi
2014-06-04
1
-1
/
+1
*
libcharon: Use lib->ns instead of charon->name
Tobias Brunner
2014-02-12
1
-1
/
+1
*
libhydra: Use lib->ns instead of hydra->daemon
Tobias Brunner
2014-02-12
1
-1
/
+1
*
kernel-libipsec: Don't ignore policies of type != POLICY_IPSEC
Tobias Brunner
2013-10-11
1
-5
/
+0
*
kernel-libipsec: Add an option to allow remote TS to match the IKE peer
Tobias Brunner
2013-10-11
1
-2
/
+9
*
kernel-libipsec: Support ESPv3 TFC padding
Martin Willi
2013-10-11
1
-1
/
+1
*
kernel-libipsec: Support query_sa() to report usage statistics
Martin Willi
2013-10-11
1
-1
/
+2
*
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-libipsec: Fail route installation if remote TS matches peer
Tobias Brunner
2013-07-18
1
-0
/
+9
*
capabilities: Some plugins don't actually require capabilities at runtime
Tobias Brunner
2013-07-18
1
-1
/
+1
*
automake: replace INCLUDES by AM_CPPFLAGS
Martin Willi
2013-07-18
1
-3
/
+4
*
kernel-libipsec: Log error if no local address is found when installing routes
Tobias Brunner
2013-07-15
1
-0
/
+5
*
capabilities: Only plugins that require CAP_NET_ADMIN demand it
Tobias Brunner
2013-06-25
1
-0
/
+7
*
kernel-libipsec: Ignore failures when installing routes for multicast or broa...
Tobias Brunner
2013-06-21
1
-1
/
+23
*
kernel-libipsec: Add a feature to request UDP encapsulation of ESP packets
Tobias Brunner
2013-06-21
1
-0
/
+7
*
kernel-libipsec: Install a gateway for routes on platforms other than Linux
Tobias Brunner
2013-06-21
1
-9
/
+26
*
kernel-libipsec: Router reads packets from multiple TUN devices
Tobias Brunner
2013-06-21
4
-16
/
+268
*
kernel-libipsec: Use separate class to route packets between charon, libipsec...
Tobias Brunner
2013-06-21
4
-74
/
+188
*
kernel-libipsec: Track policies and automatically install routes
Tobias Brunner
2013-06-21
1
-5
/
+455
*
kernel-libipsec: Handle packets between charon socket, libipsec and TUN device
Tobias Brunner
2013-06-21
1
-0
/
+85
*
kernel-libipsec: Create a TUN device and use it to install virtual IPs
Tobias Brunner
2013-06-21
2
-0
/
+40
*
kernel-libipsec: Add plugin that implements kernel_ipsec_t using libipsec
Tobias Brunner
2013-06-21
5
-0
/
+385