summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2017-02-11Merge pull request #716 from davama/masterytti
nxos.rb: Add secret block
2017-02-10nxos.rb: Add secret blockDave
Took config from our local setup. Adding since it does not have it
2017-02-10fix /next guardSaku Ytti
2017-02-10guard adding job via configuration optionSaku Ytti
2017-02-10add one thread when requesting next via APISaku Ytti
2017-02-10Merge pull request #712 from Ultra2D/issue-681ytti
Procurve convert next line (NEL) to new line
2017-02-10Procurve convert next line (NEL) to new lineUltra2D
2017-02-10Remove (some) secrets from Comware configUltra2D
2017-02-07Merge branch 'master' into ArubaIAP_MASTim Pray
2017-02-07Better notes and fix a mistake in the secret linesTim Pray
2017-02-07Modify to support IAP, Instant Controller and Mobility Access SwitchesTim Pray
2017-02-06changed "diagnose autoupdate version" behaviour, since with every update of ↵root
signatures the config version is changed
2017-02-06nicer regex for both password variants of fortiOSroot
2017-02-06added secret removal for fortiOSroot
2017-02-04Cleaner way to fix older IronWare devicesJason Wendel
This works on older IronWare devices without needing a sleep between each command.
2017-02-03Restore compatibility with older versions of IronWareJason Wendel
Remove \r from the "enable" command. Both \r and \n are interpreted the same on older versions, causing a blank line to be sent as the enable password. Add a delay between the sending of the "logout" command and each "exit" command. Older devices don't seem to be able to keep up with the speed the commands are sent without a delay.
2017-02-03Update fabricos.rbK. Gasso
Ignore Uptime/Power/Date fields in chassisShow and configShow
2017-02-03Updated split to be more efficient, thanks ytti!Richard Mayhew
2017-02-03feature: support IP Addressed provided with a netmaskRichard Mayhew
2017-01-31Filter out rogue client alerts from AireOSRoss W
2017-01-24Don't show error is unsupportedvppencilsharpener
This is the proposed fix for issue #669. Let me know if there is anything that I need to fix. This appears to be working correctly for the switch I have in house (S2400-24P). However the model is not working for the Aruba Instant AP (IAP) (virtual) controller. I hope to submit a fix for those once I have it working. The problems with that device appear to be unrelated to these changes as the prompt is incorrect.
2017-01-25Updatembakerbp
2017-01-24Requested changesmbakerbp
2017-01-24GPG support workingmbakerbp
2017-01-24GPG supportmbakerbp
2017-01-24Updatembakerbp
2017-01-24Syntax errormbakerbp
2017-01-24Untested GPG workmbakerbp
2017-01-19Tweak the white space for cleaning.vppencilsharpener
2017-01-18Update ironware.rbdevicenull
Some Brocade devices only have two possible fan speeds. Previously, this only handled three levels of fan speeds. Updated regex will handle both of these cases: Fan 1 ok, speed (auto): 1<->[[2]] Fan 1 ok, speed (auto): 1<->[[2]]<->3
2017-01-11Ignore fan speed changes for ironwaredevicenull
Brocade ICX/FCX log fan speed changes like this: Fan ok, speed (auto): 1<->[[2]]<->3 Fan ok, speed (auto): [[1]]<->2<->3 Remove the current fan speed from the configuration to prevent lots of useless changes from being logged.
2017-01-10Ensure config gets returned even if no replacements are donedevicenull
2017-01-10Mask out configuration date for fiberdriverdevicenull
Our fiberdriver devices report a timestamp during 'show running-config', which results in a config diff on every run. This patch removes the '+! Configuration saved on 2017/01/10 14:21:20' line from the config, as well as a couple other useless status messages
2017-01-10Add support for telnetJason Lixfeld
2017-01-09Ignore undefined UTF8 in ironware.rbdevicenull
We have some Brocade MLX devices that are triggering 'raised Encoding::UndefinedConversionError with msg ""\xFF" from ASCII-8BIT to UTF-8"'. Update the ironware.rb file to ignore undefined UTF8 as well as invalid UTF8
2017-01-09adding zhone OLT/MX GPON/MetroE/DSL gearRobert Drake
2016-12-27Hide remaining passwordsGaëtan DUCHAUSSOIS
2016-12-27Update ios.rbGaëtan Duchaussois
Do the terminal configure after enable since it might be prohibited in non ena
2016-12-14delete secret password if it is called secretmattttv
2016-12-12bump up version0.19.0Saku Ytti
2016-12-12Recursively search from one dir above specifiedSaku Ytti
Fixes #626
2016-12-07Fix suggested by ytti for issue #610Mike Rostermund
2016-12-07Remove trailing whitespace and enable prompt detectionThane Gill
Fixes: #630
2016-12-06Update eos.rbjbaker48
2016-12-06exclude time from outputjbaker48
2016-12-04New hook: awssns - Publish messages to AWS SNS topicsNat Morris
2016-11-19Updated config optionsNeil Lathwood
2016-11-19Added option to disable ssl verification checks for http sourceNeil Lathwood
2016-11-18Update ciscosmb.rbAtroskelis
Added old commands in case of different CLI variations.
2016-11-18Update ciscosmb.rbAtroskelis
Forgot the username prompt change.