aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Log most X.509 related messages in new ASN log group.Tobias Brunner2011-12-165-57/+57
|
* Log ASN.1 parsing in new ASN debug group.Tobias Brunner2011-12-162-26/+26
|
* Added ASN debug group to log low-level encoding/decoding (ASN.1, X.509).Tobias Brunner2011-12-164-2/+7
| | | | | This will allow us to remove quite some clutter from the LIB debug group for higher debug levels.
* Log native thread ID when a thread is created.Tobias Brunner2011-12-161-1/+16
| | | | | If possible gettid() is used, otherwise pthread_self() is logged (which is not completely portable, but seems to work on most supported platforms).
* Log worker thread ID with two digits.Tobias Brunner2011-12-161-2/+2
|
* fixed caption alignmentAndreas Steffen2011-12-161-1/+2
|
* Revert "fixed caption alignment"Andreas Steffen2011-12-162-6/+1
| | | | This reverts commit d463def798ed339b143ee9500c2781532394171e.
* fixed caption alignmentAndreas Steffen2011-12-162-1/+6
|
* Make sure the certificate cache is flushed when plugins are unloaded.Tobias Brunner2011-12-153-0/+6
| | | | | This avoids segmentation faults when plugins implementing cert_t are already unloaded when the cache is flushed during destruction.
* Always unlock mutex for installed policies in kernel-netlink plugin.Thomas Egerer2011-12-141-1/+5
|
* Added missing libsimaka files to Android.mk.Tobias Brunner2011-12-141-0/+2
|
* Destroy mediation managers before unloading plugins.Tobias Brunner2011-12-141-4/+4
|
* upgraded Test IMC/IMV pair to fully support multple IMC IDsAndreas Steffen2011-12-114-81/+144
|
* added IETF standard error handling methodAndreas Steffen2011-12-118-185/+112
|
* implemented IMC/IMV ReceiveMessageLong functionsAndreas Steffen2011-12-0911-128/+467
|
* added IMC/IMV support for send_message_long() and reserve_additional_id() ↵Andreas Steffen2011-12-0914-31/+332
| | | | functions
* store the long and excl flags in the connection stateAndreas Steffen2011-12-0910-1/+245
|
* IMC/IMV gets v1.3 attributes from TNCC/TNCSAndreas Steffen2011-12-092-12/+162
|
* implemented ReportMessageTypesLongAndreas Steffen2011-12-082-17/+91
|
* implemented IF-IMC/IMV 1.3 attributesAndreas Steffen2011-12-084-23/+229
|
* added TNC_TNCC_GetAttribute() and TNC_TNCC_SetAttribute() functionsAndreas Steffen2011-12-084-14/+67
|
* added TNC_IMC_ReceiveMessageLong() and TNC_IMV_ReceiveMessageLong() supportAndreas Steffen2011-12-0810-69/+192
|
* fixed typo in function nameAndreas Steffen2011-12-081-1/+1
|
* added TNC_TNCS_ReserveAdditionalIMVID() functionAndreas Steffen2011-12-075-5/+125
|
* return with TNC_RESULT_SUCCESSAndreas Steffen2011-12-071-4/+5
|
* added TNC_TNCC_ReserveAdditionalIMCID() functionAndreas Steffen2011-12-075-4/+123
|
* Be less verbose if plugin dependecy not satisfiedMartin Willi2011-12-071-1/+1
|
* Create a dummy pthread key for value "0", as some buggy PKCS#11 libraries ↵Martin Willi2011-12-071-0/+10
| | | | mangle it
* added TNC_TNCC_SendMessageLong() and TNC_TNCS_SendMessageLong() functionsAndreas Steffen2011-12-079-59/+126
|
* fixed typo in tncif.hAndreas Steffen2011-12-071-1/+1
|
* corrected function name in error messageAndreas Steffen2011-12-072-2/+2
|
* defined SUBTYPE_ANY for all known Vendor IDsAndreas Steffen2011-12-072-21/+44
|
* added TNC_TNCC_ReportMessageTypesLong() and ↵Andreas Steffen2011-12-0611-123/+464
| | | | TNC_TNCS_ReportMessageTypesLong() messages
* fixed copy-and-paste errorAndreas Steffen2011-12-041-1/+1
|
* upgraded IF-IMC/IMV inteface definitions to version 1.3Andreas Steffen2011-12-047-97/+377
|
* differences incurred by rebasing - thanks LinusAndreas Steffen2011-11-287-406/+17
|
* improved performance of database access by caching primary keysAndreas Steffen2011-11-284-80/+102
|
* increased number of PCR registers used by IMAAndreas Steffen2011-11-281-1/+1
|
* fixed measurement rollbackAndreas Steffen2011-11-283-3/+15
|
* automatically registering component measurementsAndreas Steffen2011-11-2818-850/+304
|
* bound functional component measurements to AIKAndreas Steffen2011-11-2814-638/+1162
|
* implemented Linux IMA functional componentAndreas Steffen2011-11-2812-290/+1231
|
* defined various measurement hash and pcr functionsAndreas Steffen2011-11-288-43/+110
|
* updated attest_usage textAndreas Steffen2011-11-281-6/+10
|
* moved attestation plugins to libpts in order to resolve circular reference ↵Andreas Steffen2011-11-2826-13/+14
| | | | with libimcv
* add and delete componentsAndreas Steffen2011-11-283-21/+241
|
* mark PCR registers as file type 2 in databaseAndreas Steffen2011-11-282-41/+49
|
* moved measurement and metadata flags to product_file tableAndreas Steffen2011-11-285-167/+176
|
* update attest_usage to include add and del operationsAndreas Steffen2011-11-281-2/+8
|
* generate integrity checksums for libimcv libpts and attestAndreas Steffen2011-11-282-1/+15
|