aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/plugins/imv_os
Commit message (Expand)AuthorAgeFilesLines
* imv-os: check_packages() fails if product query failsTobias Brunner2013-07-241-0/+1
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-5/+6
* 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
* Support blacklist field in PTS databaseAndreas Steffen2013-06-261-10/+11
* Some pacman fixesAndreas Steffen2013-06-232-33/+32
* Implemented pacman in a more reliable wayAndreas Steffen2013-06-213-292/+382
* Introduced workitems to Scanner IMVAndreas Steffen2013-06-211-1/+2
* Store device with product IDAndreas Steffen2013-06-213-18/+14
* Introduced workitems to Attestation IMVAndreas Steffen2013-06-213-56/+50
* Converted all IMVs to use generic IF-IMV APIAndreas Steffen2013-06-211-147/+4
* Defined a generic IMV agent interfaceAndreas Steffen2013-06-213-98/+14
* Moved all functionality into imv_os_agent_t class turning imv_os_t into an IF...Andreas Steffen2013-06-217-780/+946
* Moved batch_ending into separate source fileAndreas Steffen2013-06-215-295/+372
* generate workitems based on group policyAndreas Steffen2013-06-211-1/+11
* add overall recommendation to session database entryAndreas Steffen2013-06-211-3/+20
* register received scanner attributesAndreas Steffen2013-06-211-1/+8
* refactored IMV policy managementAndreas Steffen2013-06-212-215/+95
* implemented policy rules for OS IMVAndreas Steffen2013-06-213-88/+316
* ITA-HSR/Device ID attribute & IMV OS state machineAndreas Steffen2013-06-213-137/+241
* execute an _imv_policy scriptAndreas Steffen2013-06-212-6/+16
* implemented IMV session controlAndreas Steffen2013-06-214-162/+72
* destroy SQL queryAndreas Steffen2013-04-211-0/+1
* pacman: Define gen_time out of the loopTobias Brunner2013-03-251-1/+2
* Switch encoding of AR Identity Value from binary to UTF-8Andreas Steffen2013-03-224-21/+32
* moved ar_id from imv_agent to imv_stateAndreas Steffen2013-03-112-3/+24
* make TNC Access Requestor ID available to IMVsAndreas Steffen2013-03-033-14/+40
* Fixed Doxygen comments after scanning complete src directoryTobias Brunner2013-03-022-4/+5
* improved control when an attribute request is sentAndreas Steffen2013-02-033-2/+54
* Cast first argument for %.*s to intTobias Brunner2013-01-243-15/+15
* make pacman.sh run under cronAndreas Steffen2012-12-261-9/+13
* store detected improper OS settings in databaseAndreas Steffen2012-11-303-14/+21
* store collected device information in databaseAndreas Steffen2012-11-283-1/+80
* store unique device_id in databaseAndreas Steffen2012-11-275-22/+80
* completed Polish language versionEwa Steffen2012-11-231-2/+14
* implemented output of item lists in remediation instructionsAndreas Steffen2012-11-231-44/+41
* refactored reason string and remediation instructions frameworkAndreas Steffen2012-11-231-215/+144
* strndup() requires string.h header fileAndreas Steffen2012-11-181-0/+2
* generate reason strings and remediation instructions for improper OS settingsAndreas Steffen2012-11-183-61/+198
* fixed a memory leak in pacmanAndreas Steffen2012-11-171-0/+8
* removed unused variableAndreas Steffen2012-11-171-1/+1
* discovered the use of strndup()Andreas Steffen2012-11-151-6/+2
* implemented blacklisting of software packagesAndreas Steffen2012-11-145-66/+167
* fixed remediation instructions outputAndreas Steffen2012-11-131-1/+3
* fixed memory leakAndreas Steffen2012-11-121-0/+1
* fixed typo in strcpy() function callAndreas Steffen2012-11-121-1/+1
* implemented reason string and remediation instructions for OS IMVAndreas Steffen2012-11-123-6/+132
* centralized processing of assessment informationAndreas Steffen2012-11-121-1/+1
* implemented get_remediation_instructions()Andreas Steffen2012-11-101-0/+8