aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/tnc/tnccs/tnccs_manager.c
Commit message (Expand)AuthorAgeFilesLines
* refactored TNC frameworkAndreas Steffen2011-10-251-528/+0
* moved imv_manager to libtnccsAndreas Steffen2011-10-251-5/+15
* moved imc_manager to libtnccsAndreas Steffen2011-10-251-3/+14
* fixed length checkAndreas Steffen2011-06-121-1/+1
* explicitly activate use of TNC headersAndreas Steffen2011-06-071-2/+4
* Restrict IMCs and IMVs to call SendMessage()Andreas Steffen2011-05-141-3/+2
* fixed debug outputAndreas Steffen2011-05-091-2/+2
* refactored tnccs->remove_connection()Andreas Steffen2011-05-061-1/+18
* added missing tabAndreas Steffen2011-04-281-1/+1
* do not send messages of type TNC_VENDORID_ANY or subtye TNC_SUBTYPE_ANYAndreas Steffen2011-04-281-0/+12
* implemented request_handshake_retry() functionAndreas Steffen2010-11-191-1/+43
* added IMC and IMV IDs as arguments to send_message()Andreas Steffen2010-11-171-5/+6
* get_attribute() and set_attribute() are not allowed to use TNC_CONNECTIONID_ANYAndreas Steffen2010-11-161-3/+5
* implement set_attribute() callback functionAndreas Steffen2010-11-161-0/+36
* implement GetAttribute() callback functionAndreas Steffen2010-11-161-4/+65
* moved recommendation handling to the tnc_imv pluginAndreas Steffen2010-11-131-15/+40
* implemented separate protocol and connection rwlocksAndreas Steffen2010-11-091-21/+31
* assign provide_recommendation callback functionAndreas Steffen2010-11-091-1/+3
* implemented provide_recommendation callback functionAndreas Steffen2010-11-091-2/+41
* implemented send_message() callback functionAndreas Steffen2010-11-091-1/+42
* added connection management to TNCCS managerAndreas Steffen2010-11-091-2/+72
* implemented IMC/IMV handlerAndreas Steffen2010-11-091-0/+148