Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | do not call recommendations if recs does not exist | Andreas Steffen | 2011-05-14 | 1 | -1/+1 | |
| | ||||||
* | Restrict IMCs and IMVs to call SendMessage() | Andreas Steffen | 2011-05-14 | 2 | -2/+43 | |
| | ||||||
* | Disable whitelist plugin by default | Martin Willi | 2011-05-12 | 1 | -1/+1 | |
| | ||||||
* | Protect the communication with the SIM card during a transaction from access ↵ | Duncan Salerno | 2011-05-12 | 1 | -12/+46 | |
| | | | | by a second application | |||||
* | protection against insane IMCs and IMVs | Andreas Steffen | 2011-05-11 | 4 | -6/+108 | |
| | ||||||
* | terminate imc/imv that couldn't be initialized properly | Andreas Steffen | 2011-05-10 | 2 | -0/+12 | |
| | ||||||
* | lock the set_message_types() method for imvs | Andreas Steffen | 2011-05-09 | 1 | -0/+14 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2011-05-09 | 1 | -4/+2 | |
| | ||||||
* | adapted state_machine for retry batches | Andreas Steffen | 2011-05-09 | 2 | -14/+29 | |
| | ||||||
* | lock the set_message_types() method | Andreas Steffen | 2011-05-07 | 1 | -1/+17 | |
| | ||||||
* | added missing comma | Andreas Steffen | 2011-05-07 | 1 | -1/+1 | |
| | ||||||
* | refactored tnccs->remove_connection() | Andreas Steffen | 2011-05-06 | 2 | -22/+4 | |
| | ||||||
* | Accept name fields in EAP-MD5 messages | Martin Willi | 2011-05-02 | 1 | -6/+6 | |
| | ||||||
* | adapted debug output | Andreas Steffen | 2011-04-28 | 3 | -3/+3 | |
| | ||||||
* | log unsupported IMC_IMV message types | Andreas Steffen | 2011-04-28 | 2 | -0/+12 | |
| | ||||||
* | list registered TNCCS message types | Andreas Steffen | 2011-04-28 | 2 | -2/+39 | |
| | ||||||
* | Migrated eap_sim_file to INIT/METHOD macros | Andreas Steffen | 2011-04-22 | 3 | -60/+60 | |
| | ||||||
* | fixed segmentation fault due to null pointer | Andreas Steffen | 2011-04-22 | 1 | -1/+1 | |
| | ||||||
* | do not include length field in non-fragmented EAP-PEAP packets | Andreas Steffen | 2011-04-21 | 4 | -7/+23 | |
| | ||||||
* | Win 7 accepts compressed EAP Identity request | Andreas Steffen | 2011-04-21 | 1 | -8/+2 | |
| | ||||||
* | added level 3 debug output of forwarded EAP payloads | Andreas Steffen | 2011-04-21 | 1 | -1/+6 | |
| | ||||||
* | Resolve and connect to RADIUS servers not before required | Martin Willi | 2011-04-21 | 6 | -56/+93 | |
| | ||||||
* | Revert alloc_str changes | Martin Willi | 2011-04-21 | 10 | -57/+29 | |
| | | | | | | This reverts commit fdead26ffe1da8501a6ff5e0639a6f44c723e763. This reverts commit 3e2419ebe32de72d824864eb2e0e677a7c197af1. This reverts commit 17ce69b47a1efd6234960cf7d1f50712aee61db5. | |||||
* | Use thread save settings alloc_str function where appropriate | Martin Willi | 2011-04-21 | 10 | -29/+59 | |
| | ||||||
* | Cast size_t len arguments to %.*s to int | Martin Willi | 2011-04-20 | 2 | -6/+7 | |
| | ||||||
* | Synchronize ESN support in HA plugin | Martin Willi | 2011-04-20 | 4 | -0/+13 | |
| | ||||||
* | Added an esn parameter to the kernel interface add_sa functions | Martin Willi | 2011-04-20 | 1 | -2/+2 | |
| | ||||||
* | Use strncpy when reading smartcard keyids from ipsec.secrets. | Tobias Brunner | 2011-04-19 | 1 | -1/+1 | |
| | ||||||
* | Fixed typo in unit-tester plugin. | Tobias Brunner | 2011-04-19 | 1 | -1/+1 | |
| | ||||||
* | send an empty EAP Ack client message if TLS was successful and handle it on ↵ | Andreas Steffen | 2011-04-15 | 2 | -33/+14 | |
| | | | | the server | |||||
* | Windows 7 expects an uncompressed EAP Identity request | Andreas Steffen | 2011-04-15 | 1 | -16/+30 | |
| | ||||||
* | Set broadcast flag in DHCP requests when sending broadcasts | Martin Willi | 2011-04-15 | 1 | -0/+3 | |
| | ||||||
* | Added reload support to eap-radius plugin | Martin Willi | 2011-04-15 | 4 | -39/+83 | |
| | ||||||
* | Added a (not yet implemented) plugin_t method to reload plugin configuration | Martin Willi | 2011-04-15 | 45 | -0/+45 | |
| | ||||||
* | Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵ | Martin Willi | 2011-04-15 | 47 | -17/+327 | |
| | | | | over plugin_t | |||||
* | Migrated remaining plugin_t implementations to INIT/METHOD macros | Martin Willi | 2011-04-15 | 16 | -131/+183 | |
| | ||||||
* | Proper cleanup if IDs in ipsec.secrets cannot be parsed. | Tobias Brunner | 2011-04-14 | 1 | -0/+2 | |
| | ||||||
* | Fix compiler warnings at creation of CRL cache filenames. | Tobias Brunner | 2011-04-14 | 1 | -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 Brunner | 2011-04-13 | 1 | -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 mask | Duncan Salerno | 2011-04-07 | 1 | -2/+2 | |
| | ||||||
* | define MSCHAPv2 as default phase2 algorithm for EAP-PEAP | Andreas Steffen | 2011-04-06 | 1 | -1/+1 | |
| | ||||||
* | allow multi-pass authentication schemes as e.g. MSCHAPv2 | Andreas Steffen | 2011-04-06 | 2 | -30/+28 | |
| | ||||||
* | display EAP identifiers in HEX format | Andreas Steffen | 2011-04-06 | 2 | -4/+4 | |
| | ||||||
* | no EAP identifier offset required in build() function | Andreas Steffen | 2011-04-06 | 1 | -1/+1 | |
| | ||||||
* | added missing function pointers in eap_identity_create_server() | Andreas Steffen | 2011-04-06 | 1 | -0/+2 | |
| | ||||||
* | implemented the PEAP tunneling protocol as an EAP plugin | Andreas Steffen | 2011-04-06 | 11 | -0/+1409 | |
| | ||||||
* | added get|set_identifier() methods to eap_tnc_t | Andreas Steffen | 2011-04-06 | 1 | -0/+14 | |
| | ||||||
* | added EAP identifier to debug output | Andreas Steffen | 2011-04-05 | 1 | -4/+5 | |
| | ||||||
* | added get|set_identifier() methods to eap_tls_t and eap_ttls_t | Andreas Steffen | 2011-04-05 | 2 | -0/+28 | |
| | ||||||
* | eap_packet_t definition moved to libstrongswan/eap/eap.h | Andreas Steffen | 2011-04-05 | 1 | -11/+0 | |
| |