]> gitweb.michael.orlitzky.com - apply-default-acl.git/history - src
safe_open_ex: add a comment about why O_PATH doesn't work.
[apply-default-acl.git] / src /
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.
2012-08-18 Michael OrlitzkyFix command-line error handling.
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 OrlitzkyAdd another test.
2012-08-15 Michael OrlitzkyComplicate the shit out of everything to pass the new...
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 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.