aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon
Commit message (Collapse)AuthorAgeFilesLines
...
* set PB_MSG_PA message typeAndreas Steffen2010-11-231-0/+4
|
* prototype implementation using the pb_tnc_message_t classAndreas Steffen2010-11-231-15/+219
|
* defined a pb_tnc_message_t interfaceAndreas Steffen2010-11-236-4/+506
|
* implemented create_reason_enumerator() functionAndreas Steffen2010-11-192-1/+35
|
* implemented request_handshake_retry() functionAndreas Steffen2010-11-194-27/+84
|
* added IMC and IMV IDs as arguments to send_message()Andreas Steffen2010-11-176-25/+39
|
* get_attribute() and set_attribute() are not allowed to use TNC_CONNECTIONID_ANYAndreas Steffen2010-11-161-3/+5
|
* initialize chunks and add debug outputAndreas Steffen2010-11-161-1/+9
|
* load IMCs and IMVs with RTLD_LAZYAndreas Steffen2010-11-162-2/+2
|
* fixed memory leakAndreas Steffen2010-11-161-1/+1
|
* implement set_attribute() callback functionAndreas Steffen2010-11-163-3/+124
|
* implement GetAttribute() callback functionAndreas Steffen2010-11-165-25/+205
|
* reformulated recommendation policiesAndreas Steffen2010-11-161-67/+97
|
* Do not checkin a previously destroyed SAThomas Egerer2010-11-161-1/+4
|
* mutex.h is not needed any moreAndreas Steffen2010-11-161-1/+0
|
* imv_list consists of linked imv_t instancesAndreas Steffen2010-11-161-3/+4
|
* implemented have_recommendation() based on a choice of 3 policiesAndreas Steffen2010-11-156-9/+155
|
* log configured recommendation policyAndreas Steffen2010-11-141-0/+2
|
* configure recommendation policy via strongswan.confAndreas Steffen2010-11-144-1/+47
|
* re-establish null pointer if IMC/IMV manager plugin could not be installedAndreas Steffen2010-11-142-0/+2
|
* moved recommendation handling to the tnc_imv pluginAndreas Steffen2010-11-1314-152/+310
|
* Extend connected peers by peer familyThomas Egerer2010-11-121-5/+16
| | | | | This allows for simultanious IPv4 and IPv6 tunnel for same peers with matching identities.
* removed debug output in IMC bind functionsAndreas Steffen2010-11-112-6/+3
|
* added get_preferred_language() to tnc_imcAndreas Steffen2010-11-113-6/+18
|
* created dummy have_recommendation() functionAndreas Steffen2010-11-101-1/+21
|
* implemented mutex locking the batch in constructionAndreas Steffen2010-11-101-4/+16
|
* fixed received test messageAndreas Steffen2010-11-101-1/+2
|
* implemented mutex locking the recommendations listAndreas Steffen2010-11-101-0/+10
|
* display ID of registered IMCs/IMVsAndreas Steffen2010-11-102-2/+4
|
* implemented recommendation storageAndreas Steffen2010-11-101-4/+61
|
* created enum names for action recommendations and evaluation resultsAndreas Steffen2010-11-103-0/+65
|
* removed debug output of tnc_imv_bind_functionsAndreas Steffen2010-11-101-5/+1
|
* enforce_recommendation inserts TNC group membership rules for IKE_SAAndreas Steffen2010-11-102-2/+48
|
* defined PB-TNC typesAndreas Steffen2010-11-103-1/+181
|
* append any previously collection messages to batchAndreas Steffen2010-11-101-1/+1
|
* read IMC/IMV configurations from /etc/tnc_configAndreas Steffen2010-11-106-72/+288
|
* unload the IMCs and IMVs using dlclose()Andreas Steffen2010-11-092-26/+39
|
* 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-095-1/+79
|
* added get_count() method to IMC/IMV managersAndreas Steffen2010-11-094-0/+28
|
* abort if one of the IMCs or IMVs fail to initializeAndreas Steffen2010-11-095-18/+38
|
* removed whitespaceAndreas Steffen2010-11-092-3/+3
|
* implemented provide_recommendation callback functionAndreas Steffen2010-11-095-13/+95
|
* added imc/imv_manager remove methodAndreas Steffen2010-11-094-0/+56
|
* removed dependencies from libtncAndreas Steffen2010-11-091-3/+1
|
* insert IMV/IMC before providing BindFunctionAndreas Steffen2010-11-095-5/+9
|
* tnc_imc/tnc_imv cosmeticsAndreas Steffen2010-11-094-0/+18
|
* tnccs header cosmeticsAndreas Steffen2010-11-092-8/+7
|
* imv/imc header cosmeticsAndreas Steffen2010-11-094-41/+45
|