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
/
load_tester
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change interface for enumerator_create_filter() callback
Tobias Brunner
2017-05-26
1
-14
/
+20
*
load-tester: Fix load-tester on platforms where plain `char` is signed
Tobias Brunner
2016-06-17
1
-1
/
+1
*
peer-cfg: Use struct to pass data to constructor
Tobias Brunner
2016-04-09
1
-8
/
+12
*
child-cfg: Use struct to pass data to constructor
Tobias Brunner
2016-04-09
1
-12
/
+12
*
kernel: Use structs to pass information to the kernel-ipsec interface
Tobias Brunner
2016-04-09
1
-26
/
+15
*
Use standard unsigned integer types
Andreas Steffen
2016-03-24
3
-20
/
+20
*
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
-8
/
+6
*
load-tester: Register kernel-ipsec implementation as plugin feature
Tobias Brunner
2016-02-01
1
-10
/
+11
*
kernel-interface: Pass the same data to del_policy() that was passed to add_p...
Tobias Brunner
2015-11-10
1
-2
/
+3
*
controller: Optionally adhere to init limits also when initiating IKE_SAs
Tobias Brunner
2015-08-21
2
-2
/
+2
*
load-tester: Include string.h for strcmp() on some platforms
Tobias Brunner
2015-08-13
1
-0
/
+1
*
diffie-hellman: Add a bool return value to set_other_public_value()
Martin Willi
2015-03-23
1
-1
/
+2
*
diffie-hellman: Add a bool return value to get_my_public_value()
Martin Willi
2015-03-23
1
-1
/
+2
*
diffie-hellman: Use bool instead of status_t as get_shared_secret() return value
Martin Willi
2015-03-23
1
-2
/
+2
*
load-tester: Migrate NULL DH implementation to INIT/METHOD macros
Martin Willi
2015-03-23
1
-21
/
+26
*
kernel-interface: Add a separate "update" flag to add_sa()
Martin Willi
2015-03-09
1
-1
/
+1
*
load-tester: Support initiating XAuth authentication
Martin Willi
2015-02-20
1
-0
/
+22
*
mem-pool: Pass the remote IKE address, to re-acquire() an address during reauth
Martin Willi
2015-02-20
1
-1
/
+1
*
kernel-interface: Pass full list of traffic selectors to add_sa()
Martin Willi
2015-02-20
1
-1
/
+1
*
kernel-interface: Remove reqid parameter from get_spi/get_cpi() methods
Martin Willi
2015-02-20
1
-2
/
+2
*
load-tester: Add a crl option to include a CRL uri in generated certificates
Martin Willi
2014-06-19
1
-1
/
+21
*
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
*
enum: Return boolean result for enum_from_name() lookup
Martin Willi
2014-05-16
1
-3
/
+1
*
load-tester: Fix race condition issuing same SPI
Christophe Gouault
2014-04-24
1
-2
/
+2
*
load-tester: Fix race condition issuing same identity
Christophe Gouault
2014-04-24
1
-2
/
+2
*
libcharon: Use lib->ns instead of charon->name
Tobias Brunner
2014-02-12
5
-45
/
+44
*
Fixed some typos
Tobias Brunner
2013-10-29
1
-1
/
+1
*
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
*
load-tester: Fix crash if private key was not loaded successfully
Tobias Brunner
2013-09-24
1
-1
/
+1
*
load-tester: support extended traffic selector syntax, as in leftsubnet
Martin Willi
2013-09-04
1
-13
/
+168
*
load-tester: add an option to test transport/beet connections
Martin Willi
2013-09-04
1
-1
/
+21
*
ike: support multiple addresses, ranges and subnets in IKE address config
Martin Willi
2013-09-04
1
-5
/
+4
*
peer-cfg: add a pull/push mode option to use with mode config
Martin Willi
2013-09-04
1
-1
/
+1
*
stream-service: move CAP_CHOWN check from plugins to service constructor
Martin Willi
2013-07-18
1
-7
/
+0
*
load-tester: use a stream service to dispatch control connections
Martin Willi
2013-07-18
2
-93
/
+27
*
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
-5
/
+7
*
Use strpfx() helper where appropriate
Tobias Brunner
2013-07-08
1
-1
/
+1
*
capabilities: CAP_CHOWN might be required by many plugins opening UNIX sockets
Tobias Brunner
2013-06-25
1
-0
/
+6
*
capabilities: Move global capabilities_t instance to libstrongswan
Tobias Brunner
2013-06-25
1
-2
/
+2
*
kernel-interface: add an exchange initiator parameter to add_sa()
Martin Willi
2013-06-11
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
/
+1
*
Add a load-tester option to keep allocated external address until shutdown
Martin Willi
2013-03-21
2
-1
/
+50
*
Add an "esp" load-tester option to configure custom CHILD_SA ESP proposal
Martin Willi
2013-03-18
1
-3
/
+16
*
kernel_ipsec_t.query_sa() additionally returns the number of processed packets
Martin Willi
2013-03-14
1
-2
/
+2
*
Support mutliple subnets and ranges as external load-tester addresses
Martin Willi
2013-03-11
1
-15
/
+59
*
Merge branch 'opaque-ports'
Martin Willi
2013-03-01
1
-1
/
+1
|
\
[next]