summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-14Merge pull request #836 from ospfbgp/patch-1ytti
Add support for Avaya VSP
2017-05-14Merge pull request #837 from ospfbgp/patch-2ytti
Update for Avaya VSP Switches
2017-05-14Merge pull request #841 from madmouser1/routerosytti
added a pre-logout command to quit cleanly from routeros
2017-05-14Merge pull request #843 from bheum/masterytti
Added OX_NODE_IP for hook type: exec
2017-05-11Added OX_NODE_IP for hook type: execBenedikt Heumüller
Added OX_NODE_IP to access the IP address for exec commands.
2017-05-10added a pre-logout command to quit cleanly from routerosmadmouser1
2017-05-09Update for Avaya VSP Switchesospfbgp
Update for Avaya VSP switches that run voss
2017-05-09Add support for Avaya VSPospfbgp
Adding support Avaya VSP Operating System Software(VOSS). Tested both ssh and telnet.
2017-05-08Merge pull request #831 from sorano/patch-1ytti
Fix closing /pfsense tag
2017-05-08Fix closing /pfsense tagsorano
Fix closing /pfsense tag. Closes #825.
2017-05-07Merge pull request #827 from Lupul/patch-1ytti
Quanta: accept shorter username prompt
2017-05-07Merge pull request #826 from davromaniak/masterytti
Added support for model specific credentials
2017-05-05Updated example for models variable settingCyril LAVIER
2017-05-04Quanta: accept shorter username promptZollner Robert
This was default with my Quanta LB4M Software Version............................... 1.1.0.8 Operating System............................... VxWorks 6.6
2017-05-03Added support for model specific credentialsCyril LAVIER
2017-04-27Merge pull request #702 from aschaber1/feature/netgearytti
add support for netgear switch
2017-04-27Add netgear support to README.mdAlexander Schaber
2017-04-27Merge branch 'feature/netgear' of https://github.com/aschaber1/oxidized into ↵Alexander Schaber
feature/netgear
2017-04-27include solution for paging on netgearAlexander Schaber
2017-04-22Merge pull request #822 from bdg-robert/patch-1ytti
Create siklu.rb to add support for Siklu EtherHaul radios
2017-04-21Update siklu.rbbdg-robert
2017-04-21Update to include versionbdg-robert
The output from startup-configuration includes the version information, so we'll prepend the running config output with it.
2017-04-21Update for Siklu supportbdg-robert
Added the Siklu EtherHaul line to the list of supported OS types.
2017-04-21Create siklu.rbbdg-robert
Adds support for Siklu EtherHaul radios
2017-04-21Merge pull request #820 from rfdrake/masterytti
added firmware version to airos
2017-04-20added firmware version to airosRobert Drake
2017-04-19Merge pull request #816 from MajesticFalcon/masterytti
Add support for FreeBSD
2017-04-18Update README.mdSchylar Utley
2017-04-18fix readmeSchylar
2017-04-18Add freebsd supportSchylar
2017-04-17Merge pull request #815 from mikenowak/watchguard-prompt-2ytti
Watchguard prompt - fix to #813
2017-04-17Updated watchguard promptMike Nowak
2017-04-17Merge pull request #814 from mikenowak/update-ca-certificatesytti
Adding support for internal CA certs
2017-04-17Adding support for custom CA certsMike Nowak
2017-04-15Merge pull request #805 from clement-parisot/mlnx_voltaireytti
Added support for Mellanox voltaire switch to the list of supported devices
2017-04-15Merge pull request #811 from mikenowak/watchguard-logindisclaimerytti
Support for Watchguard Logon Disclaimer
2017-04-15Merge pull request #810 from mikenowak/watchguard-promptytti
[Firewareos] Update prompt to include that of the status user
2017-04-15Merge pull request #807 from clement-parisot/git-cryptytti
Add new output GitCrypt
2017-04-15Merge pull request #806 from clement-parisot/mlnox_fixytti
model - mlnxos : patch exit command
2017-04-15Merge pull request #803 from bheum/masterytti
fortios Added secret and key statements to secret removal
2017-04-15Merge pull request #801 from drbild/improve-ios-secret-handlingytti
Improve IOS secret handling
2017-04-15Merge pull request #798 from sspans/patch-1ytti
Update slackdiff.rb
2017-04-15Support for Watchguard Logon DisclaimerMike Nowak
2017-04-15Update prompt to include that of the status userMike Nowak
2017-04-12Add new output GitCryptClement Parisot
Signed-off-by: Clement Parisot <clement.parisot@uni.lu>
2017-04-12model - mlnxos : patch exit commandClement Parisot
Signed-off-by: Clement Parisot <clement.parisot@uni.lu>
2017-04-12Added Mellanox voltaire switch to the list of supported devicesClement Parisot
Signed-off-by: Clement Parisot <clement.parisot@uni.lu>
2017-04-10Added secret and key statements to secret removalBenedikt Heumüller
Values changed for every show command and versioning was not possible.
2017-04-06Added IPSEC keys to IOS secrets configDavid R. Bild
2017-04-06Fixed IOS model to redact only secretsDavid R. Bild
The secrets configuration for IOS would the full contents of any line containing a secret. Instead, just redact the secret, keeping the rest of line instact for "enable secret 5 SeCre7" was replaced by "<secret hidden>". Now it is now replaced by "enable secret 5 <secret hidden>".