aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Write directly to FILE stream in glibc printf hooksMartin Willi2012-07-132-35/+49
* Pass opaque data to printf hooks and print_in_hook()Martin Willi2012-07-1316-74/+98
* Increase leak detective backtrace depth by a frameMartin Willi2012-07-131-4/+4
* Don't access tail magic when reallocating invalid memory, as it would crashMartin Willi2012-07-131-5/+7
* With --enable-bfd-backtraces, use binutils libbfd to resolve backtracesMartin Willi2012-07-135-29/+296
* Add an external method to disable leak detective temporarlyMartin Willi2012-07-132-0/+38
* Simplify NAT-D payload creation if UDP encapsulation is forcedTobias Brunner2012-07-131-2/+2
* added PA-TNC max_msg_len option to man pageAndreas Steffen2012-07-131-0/+6
* updated Copyright infoAndreas Steffen2012-07-1332-33/+48
* wait for the finalization of the Functional Component measurementsAndreas Steffen2012-07-133-4/+19
* restrict PA-TNC message siz only if upper limit is definedAndreas Steffen2012-07-121-1/+1
* a curly bracket got lostAndreas Steffen2012-07-121-0/+1
* destroy oversized attributesAndreas Steffen2012-07-122-0/+2
* prevent endless loop with oversize attributesAndreas Steffen2012-07-122-8/+32
* restrict PA-TNC messages to maximum sizeAndreas Steffen2012-07-1215-29/+243
* refactored PA-TNC attribute error handlingAndreas Steffen2012-07-122-82/+26
* fixed memory leak in the IETF standard error handlingAndreas Steffen2012-07-121-1/+2
* static upper size limit for PA-TNC messagesAndreas Steffen2012-07-1227-62/+245
* Avoid that any % characters (e.g. in %any) are evaluated when logging via strokeTobias Brunner2012-07-121-1/+1
* Added PLUGIN_NOOP to separate PLUGIN_PROVIDE from previous CALLBACK/REGISTER ...Tobias Brunner2012-07-122-9/+19
* Android.mk of libstrongswan adapted to config.h changesTobias Brunner2012-07-121-78/+24
* Properly cleanup thread-local values for the threads destroying thread_value_...Tobias Brunner2012-07-121-2/+19
* Set a sane default if --with-dev-headers is given without pathMartin Willi2012-07-121-0/+3
* 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 to...Andreas Steffen2012-07-114-3/+58
* 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