summaryrefslogtreecommitdiff
path: root/files/stat.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "stat: doc: add version for new returns"revert-5594-doc/statBrian Coca2016-11-141-3/+3
* added file flags/attributes to stat (#5358)Brian Coca2016-11-141-18/+48
* stat: doc: add version for new returns (#5594)René Moser2016-11-141-3/+3
* refactor statBrian Coca2016-10-221-41/+62
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-10-131-1/+1
* typo in stat.executable (was stat.excutable) (#4886)Brian Maddy2016-09-161-1/+1
* Python3 fixes to copy, file, and stat so that the connection integration test...Toshio Kuratomi2016-09-021-3/+5
* fix error in documentation for stat checksum (#4582)James Pharaoh2016-08-271-2/+1
* Refactor stat.py so that it would be more friendly for unittests. (#4462)Toshio Kuratomi2016-08-181-94/+124
* added read-/write-/executeable flags for invoking user (#4130)tobixx2016-07-141-0/+18
* Convert the whole files/ directory to py3 syntax (#3685)Michael Scherer2016-05-181-1/+2
* Change one param to be of type pathToshio Kuratomi2016-02-291-2/+1
* added missing checksum aliasBrian Coca2016-02-221-1/+1
* fixed option name mismatch, added aliasesBrian Coca2016-02-151-6/+3
* added mime option to stat moduleBrian Coca2015-12-141-1/+34
* Fix 'stat' module documentkrdlab2015-12-021-1/+1
* Added the checksum_algo alias to the stats module.Timothy Appnel2015-11-071-2/+3
* Add capability for stat module to use more hash algorithmsRyan Sydnor2015-10-221-6/+17
* corrected docs for stat's lnk_sourceBrian Coca2015-10-211-2/+2
* Improved stat documentationMitchell Ludwig2015-07-131-0/+17
* Proper author info for all remaining modulesGreg DeKoenigsberg2015-06-151-1/+1
* stat doc fixBrian Coca2015-05-261-4/+4
* Fix stat code to return name of group owning the file rather than name of gro...Toshio Kuratomi2015-03-251-1/+1
* fixed typo on isgidBrian Coca2015-02-201-1/+1
* fixed issues with stats return docs as per feedbackBrian Coca2015-02-201-3/+13
* removed always for success, as data wont show on failBrian Coca2015-02-201-0/+173
* Merge pull request #17 from cooniur/develBrian Coca2014-12-011-0/+4
|\
| * Added support of returning owner's group name in stat moduleTongliang Liu2014-09-291-0/+4
* | Merge pull request #10 from techtonik/patch-1Brian Coca2014-12-011-0/+1
|\ \
| * | files.stat: Expose path in returned resultanatoly techtonik2014-09-291-0/+1
| |/
* | Move from md5 to sha1 to work on FIPS-140 enabled systemsToshio Kuratomi2014-11-061-3/+19
* | Simplified condition in a stat module example testing if path is a directory.Tadej Janež2014-10-021-2/+2
|/
* file extensions!Michael DeHaan2014-09-261-0/+152