summaryrefslogtreecommitdiff
path: root/auth/authentication.php
AgeCommit message (Collapse)Author
2014-08-06More code documentation.Guillaume Mazoyer
2014-08-05Move boostrap and phpseclib to a dedicated libraries directory.Guillaume Mazoyer
2014-08-03Rewrite of the SSH auth engine.Guillaume Mazoyer
Use a more appropriate library.
2014-06-10Rewrite of the routers part.Guillaume Mazoyer
Should be more modular now to add other routers types.
2014-06-01Add telnet based authentication.Guillaume Mazoyer
Continue authentication rewrite. Use abstract class with factory instanciation.