libgocryptfs/internal
Jakob Unterwurzacher 5da292828c fusefrontend: fix chown on dangling symlinks
We (actually, go-fuse) used to call Chown() instead of Lchown()
which meant that the operation would fail on dangling symlinks.

Fix this by calling os.Lchown() ourself. Also add a test case
for this.
2016-06-08 00:32:44 +02:00
..
configfile configfile: warn about missing feature flags 2016-06-06 23:13:10 +02:00
contentenc Enable openssl in tests to support old Go versions 2016-03-03 00:59:58 +01:00
cryptocore stupidgcm: skip tests on Go 1.4 and older 2016-05-05 00:09:08 +02:00
fusefrontend fusefrontend: fix chown on dangling symlinks 2016-06-08 00:32:44 +02:00
nametransform nametransform, main: better error messages 2016-06-01 20:07:43 +02:00
prefer_openssl toggledlog: convert remaing naked fmt.Print* 2016-06-05 14:32:07 +02:00
stupidgcm stupidgcm: add benchmark.bash wrapper 2016-05-22 15:49:09 +02:00
toggledlog toggledlog: convert remaing naked fmt.Print* 2016-06-05 14:32:07 +02:00