summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-05Merge pull request #1 from wk/pr-1266ja-frog
refactor login in ssh.rb
2018-04-27refactor login in ssh.rbWild Kat
2018-04-19Add handling for devices that only prompt for a password via SSHja-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-09Merge pull request #1263 from wk/clear-lockfileytti
Clear lockfile out
2018-04-09Update .gitignore to include Gemfile.lockWild Kat
2018-04-09Delete Gemfile.lockWild Kat
2018-04-07Merge pull request #1258 from martinohansen/masterytti
Allowed prompt to contain hyphen
2018-04-07List hooks in README ToC (#1259)Wild Kat
* add hooks to readme toc * remove unsightly colons
2018-04-07Allowed prompt to contain hyphenMartin Overgaard Hansen
2018-04-07Merge pull request #1257 from wk/githubrepo-usernameytti
refactor githubrepo credential handling (closes #1240)
2018-04-07improve githubrepo auth exampleWild Kat
2018-04-07extend githubrepo documentationWild Kat
2018-04-06expose username in debug logWild Kat
2018-04-06refactor githubrepo credential handlingWild Kat
2018-04-06Merge pull request #1256 from wk/dockerfile-refreshytti
reorder dockerfile gem installation
2018-04-06reorder dockerfile gem installationWild Kat
2018-04-05Merge pull request #1255 from Turbid/patch-1ytti
docs: Fixed the link to SNR model
2018-04-05docs: Fixed the link to SNR modelIlya Demyanov
2018-04-05Merge pull request #1253 from wk/snr-fixesytti
unspeakable things took place in original PR, correcting model
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-04-02Merge pull request #1245 from STetzel/masterytti
updates in hpebladecenter model
2018-04-02Merge pull request #1248 from davama/masterytti
Add logrotate file
2018-04-02Merge pull request #1249 from wk/improve-freebsd-documentationytti
Improve freebsd documentation (closes #1247)
2018-03-30fix broken anchor in FreeBSD docsWild Kat
2018-03-30document existence of FreeBSD packageWild Kat
2018-03-29Add logrotate fileDave
Assuming `log:` is set to: > log: /var/log/oxidized/<something>.log /var/log/oxidized will need to be owned by the user running oxidized
2018-03-26Merge pull request #1 from STetzel/STetzel-patch-1Sascha Tetzel
Update hpebladesystem.rb
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-23Merge pull request #1239 from uwerler/patch-1ytti
Update nxos.rb
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-19Merge pull request #1234 from tobbez/aricentiss-paginationytti
AricentISS: Fix pagination for old OS versions
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-17Merge pull request #1232 from wk/transition-timos-srosytti
Transition timos to sros
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-17Merge pull request #1231 from wk/supermicro-support-refactorytti
Supermicro support refactor (extends #1036)
2018-03-17correct typo in command to disable paginationWild Kat
2018-03-17restore dev comment of @tobbez to aricentiss modelWild Kat