summaryrefslogtreecommitdiffstats
path: root/auth/socket
Commit message (Collapse)AuthorAgeFilesLines
* auth: Added socket-auth moduleDavid Sommerseth2013-06-093-0/+481
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>