summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2016-05-05release new version0.14.0Saku Ytti
fixes #412
2016-05-05support catosSaku Ytti
2016-05-04ASR9001 had \r in password promptSaku Ytti
Fixes #410
2016-04-27Merge pull request #407 from TibshoOT/fix_single_repo_with_group_and_gitytti
Fix exception when using git, groups, and single_repo method
2016-04-27Fix exception when using git, groups, and single_repo methodTibshoOT
2016-04-25Patch for ironware 07.2.02kT3e3 versionTibshoOT
2016-04-08Fix for issue ytti/382, filters out additional credentials/secretsColin Stubbs
which change regularly in some way. Tested with BIG-IP v11.6.1
2016-04-08Fix for issue 359Colin Stubbs
2016-04-08asa.rb enhancementsgcotone
2016-03-31Merge pull request #367 from funzoneq/masterytti
Add supermicro support tested on a SuperMicro SSE-G2252
2016-03-31Remove the pager and remove 'Building running configuration. Please wait...'Arnoud Vermeer
2016-03-31release 0.13.10.13.1Saku Ytti
2016-03-30release 0.13.00.13.0Saku Ytti
2016-03-30Fix small typo, class must start with uppercaseroedie
2016-03-26closes #370Saku Ytti
2016-03-24add netonix supportSaku Ytti
closes #366
2016-03-24Add supermicro support tested on a SuperMicro SSE-G2252Arnoud Vermeer
2016-03-19Merge pull request #355 from danilopopeye/add-datacom-supportytti
add DataCom support
2016-03-17IPOS model improvements to fix unwanted diffs.Jesper Geertsen Jonsson
2016-03-09Procurve remove secretUltra2D
2016-03-09Procurve filter control sequences and run `show system information`; fixes #356Ultra2D
2016-03-04include SSH support for DataCom modelsDanilo Sousa
2016-03-03TMOS: Strip out the irule-down stateMike Bryant
2016-03-03TMOS: Strip out the checking stateMike Bryant
2016-03-02add DataCom supportDanilo Sousa
2016-03-01include support for Citrix NetScaler devicesDanilo Sousa
2016-03-01force the F5 TMOS shell to do not ask questionsDanilo 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-25Changed configuration item namesawlx
2016-02-25Remove commands from the configTony Murray
2016-02-25Edgeswitch: not properly closing the connectonTony Murray
Quit fully logs out even when enabled. exit exit did not log out the second one failed.
2016-02-25Prompt detect not workingTony 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-25Removed unnecessary repetitionawlx
2016-02-25Added support for SSH Key usage and ssh-agent-forwardingawlx
2016-02-25Fixed the fortios prompt to support a read-only userawlx
2016-02-25Merge pull request #340 from awlx/add_f5_partition_supportytti
Added function to get configuration of all partitions running on a F5
2016-02-25fix ssh testSaku Ytti
also fix warning about unused variable
2016-02-25Added function to get configuration of all partitions running on a F5awlx
2016-02-24Remove netcat in favor of native ssh tunnelroedie
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-23Merge pull request #326 from danilopopeye/group-remotes-and-hooksytti
multiple remotes for groups in GithubRepo hook
2016-02-22follow the hook remotes config also for groups repositoriesDanilo Sousa
ref.: https://github.com/ytti/oxidized/pull/326/files#r53557892
2016-02-22don't comment running configSaku Ytti
spotted by @str4nd
2016-02-22I guess no one uses telnet, which is nice.Saku Ytti
Edgeswitch spotted by @str4nd
2016-02-22Merge pull request #313 from jgroom33/masterytti
add http output type
2016-02-22add requiresJeff Groom
2016-02-21Fix telnet 'wait for prompt' bugroedie
2016-02-20Merge pull request #331 from danilopopeye/config-root-env-varytti
config root env var
2016-02-20Merge pull request #323 from roedie/add-redbackytti
Add support for Ericsson Redback
2016-02-20Rename to IPOSroedie
2016-02-19refactor `#remote_repo` to not rely on `#single_repo?` configDanilo 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-19move the groups remote to the hook configDanilo Sousa
thanks to @ElvinEfendi for the idea! :+1: