summaryrefslogtreecommitdiff
path: root/files
Commit message (Expand)AuthorAgeFilesLines
* Cleanup imports of xattrMichael Scherer2016-10-191-2/+4
* Fix unarchive on python3Michael Scherer2016-10-151-2/+4
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-10-135-7/+7
* Fix assemble module for python3Toshio Kuratomi2016-10-021-21/+24
* Detect tar type (bsd, gnu) and only use gnu tar. (#4352)Matt Clay2016-09-271-9/+31
* Match existing INI file entry with leading whitespace (fixes #4997) (#4998)Andrew Gaffney2016-09-261-2/+2
* Unarchive stop passing file mode to tar command (#4179)JesseEmond2016-09-211-4/+0
* Insert missing option line before blank lines (#4747)nichivo2016-09-191-2/+6
* typo in stat.executable (was stat.excutable) (#4886)Brian Maddy2016-09-161-1/+1
* Don't add included files as arguments on the command line (#4626)Dag Wieers2016-09-121-5/+6
* Ensure unicode characters in zip-compressed filenames work correctly (#4702)Dag Wieers2016-09-091-7/+5
* added backup_file to module returns (#4723)Brian Coca2016-09-071-8/+10
* Support DOS file attributes (e.g. archive-bit or hidden-bit) (#4705)Dag Wieers2016-09-061-2/+7
* Declare empty diff dict ahead of time (#4646)Evan Kaufman2016-09-021-0/+1
* Python3 fixes to copy, file, and stat so that the connection integration test...Toshio Kuratomi2016-09-023-139/+163
* to_text, to_bytes, and to_native now have surrogate_or_strict error handler (...Toshio Kuratomi2016-09-011-12/+14
* Implemented file content diff for replace module (#4479)Evan Kaufman2016-08-301-1/+11
* fix error in documentation for stat checksum (#4582)James Pharaoh2016-08-271-2/+1
* Clarify what checksum algorithm is used by copy modules (#4198)Gennady Trafimenkov2016-08-271-1/+1
* Fixes for lineinfile (#4553)Toshio Kuratomi2016-08-261-63/+71
* Fix multiple issues with unzip and gtar support (#4131)Dag Wieers2016-08-251-46/+67
* Add acl freebsd (#3656)Michael Scherer2016-08-231-9/+29
* Refactor stat.py so that it would be more friendly for unittests. (#4462)Toshio Kuratomi2016-08-181-94/+124
* find.py: Editing contains description to say regex (#4452)Chris Short2016-08-171-1/+1
* Fix #4202: Can't unarchive remote files (#4244)Lucas Costa Beyeler2016-08-111-1/+1
* Improve the documentation (#4385)Dag Wieers2016-08-111-2/+1
* Improve regexp for matching file permissions (#4306)Sam Doran2016-08-101-1/+1
* unsafe writes! (#4314)Brian Coca2016-08-094-8/+7
* Be explicit about specifying the ssh port if it was user specified (#4302)Toshio Kuratomi2016-08-081-4/+7
* fix for rsync protocol (#4211)peter.jang2016-08-021-2/+2
* file module: add clarification on state=absent re files that do not exist.David Chwalisz2016-08-011-0/+1
* stop trying to set permissions in check modeBrian Coca2016-07-151-2/+3
* Indent `unarchive` module documentation to fix parsing error.Ryan S. Brown2016-07-141-4/+4
* Merge branch 'feature_10218' into develJames Cammarata2016-07-141-17/+30
|\
| * Add remote_src param for unarchive to deprecate `copy` paramfeature_10218James Cammarata2016-07-141-17/+30
* | added read-/write-/executeable flags for invoking user (#4130)tobixx2016-07-141-0/+18
|/
* Fix a problem where the newly provided mode is a string (#3769)Dag Wieers2016-07-061-6/+15
* Revert PR #3575 since it causes problems related to exclude patterns (#3767)Dag Wieers2016-07-061-26/+13
* also match on tabs in ini_file (fixes #106) (#4067)Lukas Grossar2016-06-301-4/+4
* A few more sanity checks for detecting unzip output that's not a file entry (...Toshio Kuratomi2016-06-271-1/+10
* Do not copy file if running on check modeKeisuke Kamada2016-06-171-27/+28
* restored incorrectly removed docs, jinja2 overrideBrian Coca2016-06-151-0/+7
* fix unarchive doesn't extract changed tar file #3901neo2016-06-101-0/+3
* Update delete notes for Synrhconize docs (#3723)Matt Fischer2016-06-101-2/+2
* Improve the unzip output scraping (#3819)Dag Wieers2016-06-101-4/+7
* Fix grammar in docs for fetch 'fail_on_missing' (#3872)Brendan Jurd2016-06-061-1/+1
* Revert "Add prefixing and suffixing fuctionality to assemble"Brian Coca2016-06-011-33/+3
* Fixed error in assemble module when validation failed. (#3814)Matthias Frey2016-06-011-2/+1
* Merge pull request #901 from underyx/assemble-with-prefix-and-suffixChris Houseknecht2016-05-311-3/+33
|\
| * Add prefixing and suffixing fuctionality to assembleBence Nagy2016-05-311-3/+33