Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | deleted newly constructed attributes in send_assessment | Andreas Steffen | 2012-12-24 | 2 | -18/+6 |
| | |||||
* | newer releases of dpkg-query does not have PackageSpec | Andreas Steffen | 2012-12-09 | 1 | -1/+1 |
| | |||||
* | ignore ports of the 127.0.1.1 internal system address | Andreas Steffen | 2012-12-09 | 1 | -2/+6 |
| | |||||
* | Reuse generic constructor in IMV/IMC message | Martin Willi | 2012-11-30 | 2 | -44/+8 |
| | |||||
* | Add getters for the raw encoding in IMV/IMC messages | Martin Willi | 2012-11-30 | 4 | -0/+38 |
| | |||||
* | Clean up whitespaces in IMC/IMV messages | Martin Willi | 2012-11-30 | 4 | -37/+37 |
| | |||||
* | Don't remove IETF standard errors while parsing IMC/IMV messages | Martin Willi | 2012-11-30 | 2 | -5/+1 |
| | |||||
* | Remove unused get_vendor_id() method in IETF error IF-M attributes | Martin Willi | 2012-11-30 | 1 | -7/+0 |
| | |||||
* | Check os_version when reading release file, os_name is not set for Debian | Martin Willi | 2012-11-30 | 1 | -1/+1 |
| | |||||
* | store detected improper OS settings in database | Andreas Steffen | 2012-11-30 | 3 | -14/+21 |
| | |||||
* | store collected device information in database | Andreas Steffen | 2012-11-28 | 3 | -1/+80 |
| | |||||
* | store unique device_id in database | Andreas Steffen | 2012-11-27 | 6 | -22/+85 |
| | |||||
* | completed Polish language version | Ewa Steffen | 2012-11-23 | 1 | -2/+14 |
| | |||||
* | cosmetics | Andreas Steffen | 2012-11-23 | 1 | -2/+2 |
| | |||||
* | implemented output of item lists in remediation instructions | Andreas Steffen | 2012-11-23 | 5 | -87/+162 |
| | |||||
* | refactored reason string and remediation instructions framework | Andreas Steffen | 2012-11-23 | 14 | -339/+743 |
| | |||||
* | strndup() requires string.h header file | Andreas Steffen | 2012-11-18 | 4 | -1/+8 |
| | |||||
* | generate reason strings and remediation instructions for improper OS settings | Andreas Steffen | 2012-11-18 | 3 | -61/+198 |
| | |||||
* | fixed a memory leak in pacman | Andreas Steffen | 2012-11-17 | 1 | -0/+8 |
| | |||||
* | removed unused variable | Andreas Steffen | 2012-11-17 | 1 | -1/+1 |
| | |||||
* | discovered the use of strndup() | Andreas Steffen | 2012-11-15 | 4 | -17/+5 |
| | |||||
* | implemented blacklisting of software packages | Andreas Steffen | 2012-11-14 | 7 | -66/+185 |
| | |||||
* | fixed remediation instructions output | Andreas Steffen | 2012-11-13 | 1 | -1/+3 |
| | |||||
* | fixed memory leak | Andreas Steffen | 2012-11-12 | 1 | -0/+1 |
| | |||||
* | fixed typo in strcpy() function call | Andreas Steffen | 2012-11-12 | 1 | -1/+1 |
| | |||||
* | implemented reason string and remediation instructions for OS IMV | Andreas Steffen | 2012-11-12 | 3 | -6/+132 |
| | |||||
* | updated strongswan.conf man page | Andreas Steffen | 2012-11-12 | 2 | -2/+2 |
| | |||||
* | centralized processing of assessment information | Andreas Steffen | 2012-11-12 | 8 | -85/+100 |
| | |||||
* | implemented get_remediation_instructions() | Andreas Steffen | 2012-11-10 | 7 | -19/+148 |
| | |||||
* | removed debug output | Andreas Steffen | 2012-11-10 | 1 | -1/+0 |
| | |||||
* | implement a preferred language enumerator | Andreas Steffen | 2012-11-10 | 6 | -135/+208 |
| | |||||
* | corrected debug class | Andreas Steffen | 2012-11-09 | 1 | -3/+3 |
| | |||||
* | added missing method assignments | Andreas Steffen | 2012-11-09 | 1 | -0/+2 |
| | |||||
* | added missing --update parameter | Andreas Steffen | 2012-11-08 | 1 | -1/+1 |
| | |||||
* | created packman daily update script | Andreas Steffen | 2012-11-08 | 2 | -0/+38 |
| | |||||
* | pacman supports differential security updates | Andreas Steffen | 2012-11-07 | 1 | -18/+101 |
| | |||||
* | fixed Android product string | Andreas Steffen | 2012-11-07 | 2 | -7/+6 |
| |