]> gitweb.michael.orlitzky.com - apply-default-acl.git/history - src/libadacl.c
libadacl.c: remove unused acl_get_permset() call in acl_set_entry().
[apply-default-acl.git] / src / libadacl.c
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.