summaryrefslogtreecommitdiffstats
path: root/auth/dummy/dummy-auth.c
Commit message (Collapse)AuthorAgeFilesLines
* auth plugin: Added a possibility for auth plug-ins to close down properlyDavid Sommerseth2013-03-071-0/+9
| | | | | | | This optional function may be declared in the auth-plugins and will be called via the eAuthPlugin_Close() function. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* auth-plugin: Added a silly and stupid authentication plug-inDavid Sommerseth2013-03-041-0/+115
This is a dummy plug-in, which should NEVER EVER be used in production. Its purpose is just to solely test the authentication plug-in API and to provide a demo implementation of the API. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>