aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Provide recursive mutex' just in case the PKCS#11 library requires itMartin Willi2011-06-011-1/+1
* libfast does not depend on zlib directly, clearsilver can be built without co...Martin Willi2011-06-011-1/+1
* moved imc_test/imv_test plugins to libimcvAndreas Steffen2011-06-0110-8/+10
* Fix initialization of NM pluginMartin Willi2011-05-311-1/+1
* renamed tls_reader|writer to bio_* and moved to libstrongswanAndreas Steffen2011-05-3134-305/+299
* removed unused variablesAndreas Steffen2011-05-311-3/+0
* fixed typeAndreas Steffen2011-05-315-1/+1
* corrected debug class to IMVAndreas Steffen2011-05-301-1/+1
* implemented the RFC 5792 PA-TNC protocol and an example IMC/IMV pairAndreas Steffen2011-05-3026-1/+3075
* changed VENDOR_ID to PENAndreas Steffen2011-05-294-25/+32
* use singular formAndreas Steffen2011-05-292-4/+4
* created Private Enterprise Number (PEN) listAndreas Steffen2011-05-293-7/+79
* added TNC_Connection_State_namesAndreas Steffen2011-05-292-0/+32
* raw TLS debug outputAndreas Steffen2011-05-291-0/+3
* logging initial EAP Identifier in EAP Identity RequestAndreas Steffen2011-05-291-3/+5
* added DBG_IMC and DBG_IMV debug optionsAndreas Steffen2011-05-293-0/+10
* ipsec: Wait longer for starter to quit before killing it.Tobias Brunner2011-05-261-1/+1
* Option to enable duplicheck plugin fixed.Tobias Brunner2011-05-261-1/+1
* Use better packing of leak-detective memory_header to align pointersMartin Willi2011-05-251-5/+5
* Summarize leaks with identical backtraces, as we do it with memusageMartin Willi2011-05-251-88/+98
* Don't use a strongswan.conf in checksum_builder, disables checksummingMartin Willi2011-05-251-1/+2
* Force link of checksum builder against libhydra/libcharonMartin Willi2011-05-252-1/+8
* Checksum plugins only for components we actually buildMartin Willi2011-05-252-4/+10
* Fix strict aliasing warningMartin Willi2011-05-251-1/+1
* Keep count of remaining elements to enumerate in hashtable_t.Tobias Brunner2011-05-241-1/+8
* Replaced linked_list_t usage in hashtable_t with custom list implementation.Tobias Brunner2011-05-241-124/+92
* pluto: Made helper functions in event_queue static.Tobias Brunner2011-05-241-2/+2
* Compiler warning fixed.Tobias Brunner2011-05-241-1/+2
* Fix memwipe() of leading unaligned bytesMartin Willi2011-05-241-5/+8
* Link libstrongswan against libdumm, fixes build of ruby extensionMartin Willi2011-05-201-1/+1
* Link libstrongswan directly to dumm/irdumm, fixes build with newer binutilsMartin Willi2011-05-191-4/+3
* Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variableMartin Willi2011-05-1911-31/+19
* stroke: Usage output updated.Tobias Brunner2011-05-161-0/+6
* Update working thread count without allocation.Tobias Brunner2011-05-161-22/+15
* Make sure working thread count is correctly updatedTobias Brunner2011-05-161-4/+23
* Migrated controller_t to INIT/METHOD macrosMartin Willi2011-05-162-99/+98
* Provide get_priority() method in controller jobsMartin Willi2011-05-161-0/+9
* Added a load tester strongswan.conf option to throttle initiationMartin Willi2011-05-163-6/+51
* Migrated load_tester_listern to INIT/METHOD macrosMartin Willi2011-05-161-20/+17
* Added strongswan.conf option to override half open IKE_SA timeoutMartin Willi2011-05-161-1/+2
* Use CRITICAL job priority class for long running dispatcher jobsMartin Willi2011-05-1625-50/+54
* Introduce a highest priority job for critical thread servicesMartin Willi2011-05-162-2/+5
* Show total and half-open SA count in statusallMartin Willi2011-05-161-1/+6
* Added a get_count() method to IKE_SA managerMartin Willi2011-05-162-3/+27
* Fixed identiation in private_ike_sa_managerMartin Willi2011-05-161-57/+57
* Added a callback_job constructor supporting custom prioritiesMartin Willi2011-05-162-4/+36
* Added a DPD option for load-testerMartin Willi2011-05-161-1/+8
* Don't simulate traffic on load-tester kernel interfaceMartin Willi2011-05-161-1/+1
* Show how many threads are active in each class in statusallMartin Willi2011-05-161-3/+8
* Count number of threads active in each class, and reserve threads only if non...Martin Willi2011-05-162-17/+66