aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/xauth_noauth
Commit message (Collapse)AuthorAgeFilesLines
* Added xauth-noauth pluginTobias Brunner2013-03-195-0/+261
This XAuth backend does not do any authentication of client credentials but simply sends a successful XAuth status to the client, thereby concluding the XAuth exchange. This can be useful to fallback to basic RSA authentication with clients that can not be configured without XAuth authentication.