aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/xauth_eap
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-1/+1
|
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-1/+0
|
* payload: Use common prefixes for all payload type identifiersMartin Willi2014-06-041-3/+3
| | | | | The old identifiers did not use a proper namespace and often clashed with other defines.
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-121-1/+1
|
* xauth: add a configuration string option to be passed to XAuth instancesMartin Willi2013-09-032-2/+4
| | | | | | The configuration string is appended to the XAuth backend name, separated by a colon. The configuration string is passed untouched to the backend, where it can change the behavior of the XAuth module.
* 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.
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-1/+2
| | | | Also fixes several whitespace errors.
* Fixed Android null terminated password fixup in xauth-eapMartin Willi2012-04-261-2/+2
|
* Fix null-terminated XAuth passwords, as sent by Android 4Martin Willi2012-03-221-0/+4
|
* Added description for the xauth-eap pluginMartin Willi2012-03-201-2/+8
|
* Added an XAuth plugin that forwards authentication to EAP methodsMartin Willi2012-03-205-0/+452