Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-28 | Update phpseclib to 1.0.9. | Guillaume Mazoyer | |
2018-01-01 | Copyright updated to 2018. | Guillaume Mazoyer | |
2017-10-30 | Update phpseclib to 1.0.8. | Guillaume Mazoyer | |
2017-07-01 | Update phpseclib to 1.0.7. | Guillaume Mazoyer | |
2017-05-21 | Update phpseclib to 1.0.6. | Guillaume Mazoyer | |
2017-01-03 | Copyright updated to 2017. | Guillaume Mazoyer | |
2016-11-09 | Update phpseclib to 1.0.5. | Guillaume Mazoyer | |
2016-10-12 | Update phpseclib to 1.0.4. | Guillaume Mazoyer | |
2016-08-25 | Update phpseclib to 1.0.3. | Guillaume Mazoyer | |
2016-08-24 | Add configuration option to change connection timeout. | Guillaume Mazoyer | |
The timeout can be specified in seconds with the ['timeout'] array index within the router configuration. The default value is 30 seconds. | |||
2016-06-12 | Add new configuration options to enable/disable IPv6 or IPv4. | Guillaume Mazoyer | |
When disabling IPv6 or IPv4, the looking glass will not try to use both IP protocol versions when looking for an AS routes or when pinging or tracerouting. If an IP address of a disabling IP version is used, the user will have an error in return of its command. This error will tell him that the IP version he is trying to use is disabled. Please note that when trying to ping or traceroute a hostname from a Cisco or a Juniper device, this looking glass will not prevent the device to use a disabled IP version when executing its command. This commit also contains some small changes with HTML tags. | |||
2016-05-20 | Update phpseclib to 1.0.2. | Guillaume Mazoyer | |
2016-02-08 | Update phpseclib to 1.0.1. | Guillaume Mazoyer | |
2015-08-31 | Update phpseclib to 1.0.0. | Guillaume Mazoyer | |
2015-07-18 | Change some errors messages. | Guillaume Mazoyer | |
2015-02-17 | Update phpseclib to 0.3.10. | Guillaume Mazoyer | |
2015-01-05 | Update copyrights on files changed since 2015-01-01. | Guillaume Mazoyer | |
2015-01-04 | Cosmetic () for print instruction. | Guillaume Mazoyer | |
2014-12-10 | Update phpseclib to 0.3.9. | Guillaume Mazoyer | |
2014-11-17 | Code format. Always use () for functions. | Guillaume Mazoyer | |
2014-08-06 | More code documentation. | Guillaume Mazoyer | |
2014-08-05 | Move boostrap and phpseclib to a dedicated libraries directory. | Guillaume Mazoyer | |
2014-08-03 | Be sure to login and disconnect after each command. | Guillaume Mazoyer | |
2014-08-03 | Fix SSH disconnect function. | Guillaume Mazoyer | |
2014-08-03 | Fix send command if reconnection is needed when using SSH. | Guillaume Mazoyer | |
2014-08-03 | Rewrite of the SSH auth engine. | Guillaume Mazoyer | |
Use a more appropriate library. | |||
2014-06-18 | Fix send_command() in telnet. | Guillaume Mazoyer | |
2014-06-14 | Add preliminary support for Cisco routers. | Guillaume Mazoyer | |
Need to be tested. | |||
2014-06-10 | Rewrite of the routers part. | Guillaume Mazoyer | |
Should be more modular now to add other routers types. | |||
2014-06-04 | Fix some newbie errors. | Guillaume Mazoyer | |
2014-06-01 | Remove useless functions overrides. | Guillaume Mazoyer | |
2014-06-01 | Add telnet based authentication. | Guillaume Mazoyer | |
Continue authentication rewrite. Use abstract class with factory instanciation. |