aboutsummaryrefslogtreecommitdiffstats
path: root/src/libpts
Commit message (Collapse)AuthorAgeFilesLines
* imv-attestation: Properly measure complete directoriesTobias Brunner2013-07-251-1/+1
|
* imv-attestation: Use proper cast for length when using %.*sTobias Brunner2013-07-241-2/+2
|
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-183-11/+13
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* Fixed alignment of device ID column5.1.0dr2Andreas Steffen2013-07-101-2/+2
|
* libpts: Skip unreadable files when measuring directoriesTobias Brunner2013-07-081-16/+2
|
* libpts: Android.mk addedTobias Brunner2013-07-081-0/+70
|
* Attestion IMV provides recommendation only onceAndreas Steffen2013-07-082-1/+12
|
* Always return a result string for a processed workitemAndreas Steffen2013-07-042-6/+17
|
* plugin-loader: Removed unused path argument of load() methodTobias Brunner2013-06-281-1/+1
| | | | | Multiple additional search paths can be added with the add_path() method.
* Attestation IMV requests platform info if not receivedAndreas Steffen2013-06-272-3/+32
|
* Support blacklist field in PTS databaseAndreas Steffen2013-06-263-21/+38
|
* Updated PTS demo databaseAndreas Steffen2013-06-261-1666/+0
|
* Some IMV policy managers expect a TEXT stringAndreas Steffen2013-06-251-14/+15
|
* fixed SQL queryAndreas Steffen2013-06-211-1/+1
|
* Store device with product IDAndreas Steffen2013-06-211-3/+3
|
* Introduced workitems to Attestation IMVAndreas Steffen2013-06-218-344/+524
|
* pts_meas_algo_probe() and pts_dh_group_probe() got lostAndreas Steffen2013-06-211-1/+3
|
* Converted all IMVs to use generic IF-IMV APIAndreas Steffen2013-06-214-480/+488
|
* add overall recommendation to session database entryAndreas Steffen2013-06-211-24/+25
|
* refactored IMV policy managementAndreas Steffen2013-06-213-54/+26
|
* implemented policy rules for OS IMVAndreas Steffen2013-06-213-155/+42
|
* implemented IMV session controlAndreas Steffen2013-06-219-265/+479
|
* Manage files and directoriesAndreas Steffen2013-06-214-122/+208
|
* fixed a 64bit time_t issueAndreas Steffen2013-04-211-3/+4
|
* Keep last AR IDAndreas Steffen2013-04-211-0/+2
|
* libpts: Cast first argument for %.*s to intTobias Brunner2013-03-251-1/+1
|
* Switch encoding of AR Identity Value from binary to UTF-8Andreas Steffen2013-03-222-27/+32
|
* moved ar_id from imv_agent to imv_stateAndreas Steffen2013-03-111-1/+23
|
* instead of cloning use extract_buf() methodAndreas Steffen2013-03-0418-19/+19
|
* make TNC Access Requestor ID available to IMVsAndreas Steffen2013-03-032-9/+45
|
* Fixed Doxygen comments after scanning complete src directoryTobias Brunner2013-03-0229-77/+78
|
* added some new TCG IF-M message subtypes and attributesAndreas Steffen2013-03-022-1/+29
|
* Cast first argument for %.*s to intTobias Brunner2013-01-242-3/+3
|
* Removed unused argumentTobias Brunner2013-01-241-1/+1
|
* deleted newly constructed attributes in send_assessmentAndreas Steffen2012-12-241-3/+1
|
* fixed memory leak in TPM Version InfoAndreas Steffen2012-12-131-2/+5
|
* fixed memory leak in error caseAndreas Steffen2012-12-091-1/+1
|
* attest displays dates either in local time or UTCAndreas Steffen2012-11-304-15/+36
|
* store detected improper OS settings in databaseAndreas Steffen2012-11-301-6/+8
|
* allow update of file hashesAndreas Steffen2012-11-281-10/+32
|
* removed unused header includeAndreas Steffen2012-11-281-2/+1
|
* differentiate attestation reason stringsAndreas Steffen2012-11-284-24/+96
|
* store collected device information in databaseAndreas Steffen2012-11-283-7/+27
|
* store unique device_id in databaseAndreas Steffen2012-11-275-0/+66
|
* refactored reason string and remediation instructions frameworkAndreas Steffen2012-11-231-35/+23
|
* strndup() requires string.h header fileAndreas Steffen2012-11-183-0/+6
|
* precautionary measuresAndreas Steffen2012-11-172-2/+2
|
* discovered the use of strndup()Andreas Steffen2012-11-153-11/+3
|
* implemented blacklisting of software packagesAndreas Steffen2012-11-143-14/+21
|
* Fix destruction of tcg_pts_attr_file_meas_t when building from encodingTobias Brunner2012-11-121-1/+1
|