]> gitweb.michael.orlitzky.com - apply-default-acl.git/shortlog
apply-default-acl.git
2022-10-09 Michael Orlitzkyconfigure.ac: "autoupdate" to autoconf-2.71. master
2020-06-01 Michael Orlitzkyconfigure.ac: update the version to 0.4.4. v0.4.4
2020-05-27 Michael Orlitzkysrc/libadacl.pc.in: mention our (private) dependency... v0.4.3
2020-05-27 Michael Orlitzkydoc/LICENSE: replace GPL-3 with AGPL-3.
2020-05-27 Michael Orlitzkyconfigure.ac: bump the version number to 0.4.3.
2020-05-27 Michael Orlitzkyconfigure.ac,src/libadacl.pc.in: new pkg-config file.
2020-05-26 Michael Orlitzkyconfigure.ac: disable static libraries by default.
2020-03-16 Michael Orlitzkyconfigure.ac: define a configuration header.
2020-03-16 Michael Orlitzkyconfigure.ac: place build artifacts in the "build-aux...
2020-03-16 Michael Orlitzkysrc/libadacl.c: include limits.h for PATH_MAX.
2020-03-16 Michael Orlitzkyautogen.sh: delete redundant file in favor of "autoreco...
2019-10-30 Michael Orlitzkyconfigure.ac: add "tar-ustar" to AM_INIT_AUTOMAKE.
2018-12-11 Michael Orlitzkyconfigure.ac: update to version 0.4.2. v0.4.2
2018-12-11 Michael Orlitzkysrc/libadacl.c: fix a clang-tidy warning by adding...
2018-12-11 Michael Orlitzkysrc/libadacl.c: rename variables in acl_update_entry...
2018-12-11 Michael Orlitzkysrc/libadacl.c: only update entries with matching quali...
2018-12-11 Michael Orlitzkystc/libadacl.c: use a "cleanup" routine in acl_update_e...
2018-12-11 Michael Orlitzkyrun-tests.sh: add regression test for bug with multiple...
2018-06-24 Michael Orlitzkyconfigure.ac: update to version 0.4.1. v0.4.1
2018-06-24 Michael Orlitzkysrc/libadacl.c: use strncat instead of strcat to appeas...
2018-06-18 Michael Orlitzkysrc/libadacl.c: fix handling of "./" and "../" as paths.
2018-06-18 Michael Orlitzkyrun-tests.sh: add tests for "./" and "../" as arguments...
2018-06-18 Michael Orlitzkysrc/libadacl.c: simplify the "." and ".." path handling.
2018-06-18 Michael Orlitzkyrun-tests.sh: add recursive versions of the "." and...
2018-06-18 Michael Orlitzkysrc/libadacl.c: add a special case for the path "....
2018-06-18 Michael Orlitzkyrun-tests.sh: remove --recursive flag from the "."...
2018-06-18 Michael Orlitzkyrun-tests.sh: add test to ensure that ".." works as...
2018-06-18 Michael Orlitzkysrc/libadacl.c: add a special case for the path "....
2018-06-14 Michael Orlitzkyrun-tests.sh: add test to ensure that "." works as...
2018-03-29 Michael Orlitzkysrc/libadacl.c: fix a memory leak found by clang-tidy. v0.4.0
2018-03-29 Michael Orlitzkysrc/libadacl.c: cast two fgetxattr() and fsetxattr...
2018-03-28 Michael Orlitzkysrc/libadacl.c: remove newline from function arguments.
2018-03-28 Michael Orlitzkysrc: add prototypes for all functions.
2018-03-28 Michael Orlitzkydoc: add a RATIONALE section to the man page.
2018-03-28 Michael Orlitzkydoc: use bold face for "mkdir" and "touch".
2018-03-28 Michael OrlitzkyDrop the "--no-exec-mask" flag and function parameters.
2018-03-28 Michael Orlitzkyrun-tests.sh: use auto-incrementing test numbers.
2018-03-28 Michael Orlitzkysrc/libadacl.c: use asprintf() instead of snprintf...
2018-03-28 Michael Orlitzkysrc/libadacl.c: add a comment about how we might agree...
2018-03-28 Michael Orlitzkydoc: document the apply-default-acl algorithm.
2018-03-24 Michael Orlitzkyrun-tests.sh: simplify the EXPECTED output in test 29.
2018-03-24 Michael Orlitzkyrun-tests.sh: simplify the EXPECTED output in test 32.
2018-03-02 Michael Orlitzkyconfigure.ac: bump to version 0.3.1. v0.3.1
2018-03-02 Michael OrlitzkyAdd a missing "break" statement in a switch, and test...
2018-03-02 Michael Orlitzkyautotools: replace my busted header checks with somethi... v0.3.0
2018-03-02 Michael Orlitzkyconfigure.ac: fix header name sys/libacl.h -> acl/libacl.h.
2018-03-02 Michael Orlitzkyconfigure.ac: use AC_HEADER_DIRENT to check for dirent.h.
2018-03-02 Michael Orlitzkyconfigure.ac: remove check for the (not used) sys/types...
2018-03-02 Michael Orlitzkyconfigure.ac: remove the check for the (not used) ftw...
2018-03-02 Michael Orlitzkyconfigure.ac: drop AC_TYPE_MODE_T since we don't use...
2018-03-02 Michael Orlitzkyautotools: bump the package and library versions to...
2018-03-02 Michael OrlitzkyReplace nftw() with manual recursion in apply_default_a...
2018-03-02 Michael OrlitzkyUpdate docs and tests for the --recursive exit code.
2018-03-02 Michael Orlitzkyrun-tests.sh: ensure that we descend into directories...
2018-03-02 Michael Orlitzkysrc/libadacl.c: delete an outdated comment.
2018-03-02 Michael Orlitzkyautotools: bump the package and library versions to... v0.2.0
2018-03-02 Michael OrlitzkyEliminate the apply_default_acl_ex() function.
2018-03-02 Michael Orlitzkysrc/libadacl.c: remove two NULL checks around acl_free...
2018-03-02 Michael Orlitzkysrc/libadacl.c: fix two comment typos.
2018-03-02 Michael Orlitzkyapply_default_acl_ex: avoid second call to safe_open...
2018-03-02 Michael Orlitzkysrc/libadacl.c: minor code simplification in safe_open().
2018-03-02 Michael Orlitzkysrc/libadacl.c: fix return type of fgetxattr in acl_cop...
2018-03-02 Michael Orlitzkyrun-tests.sh: add two tests to ensure a no-op without...
2018-03-02 Michael Orlitzkyrun-tests.sh: add a test for the "Not a directory"...
2018-03-02 Michael Orlitzkyrun-tests.sh: whitespace cleanup.
2018-03-01 Michael Orlitzkysrc/libadacl.c: rewrite acl_set_entry() as acl_update_e...
2018-03-01 Michael OrlitzkyEliminate the wipe_acls() function that is apparently...
2018-03-01 Michael Orlitzkysrc/libadacl.c: remove redundant empty pathname checks...
2018-03-01 Michael Orlitzkysrc/libadacl.c: kill a pointless "else if" after an...
2018-03-01 Michael Orlitzkyapply_default_acl_ex: don't loop through the ACL unless...
2018-03-01 Michael OrlitzkyImprove the error message for most types of inaccessibl...
2018-03-01 Michael OrlitzkyBail out of apply_default_acl_ex() early if the parent...
2018-03-01 Michael Orlitzkysrc/libadacl.c: don't try to close file descriptor...
2018-03-01 Michael Orlitzkyconfigure.ac: bump to version 0.1.5. v0.1.5
2018-03-01 Michael OrlitzkyReplace all tabs with spaces. We're not animals.
2018-03-01 Michael OrlitzkyEliminate the last bit of pathname usage.
2018-02-28 Michael Orlitzkysrc/libadacl.c: fix a function name inside perror output.
2018-02-28 Michael Orlitzkylibadacl.c: remove unused acl_get_permset() call in...
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...
next