aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/load_tester
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-1913-1533/+0
|
* Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary ↵Tobias Brunner2010-03-021-1/+0
| | | | | | | when cross-compiling the plugins for Android 2.0. With the coming monolithic build using Android.mk files this won't be necessary anymore.
* Streamlined the source file list formatting in plugin makefiles.Tobias Brunner2010-03-021-6/+6
|
* Link all enabled libstrongswan plugins into the library, link all enabled ↵Tobias Brunner2010-03-021-2/+5
| | | | charon plugins into libcharon.
* Changed plugin constructors from plugin_create to plugin_name_plugin_create.Tobias Brunner2010-03-021-1/+1
|
* Removing the plugin constructor declarations from the header files.Tobias Brunner2010-03-021-5/+0
|
* Add support for dynamic ports in load testerMartin Willi2010-02-261-2/+18
|
* Store custom IKE src/dst ports on ike_cfgMartin Willi2010-02-261-1/+2
|
* Link all plugins to libstrongswan.Tobias Brunner2010-02-251-0/+1
|
* Made inactivity_timeout a per CHILD_SA config optionMartin Willi2010-01-271-1/+1
|
* Adapted the load_tester kernel-interface to the changes introduced in 6ec949e02.Tobias Brunner2009-12-231-2/+3
|
* Using the thread wrapper in charon, libstrongswan and their plugins.Tobias Brunner2009-12-232-1/+2
|
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-231-1/+1
|
* Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵Tobias Brunner2009-12-231-1/+1
| | | | primitives (and utils/mutex.h is now threading.h).
* Hand out shared secret of load tester for all identitiesMartin Willi2009-10-221-15/+0
|
* Fixed all doxygen warningsMartin Willi2009-10-221-1/+1
|
* Load-testers PSK is used for all purposes, including EAP authenticationMartin Willi2009-10-201-4/+0
|
* Renamed plugin configuration sections to the actual plugin nameMartin Willi2009-10-153-15/+15
|
* Credential backends use has_fingerprint() methods to select keys/certificatesMartin Willi2009-09-211-8/+2
|
* 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. ↵Tobias Brunner2009-09-011-5/+8
| | | | Initialization is now static.
* 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 ↵Martin Willi2009-08-311-1/+1
| | | | calculations
* updated load-tester plugin to new fingerprinting APIMartin Willi2009-08-261-11/+19
|
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵Tobias Brunner2009-08-141-2/+2
| | | | enums mutex/condvar/rwlock_type_t.
* 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
| | | | | important change for developers: %Y replaces %D to print identities!
* 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
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* 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 ↵Martin Willi2008-12-123-15/+51
| | | | using "time"
* 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 ↵Martin Willi2008-11-224-1/+127
| | | | load-testing
* 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
|