]> gitweb.michael.orlitzky.com - apply-default-acl.git/history - src
configure.ac: "autoupdate" to autoconf-2.71.
[apply-default-acl.git] / src /
2020-05-27 Michael Orlitzkysrc/libadacl.pc.in: mention our (private) dependency... v0.4.3
2020-05-27 Michael Orlitzkyconfigure.ac,src/libadacl.pc.in: new pkg-config file.
2020-03-16 Michael Orlitzkysrc/libadacl.c: include limits.h for PATH_MAX.
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-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 Orlitzkysrc/libadacl.c: simplify the "." and ".." path handling.
2018-06-18 Michael Orlitzkysrc/libadacl.c: add a special case for the path "....
2018-06-18 Michael Orlitzkysrc/libadacl.c: add a special case for the path "....
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 OrlitzkyDrop the "--no-exec-mask" flag and function parameters.
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-02 Michael OrlitzkyAdd a missing "break" statement in a switch, and test...
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 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-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 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 Orlitzkysrc/libadacl.c: mention the O_PATH flag in a comment.
2018-02-28 Michael Orlitzkylibadacl.c: use O_PATH in safe_open() for added safety.
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 Orlitzkysrc/apply-default-acl.c: update the CLI to match docume...
2018-02-27 Michael Orlitzkysrc/libadacl.h: add missing includes for "bool" and...
2018-02-26 Michael Orlitzkylibadacl: add error checking when we open() the filesys...
2018-02-26 Michael OrlitzkyAdd missing "flags" parameter documentation to the...
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 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 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 symlink handling and update to version 0.0.6.
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-25 Michael OrlitzkyFix the bug from the latest test case.
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.
next