| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | auth/socket: Fixed a silly indenting bug in demo-auth-server.py | David Sommerseth | 2013-06-25 | 1 | -2/+2 |
| | | | | | | | | | | The socket got closed after the first authentication. Re-indent the close() call to the proper level. Credits goes to Colin Ryan for spotting this one. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
| * | auth: Added socket-auth module | David Sommerseth | 2013-06-09 | 3 | -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> | |||||
