aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_dynamic
Commit message (Collapse)AuthorAgeFilesLines
* linked-list: Change return value of find_first() and signature of its callbackTobias Brunner2017-05-261-2/+10
| | | | This avoids the unportable five pointer hack.
* eap-dynamic: Publish the get_auth() method of the wrapped EAP methodTobias Brunner2017-02-071-0/+12
| | | | Fixes #2238.
* Use standard unsigned integer typesAndreas Steffen2016-03-241-6/+6
|
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-1/+0
|
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-121-2/+2
|
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-3/+5
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* Added an option to prefer types sent by peer in eap-dynamic pluginTobias Brunner2012-08-311-14/+42
|
* eap-dynamic plugin handles EAP-Nak messages and selects a method supported ↵Tobias Brunner2012-08-311-1/+72
| | | | by the peer
* Preferred EAP methods for eap-dynamic can be configuredTobias Brunner2012-08-311-1/+59
|
* The eap-dynamic plugin uses the first supported method as defaultTobias Brunner2012-08-311-1/+91
|
* Added eap-dynamic plugin which can proxy any other EAP methodTobias Brunner2012-08-315-0/+319