summaryrefslogtreecommitdiffstats
path: root/auth/socket/socket-auth.c
Commit message (Collapse)AuthorAgeFilesLines
* auth: Added socket-auth moduleDavid Sommerseth2013-06-091-0/+224
This can authenticate username/passwords via a file socket to an authentication service. A simple authentication service written in Python is added as well. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>