]> gitweb.michael.orlitzky.com - apply-default-acl.git/shortlog
apply-default-acl.git
2018-02-28 Michael Orlitzkyconfigure.ac: bump to version 0.1.4. v0.1.4
2018-02-28 Michael Orlitzkyconfigure.ac: check for the O_PATH flag in fcntl.h.
2018-02-28 Michael Orlitzkysrc/libadacl.c: mention the O_PATH flag in a comment.
2018-02-28 Michael Orlitzkyconfigure.ac: check for the O_DIRECTORY flag in fcntl.h.
2018-02-28 Michael Orlitzkylibadacl.c: use O_PATH in safe_open() for added safety.
2018-02-27 Michael Orlitzkyconfigure.ac: bump to version 0.1.3. v0.1.3
2018-02-27 Michael OrlitzkyAdd various NULL pointer checks for good measure.
2018-02-27 Michael Orlitzkysafe_open_ex: remove redundant (pathname == NULL) check.
2018-02-27 Michael Orlitzkysafe_open_ex: add a comment about why O_PATH doesn...
2018-02-27 Michael Orlitzkyrun-tests.sh: add more tests for exit codes.
2018-02-27 Michael Orlitzkysrc/apply-default-acl.c: update the CLI to match docume...
2018-02-27 Michael Orlitzkyman/apply-default-acl.1: add a note about the --recursi...
2018-02-27 Michael Orlitzkyrun-tests.sh: add two tests for regular file and symlin...
2018-02-27 Michael Orlitzkyman/apply-default-acl.1: document the way exit codes...
2018-02-27 Michael Orlitzkydoc/man/apply-default-acl.1: remove superfluous line...
2018-02-27 Michael Orlitzkyconfigure.ac: bump to version 0.1.2. v0.1.2
2018-02-27 Michael Orlitzkysrc/libadacl.h: add missing includes for "bool" and...
2018-02-26 Michael Orlitzkyconfigure.ac: use xz for distfiles.
2018-02-26 Michael Orlitzkyconfigure.ac: bump to version 0.1.1. v0.1.1
2018-02-26 Michael Orlitzkylibadacl: add error checking when we open() the filesys...
2018-02-26 Michael Orlitzkyconfigure.ac: bump to version 0.1.0. v0.1.0
2018-02-26 Michael Orlitzkyconfigure.ac: remove pointless comment at the top of...
2018-02-26 Michael Orlitzkyconfigure.ac: add checks for openat() and O_NOFOLLOW.
2018-02-26 Michael Orlitzkyconfigure.ac: add limits.h to the AC_CHECK_HEADERS...
2018-02-26 Michael OrlitzkyAdd missing "flags" parameter documentation to the...
2018-02-26 Michael OrlitzkyUpgrade our Doxyfile automatically with doxygen -u.
2018-02-26 Michael OrlitzkyMove a few constants out of the libadacl.h header to...
2018-02-26 Michael Orlitzkylibadacl: update failure return value docs for apply_de...
2018-02-26 Michael OrlitzkyRename apply_default_acl() to apply_default_acl_ex...
2018-02-26 Michael Orlitzkylibadacl: improve safe_open() error message when given...
2018-02-26 Michael OrlitzkyClean up a few "include" statements, and document them.
2018-02-26 Michael OrlitzkySplit most functions off into a separate shared library.
2018-02-26 Michael OrlitzkyUpdate the man page to say that symlinks are ignored...
2018-02-26 Michael OrlitzkyAdd documentation for the safe_open() and safe_open_ex...
2018-02-26 Michael OrlitzkyDefine a few more error constants to make the code...
2018-02-26 Michael OrlitzkyDon't output anything in safe_open_ex when we ignore...
2018-02-26 Michael OrlitzkyAdd a test to ensure that non-terminal symlinks are...
2018-02-26 Michael OrlitzkyAdd a test to ensure that symlinks in the CWD don't...
2018-02-26 Michael OrlitzkyAdd safe_open() function to fix symlink traversal in...
2018-02-26 Michael OrlitzkyFix an old comment about dirname/basename handling...
2018-02-26 Michael OrlitzkyEliminate the is_path_directory() function.
2018-02-26 Michael OrlitzkyPass a stat structure pointer to any_can_execute()...
2018-02-26 Michael OrlitzkyAllow apply_default_acl() to take a stat pointer for...
2018-02-26 Michael OrlitzkyImprove the error message when assign_default_acl(...
2018-02-26 Michael OrlitzkyEliminate the one remaining use of is_directory().
2018-02-26 Michael OrlitzkyMove the "or_dir" out of any_can_execute_or_dir().
2018-02-26 Michael OrlitzkyInline the is_hardlink_safe() and is_regular_file(...
2018-02-26 Michael OrlitzkyImprove the error message when apply_default_acl()...
2018-02-26 Michael OrlitzkyEliminate pointless newline in the signature of acl_set...
2018-02-26 Michael OrlitzkyInline the one call to the get_mode() function.
2018-02-26 Michael OrlitzkyEliminate unnecessary intermediate result variables.
2018-02-26 Michael OrlitzkySimplify wipe_acls() by having it unconditionally write...
2018-02-26 Michael OrlitzkyReplace most path usage with file descriptors.
2018-02-23 Michael OrlitzkyRename is_directory() to is_path_directory() in prepara...
2018-02-23 Michael OrlitzkyAdd missing jump-to-cleanup in one error scenario.
2018-02-23 Michael OrlitzkyAdd comments explainining the acl_create_entry() gymnas...
2018-02-23 Michael OrlitzkyRemove pointless indirection in acl_entry_count() and...
2018-02-23 Michael OrlitzkyHave acl_execute_masked() take an acl_t rather than...
2018-02-23 Michael OrlitzkyRename inherit_default_acl() to assign_default_acl().
2018-02-23 Michael OrlitzkyNaively ignore hard links to avoid security mishaps.
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.
next