]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tests/sys/fs/fusefs/default_permissions.cc
fusefs: annotate deliberate file descriptor leaks in the tests
[FreeBSD/FreeBSD.git] / tests / sys / fs / fusefs / default_permissions.cc
2019-06-26 asomersfusefs: annotate deliberate file descriptor leaks in...
2019-06-20 asomersMFHead @349234
2019-06-06 asomersMFHead @348740
2019-05-31 asomersfusefs: prefer FUSE_ROOT_ID to literal 1 in the tests
2019-05-29 asomersfusefs: raise protocol level to 7.12
2019-05-27 asomersfusefs: set FUSE_WRITE_CACHE when writing from cache
2019-05-27 asomersfusefs: make the tests more cplusplusy
2019-05-22 asomersfusefs: fix "recursing on non recursive lockmgr" panic
2019-05-13 asomersMFHead @347527
2019-05-08 asomersfusefs: fix a permission handling bug during VOP_RENAME
2019-05-08 asomersfusefs: allow non-owners to set timestamps to UTIME_NOW
2019-05-07 asomersfusefs: drop suid after a successful chown by a non...
2019-05-07 asomersfusefs: allow the null chown and null chgrp
2019-05-06 asomersfusefs: allow ftruncate on files without write permission
2019-05-06 asomersfusefs: Fix another obscure permission handling bug
2019-05-06 asomersfusefs: clear SUID & SGID after a successful write...
2019-05-04 asomersfusefs: only root may set the sticky bit on a non-directory
2019-05-01 asomersfusefs: fix some permission checks with -o default_perm...
2019-04-11 asomersfusefs: Finish supporting -o default_permissions
2019-04-10 asomersfusefs: WIP supporting -o default_permissions
2019-04-08 asomersfusefs: cache file attributes
2019-04-05 ngieFix the branch build
2019-04-04 asomersMFHead@r345880
2019-03-29 asomersMFHead@r345677
2019-03-21 asomersfusefs: add a test case for the allow_other mount option
2019-03-21 asomersfusefs: adapt the tests to the fuse => fusefs rename