- 23 Mar, 2013 2 commits
-
-
Tomas Hlavacek authored
-
Tomas Hlavacek authored
Cisco strict expect for > prompt is a bit restrictive, allow both # and >. Add arbitrary name parameter to the Cisco config class constructor.
-
- 22 Mar, 2013 2 commits
-
-
Tomas Hlavacek authored
-
Tomas Hlavacek authored
Implement loading of config.py from arbitrary path. The file potentially contains sensitive material like passwords, usernames, list of routers etc. and should be placed outside the www root directory.
-
- 20 Mar, 2013 4 commits
-
-
Alix Guillard authored
Signed-off-by:
Tomas Hlavacek <tmshlvck@gmail.com>
-
Alix Guillard authored
Signed-off-by:
Tomas Hlavacek <tmshlvck@gmail.com>
-
Tomas Hlavacek authored
-
Tomas Hlavacek authored
Move all sources from src to the root of the project.
-
- 11 Mar, 2013 1 commit
-
-
Alix Guillard authored
Add unwanted local testing file to the .gitignore.
-
- 06 Mar, 2013 2 commits
-
-
Tomas Hlavacek authored
Remove static methods from PersistentStorage object in order to make it possible to dump/pickle the object on older Python versions.
-
Tomas Hlavacek authored
Remove static methods from Session object in order to make it possible to dump/pickle the object on older Python versions.
-
- 03 Mar, 2013 4 commits
-
-
Tomas Hlavacek authored
-
git+ssh://git.nic.cz/ulgTomas Hlavacek authored
-
Alix Guillard authored
Remove ugly red frame. Add CZ.NIC logo. Tweak font sizes.
-
Tomas Hlavacek authored
Remove reference to index.py and add correct ulg.py.
-
- 18 Feb, 2013 2 commits
-
-
Tomas Hlavacek authored
ULG 0.9 released. CZ.NIC organizaion name and credits fixed.
-
Tomas Hlavacek authored
ipv6 command typo/mimatch fixed.
-
- 24 Jan, 2013 2 commits
-
-
Tomas Hlavacek authored
Fix exception that might be caused in various Cisco commands by None value in session.getResult() return which might happen when you have fast server where LG is running on.
-
Tomas Hlavacek authored
Fix exception that might be caused in various BIRD commands by None value in session.getResult() return which might happen when you have fast server where LG is running on.
-
- 18 Jan, 2013 4 commits
-
-
Tomas Hlavacek authored
Log requests, source IPs, actions and parameters of all CGI calls.
-
Tomas Hlavacek authored
Fix possible exception in siuation when empty result is passed to decorateResult() methon of ulgmodel.
-
Tomas Hlavacek authored
Logfile may grow to huge sizes when ULG runs with debug on. To avoid situation there is a check of the size and eventual removal of the overgrown logfile.
-
Tomas Hlavacek authored
Silence excessive debug messages going to logfile from BIRD show protocols parser when it struck newline with table name.
-
- 15 Jan, 2013 2 commits
-
-
Tomas Hlavacek authored
Fix whois UTF-8 encoded output display bug. There was an exception triggered by any UTF-8 string in whois output, which theoretically should not happen but it happened quite offten that such a weird string appeared.
-
Tomas Hlavacek authored
Add error message to BGP graph generation code to inform user that the graph can not be generated out of the know data.
-
- 02 Jan, 2013 7 commits
-
-
Tomas Hlavacek authored
Add Juniper show route <IP> parser. Add Juniper show route <IP> graph command.
-
Tomas Hlavacek authored
-
Tomas Hlavacek authored
Escap strings that might be misinterptered as HTML tags in the output of TextCommand when default decorator (= <pre>%s</pre>) is used.
-
Tomas Hlavacek authored
Recognize the shell prompt on Juniper independently on last newline (which caused errors / hangs when the output from a command was empty). Recognize the shell prompt on Juniper based on the "[^\s]+> " regexp.
-
Tomas Hlavacek authored
Add show bgp neighbor <IP> command. Add show route advertising-protocol bgp <IP> command. Add show route receive-protocol bgp <IP> command.
-
Tomas Hlavacek authored
Add Juniper show bgp summary parser and load/save routines for page load speed up.
-
Tomas Hlavacek authored
-
- 21 Dec, 2012 7 commits
-
-
Tomas Hlavacek authored
-
Tomas Hlavacek authored
-
Tomas Hlavacek authored
Fix minor problems with show bgp ipv4/6 unicast parsing
-
Tomas Hlavacek authored
Add incremental input committing to output file (per-line). Generalize line skipping and add begin-of-reply delimiter recognition instead of relying on absolute positions.
-
Tomas Hlavacek authored
-
Tomas Hlavacek authored
Add command to expect colon to set CLI infinite length. Add final expect to catch logout.
-
Tomas Hlavacek authored
Add Juniper over Telnet remote command support. SSH is TODO
-
- 14 Dec, 2012 1 commit
-
-
Tomas Hlavacek authored
Forgotten debug...
-