aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/tnc
Commit message (Expand)AuthorAgeFilesLines
* clear reason strings after delivering themAndreas Steffen2011-06-151-0/+6
* fixed length checkAndreas Steffen2011-06-121-1/+1
* explicitly activate use of TNC headersAndreas Steffen2011-06-074-9/+23
* make IMC/IMV pairs independent of libcharonAndreas Steffen2011-06-0111-687/+9
* created Private Enterprise Number (PEN) listAndreas Steffen2011-05-293-7/+79
* added TNC_Connection_State_namesAndreas Steffen2011-05-292-0/+32
* Restrict IMCs and IMVs to call SendMessage()Andreas Steffen2011-05-142-4/+4
* protection against insane IMCs and IMVsAndreas Steffen2011-05-112-0/+17
* 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
* log TNC PEP decision with level 0Andreas Steffen2011-03-251-2/+4
* Whitespace cleanups in tnc codeMartin Willi2011-02-081-46/+45
* Add a prefix to the global visible tnc names to avoid name clashes, move to t...Martin Willi2011-02-083-34/+12
* Fixed doxygen groups in libcharon tnc subtreeMartin Willi2011-02-088-119/+105
* 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 create_reason_enumerator() functionAndreas Steffen2010-11-191-0/+7
* 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-162-0/+56
* implement GetAttribute() callback functionAndreas Steffen2010-11-163-25/+148
* implemented have_recommendation() based on a choice of 3 policiesAndreas Steffen2010-11-153-3/+10
* configure recommendation policy via strongswan.confAndreas Steffen2010-11-142-0/+35
* moved recommendation handling to the tnc_imv pluginAndreas Steffen2010-11-136-45/+108
* added get_preferred_language() to tnc_imcAndreas Steffen2010-11-111-0/+7
* created enum names for action recommendations and evaluation resultsAndreas Steffen2010-11-102-0/+64
* enforce_recommendation inserts TNC group membership rules for IKE_SAAndreas Steffen2010-11-101-0/+10
* implemented separate protocol and connection rwlocksAndreas Steffen2010-11-091-21/+31
* assign provide_recommendation callback functionAndreas Steffen2010-11-091-1/+3
* implemented batch_ending() and solicit_recommendation() functionsAndreas Steffen2010-11-092-1/+26
* added get_count() method to IMC/IMV managersAndreas Steffen2010-11-092-0/+14
* abort if one of the IMCs or IMVs fail to initializeAndreas Steffen2010-11-091-1/+1
* removed whitespaceAndreas Steffen2010-11-091-2/+2
* implemented provide_recommendation callback functionAndreas Steffen2010-11-093-10/+82
* added imc/imv_manager remove methodAndreas Steffen2010-11-092-0/+16
* insert IMV/IMC before providing BindFunctionAndreas Steffen2010-11-091-1/+1
* tnccs header cosmeticsAndreas Steffen2010-11-092-8/+7
* imv/imc header cosmeticsAndreas Steffen2010-11-094-41/+45
* implemented receive_message() functionAndreas Steffen2010-11-094-0/+48
* support of reportMessageTypes() functionAndreas Steffen2010-11-095-20/+65
* implemented send_message() callback functionAndreas Steffen2010-11-093-4/+75
* implement IMC and IMV manager classesAndreas Steffen2010-11-094-4/+140
* added connection management to TNCCS managerAndreas Steffen2010-11-092-2/+88
* changed ACL properties of header filesAndreas Steffen2010-11-093-0/+0
* cleaned up whitespaceAndreas Steffen2010-11-092-2/+2
* implemented IMC/IMV handlerAndreas Steffen2010-11-099-0/+1136