libgocryptfs/internal/fusefrontend_reverse
Jakob Unterwurzacher 9ecf2d1a3f fusefrontend_reverse: store derived values for hard-linked files
With hard links, the path to a file is not unique. This means
that the ciphertext data depends on the path that is used to access
the files.

Fix that by storing the derived values when we encounter a hard-linked
file. This means that the first path wins.
2017-05-25 21:33:16 +02:00
..
ctlsock_interface.go fusefrontend_reverse: convert fmt.Printf calls to tlog 2017-04-01 15:49:53 +02:00
reverse_longnames.go fusefrontend_reverse: add comment to newVirtualFile 2017-04-01 14:17:54 +02:00
rfile.go fusefrontend_reverse: store derived values for hard-linked files 2017-05-25 21:33:16 +02:00
rfs.go fix golint complaints 2017-04-29 14:50:58 +02:00
rpath.go fusefrontend_reverse: switch to stable inode numbers 2017-04-01 17:19:15 +02:00
rpath_cache.go fusefrontend_reverse: convert fmt.Printf calls to tlog 2017-04-01 15:49:53 +02:00
virtualfile.go fusefrontend_reverse: switch to stable inode numbers 2017-04-01 17:19:15 +02:00