aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use high priority for retransmit/dpd/keepalive jobsMartin Willi2011-05-163-3/+3
* Use job priorities in process_message job based on exchange typesMartin Willi2011-05-161-1/+16
* Reserve threads for job priority classes based on strongswan.conf optionsMartin Willi2011-05-161-1/+17
* Added job priority enum namesMartin Willi2011-05-164-2/+29
* Processor job scheduling respects job priority classesMartin Willi2011-05-163-17/+55
* Introduce priority classes for jobsMartin Willi2011-05-1618-3/+147
* Added a stroke memusage command to show memory usageMartin Willi2011-05-165-0/+31
* Added a leak detective method to report current memory usage with backtracesMartin Willi2011-05-162-0/+101
* Make leak detective publicMartin Willi2011-05-163-18/+8
* Migrated leak_detective to INIT/METHOD macrosMartin Willi2011-05-161-12/+12
* Added a frame enumerator to backtrace_tMartin Willi2011-05-162-0/+45
* Added an equals function to backtrace_tMartin Willi2011-05-162-0/+33
* Migrated backtrace_t to METHOD macroMartin Willi2011-05-161-16/+11
* fixed whitelist enablingAndreas Steffen2011-05-141-2/+3
* 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
* Don't compile login() in openssl_rsa_private_key_t if ENGINE support is disab...Tobias Brunner2011-05-131-0/+2
* fetcher.c added to Android.mk.Tobias Brunner2011-05-131-1/+1
* 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
* protection against insane IMCs and IMVsAndreas Steffen2011-05-116-6/+125
* Do not use deprecated vte_terminal_fork_command()Martin Willi2011-05-111-2/+11
* Return correct status code in kernel_netlink_ipsec_t.query_sa.Tobias Brunner2011-05-101-1/+1
* chunk_clear not clear_chunk.Tobias Brunner2011-05-101-1/+1
* pluto: Securely wipe quick mode keys from memory.Thomas Egerer2011-05-101-67/+109
* pluto: Securely wipe sensitive data from memory.Thomas Egerer2011-05-101-13/+14
* 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
* 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