summaryrefslogtreecommitdiffstats
path: root/auth/eurephia_authplugin_func.h
Commit message (Collapse)AuthorAgeFilesLines
* Added function to inspect a plug-inDavid Sommerseth2013-04-121-0/+4
| | | | | | | This will temporarily load a plug-in and extract information about it. The gathered information is returned in a struct on success. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* Added the first stab of an authentication plug-in frameworkDavid Sommerseth2013-03-031-0/+70
This enables a run-time loadable support for other authentication modules. This can be used to make eurephia authenticate user's passwords against other sources than the local eurephia database itself. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>