aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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-101-2/+38
|
* 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 batch_ending() and solicit_recommendation() functionsAndreas Steffen2010-11-093-0/+53
|
* 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-094-17/+37
|
* removed whitespaceAndreas Steffen2010-11-091-1/+1
|
* implemented provide_recommendation callback functionAndreas Steffen2010-11-092-3/+13
|
* added imc/imv_manager remove methodAndreas Steffen2010-11-092-0/+40
|
* removed dependencies from libtncAndreas Steffen2010-11-091-3/+1
|
* insert IMV/IMC before providing BindFunctionAndreas Steffen2010-11-094-4/+8
|
* tnc_imc/tnc_imv cosmeticsAndreas Steffen2010-11-094-0/+18
|
* implemented receive_message() functionAndreas Steffen2010-11-095-2/+124
|
* support of reportMessageTypes() functionAndreas Steffen2010-11-096-3/+110
|
* moved TNCCS callback functions into bind_function.cAndreas Steffen2010-11-096-147/+186
|
* implemented send_message() callback functionAndreas Steffen2010-11-092-46/+35
|
* implement IMC and IMV manager classesAndreas Steffen2010-11-0913-66/+602
|
* check if optional terminate() function existsAndreas Steffen2010-11-092-2/+4
|
* select TNCCS protocol via charon.plugins.eap-tnc.protocolAndreas Steffen2010-11-091-1/+6
|
* cleaned up whitespaceAndreas Steffen2010-11-094-10/+9
|
* implemented IMC/IMV handlerAndreas Steffen2010-11-098-26/+398
|
* fixed memory leak in EAP-TTLS piggy-back modeAndreas Steffen2010-11-091-0/+1
|
* Added a stroke rekey command to trigger IKE/CHILD_SA rekeying manuallyMartin Willi2010-11-033-27/+128
|
* two fixes in tnccs_11Andreas Steffen2010-11-021-2/+2
|
* Store proposal number in proposal_t to reuse it in the selected proposalMartin Willi2010-10-281-2/+2
| | | | | According to RFC 5996 3.3.1, we MUST reuse the proposal number of the selected proposal in the SA payload reply.
* fixed 64 bit printf() issueAndreas Steffen2010-10-241-1/+1
|
* Set ownership of all HA ClusterIP control filesMartin Willi2010-10-201-0/+5
|
* Set ownership/permissions of HA control socketMartin Willi2010-10-201-1/+9
|
* Prefer the 'server identifier' attribute address to send DHCP requests toMartin Willi2010-10-181-5/+13
|
* Some Doxygen fixes.Tobias Brunner2010-10-152-2/+2
|
* Missed one unneeded destructor.Tobias Brunner2010-10-151-4/+0
|
* Deferred instantiation of socket implmentations until registration.Tobias Brunner2010-10-158-56/+28
| | | | | | Instantiating the implementations on plugin load was problematic in case multiple socket plugins were loaded. Now, the first one registered is instantiated.
* Added some generated files to .gitignore.Tobias Brunner2010-10-151-1/+0
|
* suport certificate-based client authentication with EAP-TTLSAndreas Steffen2010-10-141-40/+70
|
* Moved sources of the NetworkManager plugin to src/frontends.Tobias Brunner2010-10-1429-1815/+0
|
* Maemo: Load CA certificates from system directories.Tobias Brunner2010-10-141-6/+58
|
* Maemo: Track the status of the current SA and send changes to the frontend.Tobias Brunner2010-10-141-31/+97
|
* Maemo: Properly unregister the RPC callbacks.Tobias Brunner2010-10-141-0/+6
|
* Maemo: Plugin implements the listener_t interface.Tobias Brunner2010-10-142-0/+51
|
* Maemo: Extracted most plugin code to a separate class, so we can use that as ↵Tobias Brunner2010-10-144-283/+396
| | | | listener.
* Maemo: Initiate consumes a child_sa reference, so get an additional one.Tobias Brunner2010-10-141-0/+2
|
* Maemo: Basic functionality added to notify the applet about status updates.Tobias Brunner2010-10-141-0/+16
|
* Maemo: Clear the credentials before each connection attempt.Tobias Brunner2010-10-141-0/+2
|