aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/load_tester
Commit message (Expand)AuthorAgeFilesLines
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-041-2/+2
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-0411-87/+87
* Refactored the lifetime_cfg_t struct to be simpler and more expressive. Initi...Tobias Brunner2009-09-011-5/+8
* Adapted the kernel interfaces to the new lifetime configuration.Tobias Brunner2009-09-011-2/+2
* Adapted the config backends to the new lifetime configuration.Tobias Brunner2009-09-011-2/+6
* use time_monotonic() instead of time() for statistics and time difference cal...Martin Willi2009-08-311-1/+1
* updated load-tester plugin to new fingerprinting APIMartin Willi2009-08-261-11/+19
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...Tobias Brunner2009-08-141-2/+2
* display transmitted bytes per SAAndreas Steffen2009-07-301-0/+11
* added -avoid-version to LDFLAGS, plugins are not versionedMartin Willi2009-07-031-1/+1
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-3012-24/+0
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-3/+4
* added ike_rekey/child_rekey options to load-testerMartin Willi2009-04-171-5/+23
* merged multi-auth branch back into trunkMartin Willi2009-04-141-35/+114
* updated DoxyfileMartin Willi2009-03-246-6/+6
* changed [4856] to dynamically choose traffic selector familyMartin Willi2009-02-111-2/+2
* support of dynamic/128 and %any6Andreas Steffen2009-02-051-2/+2
* disable MOBIKE in load-testerAndreas Steffen2009-02-051-1/+1
* disable DPD and sending of cert requests in load-testerAndreas Steffen2009-01-141-2/+2
* load tester got a "shutdown_when_complete" option, allows performance test us...Martin Willi2008-12-123-15/+51
* fixed load-tester shared key lookupMartin Willi2008-12-091-2/+2
* require explicit enabling of load-testing pluginMartin Willi2008-12-091-1/+9
* generating different initiator identities, configs and certificates on the flyMartin Willi2008-12-083-101/+213
* added a "load_tester.auth" option: "pubkey" (default) or "psk"Martin Willi2008-11-232-4/+57
* proper cancellation of load-testing initiatorsMartin Willi2008-11-231-1/+39
* added a MODP_NULL Diffie Hellman group to avoid calculation overhead in load-...Martin Willi2008-11-224-1/+127
* updated method signature of add_policyMartin Willi2008-11-111-5/+6
* merging kernel_klips plugin back into trunkTobias Brunner2008-11-111-13/+14
* make load_tester more strict to use it along strokeMartin Willi2008-11-102-4/+17
* iterations = 0 for infinite iterationsMartin Willi2008-11-101-3/+3
* added PEM version of keys Martin Willi2008-11-101-1/+28
* added delete_after_established optionMartin Willi2008-11-064-1/+140
* got rid of deprecated create_iterator_locked()Martin Willi2008-11-051-0/+2
* two new load_testing options:Martin Willi2008-11-041-3/+11
* added a delay option to delay initiationsMartin Willi2008-11-041-9/+41
* added fake_kernel option to make dummy kernel implementation optionalMartin Willi2008-11-032-3/+7
* load testing between different hostsMartin Willi2008-11-031-3/+6
* initiate connections simultaneously in load testerMartin Willi2008-10-221-2/+9
* a load testing plugin, to:Martin Willi2008-10-219-0/+831