aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/xauth_eap/xauth_eap.c
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-1/+1
|
* 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.
* 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-031-1/+1
| | | | | | 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.
* 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 an XAuth plugin that forwards authentication to EAP methodsMartin Willi2012-03-201-0/+284