Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libpts: Use path_base|dirname() | Tobias Brunner | 2014-02-24 | 4 | -14/+18 |
| | |||||
* | uclibc only defines strndup(3) if _GNU_SOURCE is defined | Tobias Brunner | 2014-02-19 | 5 | -6/+15 |
| | | | | References #516. | ||||
* | libpts: Move settings to <ns>.plugins with fallback to libimcv | Tobias Brunner | 2014-02-12 | 8 | -24/+25 |
| | |||||
* | lib: Add global config namespace | Tobias Brunner | 2014-02-12 | 1 | -1/+1 |
| | |||||
* | Document ipsec attest --session command | Andreas Steffen | 2014-02-05 | 1 | -2/+5 |
| | |||||
* | Allow output of session time in UTC | Andreas Steffen | 2014-02-05 | 1 | -2/+2 |
| | |||||
* | libpts: Use chunk_map() instead of non-portable mmap() | Martin Willi | 2014-01-23 | 1 | -29/+5 |
| | |||||
* | Do PTS measurements only if session initialisation was successful5.1.2dr3 | Andreas Steffen | 2014-01-15 | 1 | -7/+22 |
| | |||||
* | Catch AIK errors | Andreas Steffen | 2014-01-13 | 5 | -51/+57 |
| | |||||
* | Do TPM measurements only if there is a TPMRA workitem | Andreas Steffen | 2014-01-13 | 7 | -126/+139 |
| | |||||
* | Allow reason strings to be used as workitem result string | Andreas Steffen | 2014-01-13 | 4 | -40/+68 |
| | |||||
* | Attestation IMV processes TPMRA workitem | Andreas Steffen | 2014-01-13 | 2 | -2/+68 |
| | |||||
* | Update PCR even if measurement does not equal reference value | Andreas Steffen | 2013-12-21 | 1 | -3/+3 |
| | |||||
* | Fixed check_file_measurement method in pts_database_t | Andreas Steffen | 2013-12-13 | 1 | -6/+54 |
| | |||||
* | android: Remove dependency on libvstr | Tobias Brunner | 2013-11-13 | 1 | -1/+0 |
| | |||||
* | swid: Properly clean up after reading SWID tag | Tobias Brunner | 2013-10-29 | 1 | -2/+3 |
| | |||||
* | Added some example Debian SWID tags | Andreas Steffen | 2013-10-23 | 8 | -1/+211 |
| | |||||
* | Doxygen fixes | Tobias Brunner | 2013-10-15 | 2 | -1/+4 |
| | |||||
* | Set recommendation in the case of PCR measurement failures | Andreas Steffen | 2013-10-13 | 3 | -6/+27 |
| | |||||
* | Build all IMC/IMVs with -no-undefined | Tobias Brunner | 2013-09-12 | 4 | -4/+4 |
| | |||||
* | Build all shared libraries with -no-undefined and link them properly | Tobias Brunner | 2013-09-12 | 1 | -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. | ||||
* | Make sure libstrongswan is initialized first in IMCs and IMVs | Andreas Steffen | 2013-09-11 | 2 | -10/+17 |
| | |||||
* | Minor performance tuning | Andreas Steffen | 2013-09-07 | 1 | -4/+4 |
| | |||||
* | Implemented targeted SWID request | Andreas Steffen | 2013-09-06 | 5 | -29/+86 |
| | |||||
* | Make SWID directory where tags are stored configurable | Andreas Steffen | 2013-09-05 | 4 | -7/+11 |
| | |||||
* | swid_inventory object has a get_count method | Andreas Steffen | 2013-09-04 | 2 | -16/+6 |
| | |||||
* | Count collected SWID tags or tag IDs | Andreas Steffen | 2013-09-04 | 1 | -3/+17 |
| | |||||
* | Proceed with attestation only if Attestation IMC returns a discovery response | Andreas Steffen | 2013-09-04 | 4 | -7/+20 |
| | |||||
* | libpts: Android.mk updated | Tobias Brunner | 2013-09-04 | 1 | -17/+24 |
| | |||||
* | Use ipsec_DATA destination5.1.1dr2 | Andreas Steffen | 2013-09-02 | 1 | -7/+1 |
| | |||||
* | Install SWID tag also in /share/ | Andreas Steffen | 2013-09-02 | 1 | -2/+3 |
| | |||||
* | Generate strongSwan SWID tag | Andreas Steffen | 2013-09-02 | 3 | -0/+55 |
| | |||||
* | Corrected debug class to DBG_IMC | Andreas Steffen | 2013-09-02 | 1 | -9/+9 |
| | |||||
* | SWID IMC implements recursive tag collection in /usr/share | Andreas Steffen | 2013-08-30 | 9 | -123/+385 |
| | |||||
* | Added TCG-SWID error handling | Andreas Steffen | 2013-08-28 | 6 | -2/+180 |
| | |||||
* | Version bump to 5.1.1dr1 | Andreas Steffen | 2013-08-19 | 1 | -5/+5 |
| | |||||
* | Implemented SWID Tag Inventory attribute | Andreas Steffen | 2013-08-16 | 9 | -42/+692 |
| | |||||
* | deleted moved files | Andreas Steffen | 2013-08-15 | 34 | -5996/+0 |
| | |||||
* | Implemented SWID prototype IMC/IMV pair | Andreas Steffen | 2013-08-15 | 57 | -72/+8552 |
| | |||||
* | Updated the SWID attributes | Andreas Steffen | 2013-08-15 | 2 | -11/+15 |
| | |||||
* | imv-attestation: Properly measure complete directories | Tobias Brunner | 2013-07-25 | 1 | -1/+1 |
| | |||||
* | imv-attestation: Use proper cast for length when using %.*s | Tobias Brunner | 2013-07-24 | 1 | -2/+2 |
| | |||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 3 | -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.0dr2 | Andreas Steffen | 2013-07-10 | 1 | -2/+2 |
| | |||||
* | libpts: Skip unreadable files when measuring directories | Tobias Brunner | 2013-07-08 | 1 | -16/+2 |
| | |||||
* | libpts: Android.mk added | Tobias Brunner | 2013-07-08 | 1 | -0/+70 |
| | |||||
* | Attestion IMV provides recommendation only once | Andreas Steffen | 2013-07-08 | 2 | -1/+12 |
| | |||||
* | Always return a result string for a processed workitem | Andreas Steffen | 2013-07-04 | 2 | -6/+17 |
| | |||||
* | plugin-loader: Removed unused path argument of load() method | Tobias Brunner | 2013-06-28 | 1 | -1/+1 |
| | | | | | Multiple additional search paths can be added with the add_path() method. | ||||
* | Attestation IMV requests platform info if not received | Andreas Steffen | 2013-06-27 | 2 | -3/+32 |
| |