summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/connection/jail.py
Commit message (Expand)AuthorAgeFilesLines
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-5/+4
* Support remote_user in jail connection plugin.Matt Clay2016-03-251-3/+11
* Enable pipelining for jail connection pluginToshio Kuratomi2016-03-161-8/+1
* Move BUFSIZE to __init__ since it's common to many connection pluginsToshio Kuratomi2016-03-161-3/+1
* Fix unicode handling in connection plugins.Matt Clay2016-03-101-3/+3
* Fix misplaced paren.Matt Clay2016-03-081-1/+1
* Fix problems with non-ascii values passed as part of the command to connectio...connection-plugins-unicode-fixToshio Kuratomi2016-01-041-2/+4
* Finish up plugin porting to global displayToshio Kuratomi2015-11-111-1/+0
* Move connection plugins to using global displayToshio Kuratomi2015-11-111-5/+11
* Quote any file paths that we have to use with dd to copy.Toshio Kuratomi2015-10-031-2/+3
* Add explicit substitution of relative paths on the remote host just in case t...Toshio Kuratomi2015-10-031-6/+17
* Port to v2 APIToshio Kuratomi2015-09-301-81/+77
* Remove tmp as a parameter to the connection pluginsToshio Kuratomi2015-09-241-3/+3
* remove the stdin return value from connection plugin exec_command() methodsToshio Kuratomi2015-09-241-1/+1
* normalized plugin paths and names and configsBrian Coca2015-09-151-0/+184