aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* libimcv: Fix Doxygen comments after merging libpts into libimcvTobias Brunner2014-10-131-1/+1
|
* Updated build-database.sh script to 3.13.0-37 kernelAndreas Steffen2014-10-111-1/+1
|
* OS IMV proposes IF-M segmentation contractAndreas Steffen2014-10-054-77/+56
| | | | | | | The OS IMV sends a TCG IF-M Segmentation contract request. All IETF standard attributes support segmentation. Additionally the IETF Installed Packages standard attributes supports incremental processing while segments are received.
* SWID IMC proposes IF-M segmentation contractsAndreas Steffen2014-10-052-24/+39
|
* Implemented incremental processing of SWID tag [ID] inventory attributeAndreas Steffen2014-10-054-121/+57
|
* Added total length parameter in PA-TNC attribute constructorAndreas Steffen2014-10-051-1/+1
|
* Register the reception of the AIK attributeAndreas Steffen2014-10-053-2/+9
|
* Merged libpts into libimcvAndreas Steffen2014-10-0544-0/+9278
|
* Added out message queue for imv_msg receive methodAndreas Steffen2014-10-053-33/+44
|
* Implemented IF-M segmentation contractsAndreas Steffen2014-10-039-25/+121
|
* 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
|
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-046-6/+6
|
* Similar statistics for packages and file measurementsAndreas Steffen2014-05-011-1/+1
|
* pacman.sh now fetches Ubuntu 14.04 security updatesAndreas Steffen2014-04-241-1/+22
|
* Implemented segmented SWID tag attributes on IMV sideAndreas Steffen2014-04-151-1/+1
|
* Use python-based swidGenerator to generated SWID tagsAndreas Steffen2014-04-151-3/+5
|
* 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-158-296/+118
|
* Implemented configurable Device ID in OS IMCAndreas Steffen2014-04-151-11/+85
|
* uclibc only defines strndup(3) if _GNU_SOURCE is definedTobias Brunner2014-02-191-2/+3
| | | | 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-126-15/+15
|
* lib: Add global config namespaceTobias Brunner2014-02-121-2/+2
|
* Allow reason strings to be used as workitem result stringAndreas Steffen2014-01-133-3/+3
|
* Support Ubuntu 13.10 measurementsAndreas Steffen2013-10-211-1/+22
|
* Build all IMC/IMVs with -no-undefinedTobias Brunner2013-09-126-6/+6
|
* Make sure libstrongswan is initialized first in IMCs and IMVsAndreas Steffen2013-09-112-14/+18
|
* imv-os: check_packages() fails if product query failsTobias Brunner2013-07-241-0/+1
|
* imv-scanner: Properly check snprintf() return valueTobias Brunner2013-07-241-5/+9
|
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-186-25/+31
| | | | | | 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.
* imv-scanner: Only add a reason string if there is something to reportTobias Brunner2013-07-081-1/+4
|
* CosmeticsAndreas Steffen2013-07-081-2/+2
|
* Scanner IMV without workitems provides immediate recommendation, tooAndreas Steffen2013-07-081-11/+12
|
* Always return a result string for a processed workitemAndreas Steffen2013-07-041-6/+8
|
* Don't backup old package listsAndreas Steffen2013-07-011-6/+3
|
* plugin-loader: Removed unused path argument of load() methodTobias Brunner2013-06-281-1/+1
| | | | | Multiple additional search paths can be added with the add_path() method.
* Support blacklist field in PTS databaseAndreas Steffen2013-06-261-10/+11
|
* Send PA-TNC assessment result even if no workitems are availableAndreas Steffen2013-06-242-7/+13
|
* Some pacman fixesAndreas Steffen2013-06-232-33/+32
|
* Implemented pacman in a more reliable wayAndreas Steffen2013-06-213-292/+382
|
* Define protocol stringAndreas Steffen2013-06-211-9/+10
|
* Generate result string for port scan workitemsAndreas Steffen2013-06-211-2/+29
|
* Ignore non-matching protocolsAndreas Steffen2013-06-211-2/+2
|
* Introduced workitems to Scanner IMVAndreas Steffen2013-06-214-178/+298
|
* Store device with product IDAndreas Steffen2013-06-213-18/+14
|
* Implemented get|set_action_flag() methodsAndreas Steffen2013-06-213-37/+20
|
* Introduced workitems to Attestation IMVAndreas Steffen2013-06-213-56/+50
|
* Converted all IMVs to use generic IF-IMV APIAndreas Steffen2013-06-219-928/+822
|