summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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-16Merge pull request #1230 from wk/doc-spelling-lintytti
improve spelling in docs
2018-03-16improve spelling in docsWild Kat
2018-03-16Merge pull request #1229 from wk/documentation-touchupsytti
documentation touch-ups and issue #1218
2018-03-16documentation touch-ups and issue #1218Wild 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-14Merge pull request #1219 from wk/extending-oxidized-modelsytti
Document the process of creating and extending Oxidized models
2018-03-14rename extending to creating models and correct typosWild Kat
2018-03-14fix a typo that broke a link within new documentationWild Kat
2018-03-14Document the process of extending modelsWild Kat
2018-03-13Merge pull request #1213 from wk/refresh-docker-docsCharlie Allom
Refresh docker section in readme
2018-03-12Refresh docker section in readmeWild Kat
2018-03-12Merge pull request #1208 from wk/ssh-key-passphraseCharlie Allom
Introduce support for OXIDIZED_SSH_PASSPHRASE for githubrepo hook
2018-03-12Merge pull request #1207 from wk/dockerfile-refreshCharlie Allom
Refresh Dockerfile
2018-03-12Merge remote-tracking branch 'upstream/master' into ssh-key-passphraseWild Kat
2018-03-12Merge remote-tracking branch 'upstream/master' into dockerfile-refreshWild Kat
2018-03-12Merge pull request #1209 from wk/lint-markdown-docsCharlie Allom
Lint markdown docs
2018-03-12Lint and standardize markdown documentationWild Kat
2018-03-11Introduce support for OXIDIZED_SSH_PASSPHRASEWild Kat
2018-03-11Refresh DockerfileWild Kat
Refresh Dockerfile to resolve multiple issues: * Bump base image from 0.9.18 to 0.10.0 (now xenial based). * Remove dependency on ppa:brightbox and use xenial ruby2.3 * Split build into 2 stages to backport libssh2 1.7.0 which is needed for githubrepo hook but is not available in xenial * Misc cleanup and comments
2018-03-10Add fortios fields to be masked by remove_secret flagAdam Furman
2018-03-01Merge branch 'master' into ssh-auth-methodsNeil Lathwood
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-27Added model to Supported-OS-TypesNeil Lathwood
2018-02-21rebasedNeil Lathwood
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.
2018-02-15docs: Added model note for 3com comware (#1186)Neil Lathwood
2018-02-10mode: Procurve model add show commands (#1176)Dave
Sanitized output: ``` Power Supply Status: PS# Model State AC/DC + V Wattage ---- --------- ------------- ----------------- --------- 1 Unknwn Powered AC 220V 1500 2 Unknwn Powered AC 220V 1500 2 / 2 supply bays delivering power. Total power: 3000 W ``` Of course you see `unknwn` but that is addressed in latest firmware release. Thanks!
2018-02-10fix: Fixed docker build (#1181)Charlie Allom
2018-02-09model: AWOS Make the space between # mandatory rather than optional in the ↵Thane Gill
prompt. (#1182) Per discussion in #1000
2018-02-05Added support for setting ssh auth methodsNeil Lathwood
2018-02-01removed return characters, fixing the tableKodApa85
2018-02-01Fixed privilege table not displaying correctlyCppMonkey
2018-02-01Initial commit for SSH/Telnet on Xyzel XGS4600 seriesCppMonkey