aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* implemented policy rules for OS IMVAndreas Steffen2013-06-2117-98/+1438
|
* check for zero-length device IDAndreas Steffen2013-06-211-0/+6
|
* ITA-HSR/Device ID attribute & IMV OS state machineAndreas Steffen2013-06-2110-169/+519
|
* execute an _imv_policy scriptAndreas Steffen2013-06-216-10/+127
|
* implemented IMV session controlAndreas Steffen2013-06-2112-164/+474
|
* Make plugins in standalone libimcv configurableAndreas Steffen2013-05-241-1/+2
|
* destroy SQL queryAndreas Steffen2013-04-211-0/+1
|
* pacman: Define gen_time out of the loopTobias Brunner2013-03-251-1/+2
| | | | It gets assigned if count==3 but only used later when count >= 7.
* Switch encoding of AR Identity Value from binary to UTF-8Andreas Steffen2013-03-228-78/+80
|
* activate logging before loading pluginsAndreas Steffen2013-03-211-7/+7
|
* added ITA Echo PA-TNC Subtype and ITA Echo Attribute typeAndreas Steffen2013-03-112-3/+5
|
* moved ar_id from imv_agent to imv_stateAndreas Steffen2013-03-117-30/+89
|
* instead of cloning use extract_buf() methodAndreas Steffen2013-03-0415-15/+15
|
* make TNC Access Requestor ID available to IMVsAndreas Steffen2013-03-035-21/+67
|
* third parameter was not copiedAndreas Steffen2013-03-021-1/+1
|
* Fixed Doxygen comments after scanning complete src directoryTobias Brunner2013-03-0239-62/+80
|
* treat IF-M and IF-TNCCS remediation instructions/parameters in an equal wayAndreas Steffen2013-02-191-10/+6
|
* removed superfluous debug outputAndreas Steffen2013-02-152-4/+0
|
* Add IF-M message subtype getter to IMC/IMV messagesMartin Willi2013-02-144-1/+28
|
* Use a generic constructor to create PA-TNC error attributesMartin Willi2013-02-141-62/+32
|
* make AR identities available to IMVs via IF-IMV 1.4 draftAndreas Steffen2013-02-111-0/+109
|
* Don't use a time_t variable with fscanf when parsing uptimeTobias Brunner2013-02-081-1/+1
| | | | | | | | | Because "%u" is used as format string in the fscanf call that parses the uptime and because the length of time_t varies on different platforms and architectures the value was not written properly if time_t was longer than an unsigned int and depending on how the target variable was aligned on the stack. Since there is no conversion specifier to properly parse a time_t value we use the appropriate integer type instead.
* improved control when an attribute request is sentAndreas Steffen2013-02-033-2/+54
|
* send an error attribute if vendor ID or type of received attribute is reservedAndreas Steffen2013-02-031-0/+12
|
* Cast first argument for %.*s to intTobias Brunner2013-01-243-15/+15
|
* Try to determine OS type if name and version are configuredTobias Brunner2013-01-241-0/+2
|
* Add missing va_end() callTobias Brunner2013-01-241-1/+2
|
* Encode IETF Numeric Version Service Pack Version with two byte wordsMartin Willi2013-01-221-3/+2
|
* make pacman.sh run under cronAndreas Steffen2012-12-261-9/+13
|