summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2018-04-20Merge pull request #1291 from wk/refactor-awssnsytti
restructure awssns.rb to comply with rubocop
2018-04-19Basic support for NDMS OS (Zyxel Keenetic)Yuri Zubov
2018-04-16restructure awssns.rb to comply with rubocopWild Kat
2018-04-16Merge branch 'master' into refactor-slackdiffWild Kat
2018-04-16model: 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-16Merge pull request #1282 from wk/refactor-xmppdiffytti
restructure xmppdiff.rb to comply with rubocop
2018-04-15Merge pull request #1274 from wk/furiously-untabytti
eliminate tabs in favor of double space
2018-04-15Merge pull request #1260 from wk/models-backflipytti
eliminate inverse methods from models
2018-04-15Merge pull request #1261 from wk/verbose-hash-methodsytti
standardize on verbose hash methods
2018-04-15restructure slackdiff.rb to comply with rubocopWild Kat
2018-04-15restructure xmppdiff.rb to comply with rubocopWild Kat
2018-04-11eliminate tabs in favor of double spaceWild Kat
2018-04-11standardize on verbose hash methodsWild Kat
2018-04-09Disable paging for "show full-configuration" on FortiOSAndre Sencioles
2018-04-08eliminate inverse methods from modelsWild Kat
2018-04-07Allowed prompt to contain hyphenMartin Overgaard Hansen
2018-04-06expose username in debug logWild Kat
2018-04-06refactor githubrepo credential handlingWild Kat
2018-04-05unspeakable things took place in original PR, correcting modelWild Kat
2018-04-05Merge pull request #1251 from wk/snr-support-refactorytti
Snr support refactor (closes #1139)
2018-04-05strip uptime info from show versionWild Kat
2018-03-26Update hpebladesystem.rbSascha 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-23Merge remote-tracking branch 'upstream/master' into snr-support-refactorWild Kat
2018-03-23yield cfg for clarityWild Kat
2018-03-21Update nxos.rbUwe Werler
Otherwise the running config will not be stored.
2018-03-20better commentsWild Kat
2018-03-20expand dcnos modelWild Kat
2018-03-20refactor snr support into dcnos modelWild Kat
2018-03-19AricentISS: Fix pagination for old OS versionsTorbjö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-17transition timos to srosWild Kat
2018-03-17Merge pull request #1063 from Alexandre-io/fix-firewareos-clusterytti
Fix prompt pattern for firewareos clusters
2018-03-17Merge pull request #1066 from rverchere/dnosytti
Handle Dell N2000 switches (dnos6)
2018-03-17Merge pull request #1205 from SoulGit/add-fortios-secretsytti
Add fortios fields to be masked by remove_secret flag
2018-03-17Merge pull request #1222 from yzguy/yzguy/edgeos_vyatta_secret_removalytti
add removal of secrets in edgeos, vyatta
2018-03-17Merge pull request #1223 from yzguy/junos_password_removalytti
add secrets to sanitize in JunOS
2018-03-17Merge pull request #1227 from candlerb/candlerb/1212ytti
Skip the word 'encrypted' in Powerconnect password masking
2018-03-17correct typo in command to disable paginationWild Kat
2018-03-17restore dev comment of @tobbez to aricentiss modelWild Kat
2018-03-17complain when backward compatibility shim is usedWild Kat
2018-03-17restore backward compatibility with a supermicro shimWild Kat
2018-03-17refactor supermicro supportWild Kat
2018-03-15Skip the word 'encrypted' in Powerconnect password maskingBrian Candler
Fixes #1212
2018-03-15add hexadecimal for junos pre-shared-secretAdam Smith
2018-03-15add secrets to sanitize in JunOSAdam Smith
2018-03-15add removal of secrets in edgeos, vyattaAdam Smith
2018-03-11Introduce support for OXIDIZED_SSH_PASSPHRASEWild Kat
2018-03-10Add fortios fields to be masked by remove_secret flagAdam Furman
2018-02-27model: Added "commands" flag to "show configuration" on VyOS/Vyatta/EdgeOS ↵Zachary Puls
(#1164)
2018-02-27model: Added support for ArbOS from Arbor Networks. (#1096)Jason Ackley
* Basic support for ArbOS from Arbor Networks. ArbOS is the generic name for Arbor Networks (https://www.arbornetworks.com/) OS that runs on some of their devices. Found and imported from https://github.com/claranet/oxidized . Credit to Claranet for the creation. Locally validated on Peakflow SP v8.2+ The module is quite simple as the command 'config show' automatically disables pagination. There is a pagination-enabled version of the command as well. * Added model notes for ArbOS
2018-02-21model: Update br6910 model prompt detection (#1188)dhooper6430
The BR6910 switch can be configured to display anything on the prompt, by default it's vty-, I have modified the prompt statement to allow for whatever the user has configured the prompt to be.