Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-19 | Add handling for devices that only prompt for a password via SSH | ja-frog | |
An approach to handling devices that do not prompt for a username, only a password when connecting via ssh. The Calix B6 inspired this. | |||
2018-04-19 | Basic support for NDMS OS (Zyxel Keenetic) | Yuri Zubov | |
2018-04-16 | restructure awssns.rb to comply with rubocop | Wild Kat | |
2018-04-16 | Merge branch 'master' into refactor-slackdiff | Wild Kat | |
2018-04-16 | model: netgear.rb support for older models (#1268) | Zsolt Zsiros | |
* Added support for older models (FW 5.x.y.z like on GS110TP, GS748Tv4, etc) * Fixed prompt regex * docs/Model-Notes/Netgear created * docs/Model-Notes/Netgear fixed typos | |||
2018-04-16 | Merge pull request #1282 from wk/refactor-xmppdiff | ytti | |
restructure xmppdiff.rb to comply with rubocop | |||
2018-04-15 | Merge pull request #1274 from wk/furiously-untab | ytti | |
eliminate tabs in favor of double space | |||
2018-04-15 | Merge pull request #1260 from wk/models-backflip | ytti | |
eliminate inverse methods from models | |||
2018-04-15 | Merge pull request #1261 from wk/verbose-hash-methods | ytti | |
standardize on verbose hash methods | |||
2018-04-15 | restructure slackdiff.rb to comply with rubocop | Wild Kat | |
2018-04-15 | restructure xmppdiff.rb to comply with rubocop | Wild Kat | |
2018-04-15 | massage into rubocop compliance | Wild Kat | |
2018-04-13 | Merge branch 'master' into xgs4600-cli | KodApa85 | |
2018-04-12 | fix formatting to comply with Rubocop | rgnv | |
2018-04-12 | Added Cisco Spark hook | rgnv | |
2018-04-11 | eliminate tabs in favor of double space | Wild Kat | |
2018-04-11 | standardize on verbose hash methods | Wild Kat | |
2018-04-09 | Disable paging for "show full-configuration" on FortiOS | Andre Sencioles | |
2018-04-08 | eliminate inverse methods from models | Wild Kat | |
2018-04-07 | Allowed prompt to contain hyphen | Martin Overgaard Hansen | |
2018-04-06 | expose username in debug log | Wild Kat | |
2018-04-06 | refactor githubrepo credential handling | Wild Kat | |
2018-04-05 | unspeakable things took place in original PR, correcting model | Wild Kat | |
2018-04-05 | Merge pull request #1251 from wk/snr-support-refactor | ytti | |
Snr support refactor (closes #1139) | |||
2018-04-05 | strip uptime info from show version | Wild Kat | |
2018-03-26 | Update hpebladesystem.rb | Sascha Tetzel | |
- disable Last Update from NTP in Show Network, because it produced a new version with every backup (show network) - disable parsing of "----More----", it is better to user "Script Mode" (cfg :telnet, :ssh) -> post_login | |||
2018-03-23 | Merge remote-tracking branch 'upstream/master' into snr-support-refactor | Wild Kat | |
2018-03-23 | yield cfg for clarity | Wild Kat | |
2018-03-21 | Update nxos.rb | Uwe Werler | |
Otherwise the running config will not be stored. | |||
2018-03-21 | Alter DNOS config. Remove constantly changing info | James Hannah | |
Gsub out the uptime which changes constantly, and remove the output of "show system" which duplicates the info from "show version" and contains fan speed data which isn't helpful. | |||
2018-03-20 | better comments | Wild Kat | |
2018-03-20 | expand dcnos model | Wild Kat | |
2018-03-20 | refactor snr support into dcnos model | Wild Kat | |
2018-03-20 | Added more commands | CppMonkey | |
Shows more details. Confirms stacking config (Ring/Chain) Allows tracking of firmware on ras0 and ras1 | |||
2018-03-19 | AricentISS: Fix pagination for old OS versions | Torbjörn Lönnemark | |
Always issue both 'no cli pagination' and 'no cli pagignation'. Conditionally issuing only the correct variant would require sending the same number of commands to the switch ('show version', 'no cli pagi(g)nation') and also require extra logic in the model. Additionally, always issuing both removes the need for storing information about what OS versions require which command in the model. | |||
2018-03-17 | transition timos to sros | Wild Kat | |
2018-03-17 | Merge pull request #1063 from Alexandre-io/fix-firewareos-cluster | ytti | |
Fix prompt pattern for firewareos clusters | |||
2018-03-17 | Merge pull request #1066 from rverchere/dnos | ytti | |
Handle Dell N2000 switches (dnos6) | |||
2018-03-17 | Merge pull request #1205 from SoulGit/add-fortios-secrets | ytti | |
Add fortios fields to be masked by remove_secret flag | |||
2018-03-17 | Merge pull request #1222 from yzguy/yzguy/edgeos_vyatta_secret_removal | ytti | |
add removal of secrets in edgeos, vyatta | |||
2018-03-17 | Merge pull request #1223 from yzguy/junos_password_removal | ytti | |
add secrets to sanitize in JunOS | |||
2018-03-17 | Merge pull request #1227 from candlerb/candlerb/1212 | ytti | |
Skip the word 'encrypted' in Powerconnect password masking | |||
2018-03-17 | correct typo in command to disable pagination | Wild Kat | |
2018-03-17 | restore dev comment of @tobbez to aricentiss model | Wild Kat | |
2018-03-17 | complain when backward compatibility shim is used | Wild Kat | |
2018-03-17 | restore backward compatibility with a supermicro shim | Wild Kat | |
2018-03-17 | refactor supermicro support | Wild Kat | |
2018-03-15 | Skip the word 'encrypted' in Powerconnect password masking | Brian Candler | |
Fixes #1212 | |||
2018-03-15 | add hexadecimal for junos pre-shared-secret | Adam Smith | |
2018-03-15 | add secrets to sanitize in JunOS | Adam Smith | |