Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-27 | Rebased and fixed conflicts | Neil Lathwood | |
2018-04-27 | Merge pull request #1238 from jiphex/fix-dnos-changing-info | ytti | |
Alter DNOS config. Remove constantly changing info | |||
2018-04-27 | Add SSH keepalive | Saku Ytti | |
Closes #1276 | |||
2018-04-26 | praise be | Saku Ytti | |
2018-04-26 | fix rubocop being anal | Saku Ytti | |
2018-04-26 | safe guard version for environment without git | Saku Ytti | |
2018-04-25 | only set version when building packege | Saku Ytti | |
2018-04-25 | fine tune rubocop to yttis exacting specifications | Wild Kat | |
2018-04-25 | set version from git | Saku Ytti | |
you still need to bump version.rb, as 'rake tag' will use that to create git tag, which we need :> | |||
2018-04-25 | Add option to force input string into 8bit-ascii | ytti | |
Essentially binary blob or UTF8 Closes #1210 | |||
2018-04-25 | Merge branch 'master' into the-great-makeover | Wild Kat | |
2018-04-22 | Change the debug log fsync to a flush | Jason Ackley | |
fsync() can be expensive on OSes and induce timeout failures when running with input debugging of SSH sessions. | |||
2018-04-21 | the great makeover - standardize layout, alignment, indentation | Wild Kat | |
2018-04-20 | Merge pull request #1291 from wk/refactor-awssns | ytti | |
restructure awssns.rb to comply with rubocop | |||
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-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-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 |