Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Support blacklist field in PTS database | Andreas Steffen | 2013-06-26 | 3 | -21/+38 |
| | |||||
* | Updated PTS demo database | Andreas Steffen | 2013-06-26 | 1 | -1666/+0 |
| | |||||
* | Some IMV policy managers expect a TEXT string | Andreas Steffen | 2013-06-25 | 1 | -14/+15 |
| | |||||
* | fixed SQL query | Andreas Steffen | 2013-06-21 | 1 | -1/+1 |
| | |||||
* | Store device with product ID | Andreas Steffen | 2013-06-21 | 1 | -3/+3 |
| | |||||
* | Introduced workitems to Attestation IMV | Andreas Steffen | 2013-06-21 | 8 | -344/+524 |
| | |||||
* | pts_meas_algo_probe() and pts_dh_group_probe() got lost | Andreas Steffen | 2013-06-21 | 1 | -1/+3 |
| | |||||
* | Converted all IMVs to use generic IF-IMV API | Andreas Steffen | 2013-06-21 | 4 | -480/+488 |
| | |||||
* | add overall recommendation to session database entry | Andreas Steffen | 2013-06-21 | 1 | -24/+25 |
| | |||||
* | refactored IMV policy management | Andreas Steffen | 2013-06-21 | 3 | -54/+26 |
| | |||||
* | implemented policy rules for OS IMV | Andreas Steffen | 2013-06-21 | 3 | -155/+42 |
| | |||||
* | implemented IMV session control | Andreas Steffen | 2013-06-21 | 9 | -265/+479 |
| | |||||
* | Manage files and directories | Andreas Steffen | 2013-06-21 | 4 | -122/+208 |
| | |||||
* | fixed a 64bit time_t issue | Andreas Steffen | 2013-04-21 | 1 | -3/+4 |
| | |||||
* | Keep last AR ID | Andreas Steffen | 2013-04-21 | 1 | -0/+2 |
| | |||||
* | libpts: Cast first argument for %.*s to int | Tobias Brunner | 2013-03-25 | 1 | -1/+1 |
| | |||||
* | Switch encoding of AR Identity Value from binary to UTF-8 | Andreas Steffen | 2013-03-22 | 2 | -27/+32 |
| | |||||
* | moved ar_id from imv_agent to imv_state | Andreas Steffen | 2013-03-11 | 1 | -1/+23 |
| | |||||
* | instead of cloning use extract_buf() method | Andreas Steffen | 2013-03-04 | 18 | -19/+19 |
| |