aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon
Commit message (Collapse)AuthorAgeFilesLines
...
* do not call recommendations if recs does not existAndreas Steffen2011-05-141-1/+1
|
* Restrict IMCs and IMVs to call SendMessage()Andreas Steffen2011-05-144-6/+47
|
* Disable whitelist plugin by defaultMartin Willi2011-05-121-1/+1
|
* Protect the communication with the SIM card during a transaction from access ↵Duncan Salerno2011-05-121-12/+46
| | | | by a second application
* protection against insane IMCs and IMVsAndreas Steffen2011-05-116-6/+125
|
* terminate imc/imv that couldn't be initialized properlyAndreas Steffen2011-05-102-0/+12
|
* lock the set_message_types() method for imvsAndreas Steffen2011-05-091-0/+14
|
* cosmeticsAndreas Steffen2011-05-091-4/+2
|
* fixed debug outputAndreas Steffen2011-05-091-2/+2
|
* adapted state_machine for retry batchesAndreas Steffen2011-05-092-14/+29
|
* lock the set_message_types() methodAndreas Steffen2011-05-071-1/+17
|
* added missing commaAndreas Steffen2011-05-071-1/+1
|
* refactored tnccs->remove_connection()Andreas Steffen2011-05-064-24/+25
|
* Cache group name in sys_logger_t to avoid problems with Vstr.Tobias Brunner2011-05-031-3/+5
| | | | | Because syslog(3) is not replaced when using the Vstr wrapper, %N can not be resolved properly.
* Migrated sys_logger_t to INIT/METHOD macros.Tobias Brunner2011-05-031-23/+20
|
* Migrated file_logger_t to INIT/METHOD macros.Tobias Brunner2011-05-031-25/+22
|
* Accept name fields in EAP-MD5 messagesMartin Willi2011-05-021-6/+6
|
* added missing tabAndreas Steffen2011-04-281-1/+1
|
* adapted debug outputAndreas Steffen2011-04-283-3/+3
|
* do not send messages of type TNC_VENDORID_ANY or subtye TNC_SUBTYPE_ANYAndreas Steffen2011-04-281-0/+12
|
* Typo fixed.Tobias Brunner2011-04-281-1/+1
|
* log unsupported IMC_IMV message typesAndreas Steffen2011-04-282-0/+12
|
* list registered TNCCS message typesAndreas Steffen2011-04-282-2/+39
|
* Migrated eap_sim_file to INIT/METHOD macrosAndreas Steffen2011-04-223-60/+60
|
* fixed segmentation fault due to null pointerAndreas Steffen2011-04-221-1/+1
|
* do not include length field in non-fragmented EAP-PEAP packetsAndreas Steffen2011-04-214-7/+23
|
* Win 7 accepts compressed EAP Identity requestAndreas Steffen2011-04-211-8/+2
|
* added level 3 debug output of forwarded EAP payloadsAndreas Steffen2011-04-211-1/+6
|
* Resolve and connect to RADIUS servers not before requiredMartin Willi2011-04-217-56/+94
|
* Revert alloc_str changesMartin Willi2011-04-2110-57/+29
| | | | | | This reverts commit fdead26ffe1da8501a6ff5e0639a6f44c723e763. This reverts commit 3e2419ebe32de72d824864eb2e0e677a7c197af1. This reverts commit 17ce69b47a1efd6234960cf7d1f50712aee61db5.
* Use thread save settings alloc_str function where appropriateMartin Willi2011-04-2110-29/+59
|
* Be a little more liberal in checking maximum payload countMartin Willi2011-04-201-12/+22
|
* Accept IKE_SA_INIT responses without CERTIFICATE_REQUESTsMartin Willi2011-04-201-1/+1
|
* Cast size_t len arguments to %.*s to intMartin Willi2011-04-202-6/+7
|
* Remove superfluous test for peer_cfg on established IKE_SAsMartin Willi2011-04-201-1/+1
|
* Synchronize ESN support in HA pluginMartin Willi2011-04-204-0/+13
|
* Add NO_EXT_SEQ_NUMBER to proposal only if it has not been specified in stringMartin Willi2011-04-201-4/+10
|
* Added proposal keywords for ESN supportMartin Willi2011-04-202-18/+0
|
* Install ESN SAs if such a proposal has been negotiatedMartin Willi2011-04-201-1/+4
|
* Added an esn parameter to the kernel interface add_sa functionsMartin Willi2011-04-202-3/+3
|
* Use strncpy when reading smartcard keyids from ipsec.secrets.Tobias Brunner2011-04-191-1/+1
|
* Clearly mark switch cases that fall through.Tobias Brunner2011-04-191-0/+1
|
* Fixed typo in unit-tester plugin.Tobias Brunner2011-04-191-1/+1
|
* send an empty EAP Ack client message if TLS was successful and handle it on ↵Andreas Steffen2011-04-152-33/+14
| | | | the server
* Windows 7 expects an uncompressed EAP Identity requestAndreas Steffen2011-04-151-16/+30
|
* Set broadcast flag in DHCP requests when sending broadcastsMartin Willi2011-04-151-0/+3
|
* Added reload support to eap-radius pluginMartin Willi2011-04-154-39/+83
|
* 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-1548-19/+331
| | | | over plugin_t
* Migrated remaining plugin_t implementations to INIT/METHOD macrosMartin Willi2011-04-1516-131/+183
|