<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs, branch v2.0-beta4</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v2.0-beta4</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v2.0-beta4'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2021-05-15T16:50:20+00:00</updated>
<entry>
<title>Merge package-source.bash &amp; package-static.bash scripts</title>
<updated>2021-05-15T16:50:20+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-05-15T16:28:11+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=c33c7aaf0d943ebcca0df14397e6336d7bf008a1'/>
<id>urn:sha1:c33c7aaf0d943ebcca0df14397e6336d7bf008a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update README for v2.0-beta4</title>
<updated>2021-05-15T16:27:41+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-05-15T16:27:41+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=4488b5b93a9fa29bc9a697256346efae7951d4ea'/>
<id>urn:sha1:4488b5b93a9fa29bc9a697256346efae7951d4ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>go.mod: switch to go-fuse acl branch</title>
<updated>2021-05-15T16:01:51+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-05-15T16:00:26+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=3374afccc46d186c206cdbc218a79d8958b00acf'/>
<id>urn:sha1:3374afccc46d186c206cdbc218a79d8958b00acf</id>
<content type='text'>
Until https://review.gerrithub.io/c/hanwen/go-fuse/+/516154
gets merged.

Commands used:

go mod edit -replace github.com/hanwen/go-fuse/v2=github.com/rfjakob/go-fuse/v2@acl
go mod download github.com/hanwen/go-fuse/v2
go mod tidy
</content>
</entry>
<entry>
<title>Add -acl flag to enable ACL enforcement</title>
<updated>2021-05-15T15:58:37+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-05-08T15:17:08+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=86d8336b43418c028c34c37f06fcbd43ab0d44a1'/>
<id>urn:sha1:86d8336b43418c028c34c37f06fcbd43ab0d44a1</id>
<content type='text'>
With test to verify that it actually works this
time: Run "make root_test".

Depends-on: https://github.com/rfjakob/gocryptfs/issues/536
Fixes: https://github.com/rfjakob/gocryptfs/issues/536
</content>
</entry>
<entry>
<title>fusefrontend: fix RENAME_NOREPLACE darwin build failure</title>
<updated>2021-05-15T15:20:43+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-05-15T15:19:49+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=a91ad29d362e8cb5348766da637202ac8905b9f2'/>
<id>urn:sha1:a91ad29d362e8cb5348766da637202ac8905b9f2</id>
<content type='text'>
Error was:

internal/fusefrontend/node.go:371:2: duplicate case syscallcompat.RENAME_NOREPLACE (value 0) in switch
	previous case at internal/fusefrontend/node.go:368:7

Rewrite using "if"s instead.
</content>
</entry>
<entry>
<title>fusefrontend: avoid duplicate const definition</title>
<updated>2021-05-08T18:42:42+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-05-08T18:42:18+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=1ba2e42234b973260066623bb7eeda4c8b936d8e'/>
<id>urn:sha1:1ba2e42234b973260066623bb7eeda4c8b936d8e</id>
<content type='text'>
RENAME_NOREPLACE is already defined in syscallcompat.
</content>
</entry>
<entry>
<title>fusefrontend: reject broken RENAME_EXCHANGE and RENAME_WHITEOUT</title>
<updated>2021-05-08T13:39:49+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-05-08T13:39:49+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=a267562d291b15c192837da6f74c991892570fd6'/>
<id>urn:sha1:a267562d291b15c192837da6f74c991892570fd6</id>
<content type='text'>
Discovered by xfstests generic/013: or implementation for
RENAME_EXCHANGE and RENAME_WHITEOUT is incomplete. Reject the
flags so that the caller retries with regular rename.
</content>
</entry>
<entry>
<title>README: fix broken markdown links</title>
<updated>2021-05-07T18:58:42+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-05-07T18:58:42+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=7466f12a922a226acc65d9d3e1e9ae2810957301'/>
<id>urn:sha1:7466f12a922a226acc65d9d3e1e9ae2810957301</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update README for v2.0-beta3 release</title>
<updated>2021-04-24T10:26:54+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-04-24T10:26:54+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=c57fd9adc9d3eba9483d3dde6bf256dd1229effc'/>
<id>urn:sha1:c57fd9adc9d3eba9483d3dde6bf256dd1229effc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>go mod: switch back to mainline go-fuse</title>
<updated>2021-04-24T10:23:17+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-04-24T08:16:45+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=e6787379679a6062b38fe19eafc1cf61a1d2551c'/>
<id>urn:sha1:e6787379679a6062b38fe19eafc1cf61a1d2551c</id>
<content type='text'>
Change was merged:
https://github.com/hanwen/go-fuse/commit/a90e1f463c3f172a7690a6449fe5955a180dfec3

Done using:

$ go mod edit -dropreplace github.com/hanwen/go-fuse/v2
$ go get github.com/hanwen/go-fuse/v2@master
go: downloading github.com/hanwen/go-fuse/v2 v2.1.1-0.20210423170155-a90e1f463c3f
go get: upgraded github.com/hanwen/go-fuse/v2 v2.0.4-0.20210125162859-8e0bbdb16cb7 =&gt; v2.1.1-0.20210423170155-a90e1f463c3f

Related: https://github.com/rfjakob/gocryptfs/issues/549
</content>
</entry>
</feed>
