aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-056-0/+256
|
* 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
|
* NOTIFY error message types include 16383Andreas Steffen2010-09-291-1/+1
|
* moved TNCCS layer out of eap_tnc pluginAndreas Steffen2010-09-2814-48/+450
|
* draft-ietf-ipsecme-eap-mutual will be released as RFC 5998.Tobias Brunner2010-09-161-1/+1
|
* added notify messages defined in RFC 5996Andreas Steffen2010-09-152-6/+13
|
* 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-086-0/+422
|
* 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.
* Adapted child_sa_t to changed kernel interface.Tobias Brunner2010-09-021-25/+49
|
* Fixing installation of trap policies (SPI=0) in kernel interface.Tobias Brunner2010-09-021-3/+2
|
* Added an option to specify the type of a policy to kernel_ipsec.add_policy.Tobias Brunner2010-09-021-18/+18
| | | | | This will later allow us to support pluto's passthrough and drop policies in charon.
* Replaced the protocol argument in add_policy with an optional SPI for an AH SA.Tobias Brunner2010-09-022-19/+38
|
* Refer to scheduler and processor via lib and not hydra.Tobias Brunner2010-09-0230-89/+67
|
* Moved all kernel plugins to libhydra.Tobias Brunner2010-09-0227-10728/+0
|
* Moved ipsec_transform_t to kernel_ipsec.h in libhydra.Tobias Brunner2010-09-022-26/+0
| | | | | Because of this libfreeswan, pluto, starter etc. now depend on that file (and libhydra). This resolved some duplicate declarations.
* Refer to kernel interface via hydra and not charon.Tobias Brunner2010-09-0224-144/+161
|
* Moved kernel interface to libhydra.Tobias Brunner2010-09-0212-1620/+8
|
* Removed references to protocol_id_t from kernel interface.Tobias Brunner2010-09-0210-199/+193
| | | | | Instead we use the actual IP protocol identifier (the conversion now happens in child_sa_t and kernel_handler_t).
* Migrated child_sa_t to INIT/METHOD macros.Tobias Brunner2010-09-021-202/+132
|
* Moved roam job creation to kernel event handler.Tobias Brunner2010-09-023-21/+56
|
* Refer to scheduler via hydra and not charon.Tobias Brunner2010-09-0214-29/+32
|
* Moved scheduler_t to libhydra.Tobias Brunner2010-09-026-499/+0
|
* Moved migrate job creation to kernel event handler.Tobias Brunner2010-09-023-15/+22
|
* Moved update SA job creation to kernel event handler.Tobias Brunner2010-09-024-19/+22
|
* Moved delete/rekey CHILD_SA job creation to kernel event handler.Tobias Brunner2010-09-024-53/+39
|
* Moved acquire job creation to kernel event handler.Tobias Brunner2010-09-024-21/+31
|
* Added kernel event handler stub.Tobias Brunner2010-09-025-0/+120
|
* All kernel listener hooks are optional.Tobias Brunner2010-09-022-5/+11
|
* Added listener handling to kernel interface.Tobias Brunner2010-09-022-2/+202
|
* Added an interface for kernel event listeners.Tobias Brunner2010-09-023-0/+96
|
* Some whitespace and code style fixes.Tobias Brunner2010-09-024-25/+33
|
* Move callback_job_t to libhydra.Tobias Brunner2010-09-024-392/+0
|
* Fixing Doxygen groups after moving processor.Tobias Brunner2010-09-0218-20/+20
|
* Refer to processor via hydra and not charon.Tobias Brunner2010-09-0233-71/+100
|
* Move processor_t (thread-pool) to libhydra.Tobias Brunner2010-09-027-437/+3
|