<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/internal, branch flaggy</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=flaggy</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=flaggy'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2021-08-02T18:01:26+00:00</updated>
<entry>
<title>fusefrontend: add quirks for MacOS ExFAT</title>
<updated>2021-08-02T18:01:26+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-08-02T18:01:26+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=c3c9513e6504276698ed1f50a259d4333476acf8'/>
<id>urn:sha1:c3c9513e6504276698ed1f50a259d4333476acf8</id>
<content type='text'>
This also moves the quirks logic into fusefrontend.

Fixes https://github.com/rfjakob/gocryptfs/issues/585
</content>
</entry>
<entry>
<title>fusefrontend: -sharedstorage: present stable inode numbers</title>
<updated>2021-07-31T11:24:25+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-07-31T11:24:25+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=1bc1db620b061aabf59469a5eb4fb60e3e1701a3'/>
<id>urn:sha1:1bc1db620b061aabf59469a5eb4fb60e3e1701a3</id>
<content type='text'>
Use the Gen field (inode generation) to distinguish hard links
while passing the real inode numbers to userspace.

Fixes https://github.com/rfjakob/gocryptfs/issues/584
</content>
</entry>
<entry>
<title>fusefrontend: prepareAtSyscall: handle error when opening ourselves</title>
<updated>2021-07-31T08:53:32+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-07-31T08:53:32+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=1dfd6b7b765c82c4c9cf6d41ec6d6ed5f6cb2a79'/>
<id>urn:sha1:1dfd6b7b765c82c4c9cf6d41ec6d6ed5f6cb2a79</id>
<content type='text'>
Error handling was missing here, so we would later get confusing
EBADF errors due to dirfd being -1.
</content>
</entry>
<entry>
<title>fusefrontend: implement fsync on directories</title>
<updated>2021-07-29T18:39:50+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-07-29T18:39:50+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=0ca302f12aa8be391d6b8e7081b5c75fbec2e872'/>
<id>urn:sha1:0ca302f12aa8be391d6b8e7081b5c75fbec2e872</id>
<content type='text'>
Fixes https://github.com/rfjakob/gocryptfs/issues/587
</content>
</entry>
<entry>
<title>fido2: actually drop `-v` flag</title>
<updated>2021-07-29T10:47:40+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-07-29T10:45:40+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=e83b79b4c2e8619f0f9622bbafc39d04eeced3f0'/>
<id>urn:sha1:e83b79b4c2e8619f0f9622bbafc39d04eeced3f0</id>
<content type='text'>
Commit 2a9d70d48f4cc715a6864849cdec91ab08b6fd03 only
dropped the flag on mount but not on `-init`.

Also drop it on `-init`.

Fixes https://github.com/rfjakob/gocryptfs/issues/571 (part II)
</content>
</entry>
<entry>
<title>fido2: drop `-v` option (PIN request)</title>
<updated>2021-06-27T09:17:29+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-06-27T09:17:29+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=2a9d70d48f4cc715a6864849cdec91ab08b6fd03'/>
<id>urn:sha1:2a9d70d48f4cc715a6864849cdec91ab08b6fd03</id>
<content type='text'>
We used to pass `-v` on `gocryptfs -init` but not for
mount, which seems strange by itself, but more importantly,
`-v` does not work on Yubikeys.

Drop `-v`.

Fixes https://github.com/rfjakob/gocryptfs/issues/571
</content>
</entry>
<entry>
<title>fido2: pretty-print fidoCommand in debug output</title>
<updated>2021-06-27T09:12:40+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-06-27T09:12:40+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=d6c8d892ffacf92f13798ee71112447100aa5a50'/>
<id>urn:sha1:d6c8d892ffacf92f13798ee71112447100aa5a50</id>
<content type='text'>
Related: https://github.com/rfjakob/gocryptfs/issues/571
</content>
</entry>
<entry>
<title>fusefrontend: delete openBackingDir</title>
<updated>2021-06-26T16:49:54+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-06-26T16:45:21+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=4fd95b718b9f7b022c1960711fc7dfe7b5350c15'/>
<id>urn:sha1:4fd95b718b9f7b022c1960711fc7dfe7b5350c15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fusefrontend: convert last callers from openBackingDir to prepareAtSyscall</title>
<updated>2021-06-26T16:49:54+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-06-26T16:44:52+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=5306fc345be41371820ea50a3f64efab08f2e74c'/>
<id>urn:sha1:5306fc345be41371820ea50a3f64efab08f2e74c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fusefrontend: ctlsock: get rid of unneccessary wrapper function</title>
<updated>2021-06-26T16:49:54+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-06-26T16:42:36+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=45648e567ae5e6d40bb42ae954406c8762fc577f'/>
<id>urn:sha1:45648e567ae5e6d40bb42ae954406c8762fc577f</id>
<content type='text'>
</content>
</entry>
</feed>
