aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed a memory leak in imc|imv_agentAndreas Steffen2012-07-122-14/+20
|
* imc/imv->send_message() uses attr_listAndreas Steffen2012-07-119-81/+59
|
* removed unused variablesAndreas Steffen2012-07-111-2/+0
|
* fixed libstrongswan/Makefile.amAndreas Steffen2012-07-111-11/+11
|
* Use "-include config.h" when building ruby dumm extensionMartin Willi2012-07-111-1/+1
|
* version bump to 5.0.1dr1Andreas Steffen2012-07-111-1/+1
|
* fixed logging of unsupported TNCCS versionAndreas Steffen2012-07-111-1/+1
|
* PB-TNC Client sends empty CLOSE batch only in DECIDED stateAndreas Steffen2012-07-111-10/+23
|
* have_recommendation() accepts NULL argumentsAndreas Steffen2012-07-111-4/+12
|
* send empty SDATA batch if no recommendation is available yet, but in order ↵Andreas Steffen2012-07-114-3/+58
| | | | to avoid loops only if no empty CDATA batch was received
* moved batch size calculation into pb_tnc_batch_tAndreas Steffen2012-07-114-31/+50
|
* make maximum PB-TNC batch size configurableAndreas Steffen2012-07-112-2/+14
|
* limit the size of a PB-TNC batch to the maximum EAP-TNC packet sizeAndreas Steffen2012-07-1110-88/+134
|
* remove pluto loggingAndreas Steffen2012-07-111-10/+4
|
* eliminate message length field in EAP-TNCAndreas Steffen2012-07-113-4/+8
|
* added charon.plugins.eap-tnc.protocol optionAndreas Steffen2012-07-111-0/+3
|
* due to single fragment, total length does not have to be includedAndreas Steffen2012-07-111-3/+1
|
* EAP-TNC does not support fragmentationAndreas Steffen2012-07-112-18/+14
|
* allow to transmit 64k TLS Handshake and Application messages via EAP-[T]TLSAndreas Steffen2012-07-113-19/+23
|
* some tls_eap optimizationsAndreas Steffen2012-07-111-10/+13
|
* configure size of ITA Dummy PA-TNC attributeAndreas Steffen2012-07-111-0/+3
|
* max_message_count = 0 disables limitAndreas Steffen2012-07-112-5/+5
|
* defined ITA Dummy PA-TNC attribute for test purposesAndreas Steffen2012-07-119-18/+333
|
* use TSS_PCRS_STRUCT_DEFAULTAndreas Steffen2012-07-111-1/+1
|
* log invalid TLS packet lengthAndreas Steffen2012-07-111-1/+2
|
* check boot_aggregate valueAndreas Steffen2012-07-111-64/+111
|
* refactored PTS functional component measurementsAndreas Steffen2012-07-119-187/+385
|
* Install dev headers only if --with-dev-headers= option is setMartin Willi2012-07-115-3/+15
|
* Install libtls development headersMartin Willi2012-07-111-12/+9
|
* Install libfast development headersMartin Willi2012-07-111-2/+7
|
* Define CONFIG_H_INCLUDED in Android buildMartin Willi2012-07-111-0/+1
|
* Check if config.h passed correctly via gcc -includeMartin Willi2012-07-112-0/+5
|
* Install libstrongswan development headersMartin Willi2012-07-112-81/+56
|
* Use and install a config.h AC_CONFIG_HEADER that contains all AC_DEFINE resultsMartin Willi2012-07-115-0/+13
|
* Added a description to all AC_DEFINE macros, as required by autoheaderMartin Willi2012-07-111-28/+46
|
* Add safe_strerror() to leak detective whitelistMartin Willi2012-07-111-0/+1
| | | | | | While the thread specific strerror buffer gets cleaned up for worker threads during their termination, the main thread itself, and so its strerror buffer, is still alive during leak reports.
* Send cert request based on peers configured authentication classMartin Willi2012-07-101-3/+30
|
* Add an option to disable libstrongswan certificate cachingMartin Willi2012-07-091-18/+29
|
* getpwnam_r and getgrnam_r are not supported by the Android NDKTobias Brunner2012-07-092-25/+70
|
* Android.mk of libstrongswan updatedTobias Brunner2012-07-091-0/+2
|
* Don't send CERTREQs when initiating aggressive mode PSKMartin Willi2012-07-091-0/+4
|
* Fixed help text for --disable-xauth-generic pluginTobias Brunner2012-07-051-1/+1
|
* Refactored heavily #ifdefd capability code to its own libstrongswan classMartin Willi2012-07-0416-233/+393
|
* Use spin locks to update IKE_SAs in controller_tTobias Brunner2012-07-041-4/+38
| | | | | | This ensures the listeners don't miss any events after the SAs have been checked out in the asynchronously executed jobs. This is a matter of memory visibility and not primary a matter of exclusive access.
* Added wrapper for POSIX spin locksTobias Brunner2012-07-043-0/+191
|
* Fixed job handling in controller_tTobias Brunner2012-07-041-110/+128
| | | | Also IKE_SAs are now checked out in the jobs and not before.
* Add charon-nm to .gitignoreMartin Willi2012-07-031-0/+1
|
* Default to register_printf_specifier() if no printf hooking #definedMartin Willi2012-07-031-0/+7
| | | | | | This allows us to build (non-./configured) external tools against libstrongswan without explicitly specifiying the most commonly used printf hooking function.
* openssl: Ensure the thread ID is never zeroTobias Brunner2012-07-031-1/+3
| | | | | | This might otherwise cause problems because OpenSSL tries to lock mutexes recursively if it assumes the lock is held by a different thread e.g. during FIPS initialization.
* Accept non-"/0" subnet sizes for traffic selectors starting at 0.0.0.0Martin Willi2012-07-021-40/+9
|