summaryrefslogtreecommitdiffstats
path: root/setacls.py
Commit message (Expand)AuthorAgeFilesLines
* Remove a bunch of early development print statementsHEADmasterJon Stanley2010-01-021-11/+0
* Remove unused variableJon Stanley2010-01-021-1/+0
* Document some variables so they're slightly less confusingJon Stanley2010-01-021-0/+5
* Change ownership of all the files currently in the directory as wellJon Stanley2009-12-101-0/+2
* Fix bug where ownership would be changed even in dry-runJon Stanley2009-12-101-1/+1
* Fix variable name bug in apply_acls()Jon Stanley2009-12-101-1/+1
* Fix some testing artifacts that were causing generated ACL's to be invalidJon Stanley2009-12-101-4/+2
* Fix acl_list in main() to always be a list.Jon Stanley2009-12-101-11/+9
* Fix some errors in option parsing error handlingJon Stanley2009-12-091-2/+4
* Add appropriate functionality into main()Jon Stanley2009-12-091-2/+32
* Add dry run logicJon Stanley2009-12-091-8/+17
* Add ACL application logicJon Stanley2009-12-091-1/+27
* Implement get_one() functionality.Jon Stanley2009-12-091-7/+12
* Initial commitJon Stanley2009-12-081-0/+146