libgocryptfs/internal/fusefrontend_reverse
Jakob Unterwurzacher 75a3e2c2ee reverse mode: fix "-exclude" in "-plaintextnames" dir listings
Excluded files showed up in directory listing like this:

 drwxr-xr-x 2 sebastian sebastian 4,0K Dez 17 14:48 .
 drwxr-xr-x 7 sebastian sebastian 4,0K Dez 17 14:45 ..
 -????????? ? ?         ?            ?            ? abcd
 -r-------- 1 sebastian sebastian  366 Dez 17 14:45 gocryptfs.conf

Fixes https://github.com/rfjakob/gocryptfs/issues/285
2019-01-04 17:36:06 +01:00
..
ctlsock_interface.go reverse mode: fix "-exclude" in "-plaintextnames" dir listings 2019-01-04 17:36:06 +01:00
isexcluded_test.go fusefrontend_reverse: reject excludes for the root directory "" 2018-08-15 12:28:29 +02:00
reverse_longnames.go syscallcompat: use O_PATH in OpenDirNofollow 2018-09-08 18:06:33 +02:00
rfile.go syscallcompat: untangle OpenNofollow and rename to OpenDirNofollow 2018-09-08 17:41:17 +02:00
rfs.go reverse mode: fix "-exclude" in "-plaintextnames" dir listings 2019-01-04 17:36:06 +01:00
rpath.go syscallcompat: untangle OpenNofollow and rename to OpenDirNofollow 2018-09-08 17:41:17 +02:00
rpath_cache.go fusefrontend_reverse: use OpenNofollow in findLongnameParent 2018-01-17 20:54:05 +01:00
virtualfile.go syscallcompat: untangle OpenNofollow and rename to OpenDirNofollow 2018-09-08 17:41:17 +02:00