Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-03 | Added Nokia. | ghankins | |
2016-08-02 | Fix raising traceback which happen before config | Saku Ytti | |
closes #518 | |||
2016-08-01 | Merge pull request #517 from caiorasec/master | ytti | |
Added support for the DM2104 and DM4100 | |||
2016-08-01 | Added support for the DM2104 and DM4100 | Caio Silva | |
2016-07-29 | expand log path | Saku Ytti | |
2016-07-28 | Merge pull request #515 from fspijkerman/ASA_secret_filter_TACACS | ytti | |
Cisco ASA Secret filter for TACACS+ key | |||
2016-07-28 | Cisco ASA Secret filter for TACACS+ key | Frank Spijkerman | |
2016-07-28 | Merge pull request #514 from fspijkerman/ASA_secret_filters | ytti | |
ASA secret filters for ikev2 IPSEC pre-shared-key | |||
2016-07-28 | ASA secret filters for ikev2 IPSEC pre-shared-key | Frank Spijkerman | |
2016-07-28 | bump version0.16.2 | Saku Ytti | |
2016-07-28 | Merge pull request #513 from danilopopeye/512-fix-resolve_repo-crash | ytti | |
only resolve the repository path when the output is `git` | |||
2016-07-26 | only resolve the repository path when the output is `git` fixes #512 | Danilo Sousa | |
2016-07-26 | Merge pull request #510 from mediumo/master | ytti | |
removed current bw stats from screenos 'get system' | |||
2016-07-26 | Update screenos.rb | mediumo | |
2016-07-26 | Add files via upload | mediumo | |
removed current bandwith from get system, because it can create different config versions when there is traffic on the interfaces. current bw is just stats. | |||
2016-07-24 | saos: support ssh and different disable-pager command | Christian Franke | |
2016-07-22 | bump version0.16.1 | Saku Ytti | |
2016-07-22 | Merge pull request #507 from danilopopeye/ds-remove-puts | ytti | |
remove puts | |||
2016-07-22 | bump version0.16.0 | Saku Ytti | |
2016-07-22 | ruby2.3 and newer do not ship with net::telnet | Saku Ytti | |
closes #504 | |||
2016-07-22 | Merge pull request #505 from danilopopeye/ds-create-logs-directory | ytti | |
create a `logs` dir for all the debug logs | |||
2016-07-22 | Merge pull request #503 from danilopopeye/ds-fixes-and-refactors | ytti | |
fix repository path resolution | |||
2016-07-20 | remove `puts` | Danilo Sousa | |
2016-07-20 | create a `logs` dir for all the debug logs | Danilo Sousa | |
2016-07-20 | fixed the #fetch and #verions web problems | Danilo Sousa | |
apart from the refactorings, now the node path its correct even when groups are used | |||
2016-07-20 | fix the Node#repo path resolution | Danilo Sousa | |
this correctly respects the repo declaration as Hash or String | |||
2016-07-18 | Merge pull request #502 from totosh/master | ytti | |
Rename gaiaos to gaiaos.rb | |||
2016-07-18 | Rename gaiaos to gaiaos.rb | totosh | |
2016-07-18 | Merge pull request #501 from totosh/master | ytti | |
Added model for Check Point GaiaOS | |||
2016-07-18 | Update README.md | totosh | |
2016-07-18 | Update gaiaos | totosh | |
2016-07-18 | Update README.md | totosh | |
2016-07-18 | GAIA OS CheckPoint - New model | totosh | |
2016-07-14 | Merge pull request #498 from Ultra2D/issue-401 | ytti | |
Fix issue #401 | |||
2016-07-14 | Match entire control sequence after Press any key to continue | Ultra2D | |
2016-07-11 | release 0.15.00.15.0 | Saku Ytti | |
2016-07-10 | Merge pull request #494 from nickhilliard/im-move-ssh_no_exec-logic | ytti | |
move ssh_no_exec exec test into exec definition | |||
2016-07-10 | move ssh_no_exec exec test into exec definition | Nick Hilliard | |
2016-07-10 | Merge pull request #493 from nickhilliard/im-warning-about-running-as-root | ytti | |
oxidized should be run as its own username, not as root | |||
2016-07-09 | oxidized should be run as its own username, not as root | Nick Hilliard | |
2016-07-09 | Merge pull request #492 from nickhilliard/bf-remove-annoying-puts | ytti | |
puts should not be used for debugging - use Oxidized.logger.debug instead | |||
2016-07-09 | puts should not be used for debugging - use Oxidized.logger.debug instead. | Nick Hilliard | |
2016-07-09 | Merge pull request #491 from nickhilliard/master | ytti | |
strip trailing lines in junos model if ssh_no_exec enabled | |||
2016-07-09 | implement new screenscrape method in model | Nick Hilliard | |
2016-07-08 | Merge pull request #490 from network-guy/patch-1 | ytti | |
FortiOS Issue identifying prompt with truncated hostname | |||
2016-07-07 | Issue identifying prompt with truncated hostname | network-guy | |
The FortiOS device will truncate the hostname if it exceeds 24 characters. It will place a tilde (~) in the hostname, either at the end or before a hyphen. This causes a failure with prompt recognition and causes the backup to fail. This change adds a tilde as an identifying character in the prompt. | |||
2016-07-07 | Merge pull request #489 from ogarraux/aruba_bkup_passwords | ytti | |
Add secret removal for bkup-passwords on Aruba | |||
2016-07-06 | Add secret removal for bkup-passwords on Aruba | Oliver Garraux | |
2016-07-06 | Merge pull request #488 from nickhilliard/nf-ssh-no-exec | ytti | |
Added support for ssh_no_exec config file variable | |||
2016-07-06 | Added support for ssh_no_exec config file variable | Nick Hilliard | |