summaryrefslogtreecommitdiffstats
Commit message (Collapse)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
| | | | | - Change to actually exit when an invalid condition exists -- Both the -a and pkgs and -a and no pkgs were fixed
* 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
| | | | I can't be sure that this actually works until I can have a machine to set the ACL's on for real later tonight
* Initial commitJon Stanley2009-12-083-0/+30568