aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Fix various API doc issues and typosTobias Brunner2013-07-182-3/+3
| | | | Partially based on an old patch by Adrian-Ken Rueegsegger.
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-187-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 appropriateTobias Brunner2013-07-081-2/+2
|
* libimcv: Properly deinitialize libimcvTobias Brunner2013-07-081-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 reportTobias Brunner2013-07-081-1/+4
|
* libimcv: Android.mk addedTobias Brunner2013-07-081-0/+65
|
* CosmeticsAndreas Steffen2013-07-081-2/+2
|
* Scanner IMV without workitems provides immediate recommendation, tooAndreas Steffen2013-07-081-11/+12
|
* skip enforcement if a recent measurement was successfulAndreas Steffen2013-07-081-15/+56
|
* Always return a result string for a processed workitemAndreas Steffen2013-07-041-6/+8
|
* Register packages under Debian 7.0 x86_64Andreas Steffen2013-07-041-4/+4
|
* Don't backup old package listsAndreas Steffen2013-07-011-6/+3
|
* plugin-loader: Removed unused path argument of load() methodTobias Brunner2013-06-283-5/+5
| | | | | Multiple additional search paths can be added with the add_path() method.
* Support blacklist field in PTS databaseAndreas Steffen2013-06-261-10/+11
|
* Updated PTS demo databaseAndreas Steffen2013-06-261-2/+54
|
* Device can be member of multiple groupsAndreas Steffen2013-06-251-74/+87
|
* Some IMV policy managers expect a TEXT stringAndreas Steffen2013-06-252-3/+8
|
* Assign default group to newly created devicesAndreas Steffen2013-06-251-1/+12
|
* Set device creation date if it hasn't been set yetAndreas Steffen2013-06-241-3/+18
|
* Send PA-TNC assessment result even if no workitems are availableAndreas Steffen2013-06-242-7/+13
|
* Some pacman fixesAndreas Steffen2013-06-232-33/+32
|
* Some PTS database fixesAndreas Steffen2013-06-211-14/+14
|
* Implemented pacman in a more reliable wayAndreas Steffen2013-06-214-380/+471
|
* 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-217-194/+318
|
* Added ITA components to databaseAndreas Steffen2013-06-211-0/+26
|
* Shortened names of default policy groupsAndreas Steffen2013-06-212-10/+10
|
* Store device with product IDAndreas Steffen2013-06-214-21/+29
|
* Database changes needed to integrate Cygnet backendAndreas Steffen2013-06-213-84/+107
|
* Implemented get|set_action_flag() methodsAndreas Steffen2013-06-213-37/+20
|
* Implemented hierarchical policy groupsAndreas Steffen2013-06-213-144/+81
|
* Introduced workitems to Attestation IMVAndreas Steffen2013-06-2112-125/+251
|
* Converted all IMVs to use generic IF-IMV APIAndreas Steffen2013-06-2112-929/+997
|
* Remove the constructor from the IMV agent interfaceAndreas Steffen2013-06-211-10/+0
|
* Defined a generic IMV agent interfaceAndreas Steffen2013-06-215-99/+134
|
* Moved all functionality into imv_os_agent_t class turning imv_os_t into an ↵Andreas Steffen2013-06-217-780/+946
| | | | IF-IMV skeleton
* Moved batch_ending into separate source fileAndreas Steffen2013-06-216-295/+373
|
* do not process workitems with NULL resultAndreas Steffen2013-06-212-2/+3
|
* fixed enumeration of workitems for a given sessionAndreas Steffen2013-06-211-1/+1
|
* generate workitems based on group policyAndreas Steffen2013-06-214-64/+533
|
* Added file and directory reference measurements to workitemsAndreas Steffen2013-06-212-4/+8
|
* add overall recommendation to session database entryAndreas Steffen2013-06-214-14/+42
|
* don't define a default database URIAndreas Steffen2013-06-213-6/+4
|
* created a simple IMV Policy ManagerAndreas Steffen2013-06-215-0/+232
|
* register received scanner attributesAndreas Steffen2013-06-214-6/+103
|
* refactored IMV policy managementAndreas Steffen2013-06-2117-541/+698
|