<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/Documentation, branch v1.1</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.1</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.1'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2016-10-16T16:17:28+00:00</updated>
<entry>
<title>main: allow password change with -masterkey</title>
<updated>2016-10-16T16:17:28+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-16T16:17:28+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=c487e176bd517d815315583dfc795dc629ffb20a'/>
<id>urn:sha1:c487e176bd517d815315583dfc795dc629ffb20a</id>
<content type='text'>
Requested at https://github.com/rfjakob/gocryptfs/issues/28
</content>
</entry>
<entry>
<title>Update performance.txt for v1.1 release</title>
<updated>2016-10-09T21:19:08+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-09T21:19:08+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=40420cb4cd2997260fd00a2c1566ea62c146f6eb'/>
<id>urn:sha1:40420cb4cd2997260fd00a2c1566ea62c146f6eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>main: add "-passfile" option</title>
<updated>2016-10-09T18:08:10+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-09T18:08:10+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=e1c5e71b0965b6d17e0902b60adadc67e01190fe'/>
<id>urn:sha1:e1c5e71b0965b6d17e0902b60adadc67e01190fe</id>
<content type='text'>
Make it easier to read the password from a file. Internally this
is equivalent to "-extpass /bin/cat FILE".
</content>
</entry>
<entry>
<title>main: also accept options at the end via "-o"</title>
<updated>2016-10-09T18:05:54+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-09T17:38:49+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=9cf3ced0ce95495cabd8f4e7055d1c98f42363c9'/>
<id>urn:sha1:9cf3ced0ce95495cabd8f4e7055d1c98f42363c9</id>
<content type='text'>
For compatability with mount(1), options are also accepted as
"-o COMMA-SEPARATED-OPTIONS" at the end of the command line.
For example, "-o q,zerokey" is equivalent to "-q -zerokey".
</content>
</entry>
<entry>
<title>main: rename "-o" option to "-ko"</title>
<updated>2016-10-09T17:32:55+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-09T17:32:55+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=25a8802403de157bdfc39b7860ea4e3ee2b1d8ee'/>
<id>urn:sha1:25a8802403de157bdfc39b7860ea4e3ee2b1d8ee</id>
<content type='text'>
This prevents confusion with the "-o" options that is passed
by mount(1) at the end of the command line.
</content>
</entry>
<entry>
<title>MANPAGE: note that "-f" implies "-nosyslog"</title>
<updated>2016-10-07T21:02:04+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-07T21:02:04+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=9b1a35174b11b321271f7cefb6af3ced90ebc2bb'/>
<id>urn:sha1:9b1a35174b11b321271f7cefb6af3ced90ebc2bb</id>
<content type='text'>
Also explain why AES-SIV exists.
</content>
</entry>
<entry>
<title>main: add "-nonempty" option</title>
<updated>2016-10-06T20:41:13+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-06T20:41:13+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=434ce50db38e78f7e2a67af07cb92d8829fdfdf6'/>
<id>urn:sha1:434ce50db38e78f7e2a67af07cb92d8829fdfdf6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reverse: switch from GCM-SIV to AES-SIV</title>
<updated>2016-09-26T21:25:13+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-09-26T21:25:13+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=e9bb8b800c6c724125ccd862f4d20946317b31f5'/>
<id>urn:sha1:e9bb8b800c6c724125ccd862f4d20946317b31f5</id>
<content type='text'>
GCM-SIV is not yet finalized, and the reference implemenation is
painfully slow at about 2 MB/s. Switch to AES-SIV.
</content>
</entry>
<entry>
<title>reverse: add gcmsiv flag and associated tests</title>
<updated>2016-09-25T14:43:17+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-09-25T13:05:09+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=2050c7f3b3822a4a3329d4ba5b146d269ef05b4d'/>
<id>urn:sha1:2050c7f3b3822a4a3329d4ba5b146d269ef05b4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>XFSTESTS.md: add output from latest fuse-xfstests</title>
<updated>2016-07-03T20:15:59+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-07-03T20:15:59+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=77e7abdf8c1f9e2da3be4edfd0edb0d6ce9cdc67'/>
<id>urn:sha1:77e7abdf8c1f9e2da3be4edfd0edb0d6ce9cdc67</id>
<content type='text'>
fuse-xfstests is regularily rebased to xfstests master.
</content>
</entry>
</feed>
