Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added ITA components to database | Andreas Steffen | 2013-06-21 | 1 | -0/+26 | |
| | ||||||
* | Shortened names of default policy groups | Andreas Steffen | 2013-06-21 | 2 | -10/+10 | |
| | ||||||
* | Store device with product ID | Andreas Steffen | 2013-06-21 | 4 | -21/+29 | |
| | ||||||
* | Database changes needed to integrate Cygnet backend | Andreas Steffen | 2013-06-21 | 3 | -84/+107 | |
| | ||||||
* | Implemented get|set_action_flag() methods | Andreas Steffen | 2013-06-21 | 3 | -37/+20 | |
| | ||||||
* | Implemented hierarchical policy groups | Andreas Steffen | 2013-06-21 | 3 | -144/+81 | |
| | ||||||
* | Introduced workitems to Attestation IMV | Andreas Steffen | 2013-06-21 | 12 | -125/+251 | |
| | ||||||
* | Converted all IMVs to use generic IF-IMV API | Andreas Steffen | 2013-06-21 | 12 | -929/+997 | |
| | ||||||
* | Remove the constructor from the IMV agent interface | Andreas Steffen | 2013-06-21 | 1 | -10/+0 | |
| | ||||||
* | Defined a generic IMV agent interface | Andreas Steffen | 2013-06-21 | 5 | -99/+134 | |
| | ||||||
* | Moved all functionality into imv_os_agent_t class turning imv_os_t into an ↵ | Andreas Steffen | 2013-06-21 | 7 | -780/+946 | |
| | | | | IF-IMV skeleton | |||||
* | Moved batch_ending into separate source file | Andreas Steffen | 2013-06-21 | 6 | -295/+373 | |
| | ||||||
* | do not process workitems with NULL result | Andreas Steffen | 2013-06-21 | 2 | -2/+3 | |
| | ||||||
* | fixed enumeration of workitems for a given session | Andreas Steffen | 2013-06-21 | 1 | -1/+1 | |
| | ||||||
* | generate workitems based on group policy | Andreas Steffen | 2013-06-21 | 4 | -64/+533 | |
| | ||||||
* | Added file and directory reference measurements to workitems | Andreas Steffen | 2013-06-21 | 2 | -4/+8 | |
| | ||||||
* | add overall recommendation to session database entry | Andreas Steffen | 2013-06-21 | 4 | -14/+42 | |
| | ||||||
* | don't define a default database URI | Andreas Steffen | 2013-06-21 | 3 | -6/+4 | |
| | ||||||
* | created a simple IMV Policy Manager | Andreas Steffen | 2013-06-21 | 5 | -0/+232 | |
| | ||||||
* | register received scanner attributes | Andreas Steffen | 2013-06-21 | 4 | -6/+103 | |
| | ||||||
* | refactored IMV policy management | Andreas Steffen | 2013-06-21 | 17 | -541/+698 | |
| | ||||||
* | implemented policy rules for OS IMV | Andreas Steffen | 2013-06-21 | 17 | -98/+1438 | |
| | ||||||
* | check for zero-length device ID | Andreas Steffen | 2013-06-21 | 1 | -0/+6 | |
| | ||||||
* | ITA-HSR/Device ID attribute & IMV OS state machine | Andreas Steffen | 2013-06-21 | 10 | -169/+519 | |
| | ||||||
* | execute an _imv_policy script | Andreas Steffen | 2013-06-21 | 6 | -10/+127 | |
| | ||||||
* | implemented IMV session control | Andreas Steffen | 2013-06-21 | 12 | -164/+474 | |
| | ||||||
* | Make plugins in standalone libimcv configurable | Andreas Steffen | 2013-05-24 | 1 | -1/+2 | |
| | ||||||
* | destroy SQL query | Andreas Steffen | 2013-04-21 | 1 | -0/+1 | |
| | ||||||
* | pacman: Define gen_time out of the loop | Tobias Brunner | 2013-03-25 | 1 | -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-8 | Andreas Steffen | 2013-03-22 | 8 | -78/+80 | |
| | ||||||
* | activate logging before loading plugins | Andreas Steffen | 2013-03-21 | 1 | -7/+7 | |
| | ||||||
* | added ITA Echo PA-TNC Subtype and ITA Echo Attribute type | Andreas Steffen | 2013-03-11 | 2 | -3/+5 | |
| | ||||||
* | moved ar_id from imv_agent to imv_state | Andreas Steffen | 2013-03-11 | 7 | -30/+89 | |
| | ||||||
* | instead of cloning use extract_buf() method | Andreas Steffen | 2013-03-04 | 15 | -15/+15 | |
| | ||||||
* | make TNC Access Requestor ID available to IMVs | Andreas Steffen | 2013-03-03 | 5 | -21/+67 | |
| | ||||||
* | third parameter was not copied | Andreas Steffen | 2013-03-02 | 1 | -1/+1 | |
| | ||||||
* | Fixed Doxygen comments after scanning complete src directory | Tobias Brunner | 2013-03-02 | 39 | -62/+80 | |
| | ||||||
* | treat IF-M and IF-TNCCS remediation instructions/parameters in an equal way | Andreas Steffen | 2013-02-19 | 1 | -10/+6 | |
| | ||||||
* | removed superfluous debug output | Andreas Steffen | 2013-02-15 | 2 | -4/+0 | |
| | ||||||
* | Add IF-M message subtype getter to IMC/IMV messages | Martin Willi | 2013-02-14 | 4 | -1/+28 | |
| | ||||||
* | Use a generic constructor to create PA-TNC error attributes | Martin Willi | 2013-02-14 | 1 | -62/+32 | |
| | ||||||
* | make AR identities available to IMVs via IF-IMV 1.4 draft | Andreas Steffen | 2013-02-11 | 1 | -0/+109 | |
| | ||||||
* | Don't use a time_t variable with fscanf when parsing uptime | Tobias Brunner | 2013-02-08 | 1 | -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 sent | Andreas Steffen | 2013-02-03 | 3 | -2/+54 | |
| | ||||||
* | send an error attribute if vendor ID or type of received attribute is reserved | Andreas Steffen | 2013-02-03 | 1 | -0/+12 | |
| | ||||||
* | Cast first argument for %.*s to int | Tobias Brunner | 2013-01-24 | 3 | -15/+15 | |
| | ||||||
* | Try to determine OS type if name and version are configured | Tobias Brunner | 2013-01-24 | 1 | -0/+2 | |
| | ||||||
* | Add missing va_end() call | Tobias Brunner | 2013-01-24 | 1 | -1/+2 | |
| | ||||||
* | Encode IETF Numeric Version Service Pack Version with two byte words | Martin Willi | 2013-01-22 | 1 | -3/+2 | |
| | ||||||
* | make pacman.sh run under cron | Andreas Steffen | 2012-12-26 | 1 | -9/+13 | |
| |