NetBSD/lib/libperfuse
manu e0a6df40c2 - Proper permission checks when doing directory traversal. e.g.: run
rm dir/file while dir was never looked up since the mount. In that
situation, we get lookup with pcn_nameiop NAMEI_DELETE for dir before
we get it for file. But for dir we are just looking for PUFFS_VEXEC.
This is solved by honouring NAMEI_ISLASTCN, which is set for the last
element only

- do not send O_EXCL to FUSE as documentation forbids it.

- fix warning
2011-05-18 15:28:12 +00:00
..
Makefile Enable the build of perfused and libperfuse 2011-05-09 08:51:08 +00:00
debug.c
fuse.h Use sysconf(_SC_PAGESIZE) instead of PAGE_SIZE. 2011-05-11 14:52:48 +00:00
libperfuse.3 Small typo in macro (Xd -> Xr). 2011-05-10 12:14:37 +00:00
ops.c - Proper permission checks when doing directory traversal. e.g.: run 2011-05-18 15:28:12 +00:00
perfuse.c Set buffer size as big in nomal mode as we do in debug mode, when 2011-05-18 15:25:19 +00:00
perfuse.h
perfuse_if.h typos 2011-05-18 15:22:54 +00:00
perfuse_priv.h - Implement proper unprivilegied user permission verifications 2011-04-25 04:54:53 +00:00
shlib_version
subr.c - Implement proper unprivilegied user permission verifications 2011-04-25 04:54:53 +00:00