aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a return value to aead_t.set_key()Martin Willi2012-07-167-9/+30
|
* Add a return value to aead_t.encrypt()Martin Willi2012-07-168-17/+45
|
* ipsec attest now can measure all files in a directoryAndreas Steffen2012-07-169-171/+323
|
* moved listing of file measurements to pts_file_measAndreas Steffen2012-07-163-9/+31
|
* moved to debug level 3Andreas Steffen2012-07-161-4/+4
|
* Compilation error fixed if dladdr is not availableTobias Brunner2012-07-141-0/+6
|
* Don't modify the message string passed to logger, as it gets reusedMartin Willi2012-07-137-35/+40
|
* transfer IMA file measurements via PA-TNCAndreas Steffen2012-07-136-39/+81
|
* some more copyright updatesAndreas Steffen2012-07-132-2/+2
|
* Invoke autoheader after libtool/aclocal to work on up-to-date dataMartin Willi2012-07-131-1/+1
|
* Silence cast warning on 32-bit platformsMartin Willi2012-07-131-1/+1
|
* Don't set BFD_DECOMPRESS when building against older binutilsMartin Willi2012-07-131-0/+2
|
* Log to a malloc()ed buffer if the on-stack buffer is not large enoughMartin Willi2012-07-131-3/+23
|
* Append directly to base string in vstr printf hooksMartin Willi2012-07-132-20/+10
|
* 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
| | | | | | | | The invocation of addr2line to resolve backtrace source locations is slow and cumbersome. When using libbfd directly, we can eliminate the overhead of the process invocation. Even better, we can cache library symbol names, bringing wicked fast lookups. As a neat bonus, we can resolve static function names.
* 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
| | | | | We don't need any address lookups in that case as the content of the payload is generated randomly anyway.
* 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
| | | | entries
* Android.mk of libstrongswan adapted to config.h changesTobias Brunner2012-07-121-78/+24
|
* Properly cleanup thread-local values for the threads destroying ↵Tobias Brunner2012-07-121-2/+19
| | | | thread_value_t objects
* 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 ↵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
|