aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* lock the set_message_types() method for imvsAndreas Steffen2011-05-091-0/+14
* cosmeticsAndreas Steffen2011-05-091-4/+2
* Wipe memory after using key material (incomplete, to be continued)Martin Willi2011-05-099-24/+43
* Use memwipe() in chunk_clear()Martin Willi2011-05-091-1/+1
* Added a memwipe() function to safely overwrite sensitive memoryMartin Willi2011-05-092-0/+53
* 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
* id of non-registered threads defaults to 0Andreas Steffen2011-05-061-1/+18
* Migrated scheduler_t to INIT/METHOD macrosMartin Willi2011-05-051-33/+24
* Migrated callback_job to INIT/METHOD macrosMartin Willi2011-05-052-38/+38
* Migrated processor to INIT/METHOD macrosMartin Willi2011-05-051-42/+35
* Fix algorithm type for signers, fixes warning with gcc 4.5Martin Willi2011-05-031-1/+1
* Cache group name in sys_logger_t to avoid problems with Vstr.Tobias Brunner2011-05-031-3/+5
* 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
* Removed superfluous parameter missed in e5e5bcc92f.Tobias Brunner2011-05-021-1/+1
* Fix a potential memleak if two threads fingerprint a credential simultaneouslyMartin Willi2011-05-021-1/+6
* 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
* IKEv2 was only partially the default for connections with auto=route and auto...Tobias Brunner2011-04-271-2/+2
* Fixed two typos in kernel-pfroute plugin.Tobias Brunner2011-04-261-2/+2
* fixed loop error in parsing of OCSP basic responsesAndreas Steffen2011-04-262-2/+2
* 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
* debug type is EAP_TLSAndreas Steffen2011-04-211-4/+4
* do not include length field in non-fragmented EAP-PEAP packetsAndreas Steffen2011-04-216-19/+68
* 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-2117-123/+49
* If key not found, strdup default value, tooMartin Willi2011-04-211-6/+2
* Use thread save settings alloc_str function where appropriateMartin Willi2011-04-2115-48/+90
* Added a thread save, allocating settings get_str variant called alloc_strMartin Willi2011-04-212-1/+39
* 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-205-21/+23
* 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-205-18/+20
* Install ESN SAs if such a proposal has been negotiatedMartin Willi2011-04-201-1/+4
* Copy ESN enabled replay state during update_sa, if supportedMartin Willi2011-04-201-48/+77