aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/xauth_eap
Commit message (Collapse)AuthorAgeFilesLines
* 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