]> gitweb.michael.orlitzky.com - apply-default-acl.git/history - src/libadacl.c
configure.ac: "autoupdate" to autoconf-2.71.
[apply-default-acl.git] / src / libadacl.c
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 OrlitzkyReplace nftw() with manual recursion in apply_default_a...
2018-03-02 Michael Orlitzkysrc/libadacl.c: delete an outdated comment.
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 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-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.