Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-01 | Merge pull request #352 from danilopopeye/f5-tmos-no-paging | ytti | |
force the F5 TMOS shell to do not ask questions | |||
2016-03-01 | force the F5 TMOS shell to do not ask questions | Danilo Sousa | |
config # tmsh -h usage: tmsh <options ...> <commmand> -q the shell will not ask the user any questions, this option does not have an affect in interactive mode | |||
2016-02-25 | Merge pull request #347 from awlx/ssh_key_support | ytti | |
Changed configuration item names | |||
2016-02-25 | Changed configuration item names | awlx | |
2016-02-25 | Merge pull request #345 from murrant/patch-2 | ytti | |
Edgeswitch remove commands from the config | |||
2016-02-25 | Remove commands from the config | Tony Murray | |
2016-02-25 | Merge pull request #344 from murrant/patch-2 | ytti | |
Edgeswitch prompt detect not working | |||
2016-02-25 | Edgeswitch: not properly closing the connecton | Tony Murray | |
Quit fully logs out even when enabled. exit exit did not log out the second one failed. | |||
2016-02-25 | Prompt detect not working | Tony Murray | |
The prompt detection was not working on my edgeswitch. The old regex was a little odd, so I don't know if there is some corner case I'm not accounting for. My prompts ``` (palmer-elevator.sw) > ``` ``` (palmer-elevator.sw) # ``` | |||
2016-02-25 | Merge pull request #343 from awlx/ssh_key_support | ytti | |
Ssh key support | |||
2016-02-25 | Removed unnecessary repetition | awlx | |
2016-02-25 | Merge pull request #342 from awlx/fix_documentation_for_centos | ytti | |
Added needed dependency for GIT remote functionality via SSH | |||
2016-02-25 | Added documenation hint | awlx | |
2016-02-25 | Added support for SSH Key usage and ssh-agent-forwarding | awlx | |
2016-02-25 | Added needed dependency for GIT remote functionality via SSH | awlx | |
2016-02-25 | Merge pull request #341 from awlx/fortios_configdump_with_readonlyuser | ytti | |
Fixed the fortios prompt to support a read-only user | |||
2016-02-25 | Fixed the fortios prompt to support a read-only user | awlx | |
2016-02-25 | Merge pull request #340 from awlx/add_f5_partition_support | ytti | |
Added function to get configuration of all partitions running on a F5 | |||
2016-02-25 | fix ssh test | Saku Ytti | |
also fix warning about unused variable | |||
2016-02-25 | Merge pull request #339 from roedie/update-ssh_proxy | ytti | |
Update ssh proxy | |||
2016-02-25 | Added function to get configuration of all partitions running on a F5 | awlx | |
2016-02-25 | Update spec: Change proxy to ssh_proxy | roedie | |
2016-02-25 | Update doc: proxy to ssh_proxy | roedie | |
2016-02-25 | Merge pull request #336 from roedie/add-sshtunnel | ytti | |
Add support for ssh tunnel | |||
2016-02-24 | Remove netcat in favor of native ssh tunnel | roedie | |
Newer versions of ssh (>=5.4) support the -W option which makes the use of netcat obsolete. Dropping netcat is useful is you want to hop through a router/switch since they rarely have netcat support. | |||
2016-02-23 | Merge pull request #326 from danilopopeye/group-remotes-and-hooks | ytti | |
multiple remotes for groups in GithubRepo hook | |||
2016-02-22 | follow the hook remotes config also for groups repositories | Danilo Sousa | |
ref.: https://github.com/ytti/oxidized/pull/326/files#r53557892 | |||
2016-02-22 | don't comment running config | Saku Ytti | |
spotted by @str4nd | |||
2016-02-22 | I guess no one uses telnet, which is nice. | Saku Ytti | |
Edgeswitch spotted by @str4nd | |||
2016-02-22 | Merge pull request #313 from jgroom33/master | ytti | |
add http output type | |||
2016-02-22 | add requires | Jeff Groom | |
2016-02-21 | Merge pull request #333 from roedie/fix-telnet | ytti | |
Fix telnet 'wait for prompt' bug | |||
2016-02-21 | Fix telnet 'wait for prompt' bug | roedie | |
2016-02-20 | Merge pull request #331 from danilopopeye/config-root-env-var | ytti | |
config root env var | |||
2016-02-20 | Merge pull request #323 from roedie/add-redback | ytti | |
Add support for Ericsson Redback | |||
2016-02-20 | Small README update | roedie | |
2016-02-20 | Rename to IPOS | roedie | |
2016-02-19 | refactor `#remote_repo` to not rely on `#single_repo?` config | Danilo Sousa | |
even in the case we have groups, we can assume is only one repository if the `remote_repo` config is a String. | |||
2016-02-19 | fix intermitent failing of version tests | Danilo Sousa | |
2016-02-19 | move the groups remote to the hook config | Danilo Sousa | |
thanks to @ElvinEfendi for the idea! :+1: | |||
2016-02-19 | mention the `OXIDIZED_HOME` variable in the README file | Danilo Sousa | |
2016-02-19 | create `githubrepo` hook documentation in README | Danilo Sousa | |
2016-02-19 | fix intermitent failing of version tests | Danilo Sousa | |
2016-02-19 | init.d script for centos, redhat and some others linux flavors | Danilo Sousa | |
2016-02-19 | use `OXIDIZED_HOME` env variable for root config directory | Danilo Sousa | |
this provides a way to isolate the oxidized without touching the user home directory, useful for init.d scripts and others. | |||
2016-02-19 | fix 'GithubRepo#single_repo?' private method | Danilo Sousa | |
2016-02-19 | Merge pull request #324 from roedie/add-motorola-wm | ytti | |
Add support for Motorola wireless controllers | |||
2016-02-19 | Rename to be consistent | roedie | |
2016-02-19 | Update description | roedie | |
2016-02-19 | Add Motorola RFS AKA Extreme WM | roedie | |