summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/basic.py
Commit message (Expand)AuthorAgeFilesLines
* Reduce chance of mistakes with unsafe_shell check during refactorToshio Kuratomi2017-09-281-3/+3
* Enable more pylint rules and fix reported issues. (#30539)Matt Clay2017-09-181-2/+1
* Fix dangerous default args. (#29839)Matt Clay2017-09-121-1/+3
* Remove wildcard imports and get_exception callsToshio Kuratomi2017-08-121-64/+50
* Fix fallback and boolean check in argspec (#27994)Ganesh Nalawade2017-08-101-3/+3
* Fix for subspec options validation issue #27715 (#27728)Philippe Dellaert2017-08-041-4/+4
* [WIP] Create preserved_copy function in basic.py to perserve file ownership. ...jctanner2017-08-021-1/+37
* Add options sub spec validation (#27119)Ganesh Nalawade2017-08-011-58/+166
* add custom module type validation (#27183)Matt Davis2017-07-261-11/+17
* Fix for nonutf8 filenames causing crashes when setting permissionsToshio Kuratomi2017-07-251-7/+11
* Some enhancements to the symbolic_modes changeToshio Kuratomi2017-07-241-34/+37
* Fix for to_text and to_bytes error handlersToshio Kuratomi2017-07-241-9/+9
* #14634: symbolic permissions error (#14994)Ton Kersten2017-07-241-28/+60
* Allow copy to writable files in unwritable dirs (#23509)Toshio Kuratomi2017-07-201-36/+45
* Consolidate boolean/mk_boolean conversion functions into a single locationToshio Kuratomi2017-07-171-17/+10
* Need regex and string types to match when cleaning arguments for loggingToshio Kuratomi2017-07-131-1/+1
* better backwards compat handling of statusBrian Coca2017-07-051-6/+0
* auto tb on vvv+ or debug (#26106)Brian Coca2017-06-281-0/+5
* Add support for Devuan in hostname module (#25525)Abhijeet Kasurde2017-06-091-1/+1
* Fix json.dumps to do something sensible with sets.Toshio Kuratomi2017-06-061-3/+10
* remove_values could hit the recursion limitToshio Kuratomi2017-06-061-15/+84
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-84/+114
* fix to alwasy use param in case subpec is usedBrian Coca2017-05-311-3/+4
* Fixes ansible/ansible#25096 (#25098)Philippe Dellaert2017-05-311-1/+1
* Ensure exit_json returns failed = FalseDag Wieers2017-05-301-0/+3
* only set executable from shell if not set alreadyBrian Coca2017-05-221-2/+3
* enable run_command to use non /bin/sh shellsBrian Coca2017-05-221-9/+17
* Fix UnboundLocalError in basic.pyAbhijeet Kasurde2017-05-151-1/+1
* Fix error in unittestingToshio Kuratomi2017-05-031-4/+3
* Fix places where path needs to be bytes on python3Toshio Kuratomi2017-05-031-4/+12
* fix hashing when path is symlinkBrian Coca2017-04-201-1/+1
* Fix errors reported by pylint. (#23282)Matt Clay2017-04-061-1/+1
* changed spec to options as per irc meetingBrian Coca2017-03-281-2/+2
* pass params to validate againstBrian Coca2017-03-241-17/+23
* subspec protptypeBrian Coca2017-03-241-8/+26
* E501 fixes (#22879)Matt Martz2017-03-221-4/+9
* E1 legacy pep8 fixes (#21933)Matt Martz2017-03-211-5/+5
* added 'existing' backBrian Coca2017-03-201-0/+2
* Check if file is not a directory with get_bin_path function (#13985)THEBAULT Julien2017-03-101-1/+1
* Change comment to reflect the actual codeViktor Fogelberg2017-03-031-1/+1
* Ensure that filenames from archives are not expandedDag Wieers2017-03-021-28/+36
* Fix log_invocation function to pass unittests on python3Toshio Kuratomi2017-03-011-8/+1
* PEP8 E712 fixes (#21916)Matt Martz2017-02-241-1/+1
* refine password field filtering (#21230)Brian Coca2017-02-161-3/+5
* Don't mix deprecations messages with warnings messages (#21337)Pilou2017-02-131-3/+6
* fixed bad copy/paste, deprecations should deprecateBrian Coca2017-02-131-1/+1
* Fix to bytes surrogate and nonencodable chars (#21180)Toshio Kuratomi2017-02-091-2/+2
* use regex vs list to weed out password fieldsBrian Coca2017-02-091-2/+6
* updates the code path for network modules (#21193)Peter Sprygada2017-02-091-1/+5
* add url_password to 'cleanse' listBrian Coca2017-02-091-1/+1