Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | libimcv: Updated Android.mk | Tobias Brunner | 2014-04-25 | 1 | -0/+3 | |
| | ||||||
* | pacman.sh now fetches Ubuntu 14.04 security updates | Andreas Steffen | 2014-04-24 | 1 | -1/+22 | |
| | ||||||
* | Indicate IMV in assessment log statement | Andreas Steffen | 2014-04-15 | 1 | -4/+14 | |
| | ||||||
* | Implemented segmented SWID tag attributes on IMV side | Andreas Steffen | 2014-04-15 | 1 | -1/+1 | |
| | ||||||
* | Use python-based swidGenerator to generated SWID tags | Andreas Steffen | 2014-04-15 | 7 | -25/+74 | |
| | ||||||
* | Updated imv database templates | Andreas Steffen | 2014-04-15 | 2 | -14/+15 | |
| | ||||||
* | Use cached pid for product-based package access | Andreas Steffen | 2014-04-15 | 2 | -40/+17 | |
| | ||||||
* | Make Attestation IMV independent of OS IMV | Andreas Steffen | 2014-04-15 | 1 | -17/+19 | |
| | ||||||
* | Separated IMV session management from IMV policy database | Andreas Steffen | 2014-04-15 | 27 | -1187/+1648 | |
| | ||||||
* | Implemented configurable Device ID in OS IMC | Andreas Steffen | 2014-04-15 | 1 | -11/+85 | |
| | ||||||
* | Added Ubuntu 14.04 to IMV database | Andreas Steffen | 2014-03-31 | 1 | -0/+24 | |
| | ||||||
* | Use logical AND function | Andreas Steffen | 2014-02-23 | 1 | -1/+1 | |
| | ||||||
* | uclibc only defines strndup(3) if _GNU_SOURCE is defined | Tobias Brunner | 2014-02-19 | 4 | -12/+16 | |
| | | | | References #516. | |||||
* | pacman.sh creates /etc/pts/dists directory if it doesn't exist yet | Andreas Steffen | 2014-02-13 | 1 | -0/+1 | |
| | ||||||
* | libimcv: Move settings to <ns>.imcv and <ns>.plugins with fallback | Tobias Brunner | 2014-02-12 | 10 | -22/+32 | |
| | ||||||
* | lib: Add global config namespace | Tobias Brunner | 2014-02-12 | 3 | -4/+4 | |
| | ||||||
* | libimcv: Install SQL files in /usr/share/strongswan/templates/database | Tobias Brunner | 2014-02-12 | 2 | -2/+3 | |
| | ||||||
* | Added missing semicolon in SQL statements | Andreas Steffen | 2014-02-05 | 1 | -6/+6 | |
| | ||||||
* | Added Android 4.3.1 to products database table | Andreas Steffen | 2014-02-04 | 1 | -2/+14 | |
| | ||||||
* | Added new Android versions to PTS database | Andreas Steffen | 2014-02-04 | 1 | -0/+60 | |
| | ||||||
* | Added TPMRA workitem support in PTS database | Andreas Steffen | 2014-01-16 | 1 | -0/+60 | |
| | ||||||
* | Allow reason strings to be used as workitem result string | Andreas Steffen | 2014-01-13 | 5 | -6/+14 | |
| | ||||||
* | Attestation IMV processes TPMRA workitem | Andreas Steffen | 2014-01-13 | 1 | -1/+1 | |
| | ||||||
* | Added TPM Remote Attestation (TPMRA) workitem | Andreas Steffen | 2014-01-10 | 2 | -2/+4 | |
| | ||||||
* | android: Remove dependency on libvstr | Tobias Brunner | 2013-11-13 | 1 | -1/+0 | |
| | ||||||
* | Updated and split data.sql | Andreas Steffen | 2013-10-23 | 1 | -37/+97 | |
| | ||||||
* | Support Ubuntu 13.10 measurements | Andreas Steffen | 2013-10-21 | 2 | -1/+46 | |
| | ||||||
* | Build all IMC/IMVs with -no-undefined | Tobias Brunner | 2013-09-12 | 6 | -6/+6 | |
| | ||||||
* | Build all shared libraries with -no-undefined and link them properly | Tobias Brunner | 2013-09-12 | 1 | -1/+6 | |
| | | | | | | | | | | 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 | -14/+18 | |
| | ||||||
* | Added tags table and some tag samples | Andreas Steffen | 2013-09-05 | 2 | -1/+91 | |
| | ||||||
* | Added regids table and some sample reqid data | Andreas Steffen | 2013-09-02 | 2 | -0/+62 | |
| | ||||||
* | Output handler of a given workitem | Andreas Steffen | 2013-08-16 | 1 | -0/+3 | |
| | ||||||
* | Implemented SWID prototype IMC/IMV pair | Andreas Steffen | 2013-08-15 | 2 | -3/+5 | |
| | ||||||
* | imv-os: check_packages() fails if product query fails | Tobias Brunner | 2013-07-24 | 1 | -0/+1 | |
| | ||||||
* | imv-scanner: Properly check snprintf() return value | Tobias Brunner | 2013-07-24 | 1 | -5/+9 | |
| | ||||||
* | Fix various API doc issues and typos | Tobias Brunner | 2013-07-18 | 2 | -3/+3 | |
| | | | | Partially based on an old patch by Adrian-Ken Rueegsegger. | |||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 7 | -27/+34 | |
| | | | | | | 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. | |||||
* | Use strpfx() helper where appropriate | Tobias Brunner | 2013-07-08 | 1 | -2/+2 | |
| | ||||||
* | libimcv: Properly deinitialize libimcv | Tobias Brunner | 2013-07-08 | 1 | -0/+1 | |
| | | | | | Other users of imcv_pa_tnc_attributes (libpts) check if it is NULL before removing vendor IDs. | |||||
* | imv-scanner: Only add a reason string if there is something to report | Tobias Brunner | 2013-07-08 | 1 | -1/+4 | |
| | ||||||
* | libimcv: Android.mk added | Tobias Brunner | 2013-07-08 | 1 | -0/+65 | |
| | ||||||
* | Cosmetics | Andreas Steffen | 2013-07-08 | 1 | -2/+2 | |
| | ||||||
* | Scanner IMV without workitems provides immediate recommendation, too | Andreas Steffen | 2013-07-08 | 1 | -11/+12 | |
| | ||||||
* | skip enforcement if a recent measurement was successful | Andreas Steffen | 2013-07-08 | 1 | -15/+56 | |
| | ||||||
* | Always return a result string for a processed workitem | Andreas Steffen | 2013-07-04 | 1 | -6/+8 | |
| | ||||||
* | Register packages under Debian 7.0 x86_64 | Andreas Steffen | 2013-07-04 | 1 | -4/+4 | |
| | ||||||
* | Don't backup old package lists | Andreas Steffen | 2013-07-01 | 1 | -6/+3 | |
| | ||||||
* | plugin-loader: Removed unused path argument of load() method | Tobias Brunner | 2013-06-28 | 3 | -5/+5 | |
| | | | | | Multiple additional search paths can be added with the add_path() method. | |||||
* | Support blacklist field in PTS database | Andreas Steffen | 2013-06-26 | 1 | -10/+11 | |
| |