Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-16 | Merge pull request #729 from Netflix-Skunkworks/hook_slackdiff | ytti | |
New Slack hook - posts colourized diffs to a channel | |||
2017-02-16 | README configuration details for the slackdiff hook | Nat Morris | |
2017-02-16 | Dockerfile additions to support the slackdiff hook | Nat Morris | |
2017-02-16 | slackdiff hook to post colourized diffs to a Slack channel | Nat Morris | |
2017-02-16 | Merge pull request #10 from ytti/master | Nat Morris | |
Bring Netflix master in sync with upstream | |||
2017-02-16 | Merge pull request #728 from mediumo/tplink | ytti | |
Tplink model | |||
2017-02-16 | changed README and enable behaviour to cmd instead of send | root | |
2017-02-16 | Merge pull request #727 from mediumo/fortios | ytti | |
fortiOS updates: secret removal, autoupdate messages | |||
2017-02-16 | added variable fortios_autoupdate, to control inclusion of autoupdate messages | root | |
2017-02-16 | added tplink model | root | |
2017-02-16 | added psk and private-key removal to secret section | root | |
2017-02-16 | Merge pull request #725 from Netflix-Skunkworks/dockerfile_support_any_branch | ytti | |
Dockerfile support any branch | |||
2017-02-15 | Support docker container build from any branch or fork | Nat Morris | |
2017-02-15 | Merge pull request #723 from pozar/issue-473 | ytti | |
Updated timos.rb to ignore "Generated" and "Finished" lines | |||
2017-02-14 | Updated timos.rb to ignore "Generated" and "Finished" lines so it doesn't ↵ | Tim Pozar | |
look like a new config each time to crawls the box. | |||
2017-02-14 | Merge pull request #721 from boudreau/patch-1 | ytti | |
Update opengear.rb | |||
2017-02-14 | Update opengear.rb | boudreau | |
With new update : OpenGear/CM71xx Version 3.16.6u1 e02e2d59 -- Mon Nov 14 17:44:05 EST 2016 the backup wasn't working anymore, needed a prompt | |||
2017-02-14 | don't use http auth when no user or pw is in cfg | Saku Ytti | |
fixes #720 | |||
2017-02-13 | Merge pull request #4 from ytti/master | Nat Morris | |
Bring Netflix fork in sync | |||
2017-02-13 | Merge pull request #718 from Netflix-Skunkworks/readme-next-new-thread | ytti | |
Update documentation to include next_adds_job | |||
2017-02-13 | typo | Nat Morris | |
2017-02-13 | notes on new next_adds_job config option | Nat Morris | |
2017-02-13 | Merge pull request #3 from ytti/master | Nat Morris | |
Bring Netflix fork in sync with upstream | |||
2017-02-13 | don't fail on poor json location specification | Saku Ytti | |
2017-02-13 | add support for hierarchical keys in json | Saku Ytti | |
requestd in issue #695 | |||
2017-02-11 | Merge pull request #716 from davama/master | ytti | |
nxos.rb: Add secret block | |||
2017-02-11 | Merge pull request #715 from Netflix-Skunkworks/only-next-with-new-thread | ytti | |
Next with new thread functionality (v2) | |||
2017-02-10 | nxos.rb: Add secret block | Dave | |
Took config from our local setup. Adding since it does not have it | |||
2017-02-10 | fix /next guard | Saku Ytti | |
2017-02-10 | guard adding job via configuration option | Saku Ytti | |
2017-02-10 | add one thread when requesting next via API | Saku Ytti | |
2017-02-10 | Merge pull request #712 from Ultra2D/issue-681 | ytti | |
Procurve convert next line (NEL) to new line | |||
2017-02-10 | Merge pull request #711 from Ultra2D/comware-secret | ytti | |
Remove (some) secrets from Comware config | |||
2017-02-10 | Procurve convert next line (NEL) to new line | Ultra2D | |
2017-02-10 | Remove (some) secrets from Comware config | Ultra2D | |
2017-02-08 | Merge pull request #704 from vppencilsharpener/ArubaIAP_MAS | ytti | |
Aruba IAP MAS | |||
2017-02-07 | Merge branch 'master' into ArubaIAP_MAS | Tim Pray | |
2017-02-07 | Better notes and fix a mistake in the secret lines | Tim Pray | |
2017-02-07 | Modify to support IAP, Instant Controller and Mobility Access Switches | Tim Pray | |
2017-02-07 | add support for netgear switch | Alexander Schaber | |
2017-02-07 | add support for netgear switch | Alexander Schaber | |
2017-02-06 | Merge pull request #700 from mediumo/master | ytti | |
changed "diagnose autoupdate version" behaviour, since with every upd… | |||
2017-02-06 | changed "diagnose autoupdate version" behaviour, since with every update of ↵ | root | |
signatures the config version is changed | |||
2017-02-06 | Merge pull request #698 from mediumo/master | ytti | |
added secret removal for fortiOS | |||
2017-02-06 | nicer regex for both password variants of fortiOS | root | |
2017-02-06 | added secret removal for fortiOS | root | |
2017-02-05 | Merge pull request #694 from wendelj/master | ytti | |
Cleaner way to fix older IronWare devices | |||
2017-02-04 | Cleaner way to fix older IronWare devices | Jason Wendel | |
This works on older IronWare devices without needing a sleep between each command. | |||
2017-02-04 | Merge pull request #693 from wendelj/master | ytti | |
Restore compatibility with older versions of IronWare | |||
2017-02-03 | Restore compatibility with older versions of IronWare | Jason 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. |