summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Ensure ssh hostkey checks respect server port (#20840)2.2-testWill Thames2017-02-151-22/+34
* Fix hash filter for non-ascii strings and Python3Toshio Kuratomi2017-02-151-2/+2
* Also clean template data even if marked unsafeJames Cammarata2017-02-101-1/+2
* removed warn, which is added in 2.3Brian Coca2017-02-101-1/+0
* use regex vs list to weed out password fieldsBrian Coca2017-02-091-2/+6
* bump submodule refsMatt Davis2017-02-092-0/+0
* add url_password to 'cleanse' listBrian Coca2017-02-091-1/+1
* removing unwanted variables and using to_native instead of str()jerry2017-02-081-2/+2
* Adding self.log() on IOErrors and OSErrrosjeronimog2017-02-081-0/+2
* Make sure that we're comparing text all the way through.Toshio Kuratomi2017-02-061-8/+8
* [cloud] `unicode` is absent on Python 3, use text_type (#20861)Eugene Krokhalev2017-02-031-3/+3
* Split on newlines when checking for prompt matches (#20945)Toshio Kuratomi2017-02-021-1/+1
* Do not substitute ssh_exeuctable until we need toToshio Kuratomi2017-02-021-7/+7
* Fix import of urlparse on python3Toshio Kuratomi2017-01-301-3/+3
* Fix `setup` on Solaris 8 and 9 (#20780)Peter Oliver2017-01-271-15/+16
* only ignore become for making tmpdirBrian Coca2017-01-261-2/+5
* fix improper setting become user for tmpdirBrian Coca2017-01-261-5/+0
* fix powershell mkdtempBrian Coca2017-01-251-2/+2
* make sure tmpdir resolvs user dirs (#20486)Brian Coca2017-01-252-3/+12
* Add jinja2 groupby filter override to cast namedtuple to tuple. Fixes #20098 ...Matt Martz2017-01-191-1/+25
* Fix linenos being wrong in inventory errorsToshio Kuratomi2017-01-191-7/+16
* Add representer to AnsibleDumper for AnsibleUnsafeTextJames Cammarata2017-01-191-0/+6
* Fixing iterator bug related to reworking of end-of-role detectionJames Cammarata2017-01-191-5/+5
* Reworking the way end of role detection is doneJames Cammarata2017-01-193-98/+16
* Fix for bug in Conditional for older jinja2 versionsJames Cammarata2017-01-161-1/+2
* Update submodule refsToshio Kuratomi2017-01-161-0/+0
* New release v2.2.1.0-1v2.2.1.0-1James Cammarata2017-01-162-0/+0
* New release v2.2.1.0-0.5.rc5v2.2.1.0-0.5.rc5James Cammarata2017-01-132-0/+0
* Additional security fixes for CVE-2016-9587James Cammarata2017-01-132-10/+59
* fix issue when proc read returns NoneBrian Coca2017-01-131-1/+1
* deal with remote_src and tmp dirs properlyBrian Coca2017-01-122-7/+6
* ansible doc does not need plugin deprecation errorBrian Coca2017-01-122-4/+4
* New release v2.2.1.0-0.4.rc4v2.2.1.0-0.4.rc4James Cammarata2017-01-112-0/+0
* Partial revert of 76f7ce55James Cammarata2017-01-111-1/+1
* Additional fixes for security related to CVE-2016-9587James Cammarata2017-01-112-19/+19
* Fixing another corner case for security related to CVE-2016-9587Computest2017-01-112-5/+9
* New release v2.2.1.0-0.3.rc3v2.2.1.0-0.3.rc3James Cammarata2017-01-092-0/+0
* Fixing security bugs for CVE-2016-9587James Cammarata2017-01-097-48/+132
* Update submodule refsToshio Kuratomi2017-01-051-0/+0
* Allow OSError to skip scriptdir removalToshio Kuratomi2017-01-051-1/+12
* bad module commitBrian Coca2017-01-051-69/+0
* allow modules to set custom statsBrian Coca2017-01-054-16/+202
* Update submodule refsToshio Kuratomi2017-01-041-0/+0
* Fix for atomic_move on RHEL5Toshio Kuratomi2017-01-041-16/+9
* fixed id queries, should rely on effectiveBrian Coca2017-01-041-3/+3
* Update submodule refsToshio Kuratomi2017-01-042-0/+0
* Add a encode() to AnsibleVaultEncryptedUnicode (#19840)Adrian Likins2017-01-041-0/+3
* Fixing an iteration bug introduced by fed079e4James Cammarata2017-01-041-13/+36
* Fix traceback on Darwin with Python3Toshio Kuratomi2017-01-041-3/+3
* Fix role completion detection problemJames Cammarata2017-01-033-3/+52