summaryrefslogtreecommitdiff
path: root/auth/ssh.php
AgeCommit message (Collapse)Author
2015-07-18Change some errors messages.Guillaume Mazoyer
2014-11-17Code format. Always use () for functions.Guillaume Mazoyer
2014-08-03Be sure to login and disconnect after each command.Guillaume Mazoyer
2014-08-03Fix SSH disconnect function.Guillaume Mazoyer
2014-08-03Fix send command if reconnection is needed when using SSH.Guillaume Mazoyer
2014-08-03Rewrite of the SSH auth engine.Guillaume Mazoyer
Use a more appropriate library.
2014-06-14Add preliminary support for Cisco routers.Guillaume Mazoyer
Need to be tested.
2014-06-10Rewrite of the routers part.Guillaume Mazoyer
Should be more modular now to add other routers types.
2014-06-04Fix some newbie errors.Guillaume Mazoyer
2014-06-01Remove useless functions overrides.Guillaume Mazoyer
2014-06-01Add telnet based authentication.Guillaume Mazoyer
Continue authentication rewrite. Use abstract class with factory instanciation.