aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/tnc/tnccs
Commit message (Expand)AuthorAgeFilesLines
* refactored TNC frameworkAndreas Steffen2011-10-254-876/+0
* moved imv_manager to libtnccsAndreas Steffen2011-10-252-6/+16
* moved imc_manager to libtnccsAndreas Steffen2011-10-251-3/+14
* Add features support to tnccs pluginsAndreas Steffen2011-10-202-5/+63
* fixed length checkAndreas Steffen2011-06-121-1/+1
* explicitly activate use of TNC headersAndreas Steffen2011-06-072-5/+11
* make IMC/IMV pairs independent of libcharonAndreas Steffen2011-06-011-3/+4
* created Private Enterprise Number (PEN) listAndreas Steffen2011-05-291-7/+0
* Restrict IMCs and IMVs to call SendMessage()Andreas Steffen2011-05-142-4/+4
* fixed debug outputAndreas Steffen2011-05-091-2/+2
* refactored tnccs->remove_connection()Andreas Steffen2011-05-062-2/+21
* 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
* Fixed doxygen groups in libcharon tnc subtreeMartin Willi2011-02-081-1/+4
* implemented dynamic detection of TNCCS protocolAndreas Steffen2011-01-312-2/+5
* defined some additional Private Enterprise NumbersAndreas Steffen2010-12-101-2/+6
* pb_tnc_batch_t class implements parsing and building of PB-TNC batchesAndreas Steffen2010-12-091-0/+3
* implemented request_handshake_retry() functionAndreas Steffen2010-11-192-23/+80
* added IMC and IMV IDs as arguments to send_message()Andreas Steffen2010-11-173-14/+23
* 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-162-22/+122
* moved recommendation handling to the tnc_imv pluginAndreas Steffen2010-11-133-35/+48
* implemented separate protocol and connection rwlocksAndreas Steffen2010-11-091-21/+31
* assign provide_recommendation callback functionAndreas Steffen2010-11-091-1/+3
* removed whitespaceAndreas Steffen2010-11-091-2/+2
* implemented provide_recommendation callback functionAndreas Steffen2010-11-093-10/+82
* tnccs header cosmeticsAndreas Steffen2010-11-092-8/+7
* support of reportMessageTypes() functionAndreas Steffen2010-11-091-2/+2
* implemented send_message() callback functionAndreas Steffen2010-11-093-4/+75
* added connection management to TNCCS managerAndreas Steffen2010-11-092-2/+88
* implemented IMC/IMV handlerAndreas Steffen2010-11-094-0/+296