]> gitweb.michael.orlitzky.com - apply-default-acl.git/shortlog
apply-default-acl.git
2016-10-03 Michael OrlitzkyFix capitalization of "No such..." in the expected... v0.0.6
2016-10-03 Michael OrlitzkyAdd one more test for recursive symlink handling.
2016-10-03 Michael OrlitzkyFix symlink handling and update to version 0.0.6.
2016-09-27 Michael OrlitzkyAdd three tests for the new "no such file..." error... v0.0.5
2016-09-27 Michael OrlitzkyUse $() for subshells instead of backticks in run-tests.sh.
2016-09-27 Michael OrlitzkyPrint an error if any targets do not exist.
2016-09-27 Michael OrlitzkyFix a typo in a comment.
2016-09-27 Michael OrlitzkyMake the usage() function argument program_name const.
2013-01-31 Michael OrlitzkyOutput an error message when a test user is missing.
2013-01-26 Michael OrlitzkyBump configure.ac to version 0.0.4. v0.0.4
2013-01-25 Michael OrlitzkyFix the bug from the latest test case.
2013-01-25 Michael OrlitzkyAdd a test for a newly-discovered bug.
2013-01-25 Michael OrlitzkyReplace the global no_exec_mask variable with a slightl...
2013-01-25 Michael OrlitzkyWhitespace fix.
2013-01-23 Michael OrlitzkyAdd a manpage and update Makefile.am to install it.
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-18 Michael OrlitzkyStore the test users in a bash array.
2013-01-18 Michael OrlitzkyUse (bin,daemon) users instead of (mail,news).
2013-01-09 Michael OrlitzkyAdd a new command-line option, --no-exec-mask, that...
2013-01-09 Michael OrlitzkyAdd the acl_execute_masked() function.
2013-01-09 Michael OrlitzkyAdd more tests in preparation for the -x fix.
2013-01-09 Michael OrlitzkySet permissions on $TESTDIR in acl_reset.
2013-01-08 Michael OrlitzkyAdd two new tests for repeated application on a directory.
2012-12-25 Michael OrlitzkyRename the project to apply-default-acl. v0.0.3
2012-12-18 Michael OrlitzkyAdd a short -r flag example in the README. v0.0.2
2012-12-18 Michael OrlitzkyAdd missing '$' in README.
2012-12-18 Michael OrlitzkyUpdate the install docs and usage info in the README.
2012-12-18 Michael OrlitzkyAdd an autogen.sh.
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 tests for --recursive mode.
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 a 'dist' makefile target. v0.0.1
2012-08-19 Michael OrlitzkyAdd LICENSE and README files.
2012-08-18 Michael OrlitzkyFix command-line error handling.
2012-08-18 Michael OrlitzkyAdd one more test for the default mask execute bit.
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 OrlitzkyRemove the TODO (it's done).
2012-08-15 Michael OrlitzkyAdd another test.
2012-08-15 Michael OrlitzkyAdd a TODO.
2012-08-15 Michael OrlitzkyUnfix one of those.
2012-08-15 Michael OrlitzkyFix two deps in the makefile.
2012-08-15 Michael OrlitzkyComplicate the shit out of everything to pass the new...
2012-08-15 Michael OrlitzkyAdd a few more tricky tests.
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 OrlitzkyAdd a test suite.
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.