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