summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/connection/local.py
Commit message (Expand)AuthorAgeFilesLines
* Port ansible doc for plugins to use DOCUMENTATION variablesToshio Kuratomi2017-09-111-5/+4
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-1/+1
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-1/+1
* Enable documentation in pluginsBrian Coca2017-03-231-0/+12
* Fix a case where we mixed text and bytes in the local connection pluginToshio Kuratomi2017-02-211-2/+2
* Move ssh and local connection plugins from using raw select to selectorsToshio Kuratomi2017-02-031-19/+27
* Fixes to handle non-ascii become passwordsToshio Kuratomi2016-10-151-3/+3
* Fix become password using non-ascii for local connectionToshio Kuratomi2016-10-151-1/+1
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-6/+7
* set cwd to task's basedir (#16805)Brian Coca2016-07-251-1/+0
* Fix inconsistent/missing host names in messages.Matt Clay2016-03-251-4/+4
* python3 compatiblityBrian Coca2016-03-241-1/+1
* Add changes necessary for enabling pipelining for local connectionslocal-pipeliningToshio Kuratomi2016-03-161-4/+3
* Small cleanup to use class attribute directly instead of property for transpo...Toshio Kuratomi2016-03-161-4/+1
* Use to_bytes on filenames in filesystem calls.Matt Clay2016-03-041-2/+2
* More fixes for unicode handling in the connection plugins.Toshio Kuratomi2016-01-061-7/+7
* Fix problems with non-ascii values passed as part of the command to connectio...connection-plugins-unicode-fixToshio Kuratomi2016-01-041-1/+10
* _connect no longer takes a port argumentToshio Kuratomi2015-12-011-1/+1
* Finish up plugin porting to global displayToshio Kuratomi2015-11-111-1/+0
* Move connection plugins to using global displayToshio Kuratomi2015-11-111-11/+18
* correct value of remote_user for local connectionsLars Kellogg-Stedman2015-10-161-0/+6
* Remove tmp as a parameter to the connection pluginsToshio Kuratomi2015-09-241-2/+2
* remove the stdin return value from connection plugin exec_command() methodsToshio Kuratomi2015-09-241-1/+1
* corrected all missing paths changesBrian Coca2015-09-151-1/+1
* normalized plugin paths and names and configsBrian Coca2015-09-151-0/+128