aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/xauth_generic
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.
* Fix null-terminated XAuth passwords, as sent by Android 4Martin Willi2012-03-221-0/+4
|
* Try all matching XAuth secrets we find, not only the first oneMartin Willi2012-03-201-11/+23
|
* Moved eap/xauth classes out of protocol specific subdirectoriesMartin Willi2012-03-201-1/+1
|
* Separated libcharon/sa directory with ikev1 and ikev2 subfoldersMartin Willi2012-03-201-1/+1
|
* Added an identity getter to XAuth methods to query the actually used identityMartin Willi2012-03-201-12/+16
|
* Fixed leak of shared keys in xauth-generic pluginMartin Willi2012-03-201-0/+2
|
* Added generic XAuth backend, using secrets provided by credential sets.Tobias Brunner2012-03-205-0/+391