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
/
charon
/
plugins
/
load_tester
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moving charon to libcharon.
Tobias Brunner
2010-03-19
13
-1533
/
+0
*
Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary w...
Tobias Brunner
2010-03-02
1
-1
/
+0
*
Streamlined the source file list formatting in plugin makefiles.
Tobias Brunner
2010-03-02
1
-6
/
+6
*
Link all enabled libstrongswan plugins into the library, link all enabled cha...
Tobias Brunner
2010-03-02
1
-2
/
+5
*
Changed plugin constructors from plugin_create to plugin_name_plugin_create.
Tobias Brunner
2010-03-02
1
-1
/
+1
*
Removing the plugin constructor declarations from the header files.
Tobias Brunner
2010-03-02
1
-5
/
+0
*
Add support for dynamic ports in load tester
Martin Willi
2010-02-26
1
-2
/
+18
*
Store custom IKE src/dst ports on ike_cfg
Martin Willi
2010-02-26
1
-1
/
+2
*
Link all plugins to libstrongswan.
Tobias Brunner
2010-02-25
1
-0
/
+1
*
Made inactivity_timeout a per CHILD_SA config option
Martin Willi
2010-01-27
1
-1
/
+1
*
Adapted the load_tester kernel-interface to the changes introduced in 6ec949e02.
Tobias Brunner
2009-12-23
1
-2
/
+3
*
Using the thread wrapper in charon, libstrongswan and their plugins.
Tobias Brunner
2009-12-23
2
-1
/
+2
*
Separated the public interfaces of the threading primitives.
Tobias Brunner
2009-12-23
1
-1
/
+1
*
Moved mutex.c to a separate folder in order to cleanly wrap other threading p...
Tobias Brunner
2009-12-23
1
-1
/
+1
*
Hand out shared secret of load tester for all identities
Martin Willi
2009-10-22
1
-15
/
+0
*
Fixed all doxygen warnings
Martin Willi
2009-10-22
1
-1
/
+1
*
Load-testers PSK is used for all purposes, including EAP authentication
Martin Willi
2009-10-20
1
-4
/
+0
*
Renamed plugin configuration sections to the actual plugin name
Martin Willi
2009-10-15
3
-15
/
+15
*
Credential backends use has_fingerprint() methods to select keys/certificates
Martin Willi
2009-09-21
1
-8
/
+2
*
remove spaces before tabs at the beginning of lines (^( )+\t)
Martin Willi
2009-09-04
1
-2
/
+2
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
11
-87
/
+87
*
Refactored the lifetime_cfg_t struct to be simpler and more expressive. Initi...
Tobias Brunner
2009-09-01
1
-5
/
+8
*
Adapted the kernel interfaces to the new lifetime configuration.
Tobias Brunner
2009-09-01
1
-2
/
+2
*
Adapted the config backends to the new lifetime configuration.
Tobias Brunner
2009-09-01
1
-2
/
+6
*
use time_monotonic() instead of time() for statistics and time difference cal...
Martin Willi
2009-08-31
1
-1
/
+1
*
updated load-tester plugin to new fingerprinting API
Martin Willi
2009-08-26
1
-11
/
+19
*
OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...
Tobias Brunner
2009-08-14
1
-2
/
+2
*
display transmitted bytes per SA
Andreas Steffen
2009-07-30
1
-0
/
+11
*
added -avoid-version to LDFLAGS, plugins are not versioned
Martin Willi
2009-07-03
1
-1
/
+1
*
removing svn keyword $Id$ from all files
Tobias Brunner
2009-04-30
12
-24
/
+0
*
merging changes from portability branch back to trunk
Tobias Brunner
2009-04-30
1
-3
/
+4
*
added ike_rekey/child_rekey options to load-tester
Martin Willi
2009-04-17
1
-5
/
+23
*
merged multi-auth branch back into trunk
Martin Willi
2009-04-14
1
-35
/
+114
*
updated Doxyfile
Martin Willi
2009-03-24
6
-6
/
+6
*
changed [4856] to dynamically choose traffic selector family
Martin Willi
2009-02-11
1
-2
/
+2
*
support of dynamic/128 and %any6
Andreas Steffen
2009-02-05
1
-2
/
+2
*
disable MOBIKE in load-tester
Andreas Steffen
2009-02-05
1
-1
/
+1
*
disable DPD and sending of cert requests in load-tester
Andreas Steffen
2009-01-14
1
-2
/
+2
*
load tester got a "shutdown_when_complete" option, allows performance test us...
Martin Willi
2008-12-12
3
-15
/
+51
*
fixed load-tester shared key lookup
Martin Willi
2008-12-09
1
-2
/
+2
*
require explicit enabling of load-testing plugin
Martin Willi
2008-12-09
1
-1
/
+9
*
generating different initiator identities, configs and certificates on the fly
Martin Willi
2008-12-08
3
-101
/
+213
*
added a "load_tester.auth" option: "pubkey" (default) or "psk"
Martin Willi
2008-11-23
2
-4
/
+57
*
proper cancellation of load-testing initiators
Martin Willi
2008-11-23
1
-1
/
+39
*
added a MODP_NULL Diffie Hellman group to avoid calculation overhead in load-...
Martin Willi
2008-11-22
4
-1
/
+127
*
updated method signature of add_policy
Martin Willi
2008-11-11
1
-5
/
+6
*
merging kernel_klips plugin back into trunk
Tobias Brunner
2008-11-11
1
-13
/
+14
*
make load_tester more strict to use it along stroke
Martin Willi
2008-11-10
2
-4
/
+17
*
iterations = 0 for infinite iterations
Martin Willi
2008-11-10
1
-3
/
+3
*
added PEM version of keys
Martin Willi
2008-11-10
1
-1
/
+28
[next]