aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* 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
* Maemo: Listen for a special "Start" D-BUS call.Tobias Brunner2010-10-141-1/+5
* Maemo: Added support for connection initiation and shutdown.Tobias Brunner2010-10-141-0/+181
* Maemo: Register with libosso and init Glib main loop.Tobias Brunner2010-10-142-0/+83
* Maemo: Register charon as D-BUS system service.Tobias Brunner2010-10-142-0/+8
* Stub plugin for Maemo specific extensions added.Tobias Brunner2010-10-143-0/+114
* use DBG_TNC for TNC debugging outputAndreas Steffen2010-10-093-21/+21
* TNCCS debug cosmeticsAndreas Steffen2010-10-091-4/+4
* revert to standard TNCC/TNCS Initialization functionAndreas Steffen2010-10-092-17/+2
* implemented TNC isolation via group membershipsAndreas Steffen2010-10-091-6/+33
* implemented a makeshift non-scalable send bufferAndreas Steffen2010-10-081-25/+82
* imc/imv cosmeticsAndreas Steffen2010-10-082-4/+7
* created tnc-imc and tnc-imv pluginsAndreas Steffen2010-10-078-40/+324
* deactivate start_phase2_tnc flag after startAndreas Steffen2010-10-071-1/+1
* added server side support for EAP-TNCAndreas Steffen2010-10-071-2/+28
* Show result of RADIUS authentication along with EAP identityMartin Willi2010-10-071-5/+6
* configure tnc_config path and preferred_language via strongswan.confAndreas Steffen2010-10-051-2/+8
* created hull for TNCCS 2.0 pluginAndreas Steffen2010-10-055-0/+249
* use group membership to implement access/isolate redirection in filter-based ...Andreas Steffen2010-10-051-4/+14
* moved CHILD_SA selection out of attribute loopAndreas Steffen2010-10-051-5/+6
* receive name of preferred CHILD_SA via RADIUS Filter-Id attributeAndreas Steffen2010-10-051-0/+59
* print XML as plaintext and process recieved TNCCS BatchAndreas Steffen2010-09-301-11/+28
* started use of libtnc libraryAndreas Steffen2010-09-292-19/+81