Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed whitelist enabling | Andreas Steffen | 2011-05-14 | 1 | -2/+3 |
| | |||||
* | 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 | 4 | -6/+47 |
| | |||||
* | Don't compile login() in openssl_rsa_private_key_t if ENGINE support is ↵ | Tobias Brunner | 2011-05-13 | 1 | -0/+2 |
| | | | | disabled in OpenSSL. | ||||
* | fetcher.c added to Android.mk. | Tobias Brunner | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | 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 | 6 | -6/+125 |
| | |||||
* | Do not use deprecated vte_terminal_fork_command() | Martin Willi | 2011-05-11 | 1 | -2/+11 |
| | |||||
* | Return correct status code in kernel_netlink_ipsec_t.query_sa. | Tobias Brunner | 2011-05-10 | 1 | -1/+1 |
| | |||||
* | chunk_clear not clear_chunk. | Tobias Brunner | 2011-05-10 | 1 | -1/+1 |
| | |||||
* | pluto: Securely wipe quick mode keys from memory. | Thomas Egerer | 2011-05-10 | 1 | -67/+109 |
| | | | | | | | Keying material is derived in two separate steps for local and remote endpoint. This allows us to securely wipe local/remote secrets separately, too -- a precondition to wipe quick mode keys from memory in a secure fashion. | ||||
* | pluto: Securely wipe sensitive data from memory. | Thomas Egerer | 2011-05-10 | 1 | -13/+14 |
| | |||||
* | 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 |
| | |||||
* | Wipe memory after using key material (incomplete, to be continued) | Martin Willi | 2011-05-09 | 9 | -24/+43 |
| | |||||
* | Use memwipe() in chunk_clear() | Martin Willi | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Added a memwipe() function to safely overwrite sensitive memory | Martin Willi | 2011-05-09 | 2 | -0/+53 |
| | |||||
* | fixed debug output | Andreas Steffen | 2011-05-09 | 1 | -2/+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 | 4 | -24/+25 |
| | |||||
* | id of non-registered threads defaults to 0 | Andreas Steffen | 2011-05-06 | 1 | -1/+18 |
| | |||||
* | Migrated scheduler_t to INIT/METHOD macros | Martin Willi | 2011-05-05 | 1 | -33/+24 |
| | |||||
* | Migrated callback_job to INIT/METHOD macros | Martin Willi | 2011-05-05 | 2 | -38/+38 |
| | |||||
* | Migrated processor to INIT/METHOD macros | Martin Willi | 2011-05-05 | 1 | -42/+35 |
| | |||||
* | Fix algorithm type for signers, fixes warning with gcc 4.5 | Martin Willi | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | Cache group name in sys_logger_t to avoid problems with Vstr. | Tobias Brunner | 2011-05-03 | 1 | -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 Brunner | 2011-05-03 | 1 | -23/+20 |
| | |||||
* | Migrated file_logger_t to INIT/METHOD macros. | Tobias Brunner | 2011-05-03 | 1 | -25/+22 |
| | |||||
* | Removed superfluous parameter missed in e5e5bcc92f. | Tobias Brunner | 2011-05-02 | 1 | -1/+1 |
| | |||||
* | Fix a potential memleak if two threads fingerprint a credential simultaneously | Martin Willi | 2011-05-02 | 1 | -1/+6 |
| | |||||
* | Accept name fields in EAP-MD5 messages | Martin Willi | 2011-05-02 | 1 | -6/+6 |
| | |||||
* | added missing tab | Andreas Steffen | 2011-04-28 | 1 | -1/+1 |
| | |||||
* | adapted debug output | Andreas Steffen | 2011-04-28 | 3 | -3/+3 |
| | |||||
* | do not send messages of type TNC_VENDORID_ANY or subtye TNC_SUBTYPE_ANY | Andreas Steffen | 2011-04-28 | 1 | -0/+12 |
| | |||||
* | Typo fixed. | Tobias Brunner | 2011-04-28 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | IKEv2 was only partially the default for connections with auto=route and ↵ | Tobias Brunner | 2011-04-27 | 1 | -2/+2 |
| | | | | | | | | auto=start. Connections with auto=route and auto=start that did not have keyexchange=ikev2 explicitly specified did get added to charon, but did not get routed or started by charon. | ||||
* | Fixed two typos in kernel-pfroute plugin. | Tobias Brunner | 2011-04-26 | 1 | -2/+2 |
| | |||||
* | fixed loop error in parsing of OCSP basic responses | Andreas Steffen | 2011-04-26 | 2 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | debug type is EAP_TLS | Andreas Steffen | 2011-04-21 | 1 | -4/+4 |
| | |||||
* | do not include length field in non-fragmented EAP-PEAP packets | Andreas Steffen | 2011-04-21 | 6 | -19/+68 |
| | |||||
* | 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 |
| |