]> gitweb.michael.orlitzky.com - apply-default-acl.git/history - src/apply-default-acl.c
Improve the error message for most types of inaccessible paths.
[apply-default-acl.git] / src / apply-default-acl.c
2018-03-01 Michael OrlitzkyImprove the error message for most types of inaccessibl...
2018-03-01 Michael OrlitzkyReplace all tabs with spaces. We're not animals.
2018-02-27 Michael OrlitzkyAdd various NULL pointer checks for good measure.
2018-02-27 Michael Orlitzkysrc/apply-default-acl.c: update the CLI to match docume...
2018-02-26 Michael OrlitzkyMove a few constants out of the libadacl.h header to...
2018-02-26 Michael OrlitzkyRename apply_default_acl() to apply_default_acl_ex...
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