summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-30Update README.MDMajesticFalcon
Fix mistake on input
2016-08-30Update README.MDMajesticFalcon
2016-08-30Add UDP TFTPMajesticFalcon
2016-08-30Adding Alvarion modelMajesticFalcon
2016-08-29Merge pull request #547 from danilopopeye/ds-fix-529ytti
fix the node variable from `#fetch`
2016-08-29fix the node variable from `#fetch`. closes #529Danilo Sousa
in commit `de2a9d1` I changed the `#fetch` method to pass the `Node` object instead of the node name.
2016-08-29don't install twiceSaku Ytti
2016-08-29Merge pull request #467 from ldep30/patch-1ytti
Update rest_client.rb to support 'rest' parameter
2016-08-29support terminal and ssh auth for same modelSaku Ytti
Some boxes like prokurwa may authenticate via SSH (proper), or may have no auth on SSH and use terminal auth (improper) Even if SSH is configured for terminal auth, in this change we attempt to detect prompt, so that we won't expect terminal auth, even when requested, if it is not presented.
2016-08-28Merge pull request #545 from MajesticFalcon/masterytti
Add more extensive pattern matching
2016-08-28Changing {0,} -> *MajesticFalcon
2016-08-28Add more extensive pattern matchingMajesticFalcon
2016-08-28Merge pull request #543 from MajesticFalcon/masterytti
Update README to include specific group settings
2016-08-28Update README.mdMajesticFalcon
2016-08-28Update README.mdMajesticFalcon
2016-08-28Update README.mdMajesticFalcon
2016-08-28expand_path in file outputSaku Ytti
so that ``` output: file: directory: ~/foox ``` will work
2016-08-26Merge pull request #542 from ytti/ds-docker-readmeytti
cleanup exited container & better docs
2016-08-26ready: cleanup exited container & better docsDanilo Sousa
the first container run it's only needed for creating the config file, so we run it with `--rm` to be removed after its exit
2016-08-26Merge pull request #541 from stokbaek/masterytti
pfSense: config pull will not remove its revision time
2016-08-26config pull will not remove its revision timeChristoffer Stokbaek
2016-08-25quote debuggingSaku Ytti
2016-08-25typo fixSaku Ytti
2016-08-25add debugging to key resolutionSaku Ytti
2016-08-25fix symbol conversion to stringSaku Ytti
2016-08-25refactor node resolutionSaku Ytti
two primary goals - username and password can come from different sources (Global PW, per group username) - model can come from group
2016-08-25release 0.16.30.16.3Saku Ytti
2016-08-24Merge pull request #536 from funzoneq/masterytti
A10 and ASA fixes
2016-08-24Show partition-config all includes show running-config.Arnoud Vermeer
2016-08-23Use partition-confg for newer devicesArnoud Vermeer
2016-08-23!Current config commit point for partition 0 is 0 & config mode is ↵Arnoud Vermeer
classical-mode ! COMMAND: show running-config all-partitions ^ % Unrecognized command.Invalid input detected at '^' marker.
2016-08-23rearrange badgesSaku Ytti
2016-08-23Merge branch 'master' of github.com:ytti/oxidizedSaku Ytti
2016-08-23Merge pull request #539 from gitter-badger/gitter-badgeytti
Add a Gitter chat badge to README.md
2016-08-23Add Gitter badgeThe Gitter Badger
2016-08-23bump versionSaku Ytti
2016-08-23Merge tag '0.16.2'Saku Ytti
2016-08-23Closes #535Saku Ytti
2016-08-23Merge pull request #537 from nertwork/masterytti
This PR is to fix the cumulus
2016-08-22fixing up cumulus stuffnertwork
2016-08-22fixing up cumulus stuffnertwork
2016-08-22move pfsense to correct directorySaku Ytti
2016-08-22It's not outputting configArnoud Vermeer
2016-08-22Cisco Adaptive Security Appliance Software Version 9.4(2)6 reports TACACS ↵Arnoud Vermeer
config like this: aaa-server tacacs (OUTSIDE) host 192.168.1.1 key assadasda Updated the regex to be backward compatible.
2016-08-22Remove secrets from A10 config and 'show running-config' doesn't have ↵Arnoud Vermeer
'all-partitions' in 64-bit Advanced Core OS (ACOS) version 4.1.0-P4, build 12 (Jul-22-2016,15:49)
2016-08-19Merge pull request #533 from andir/disconnect_unexpected_promptytti
Disconnect input when expected prompt wasn't found
2016-08-19Disconnect input when expected prompt wasn't foundAndreas Rammhold
2016-08-15Merge pull request #528 from furhouse/masterytti
Basic HTTP auth requires user and pass
2016-08-15Basic HTTP auth requires user and pass, example doesn't match with line 31 ↵Willem Bonthuis
of http.rb.
2016-08-10Merge pull request #499 from cfra/masterytti
saos: support ssh and different disable-pager command