]> gitweb.michael.orlitzky.com - apply-default-acl.git/commit
Fix symlink handling and update to version 0.0.6.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 3 Oct 2016 14:06:11 +0000 (10:06 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 3 Oct 2016 14:06:11 +0000 (10:06 -0400)
commit5a1f29cb6c306e9d8b19c4b3d964c4a05c0bc27d
tree91c82938582c0ca16e3cb6e1a95b4f1d5e4c8c3f
parentef2420c59077d26e659e091e21731f282564a498
Fix symlink handling and update to version 0.0.6.

There was kind of a big bug in previous versions: symlinks were
followed and they weren't supposed to be. This came down to a few
"stat" calls that should have been "lstat" calls. Those changes have
been made, and there's now a test for the correct behavior.

Unrelated: I capitalized the 'n' in the "No such file..." error.
configure.ac
run-tests.sh
src/apply-default-acl.c