]> gitweb.michael.orlitzky.com - apply-default-acl.git/history - src
Replace the global no_exec_mask variable with a slightly less-awful solution.
[apply-default-acl.git] / src /
2013-01-25 Michael OrlitzkyReplace the global no_exec_mask variable with a slightl...
2013-01-25 Michael OrlitzkyWhitespace fix.
2013-01-23 Michael OrlitzkyFinish Doxygen documentation.
2013-01-20 Michael OrlitzkyDocument more functions with Doxygen.
2013-01-19 Michael OrlitzkyBegin using Doxygen-style comments.
2013-01-09 Michael OrlitzkyAdd a new command-line option, --no-exec-mask, that...
2013-01-09 Michael OrlitzkyAdd the acl_execute_masked() function.
2012-12-25 Michael OrlitzkyRename the project to apply-default-acl. v0.0.3
2012-12-18 Michael OrlitzkyAdd a configure.ac, and replace the old makefile with...
2012-12-18 Michael OrlitzkyUse getopt for option parsing.
2012-12-18 Michael OrlitzkyAdd a --recursive option.
2012-10-18 Michael OrlitzkyFix a function name in some error messages.
2012-08-19 Michael OrlitzkyAdd LICENSE and README files.
2012-08-18 Michael OrlitzkyFix command-line error handling.
2012-08-15 Michael OrlitzkyFix an error string.
2012-08-15 Michael OrlitzkyWhitespace cleanup.
2012-08-15 Michael OrlitzkyFix memory leaks.
2012-08-15 Michael OrlitzkyAdd another test.
2012-08-15 Michael OrlitzkyComplicate the shit out of everything to pass the new...
2012-08-15 Michael OrlitzkyAdd a 'test' makefile target.
2012-08-14 Michael OrlitzkyGeneralize a few functions to non-default ACLs.
2012-08-14 Michael OrlitzkyAdd another test and fool around with the logic trying...
2012-08-14 Michael OrlitzkyFix the logic so that it removes user/other read/write...
2012-08-14 Michael OrlitzkyChange all return types to int.
2012-08-12 Michael OrlitzkyAdd -Wall and fix warnings.
2012-08-12 Michael OrlitzkyImplement the reapply_default_acl function.
2012-08-08 Michael OrlitzkyAdd some non-working junk.
2012-08-08 Michael OrlitzkyInitial commit, just exploring at the moment.