- 18 Feb, 2013 1 commit
-
-
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 3 commits
-
-
Tomas Hlavacek authored
Forgotten debug...
-
Tomas Hlavacek authored
Prompt - like "bird>" is removed from each and every line parsed. And only first two lines are unconditialnally droped. Although this is not the final solution (like rewriting (p)expect or choosing different one) this should work for me at least for now.
-
Tomas Hlavacek authored
Allow only BGP protocol by the default protocol filter. (Which means: Remove Kernel, Device, Static protocols.)
-
- 12 Dec, 2012 3 commits
-
-
Tomas Hlavacek authored
Fix bug in parameter verification implementation which did the verification and produced error but instead of returning the error out of the command call routine it passed error message as the parameter of the command and executed it.
-
Tomas Hlavacek authored
Add support for hostname resolution in Cisco forms when IP address (IPv4/6) is expected but user has entered a hostname instead.
-
Tomas Hlavacek authored
Add specialized classes for input text areas to resolve hostnames to IPv4/6 addresses when address is expected but hostname is provided by the user.
-
- 08 Dec, 2012 1 commit
-
-
Tomas Hlavacek authored
Replace CZ.NIC Labs (which does not exist as a legal entity) by CZ.NIC, z.s.p.o. which is the correct name.
-
- 30 Nov, 2012 4 commits
-
-
Tomas Hlavacek authored
Update licencing header in sources to reflect actual authorship of CZ.NIC labs. Move personal credits to file CREDITS. Add copy of the license GNU GPLv3 to LICENSE file.
-
Tomas Hlavacek authored
Add <tr class="even/odd"> line distinguisher. Add <th class="col1,2,3,..."> and <td class="col1,2,3,..."> column distingishers to table decorator (effectively all generated tables).
-
Tomas Hlavacek authored
Remove extremely verbose debug from Cisco graph routine.
-
Alix Guillard authored
Improve header styling and table spaces. Prepare for coloring even/odd rows. Prepare for interactive tables (columns hiding).
-
- 27 Nov, 2012 1 commit
-
-
Alix Guillard authored
Align the form parameter input to one single line.
-
- 23 Nov, 2012 5 commits
-
-
Tomas Hlavacek authored
Remove constants out of code and add error message to output when there are no data produced by the show bgp ipv4/6 <prefix> command parser (or BIRD equivalent - show route <prefix> all) and therefore no graph can be generated. The error occures in situation when wrong prefix is on input or the prefix has no paths in the routing table.
-
Alix Guillard authored
Update form style in order to fit all the dropdown boxes in a single line if possible.
-
Tomas Hlavacek authored
Fix Cisco graph generation routine that was broken by the previous fix of the ASN parsing and decorator functions.
-
Tomas Hlavacek authored
Fix ASN matches and decoration for sh bgp ipv4 uni ... *.
-
Tomas Hlavacek authored
Generalize DecoratorHelper.decorateASN() function to accept formats AS<number> or simple <number>.
-