aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/xauth/xauth_manager.c
Commit message (Collapse)AuthorAgeFilesLines
* uclibc only defines strndup(3) if _GNU_SOURCE is definedTobias Brunner2014-02-191-0/+3
| | | | References #516.
* xauth: add a configuration string option to be passed to XAuth instancesMartin Willi2013-09-031-1/+16
| | | | | | 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.
* Make sure that xauth-noauth is not used accidentallyTobias Brunner2013-03-191-2/+5
| | | | It has to be selected explicitly with rightauth2=xauth-noauth.
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
|
* Moved eap/xauth classes out of protocol specific subdirectoriesMartin Willi2012-03-201-0/+157