Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-07 | Fix typo | Mike Rostermund | |
2015-06-03 | add feature about versions and diffs for oxidized-web | florian | |
2015-05-26 | bump up gemspec version0.7.1 | Saku Ytti | |
2015-05-26 | rugged is again in gemspec (mandatory) | Saku Ytti | |
no point specifying the version again here. This was only when rugged was not required by gemspec | |||
2015-05-24 | Remove 'show inventory' from Cisco SMB model, since they do not recognize ↵ | Mike Rostermund | |
the command | |||
2015-05-21 | update gemspec | Saku Ytti | |
2015-05-21 | update for 0.7.0 release0.7.0 | Saku Ytti | |
2015-05-21 | accept 'none' auth | Saku Ytti | |
used by ciscosmb and one of the wlan controllers. Thansk to @SaaldjorMike for spotting fixes #121 | |||
2015-05-20 | Merge pull request #120 from SaaldjorMike/typo1 | ytti | |
Fixed typo in README | |||
2015-05-20 | Fixed typo in README | Mike Rostermund | |
2015-05-07 | Merge pull request #117 from ukfast/http-source | ytti | |
Added support for http as a source | |||
2015-05-07 | Added support for http as a source | laf | |
2015-05-06 | Merge pull request #116 from rixxxx/panos | nopedial | |
Palo Alto PAN-OS support | |||
2015-05-05 | Merge branch 'master' into panos | rivo nurges | |
2015-05-05 | Palo Alto PAN-OS support | rivo nurges | |
2015-04-28 | Merge pull request #113 from rixxxx/screenos-fixes | ytti | |
Skip Datetime and Uptime from system information | |||
2015-04-28 | Skip Datetime and Uptime from system information | rivo nurges | |
2015-04-22 | release 0.6.0 | Saku Ytti | |
2015-04-22 | Merge pull request #111 from rixxxx/working-screenos0.6.0 | ytti | |
When clustered, colon appears in ScreenOS prompt | |||
2015-04-22 | When clustered, colon appears in ScreenOS prompt | rivo nurges | |
2015-04-21 | Merge pull request #110 from rixxxx/working-screenos | ytti | |
Fix pre_logout in case the configuration is not saved and ScreenOS asks ... | |||
2015-04-21 | Fix pre_logout in case the configuration is not saved and ScreenOS asks for ↵ | rivo nurges | |
confirmation | |||
2015-04-21 | Merge pull request #109 from rixxxx/working-screenos | ytti | |
Fix screenos prompt regex | |||
2015-04-21 | Fix screenos prompt regex | rivo nurges | |
2015-04-20 | support having all groups in single repo | Saku Ytti | |
output: git: single_repo: true would cause repos to appear as directories in group | |||
2015-04-20 | don't use keyboard interactive passwords | Saku Ytti | |
(new behavior in net-ssh 2.9.3) | |||
2015-04-20 | expand csv path | Saku Ytti | |
so that ~/foo/bar works | |||
2015-04-20 | Merge pull request #107 from FlorianDoublet/ironwareModif | ytti | |
Added a less strict prompt | |||
2015-04-20 | Added a less strict prompt | florian | |
Added less strict prompt | |||
2015-04-17 | Merge pull request #106 from FlorianDoublet/ironwareModif | ytti | |
Changed prompt (too strict) | |||
2015-04-17 | Changed prompt (too strict) | florian | |
Changed prompt (too strict) | |||
2015-04-16 | Merge branch 'master' of https://github.com/ytti/oxidized | Saku Ytti | |
2015-04-16 | add StringScanner | Saku Ytti | |
there are numerous use-cases for this in models, no point to load in models separately | |||
2015-04-16 | Merge pull request #105 from sid3windr/patch-1 | ytti | |
Add support for PowerConnect 62xx | |||
2015-04-16 | Add support for PowerConnect 62xx | Tom Laermans | |
The pager prompt on the PowerConnect 62xx family does not have a leading space; fixed the expect regex. Also added 6224/6248 to the block ignore regex. | |||
2015-04-16 | Merge pull request #104 from sid3windr/patch-1 | ytti | |
Add support for HP Comware SMB switches | |||
2015-04-16 | Add support for HP Comware SMB switches | Tom Laermans | |
Some SMB HP switches (V1910, V1920) run Comware, but have the CLI hidden behind a "secret" toggle - it needs to be activated by _cmdline-mode on. The password to enable it varies per model, so this patch introduces a new var, comware_cmdline to contain the password. Unfortunately we cannot easily autodetect this, as only the "summary" command can give us the model number, but this command is paged and we cannot disable the pager until we are in the full CLI. Tested on HP V1910-24G-POE. | |||
2015-04-14 | add note about cumulus linux | Saku Ytti | |
2015-04-14 | Merge pull request #103 from FlorianDoublet/ironwareModif | ytti | |
Add a pre_logout for some devices | |||
2015-04-14 | Merge pull request #102 from FlorianDoublet/addCumulusFeature | ytti | |
Add the Cumulus feature | |||
2015-04-14 | Add a pre_logout for some devices | florian | |
Add an other post_login for some devices and a pre_logout | |||
2015-04-14 | Add the Cumulus feature | florian | |
Add the Cumulus feature Add Cumulus feature | |||
2015-04-10 | Merge pull request #101 from FlorianDoublet/ironwareModif | ytti | |
ironware model improvement | |||
2015-04-10 | ironware model improvement | florian | |
2015-04-08 | Merge pull request #100 from rodecker/master | ytti | |
hide enable secret when remove_secret is enabled | |||
2015-04-08 | hide enable secret when remove_secret is enabled | Martin Pels | |
2015-04-03 | add tagging to rake push | Saku Ytti | |
2015-04-03 | version 0.5.00.5.0 | Samer Abdel-Hafez | |
2015-04-01 | Merge pull request #99 from MrRJ45/patch-1 | ytti | |
Add match for 35xx Switches, tidy up regex | |||
2015-04-01 | Add match for 35xx Switches, tidy up regex | MrRJ45 | |
Added a check for 35xx switches Also extract only on the model number, not the suffix (P or F) as we dont need that. |