aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/imv
Commit message (Expand)AuthorAgeFilesLines
...
* Introduced workitems to Attestation IMVAndreas Steffen2013-06-219-69/+201
* Converted all IMVs to use generic IF-IMV APIAndreas Steffen2013-06-212-0/+173
* Remove the constructor from the IMV agent interfaceAndreas Steffen2013-06-211-10/+0
* Defined a generic IMV agent interfaceAndreas Steffen2013-06-211-0/+119
* Moved batch_ending into separate source fileAndreas Steffen2013-06-211-0/+1
* 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-213-63/+522
* Added file and directory reference measurements to workitemsAndreas Steffen2013-06-212-4/+8
* add overall recommendation to session database entryAndreas Steffen2013-06-213-11/+22
* don't define a default database URIAndreas Steffen2013-06-212-4/+3
* created a simple IMV Policy ManagerAndreas Steffen2013-06-213-0/+223
* refactored IMV policy managementAndreas Steffen2013-06-219-219/+523
* implemented policy rules for OS IMVAndreas Steffen2013-06-219-0/+1021
* execute an _imv_policy scriptAndreas Steffen2013-06-213-4/+108
* implemented IMV session controlAndreas Steffen2013-06-215-2/+363
* Switch encoding of AR Identity Value from binary to UTF-8Andreas Steffen2013-03-222-39/+12
* moved ar_id from imv_agent to imv_stateAndreas Steffen2013-03-113-25/+21
* make TNC Access Requestor ID available to IMVsAndreas Steffen2013-03-032-7/+27
* third parameter was not copiedAndreas Steffen2013-03-021-1/+1
* Fixed Doxygen comments after scanning complete src directoryTobias Brunner2013-03-026-9/+8
* removed superfluous debug outputAndreas Steffen2013-02-151-2/+0
* Add IF-M message subtype getter to IMC/IMV messagesMartin Willi2013-02-142-0/+14
* make AR identities available to IMVs via IF-IMV 1.4 draftAndreas Steffen2013-02-111-0/+109
* deleted newly constructed attributes in send_assessmentAndreas Steffen2012-12-242-18/+6
* Reuse generic constructor in IMV/IMC messageMartin Willi2012-11-301-24/+4
* Add getters for the raw encoding in IMV/IMC messagesMartin Willi2012-11-302-0/+19
* Clean up whitespaces in IMC/IMV messagesMartin Willi2012-11-302-18/+18
* cosmeticsAndreas Steffen2012-11-231-2/+2
* implemented output of item lists in remediation instructionsAndreas Steffen2012-11-231-7/+85
* refactored reason string and remediation instructions frameworkAndreas Steffen2012-11-239-8/+511
* centralized processing of assessment informationAndreas Steffen2012-11-122-6/+18
* implemented get_remediation_instructions()Andreas Steffen2012-11-103-8/+37
* removed debug outputAndreas Steffen2012-11-101-1/+0
* implement a preferred language enumeratorAndreas Steffen2012-11-103-56/+163
* added missing method assignmentsAndreas Steffen2012-11-091-0/+2
* Moved debug.[ch] to utils folderTobias Brunner2012-10-242-2/+2
* Moved data structures to new collections subfolderTobias Brunner2012-10-242-2/+2
* refactored PA-TNC message handling by IMVsAndreas Steffen2012-10-174-314/+643
* allow registration of multiple message typeAndreas Steffen2012-10-142-33/+57
* Make sure first argument is an int when using %.*s to print e.g. chunksTobias Brunner2012-09-281-4/+4
* make sending of IETF Assessment Result attributes configurableAndreas Steffen2012-09-091-11/+13
* introduced sending of standard IETF Assessment Result PA-TNC attribute by IMVsAndreas Steffen2012-09-092-4/+22
* use a nonce for a PA-TNC message identifierAndreas Steffen2012-07-161-1/+5
* updated Copyright infoAndreas Steffen2012-07-133-3/+6
* a curly bracket got lostAndreas Steffen2012-07-121-0/+1
* destroy oversized attributesAndreas Steffen2012-07-121-0/+1
* prevent endless loop with oversize attributesAndreas Steffen2012-07-121-5/+16
* restrict PA-TNC messages to maximum sizeAndreas Steffen2012-07-122-5/+42
* refactored PA-TNC attribute error handlingAndreas Steffen2012-07-121-42/+13