aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* deleted newly constructed attributes in send_assessmentAndreas Steffen2012-12-242-18/+6
|
* newer releases of dpkg-query does not have PackageSpecAndreas Steffen2012-12-091-1/+1
|
* ignore ports of the 127.0.1.1 internal system addressAndreas Steffen2012-12-091-2/+6
|
* Reuse generic constructor in IMV/IMC messageMartin Willi2012-11-302-44/+8
|
* Add getters for the raw encoding in IMV/IMC messagesMartin Willi2012-11-304-0/+38
|
* Clean up whitespaces in IMC/IMV messagesMartin Willi2012-11-304-37/+37
|
* Don't remove IETF standard errors while parsing IMC/IMV messagesMartin Willi2012-11-302-5/+1
|
* Remove unused get_vendor_id() method in IETF error IF-M attributesMartin Willi2012-11-301-7/+0
|
* Check os_version when reading release file, os_name is not set for DebianMartin Willi2012-11-301-1/+1
|
* 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-276-22/+85
|
* completed Polish language versionEwa Steffen2012-11-231-2/+14
|
* cosmeticsAndreas Steffen2012-11-231-2/+2
|
* implemented output of item lists in remediation instructionsAndreas Steffen2012-11-235-87/+162
|
* refactored reason string and remediation instructions frameworkAndreas Steffen2012-11-2314-339/+743
|
* strndup() requires string.h header fileAndreas Steffen2012-11-184-1/+8
|
* 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-154-17/+5
|
* implemented blacklisting of software packagesAndreas Steffen2012-11-147-66/+185
|
* 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
|
* updated strongswan.conf man pageAndreas Steffen2012-11-122-2/+2
|
* centralized processing of assessment informationAndreas Steffen2012-11-128-85/+100
|
* implemented get_remediation_instructions()Andreas Steffen2012-11-107-19/+148
|
* removed debug outputAndreas Steffen2012-11-101-1/+0
|
* implement a preferred language enumeratorAndreas Steffen2012-11-106-135/+208
|
* corrected debug classAndreas Steffen2012-11-091-3/+3
|
* added missing method assignmentsAndreas Steffen2012-11-091-0/+2
|
* added missing --update parameterAndreas Steffen2012-11-081-1/+1
|
* created packman daily update scriptAndreas Steffen2012-11-082-0/+38
|
* pacman supports differential security updatesAndreas Steffen2012-11-071-18/+101
|
* fixed Android product stringAndreas Steffen2012-11-072-7/+6
|