aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/imc
Commit message (Expand)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-245-10/+10
* imc-os: Terminate buffer after fread(3) call to make Coverity happyTobias Brunner2016-03-111-1/+1
* imc-os: Correctly check return value of ftell(2)Tobias Brunner2016-03-111-1/+9
* imc: get_default_pwd_status(), as it currently is, works on Windows tooTobias Brunner2015-08-191-8/+8
* Add default password determination capability to os_infoAndreas Steffen2015-08-182-2/+18
* Fixed the implemention of the IF-M segmentation protocolAndreas Steffen2015-08-181-8/+22
* Fixed os_info path in strongswan.confAndreas Steffen2015-05-241-2/+2
* libimcv: Fix Doxygen comments after merging libpts into libimcvTobias Brunner2014-10-131-1/+1
* Support of multiple directed segmentation contractsAndreas Steffen2014-10-111-9/+22
* Merged libpts into libimcvAndreas Steffen2014-10-051-4/+3
* Added out message queue for imv_msg receive methodAndreas Steffen2014-10-051-1/+1
* Implemented IF-M segmentationAndreas Steffen2014-10-052-58/+156
* Added request variable to get_info_string methodAndreas Steffen2014-10-031-2/+2
* Implemented IF-M segmentation contractsAndreas Steffen2014-10-033-21/+114
* Allow to treat specified Attribute-Type-Not-Supported errors as non-fatalAndreas Steffen2014-10-034-5/+44
* libimcv: Be a little more verbose about the Windows system reportedMartin Willi2014-06-041-8/+10
* libimcv: Silence integer to pointer cast warningsMartin Willi2014-06-041-2/+1
* libimcv: Port os_info (partially) to WindowsMartin Willi2014-06-041-10/+78
* Indicate IMV in assessment log statementAndreas Steffen2014-04-151-4/+14
* Separated IMV session management from IMV policy databaseAndreas Steffen2014-04-152-0/+669
* refactored IMV policy managementAndreas Steffen2013-06-211-1/+1
* Fixed Doxygen comments after scanning complete src directoryTobias Brunner2013-03-023-5/+4
* removed superfluous debug outputAndreas Steffen2013-02-151-2/+0
* Add IF-M message subtype getter to IMC/IMV messagesMartin Willi2013-02-142-1/+14
* Reuse generic constructor in IMV/IMC messageMartin Willi2012-11-301-20/+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-19/+19
* refactored reason string and remediation instructions frameworkAndreas Steffen2012-11-231-6/+6
* centralized processing of assessment informationAndreas Steffen2012-11-121-7/+76
* Moved debug.[ch] to utils folderTobias Brunner2012-10-242-6/+6
* Moved data structures to new collections subfolderTobias Brunner2012-10-242-2/+2
* refactored PA-TNC message handling by IMVsAndreas Steffen2012-10-171-1/+1
* refactored PA-TNC message handling by IMCsAndreas Steffen2012-10-174-233/+590
* allow registration of multiple message typeAndreas Steffen2012-10-142-23/+49
* introduced sending of standard IETF Assessment Result PA-TNC attribute by IMVsAndreas Steffen2012-09-091-2/+22
* use a nonce for a PA-TNC message identifierAndreas Steffen2012-07-161-1/+5
* updated Copyright infoAndreas Steffen2012-07-133-3/+6
* destroy oversized attributesAndreas Steffen2012-07-121-0/+1
* prevent endless loop with oversize attributesAndreas Steffen2012-07-121-3/+16
* restrict PA-TNC messages to maximum sizeAndreas Steffen2012-07-122-12/+43
* refactored PA-TNC attribute error handlingAndreas Steffen2012-07-121-40/+13
* static upper size limit for PA-TNC messagesAndreas Steffen2012-07-121-24/+47
* fixed a memory leak in imc|imv_agentAndreas Steffen2012-07-121-7/+10
* imc/imv->send_message() uses attr_listAndreas Steffen2012-07-112-4/+16
* Fixed return values of several functions (e.g. return FALSE for pointer types).Tobias Brunner2012-05-311-1/+1
* moved management of additional IMC/IMV IDs to agentAndreas Steffen2011-12-162-7/+63
* implemented IMC/IMV ReceiveMessageLong functionsAndreas Steffen2011-12-092-16/+67
* added IMC/IMV support for send_message_long() and reserve_additional_id() fun...Andreas Steffen2011-12-092-5/+97
* store the long and excl flags in the connection stateAndreas Steffen2011-12-092-1/+27
* IMC/IMV gets v1.3 attributes from TNCC/TNCSAndreas Steffen2011-12-091-6/+104