Age | Commit message (Collapse) | Author |
|
An AS path regex will be considered as invalid if any of the ; and "
characters are used. These characters could be used to inject arbitrary
command due to the router command line interpretation.
This is a temporary fix for issue #13 while waiting for something better.
|
|
|
|
|
|
|
|
Rename FQDN to hostname which seems more appropriate.
Refactor match_fqdn / match_hostname function to use a more accurate way of
checking a potential hostname.
|
|
|
|
The format for each log can be configured with the configuration
option defined by $config['logs']['format']. %D is for
the time, %R is for the requester IP address, %H is for the host on
which the command has been executed and %C is for the command.
Warning! The configuration option to choose the logs file has been
moved from $config['misc']['logs'] to $config['logs']['file'].
|
|
|
|
|
|
Basically this can work with all Linux boxes. It gets A and AAAA
records from DNS and decide if it can uses IPv6 or IPv4 to ping or
to traceroute. IPv6 is always preferred of course.
|
|
The defaults can be overriden in the config.php file but some of
them are fine as defaults. This will help in having a config.php
file as short as we can.
Also move utils.php to the includes directory.
|