aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/imv
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* static upper size limit for PA-TNC messagesAndreas Steffen2012-07-121-25/+49
|
* 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
|
* moved management of additional IMC/IMV IDs to agentAndreas Steffen2011-12-162-7/+63
|
* implemented IMC/IMV ReceiveMessageLong functionsAndreas Steffen2011-12-092-16/+72
|
* added IMC/IMV support for send_message_long() and reserve_additional_id() ↵Andreas Steffen2011-12-092-5/+97
| | | | functions
* store the long and excl flags in the connection stateAndreas Steffen2011-12-092-0/+25
|
* IMC/IMV gets v1.3 attributes from TNCC/TNCSAndreas Steffen2011-12-091-6/+58
|
* implemented ReportMessageTypesLongAndreas Steffen2011-12-081-8/+45
|
* again a bitwise or is requiredAndreas Steffen2011-06-301-1/+1
|
* refactoring of change_state()Andreas Steffen2011-06-232-2/+9
|
* send a reason string only if action recommendation is not allowAndreas Steffen2011-06-141-21/+27
|
* implemented sending of reason stringsAndreas Steffen2011-06-133-43/+82
|
* separated tncif_names from standard TCG TNC header filesAndreas Steffen2011-06-061-0/+2
|
* nearly completed PA-TNC error handlingAndreas Steffen2011-06-052-1/+74
|
* initialize libstrongswan in dynamic stand-alone libimcv-based librariesAndreas Steffen2011-06-011-2/+11
|
* make IMC/IMV pairs independent of libcharonAndreas Steffen2011-06-012-3/+5
|
* corrected debug class to IMVAndreas Steffen2011-05-301-1/+1
|
* implemented the RFC 5792 PA-TNC protocol and an example IMC/IMV pairAndreas Steffen2011-05-303-0/+644