strongswan/src/libcharon/plugins
Tobias Brunner 162621ed57 Moved Android specific logger to separate plugin.
This is mainly because the other parts of the existing android plugin
can not be built in the NDK (access to keystore and system properties are
not part of the stable NDK libraries).
2012-08-08 15:07:43 +02:00
..
addrblock Added a (not yet implemented) plugin_t method to reload plugin configuration 2011-04-15 10:07:13 +02:00
android Moved Android specific logger to separate plugin. 2012-08-08 15:07:43 +02:00
android_log Moved Android specific logger to separate plugin. 2012-08-08 15:07:43 +02:00
certexpire Fixed compile error because of charon->name in certexpire plugin. 2012-06-21 13:59:18 +02:00
coupling Use centralized hasher names in coupling plugin 2012-07-17 17:32:03 +02:00
dhcp Check rng return value when generating Transaction IDs in DHCP plugin 2012-07-16 14:53:36 +02:00
duplicheck Refactored heavily #ifdefd capability code to its own libstrongswan class 2012-07-04 11:01:40 +02:00
eap_aka Check rng return value when generating nonces in eap-aka plugin 2012-07-16 14:53:36 +02:00
eap_aka_3gpp2 Handle PRF failures in eap-aka-3gpp2 2012-07-16 14:55:08 +02:00
eap_gtc Proper fallback if capability dropping is not available 2012-07-27 14:46:42 +02:00
eap_identity Moved eap/xauth classes out of protocol specific subdirectories 2012-03-20 17:31:27 +01:00
eap_md5 Add a return value to hasher_t.allocate_hash() 2012-07-16 14:55:06 +02:00
eap_mschapv2 Fix EAP-MSCHAPv2 master key derivation, broken with 87dd205b 2012-07-18 16:46:05 +02:00
eap_peap Use name from initialization to access settings in libcharon. 2012-05-03 13:57:04 +02:00
eap_radius Add a return value to signer_t.set_key() 2012-07-16 14:53:33 +02:00
eap_sim Check rng return value when generating nonces in eap-sim plugin 2012-07-16 14:53:36 +02:00
eap_sim_file Revert "fixed integrity tests of plugins using libsimaka" 2011-11-08 18:35:11 +01:00
eap_sim_pcsc Don't cast second argument of mem_printf_hook (%b) to size_t. 2012-03-27 09:10:34 +02:00
eap_simaka_pseudonym Check rng return value when generating pseudonym in eap-simaka-pseudonym plugin 2012-07-16 14:53:36 +02:00
eap_simaka_reauth Check rng return value when generating identity in eap-simaka-reauth plugin 2012-07-16 14:53:36 +02:00
eap_simaka_sql Use name from initialization to access settings in libcharon. 2012-05-03 13:57:04 +02:00
eap_tls Use name from initialization to access settings in libcharon. 2012-05-03 13:57:04 +02:00
eap_tnc updated Copyright info 2012-07-13 10:42:40 +02:00
eap_ttls Use name from initialization to access settings in libcharon. 2012-05-03 13:57:04 +02:00
farp Centralized thread cancellation in processor_t 2012-06-25 17:38:59 +02:00
ha Make the UDP ports charon listens for packets on (and uses as source ports) configurable. 2012-08-08 15:07:43 +02:00
led Use name from initialization to access settings in libcharon. 2012-05-03 13:57:04 +02:00
load_tester Make the UDP ports charon listens for packets on (and uses as source ports) configurable. 2012-08-08 15:07:43 +02:00
maemo Make the UDP ports charon listens for packets on (and uses as source ports) configurable. 2012-08-08 15:07:43 +02:00
medcli Make the UDP ports charon listens for packets on (and uses as source ports) configurable. 2012-08-08 15:07:43 +02:00
medsrv Make the UDP ports charon listens for packets on (and uses as source ports) configurable. 2012-08-08 15:07:43 +02:00
radattr Use name from initialization to access settings in libcharon. 2012-05-03 13:57:04 +02:00
smp Refactored heavily #ifdefd capability code to its own libstrongswan class 2012-07-04 11:01:40 +02:00
socket_default Make the UDP ports charon listens for packets on (and uses as source ports) configurable. 2012-08-08 15:07:43 +02:00
socket_dynamic Use name from initialization to access settings in libcharon. 2012-05-03 13:57:04 +02:00
socket_raw Make the UDP ports charon listens for packets on (and uses as source ports) configurable. 2012-08-08 15:07:43 +02:00
sql Make the UDP ports charon listens for packets on (and uses as source ports) configurable. 2012-08-08 15:07:43 +02:00
stroke Make the UDP ports charon listens for packets on (and uses as source ports) configurable. 2012-08-08 15:07:43 +02:00
tnc_ifmap Fixed #include in tnc-ifmap plugin. 2012-05-07 11:22:51 +02:00
tnc_imc IMCs and IMVs might depend on X.509 certificates or trusted public keys 2012-06-28 17:55:02 +02:00
tnc_imv have_recommendation() accepts NULL arguments 2012-07-11 17:09:05 +02:00
tnc_pdp handled return values in tnc-pdp 2012-07-16 22:54:38 +02:00
tnc_tnccs updated Copyright info 2012-07-13 10:42:40 +02:00
tnccs_11 updated Copyright info 2012-07-13 10:42:40 +02:00
tnccs_20 updated Copyright info 2012-07-13 10:42:40 +02:00
tnccs_dynamic Revert "fixed integrity tests of plugins using libtls or libtnccs" 2011-11-08 18:35:11 +01:00
uci Make the UDP ports charon listens for packets on (and uses as source ports) configurable. 2012-08-08 15:07:43 +02:00
unit_tester certificate_t->issued_by takes an argument to receive signature scheme 2012-06-12 14:24:49 +02:00
updown correctly destroy the hosts 2011-06-03 00:43:47 +02:00
whitelist Refactored heavily #ifdefd capability code to its own libstrongswan class 2012-07-04 11:01:40 +02:00
xauth_eap Use name from initialization to access settings in libcharon. 2012-05-03 13:57:04 +02:00
xauth_generic Fix null-terminated XAuth passwords, as sent by Android 4 2012-03-22 15:09:25 +01:00