summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/shell.py
Commit message (Expand)AuthorAgeFilesLines
* Find places where ziploader is used and change them to ansiballz so that peop...Toshio Kuratomi2016-07-211-1/+1
* Network Module: EOS (#16158)Nathaniel Case2016-06-201-0/+5
* fixes issues with authenticating using ssh-agent for ios devicesPeter Sprygada2016-06-061-0/+3
* Merge pull request #15727 from privateip/shell_modulePeter Sprygada2016-05-181-6/+9
|\
| * handle name resolution errors more gracefully from shell.pyPeter Sprygada2016-05-041-6/+9
* | Port shell snippet to python3/2.4 compatible syntax (#15874)Michael Scherer2016-05-161-1/+3
|/
* Allow timeout to be configurable (#14973)Patrick Ogenstad2016-04-141-2/+1
* ZiploaderToshio Kuratomi2016-04-051-1/+1
* adds additional details in exception handling in shell shared modulePeter Sprygada2016-04-041-1/+1
* feature to allow prompts to be configured at instatiationPeter Sprygada2016-03-131-7/+8
* Merge pull request #14906 from devananda/fix-shell-for-junosPeter Sprygada2016-03-111-0/+1
|\
| * Send empty command before recvDevananda van der Veen2016-03-101-0/+1
* | bugfix for shared module shell.pyPeter Sprygada2016-03-101-21/+0
|/
* Use io.StringIO and io.BytesIO instead of StringIO.StringIO for compat with py3Toshio Kuratomi2016-02-261-1/+5
* Avoids authentication failed exception if user has private rsa keys under .sshogenstad2016-02-231-3/+3
* minor bug fixes and updates to shellPeter Sprygada2016-02-111-1/+7
* adds private key file support to shell shared modulePeter Sprygada2016-01-191-4/+7
* adds shared module shell for creating cli based transportsPeter Sprygada2016-01-081-0/+193