summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/shell.py
Commit message (Expand)AuthorAgeFilesLines
* Assorted python3 fixes for network code. (#18777)Nathaniel Case2016-12-151-5/+5
* expose timeout param to socket (#18632)Peter Sprygada2016-11-281-16/+30
* Fix for whitespace padding on JSON responsesNathaniel Case2016-11-221-1/+1
* fixes issue with setting the terminal length (pager) in vyos (#18546)Peter Sprygada2016-11-211-1/+2
* Exception.message gone in 3.x (#18221)Nathaniel Case2016-10-281-4/+4
* Cleanup StringIO import for module_utils/shell.pyMichael Scherer2016-10-281-5/+1
* adds additional exception handling in open() (#18003)Peter Sprygada2016-10-131-0/+2
* Cleanup openswitchNathaniel Case2016-09-121-1/+1
* Vyos cleanupNathaniel Case2016-09-121-1/+1
* minor optimizations and clean up in shell.pyPeter Sprygada2016-09-041-19/+15
* catches timeout error when connecting to remote host in shellPeter Sprygada2016-08-281-0/+5
* Provide options for SSH key checking (#15736)Nathaniel Case2016-08-241-7/+20
* Remove abort_config and commit_configNathaniel Case2016-08-231-0/+13
* Common CliBase run_commands implementationNathaniel Case2016-08-221-0/+2
* replaces NetCli in network with CliBase in shellPeter Sprygada2016-08-201-40/+81
* 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