aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/load_tester
Commit message (Expand)AuthorAgeFilesLines
* Change interface for enumerator_create_filter() callbackTobias Brunner2017-05-261-14/+20
* load-tester: Fix load-tester on platforms where plain `char` is signedTobias Brunner2016-06-171-1/+1
* peer-cfg: Use struct to pass data to constructorTobias Brunner2016-04-091-8/+12
* child-cfg: Use struct to pass data to constructorTobias Brunner2016-04-091-12/+12
* kernel: Use structs to pass information to the kernel-ipsec interfaceTobias Brunner2016-04-091-26/+15
* Use standard unsigned integer typesAndreas Steffen2016-03-243-20/+20
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-1/+0
* libhydra: Move kernel interface to libcharonTobias Brunner2016-03-032-8/+6
* load-tester: Register kernel-ipsec implementation as plugin featureTobias Brunner2016-02-011-10/+11
* kernel-interface: Pass the same data to del_policy() that was passed to add_p...Tobias Brunner2015-11-101-2/+3
* controller: Optionally adhere to init limits also when initiating IKE_SAsTobias Brunner2015-08-212-2/+2
* load-tester: Include string.h for strcmp() on some platformsTobias Brunner2015-08-131-0/+1
* diffie-hellman: Add a bool return value to set_other_public_value()Martin Willi2015-03-231-1/+2
* diffie-hellman: Add a bool return value to get_my_public_value()Martin Willi2015-03-231-1/+2
* diffie-hellman: Use bool instead of status_t as get_shared_secret() return valueMartin Willi2015-03-231-2/+2
* load-tester: Migrate NULL DH implementation to INIT/METHOD macrosMartin Willi2015-03-231-21/+26
* kernel-interface: Add a separate "update" flag to add_sa()Martin Willi2015-03-091-1/+1
* load-tester: Support initiating XAuth authenticationMartin Willi2015-02-201-0/+22
* mem-pool: Pass the remote IKE address, to re-acquire() an address during reauthMartin Willi2015-02-201-1/+1
* kernel-interface: Pass full list of traffic selectors to add_sa()Martin Willi2015-02-201-1/+1
* kernel-interface: Remove reqid parameter from get_spi/get_cpi() methodsMartin Willi2015-02-201-2/+2
* load-tester: Add a crl option to include a CRL uri in generated certificatesMartin Willi2014-06-191-1/+21
* kernel-interface: Add a replay_window parameter to add_sa()Martin Willi2014-06-171-2/+3
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
* enum: Return boolean result for enum_from_name() lookupMartin Willi2014-05-161-3/+1
* load-tester: Fix race condition issuing same SPIChristophe Gouault2014-04-241-2/+2
* load-tester: Fix race condition issuing same identityChristophe Gouault2014-04-241-2/+2
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-125-45/+44
* Fixed some typosTobias Brunner2013-10-291-1/+1
* kernel: Use a time_t to report use time in query_policy()Martin Willi2013-10-111-1/+1
* kernel: Use a time_t to report use time in query_sa()Martin Willi2013-10-111-1/+1
* load-tester: Fix crash if private key was not loaded successfullyTobias Brunner2013-09-241-1/+1
* load-tester: support extended traffic selector syntax, as in leftsubnetMartin Willi2013-09-041-13/+168
* load-tester: add an option to test transport/beet connectionsMartin Willi2013-09-041-1/+21
* ike: support multiple addresses, ranges and subnets in IKE address configMartin Willi2013-09-041-5/+4
* peer-cfg: add a pull/push mode option to use with mode configMartin Willi2013-09-041-1/+1
* stream-service: move CAP_CHOWN check from plugins to service constructorMartin Willi2013-07-181-7/+0
* load-tester: use a stream service to dispatch control connectionsMartin Willi2013-07-182-93/+27
* capabilities: Some plugins don't actually require capabilities at runtimeTobias Brunner2013-07-181-1/+1
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-5/+7
* Use strpfx() helper where appropriateTobias Brunner2013-07-081-1/+1
* capabilities: CAP_CHOWN might be required by many plugins opening UNIX socketsTobias Brunner2013-06-251-0/+6
* capabilities: Move global capabilities_t instance to libstrongswanTobias Brunner2013-06-251-2/+2
* kernel-interface: add an exchange initiator parameter to add_sa()Martin Willi2013-06-111-1/+1
* kernel-interface: query SAD for last use time if SPD query didn't yield oneMartin Willi2013-05-061-1/+1
* Add a load-tester option to keep allocated external address until shutdownMartin Willi2013-03-212-1/+50
* Add an "esp" load-tester option to configure custom CHILD_SA ESP proposalMartin Willi2013-03-181-3/+16
* kernel_ipsec_t.query_sa() additionally returns the number of processed packetsMartin Willi2013-03-141-2/+2
* Support mutliple subnets and ranges as external load-tester addressesMartin Willi2013-03-111-15/+59
* Merge branch 'opaque-ports'Martin Willi2013-03-011-1/+1
|\