aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* Maemo: Listen for a special "Start" D-BUS call.Tobias Brunner2010-10-141-1/+5
| | | | This call is made on the system D-BUS so that charon is started as root.
* 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
| | | | | | In order to be able to access this service via libosso, charon is started with the run-standalone.sh script, which sets up the required environment.
* 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
| | | | TNC scenario
* 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
|
* moved TNCCS layer out of eap_tnc pluginAndreas Steffen2010-09-287-47/+136
|
* show validity of OCSP responsesAndreas Steffen2010-09-101-2/+15
|
* debug output of inbound and outbound TNCCS batchesAndreas Steffen2010-09-091-9/+14
|
* support non EAP-TTLS conformant RADIUS-type attribute segmentationAndreas Steffen2010-09-091-13/+79
|
* Fixed copy/paste error.Tobias Brunner2010-09-091-1/+1
|
* added explanatory commentsAndreas Steffen2010-09-091-3/+7
|
* send well-formed TNCCS-BatchAndreas Steffen2010-09-081-1/+9
|
* max max_message_count configurable and move it into tls_eap_tAndreas Steffen2010-09-083-36/+12
|
* Added a simple led plugin to control Linux LEDs based on IKE activityMartin Willi2010-09-085-0/+415
|
* moved tls_t existance test into tls_eap_create() againAndreas Steffen2010-09-083-15/+0
|
* generalized tls_eap_t to support EAP_TNC wrapping the TNC_IF_TNCCS protocolAndreas Steffen2010-09-086-94/+250
|
* Scheduler and processor have been moved to libstrongswan.Tobias Brunner2010-09-021-1/+1
| | | | | Also reverts 0c21dc000d3cd5c82eb22c4481e6459978456364 as the dependency to libcharon is no longer required.
* Fixing installation of trap policies (SPI=0) in kernel interface.Tobias Brunner2010-09-021-3/+2
|
* Replaced the protocol argument in add_policy with an optional SPI for an AH SA.Tobias Brunner2010-09-021-1/+1
|
* Refer to scheduler and processor via lib and not hydra.Tobias Brunner2010-09-0216-34/+23
|
* Moved all kernel plugins to libhydra.Tobias Brunner2010-09-0225-10696/+0
|
* Refer to kernel interface via hydra and not charon.Tobias Brunner2010-09-0217-82/+95
|
* Removed references to protocol_id_t from kernel interface.Tobias Brunner2010-09-024-136/+85
| | | | | Instead we use the actual IP protocol identifier (the conversion now happens in child_sa_t and kernel_handler_t).
* Moved roam job creation to kernel event handler.Tobias Brunner2010-09-022-21/+45
|
* Refer to scheduler via hydra and not charon.Tobias Brunner2010-09-026-6/+6
|
* Moved migrate job creation to kernel event handler.Tobias Brunner2010-09-022-14/+4
|
* Moved update SA job creation to kernel event handler.Tobias Brunner2010-09-023-19/+8
|
* Moved delete/rekey CHILD_SA job creation to kernel event handler.Tobias Brunner2010-09-023-53/+16
|
* Moved acquire job creation to kernel event handler.Tobias Brunner2010-09-023-20/+9
|
* Some whitespace and code style fixes.Tobias Brunner2010-09-021-1/+1
|
* Refer to processor via hydra and not charon.Tobias Brunner2010-09-0221-53/+72
|
* Respect key types in stroke key/certificate backendMartin Willi2010-09-021-15/+24
|
* increase number of message due to large certificate payloadsAndreas Steffen2010-09-011-1/+1
|