aboutsummaryrefslogtreecommitdiffstats
path: root/src/libpts/pts/pts_database.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow multiple hash values in the file reference databaseAndreas Steffen2014-06-101-4/+4
|
* libpts: Respect path separators when concatenating database filenamesMartin Willi2014-06-041-6/+15
| | | | | As we can't use the system native directory separator on cross-platform measurements, we determine the path separator from the base directory format.
* Implemented IMA-NG supportAndreas Steffen2014-05-011-38/+9
|
* Optimized PTS measurementsAndreas Steffen2014-04-151-87/+20
|
* Separated IMV session management from IMV policy databaseAndreas Steffen2014-04-151-3/+8
|
* Fixed dirname/basename refactoring bug.Andreas Steffen2014-04-071-11/+10
| | | | Variables used in a database query have to be kept until the end of the enumeration
* libpts: Use path_base|dirname()Tobias Brunner2014-02-241-7/+9
|
* Fixed check_file_measurement method in pts_database_tAndreas Steffen2013-12-131-6/+54
|
* fixed SQL queryAndreas Steffen2013-06-211-1/+1
|
* Introduced workitems to Attestation IMVAndreas Steffen2013-06-211-38/+158
|
* implemented IMV session controlAndreas Steffen2013-06-211-11/+7
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-5/+5
|
* queries with relative filenames might return multiple resultsAndreas Steffen2012-07-191-9/+13
|
* various PTS fixesAndreas Steffen2012-07-171-3/+3
|
* register _check_file_measurement() methodAndreas Steffen2012-07-171-32/+33
|
* check IMA file measurements against database referenceAndreas Steffen2012-07-171-0/+32
|
* some more copyright updatesAndreas Steffen2012-07-131-1/+1
|
* refactored PTS functional component measurementsAndreas Steffen2012-07-111-1/+1
|
* check if TNC client has a valid and registered AIKAndreas Steffen2012-02-051-17/+30
|
* improved performance of database access by caching primary keysAndreas Steffen2011-11-281-46/+44
|
* fixed measurement rollbackAndreas Steffen2011-11-281-1/+1
|
* automatically registering component measurementsAndreas Steffen2011-11-281-7/+49
|
* bound functional component measurements to AIKAndreas Steffen2011-11-281-23/+73
|
* implemented Linux IMA functional componentAndreas Steffen2011-11-281-17/+51
|
* moved measurement and metadata flags to product_file tableAndreas Steffen2011-11-281-2/+2
|
* sub-component depth from pts database on component evidence requestSansar Choinyambuu2011-11-281-10/+13
| | | | | component hashes are entries in file_hashes table implemented verify function of tboot component
* fixed display of qualifier flagsAndreas Steffen2011-11-281-1/+1
|
* Fixed the buildingSansar Choinyambuu2011-11-281-2/+3
|
* component_hashes new table addedSansar Choinyambuu2011-11-281-9/+12
| | | | | measurements added for tboot component create_comp_hash_enumerator modified accordingly
* store functional components in databaseAndreas Steffen2011-11-281-6/+6
|
* Using the database entries for generating Functional Component Evidence RequestsSansar Choinyambuu2011-11-281-2/+2
| | | | Using database entries to match received component measurement hashes
* Added component column in files tableSansar Choinyambuu2011-11-281-2/+36
| | | | | Implemented enumerator getter for generating functional component evidence requests Implemented enumerator getter for component hashes
* changed method name to create_file_meas_enumeratorAndreas Steffen2011-11-281-2/+2
|
* Implemented new create enumerator function to get metadata request pathsSansar Choinyambuu2011-11-281-1/+17
| | | | Modified existing file_enumerator function to include just measurement requests
* added PTS debug classAndreas Steffen2011-09-111-1/+1
|
* created libptsAndreas Steffen2011-09-081-0/+118