aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/xauth_generic/xauth_generic.c
Commit message (Collapse)AuthorAgeFilesLines
* utils: Use chunk_equals_const() for all cryptographic purposesMartin Willi2015-04-141-1/+1
|
* payload: Use common prefixes for all payload type identifiersMartin Willi2014-06-041-6/+6
| | | | | The old identifiers did not use a proper namespace and often clashed with other defines.
* xauth-generic: honor requested XAuth credential types as a clientMartin Willi2013-09-031-16/+51
| | | | Support requesting of XAuth PINs and print XAuth messages.
* xauth: add a configuration string option to be passed to XAuth instancesMartin Willi2013-09-031-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.
* 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
|
* 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-201-0/+210