aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv
Commit message (Collapse)AuthorAgeFilesLines
...
* libimcv: Pass TNC_SESSION_ID as argument instead as a environment variableMartin Willi2014-06-044-23/+16
| | | | Doing so works on Windows as well.
* libimcv: Be a little more verbose about the Windows system reportedMartin Willi2014-06-041-8/+10
|
* imv: Return an empty enumerator instead of null, as expected by callersMartin Willi2014-06-041-1/+1
|
* imc-os: Add missing TNC_IMC_API definitions, fixes warnings on WindowsMartin Willi2014-06-041-28/+27
|
* imv-os: Don't build pacman on WindowsMartin Willi2014-06-041-0/+2
|
* libimcv: Use TNC_IMV_API prefix on TNC functions for correct declspecMartin Willi2014-06-041-27/+28
|
* libimcv: Silence integer to pointer cast warningsMartin Willi2014-06-042-5/+2
|
* libimcv: Port os_info (partially) to WindowsMartin Willi2014-06-043-12/+82
|
* libimcv: Disable default syslog() logging if not supportedMartin Willi2014-06-041-16/+24
|
* libimcv: Link against ws_w32 on WindowsMartin Willi2014-06-041-0/+4
|
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-046-6/+6
|
* Added Debian 7.5 product and all Debian armv6l productsAndreas Steffen2014-05-311-6/+102
|
* Fixed typo in tables.sqlAndreas Steffen2014-05-311-1/+1
|
* Additional index to improve performanceAndreas Steffen2014-05-311-0/+4
|
* Added all SWID tables and example regidsAndreas Steffen2014-05-212-122/+105
|
* Similar statistics for packages and file measurementsAndreas Steffen2014-05-011-1/+1
|
* libimcv: Updated Android.mkTobias Brunner2014-04-251-0/+3
|
* pacman.sh now fetches Ubuntu 14.04 security updatesAndreas Steffen2014-04-241-1/+22
|
* Indicate IMV in assessment log statementAndreas Steffen2014-04-151-4/+14
|
* Implemented segmented SWID tag attributes on IMV sideAndreas Steffen2014-04-151-1/+1
|
* Use python-based swidGenerator to generated SWID tagsAndreas Steffen2014-04-157-25/+74
|
* Updated imv database templatesAndreas Steffen2014-04-152-14/+15
|
* Use cached pid for product-based package accessAndreas Steffen2014-04-152-40/+17
|
* Make Attestation IMV independent of OS IMVAndreas Steffen2014-04-151-17/+19
|
* Separated IMV session management from IMV policy databaseAndreas Steffen2014-04-1527-1187/+1648
|
* Implemented configurable Device ID in OS IMCAndreas Steffen2014-04-151-11/+85
|
* Added Ubuntu 14.04 to IMV databaseAndreas Steffen2014-03-311-0/+24
|
* Use logical AND functionAndreas Steffen2014-02-231-1/+1
|
* uclibc only defines strndup(3) if _GNU_SOURCE is definedTobias Brunner2014-02-194-12/+16
| | | | References #516.
* pacman.sh creates /etc/pts/dists directory if it doesn't exist yetAndreas Steffen2014-02-131-0/+1
|
* libimcv: Move settings to <ns>.imcv and <ns>.plugins with fallbackTobias Brunner2014-02-1210-22/+32
|
* lib: Add global config namespaceTobias Brunner2014-02-123-4/+4
|
* libimcv: Install SQL files in /usr/share/strongswan/templates/databaseTobias Brunner2014-02-122-2/+3
|
* Added missing semicolon in SQL statementsAndreas Steffen2014-02-051-6/+6
|
* Added Android 4.3.1 to products database tableAndreas Steffen2014-02-041-2/+14
|
* Added new Android versions to PTS databaseAndreas Steffen2014-02-041-0/+60
|
* Added TPMRA workitem support in PTS databaseAndreas Steffen2014-01-161-0/+60
|
* Allow reason strings to be used as workitem result stringAndreas Steffen2014-01-135-6/+14
|
* Attestation IMV processes TPMRA workitemAndreas Steffen2014-01-131-1/+1
|
* Added TPM Remote Attestation (TPMRA) workitemAndreas Steffen2014-01-102-2/+4
|
* android: Remove dependency on libvstrTobias Brunner2013-11-131-1/+0
|
* Updated and split data.sqlAndreas Steffen2013-10-231-37/+97
|
* Support Ubuntu 13.10 measurementsAndreas Steffen2013-10-212-1/+46
|
* Build all IMC/IMVs with -no-undefinedTobias Brunner2013-09-126-6/+6
|
* Build all shared libraries with -no-undefined and link them properlyTobias Brunner2013-09-121-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 IMVsAndreas Steffen2013-09-112-14/+18
|
* Added tags table and some tag samplesAndreas Steffen2013-09-052-1/+91
|
* Added regids table and some sample reqid dataAndreas Steffen2013-09-022-0/+62
|
* Output handler of a given workitemAndreas Steffen2013-08-161-0/+3
|
* Implemented SWID prototype IMC/IMV pairAndreas Steffen2013-08-152-3/+5
|