strongswan/src/libcharon/plugins/load_tester
Tobias Brunner 5947d48fb9 load-tester: Fix load-tester on platforms where plain `char` is signed
fgetc() returns an int and EOF is usually -1 so when this gets casted to
a char the result depends on whether `char` means `signed char` or
`unsigned char` (the C standard does not specify it).  If it is unsigned
then its value is 0xff so the comparison with EOF will fail as that is an
implicit signed int.
2016-06-17 10:22:25 +02:00
..
.gitignore Add a simple load-tester utility to initiate over control socket 2012-11-29 10:22:51 +01:00
Makefile.am libhydra: Remove empty unused library 2016-03-03 17:36:11 +01:00
load_tester.c load-tester: Fix load-tester on platforms where plain `char` is signed 2016-06-17 10:22:25 +02:00
load_tester_config.c peer-cfg: Use struct to pass data to constructor 2016-04-09 16:51:01 +02:00
load_tester_config.h load-tester can dynamically install a dedicated external IP for each IKE_SA 2012-11-29 10:22:51 +01:00
load_tester_control.c controller: Optionally adhere to init limits also when initiating IKE_SAs 2015-08-21 18:21:13 +02:00
load_tester_control.h Add a load-tester control socket to manually trigger initiation 2012-11-29 10:22:50 +01:00
load_tester_creds.c Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
load_tester_creds.h Moving charon to libcharon. 2010-03-19 13:34:52 +01:00
load_tester_diffie_hellman.c diffie-hellman: Add a bool return value to set_other_public_value() 2015-03-23 17:54:03 +01:00
load_tester_diffie_hellman.h Moving charon to libcharon. 2010-03-19 13:34:52 +01:00
load_tester_ipsec.c kernel: Use structs to pass information to the kernel-ipsec interface 2016-04-09 16:50:59 +02:00
load_tester_ipsec.h Moving charon to libcharon. 2010-03-19 13:34:52 +01:00
load_tester_listener.c libcharon: Use lib->ns instead of charon->name 2014-02-12 14:34:32 +01:00
load_tester_listener.h load-tester can dynamically install a dedicated external IP for each IKE_SA 2012-11-29 10:22:51 +01:00
load_tester_plugin.c libhydra: Move kernel interface to libcharon 2016-03-03 17:36:11 +01:00
load_tester_plugin.h Moving charon to libcharon. 2010-03-19 13:34:52 +01:00