aboutsummaryrefslogtreecommitdiffstats
path: root/src/libpts/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Moved BIOS and IMA measurement lists into classes of their ownAndreas Steffen2014-05-021-0/+2
|
* Build all shared libraries with -no-undefined and link them properlyTobias Brunner2013-09-121-1/+7
| | | | | | | | | | The flag is required to convince libtool on Cygwin to build DLLs. But on Windows these shared libraries can not have undefined symbols, so we have to link them explicitly to the libraries they reference. For plugins this is currently not done, so only the monolithic build is supported. The plugin loader wouldn't be able to load DLLs anyway, as it tries to load files that don't exist on Cygwin.
* SWID IMC implements recursive tag collection in /usr/shareAndreas Steffen2013-08-301-0/+1
|
* Added TCG-SWID error handlingAndreas Steffen2013-08-281-0/+1
|
* Implemented SWID Tag Inventory attributeAndreas Steffen2013-08-161-1/+3
|
* Implemented SWID prototype IMC/IMV pairAndreas Steffen2013-08-151-17/+28
|
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-2/+1
| | | | | | 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.
* implemented IMV session controlAndreas Steffen2013-06-211-1/+4
|
* Properly define TSS_TROUSERS in configure scriptTobias Brunner2012-11-121-1/+0
|
* define TSS_TROUSERS compile optionAndreas Steffen2012-11-111-0/+1
|
* Made TSS implementation configurable and thereby optionalTobias Brunner2012-11-081-2/+6
|
* created a pts_pcr class for PCR computationsAndreas Steffen2012-07-201-0/+1
|
* implemented Linux IMA functional componentAndreas Steffen2011-11-281-0/+1
|
* moved attestation plugins to libpts in order to resolve circular reference ↵Andreas Steffen2011-11-281-0/+9
| | | | with libimcv
* generate integrity checksums for libimcv libpts and attestAndreas Steffen2011-11-281-1/+1
|
* refactored simple_evid_final attributeAndreas Steffen2011-11-281-0/+1
|
* renamed pts_req_func_comp_evid flagsAndreas Steffen2011-11-281-1/+1
|
* refactored simple component evidenceAndreas Steffen2011-11-281-0/+1
|
* finished refactoring functional componentsAndreas Steffen2011-11-281-2/+2
|
* remomve pts/pts_funct_comp_name.h from MakefileAndreas Steffen2011-11-281-1/+1
|
* object oriented approach to pts functional componentsAndreas Steffen2011-11-281-0/+7
|
* Functional Component Evidence Request objectSansar Choinyambuu2011-11-281-0/+1
|
* added pts_file_type_namesAndreas Steffen2011-11-281-1/+0
|
* Started implementing handling of DH Nonce attributesSansar Choinyambuu2011-11-281-0/+1
|
* added pts_file_type_namesAndreas Steffen2011-11-281-2/+3
|
* Started implementing handling of DH Nonce attributesSansar Choinyambuu2011-11-281-0/+1
|
* Implemented Diffie Hellman Nonce attributesSansar Choinyambuu2011-11-281-0/+4
|
* Implemented handling of File MetadataSansar Choinyambuu2011-11-281-0/+1
|
* introduced a PA-TNC attribute managerAndreas Steffen2011-09-101-0/+1
|
* Implemented PTS attributes Request File Metadata, Unix-Style File MetadataSansar Choinyambuu2011-09-101-2/+4
|
* created libptsAndreas Steffen2011-09-081-0/+28