aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-1545-0/+45
|
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵Martin Willi2011-04-1547-17/+327
| | | | over plugin_t
* Migrated remaining plugin_t implementations to INIT/METHOD macrosMartin Willi2011-04-1516-131/+183
|
* Proper cleanup if IDs in ipsec.secrets cannot be parsed.Tobias Brunner2011-04-141-0/+2
|
* Fix compiler warnings at creation of CRL cache filenames.Tobias Brunner2011-04-141-1/+1
| | | | | | This was not really a problem because ptr is the first member of a chunk_t and it contains a null-terminated string at that point. But it's clearer this way.
* Fixed check for member of stroke_msg_t in pop_string.Tobias Brunner2011-04-131-1/+1
| | | | | | Because of the cast to char** the length of the message was multiplied by sizeof(char*), i.e. 4 or 8 bytes (depending on the architecture) instead of by 1 (sizeof(char)).
* fixed bit maskDuncan Salerno2011-04-071-2/+2
|
* define MSCHAPv2 as default phase2 algorithm for EAP-PEAPAndreas Steffen2011-04-061-1/+1
|
* allow multi-pass authentication schemes as e.g. MSCHAPv2Andreas Steffen2011-04-062-30/+28
|
* display EAP identifiers in HEX formatAndreas Steffen2011-04-062-4/+4
|
* no EAP identifier offset required in build() functionAndreas Steffen2011-04-061-1/+1
|
* added missing function pointers in eap_identity_create_server()Andreas Steffen2011-04-061-0/+2
|
* implemented the PEAP tunneling protocol as an EAP pluginAndreas Steffen2011-04-0611-0/+1409
|
* added get|set_identifier() methods to eap_tnc_tAndreas Steffen2011-04-061-0/+14
|
* added EAP identifier to debug outputAndreas Steffen2011-04-051-4/+5
|
* added get|set_identifier() methods to eap_tls_t and eap_ttls_tAndreas Steffen2011-04-052-0/+28
|
* eap_packet_t definition moved to libstrongswan/eap/eap.hAndreas Steffen2011-04-051-11/+0
|
* implemented get|set_identifier() for eap_sim_tAndreas Steffen2011-04-052-34/+56
|
* Migrated eap_sim plugin to INIT/METHOD macrosAndreas Steffen2011-04-052-80/+56
|
* implemented get|set_identifier() for eap_radius_tAndreas Steffen2011-04-051-1/+20
|
* store EAP identifier on peer sideAndreas Steffen2011-04-051-1/+2
|
* implemented get|set_identifier() for eap_aka_tAndreas Steffen2011-04-052-19/+54
|
* Migrated eap_aka plugin to INIT/METHOD macrosAndreas Steffen2011-04-052-80/+57
|
* implemented get|set_identifier() for eap_gtc_tAndreas Steffen2011-04-051-0/+14
|
* Migrated eap_gtc plugin to INIT/METHOD macrosAndreas Steffen2011-04-051-51/+34
|
* implemented get|set_identifier() for eap_mschapv2_tAndreas Steffen2011-04-051-0/+14
|
* Migrated eap_mschapv2 plugin to INIT/METHOD macrosAndreas Steffen2011-04-051-57/+34
|
* implemented get|set_identifier() for eap_identity_t and eap_md5_tAndreas Steffen2011-04-052-3/+39
|
* Migrated eap_sim_pcsc plugin to INIT/METHOD macrosMartin Willi2011-04-042-32/+38
|
* Slightly reformatted SIM pcsc codeMartin Willi2011-04-042-30/+44
|
* Added SIM card backend based on pcsc-liteDuncan Salerno2011-04-045-0/+510
|
* log TNC PEP decision with level 0Andreas Steffen2011-03-253-17/+29
|
* Increase whitelist message identity buffer to 128 bytesMartin Willi2011-03-231-1/+1
|
* TNC server did not issue a TNC_CONNECTION_STATE_HANDSHAKE NotifyConnection ↵Andreas Steffen2011-03-192-0/+4
| | | | message
* Added a strongswan.conf "enabled" option for duplicheck pluginMartin Willi2011-03-171-0/+6
|
* Added strongswan.conf and runtime option to enable/disable whitelist pluginMartin Willi2011-03-175-1/+43
|
* initiate or route all child configs if they have different names from their ↵Andreas Steffen2011-03-041-27/+68
| | | | parent peer config
* initiate or route child configs which don't have a peer config of the same nameAndreas Steffen2011-03-011-32/+86
|
* put DN in double quotesAndreas Steffen2011-03-011-1/+1
|
* Implemented permanent certificate coupling pluginMartin Willi2011-02-285-0/+438
|
* Update duplicheck entry during IKE rekeyingMartin Willi2011-02-281-2/+17
|
* Remove entry from active duplicate list only if it was not in checkingMartin Willi2011-02-281-5/+10
|
* Added an example application listening to duplicheck notificationsMartin Willi2011-02-283-0/+63
|
* Notify duplicate detections over a UNIX sockets to listening applicationsMartin Willi2011-02-286-5/+294
|
* Added an advanced duplicate checking plugin with liveness check of old SAMartin Willi2011-02-285-0/+409
|
* Added a whitelist command line utility to control whitelist pluginMartin Willi2011-02-283-0/+184
|
* Added a UNIX socket based control backend to whitelist pluginMartin Willi2011-02-285-2/+337
|
* Implemented a in-memory peer identity whitelist pluginMartin Willi2011-02-285-0/+402
|
* [hopefully] fixed pathlen problem on ARM platformsAndreas Steffen2011-02-101-2/+2
|
* replaced ipsec up %startall command by start_action jobAndreas Steffen2011-02-091-59/+0
|