strongswan/src/libcharon/plugins
Tobias Brunner 2e7cc07ecd Moved host_t and host_resolver_t to a new networking subfolder 2012-10-24 15:06:18 +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 host_t and host_resolver_t to a new networking subfolder 2012-10-24 15:06:18 +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 Moved host_t and host_resolver_t to a new networking subfolder 2012-10-24 15:06:18 +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_dynamic Added an option to prefer types sent by peer in eap-dynamic plugin 2012-08-31 11:42:03 +02:00
eap_gtc CAP_AUDIT_WRITE is now required by xauth-pam not eap-gtc plugin 2012-08-17 14:24:48 +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 Correctly transmit EAP-MSCHAPv2 user name if it contains a domain part 2012-08-16 10:03:49 +02:00
eap_peap Encode EAP-Naks in expanded format if we got an expanded type request 2012-08-31 11:40:27 +02:00
eap_radius Handle type of first EAP-RADIUS response more sophisticated 2012-10-18 14:48:11 +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 Encode EAP-Naks in expanded format if we got an expanded type request 2012-08-31 11:40:27 +02:00
farp Moved host_t and host_resolver_t to a new networking subfolder 2012-10-24 15:06:18 +02:00
ha Moved host_t and host_resolver_t to a new networking subfolder 2012-10-24 15:06:18 +02:00
led Use name from initialization to access settings in libcharon. 2012-05-03 13:57:04 +02:00
load_tester Send certificate requests in load-tester 2012-10-24 13:25:45 +02:00
lookip Add an interactive mode in lookip tool, demonstrate lasting connections 2012-10-24 11:43:34 +02:00
maemo Remove version argument on peer_cfg constructor, use ike_cfg version instead 2012-10-24 10:19:33 +02:00
medcli Make use of new CIDR string ts constructor where appropriate 2012-10-24 13:25:08 +02:00
medsrv Remove version argument on peer_cfg constructor, use ike_cfg version instead 2012-10-24 10:19:33 +02:00
radattr Use name from initialization to access settings in libcharon. 2012-05-03 13:57:04 +02:00
smp Use %x to print uint32 as long ints are 64-bit long on x64 Linux 2012-09-28 18:09:08 +02:00
socket_default Clarified error message if enabling UDP decapsulation fails 2012-09-27 10:49:17 +02:00
socket_dynamic Clarified error message if enabling UDP decapsulation fails 2012-09-27 10:49:17 +02:00
sql Remove version argument on peer_cfg constructor, use ike_cfg version instead 2012-10-24 10:19:33 +02:00
stroke Make use of new CIDR string ts constructor where appropriate 2012-10-24 13:25:08 +02:00
tnc_ifmap Moved host_t and host_resolver_t to a new networking subfolder 2012-10-24 15:06:18 +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 Make sure first argument is an int when using %.*s to print e.g. chunks 2012-09-28 18:01:49 +02:00
tnc_pdp Make sure first argument is an int when using %.*s to print e.g. chunks 2012-09-28 18:01:49 +02:00
tnc_tnccs updated Copyright info 2012-07-13 10:42:40 +02:00
tnccs_11 Make sure first argument is an int when using %.*s to print e.g. chunks 2012-09-28 18:01:49 +02:00
tnccs_20 allow has_noskip_flag to contain TRUE_OR_FALSE 2012-10-07 16:26:02 +02:00
tnccs_dynamic Revert "fixed integrity tests of plugins using libtls or libtnccs" 2011-11-08 18:35:11 +01:00
uci Make use of new CIDR string ts constructor where appropriate 2012-10-24 13:25:08 +02:00
unit_tester Pass full pool list to release_address 2012-09-11 16:18:28 +02:00
unity As Unity responder, don't change the proposed TS at all, racoon doesn't like that 2012-09-18 17:17:48 +02:00
updown Make it easy to check if an address is locally usable via changed get_interface() method 2012-09-21 18:16:26 +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
xauth_pam CAP_AUDIT_WRITE is now required by xauth-pam not eap-gtc plugin 2012-08-17 14:24:48 +02:00