<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs, branch v0.4</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v0.4</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v0.4'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2015-11-15T15:10:45+00:00</updated>
<entry>
<title>README: link to use .../tags instead of ../releases</title>
<updated>2015-11-15T15:10:45+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-11-15T15:10:45+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=8f069eabe4e1b0f2a4e69ebf00a3cc3e284b62c2'/>
<id>urn:sha1:8f069eabe4e1b0f2a4e69ebf00a3cc3e284b62c2</id>
<content type='text'>
Using github "release" function means that the changelog is buried in the
github webinterface. The changelog is now instead included in README.md.
</content>
</entry>
<entry>
<title>Update README for v0.4</title>
<updated>2015-11-15T15:06:19+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-11-15T15:06:19+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=2efd25eefe8d3a99e35ccca5a9a8feca759d0f83'/>
<id>urn:sha1:2efd25eefe8d3a99e35ccca5a9a8feca759d0f83</id>
<content type='text'>
Also, add short comments to the top of main_test.go and
performance_test.go.
</content>
</entry>
<entry>
<title>tests: add example_filesystems, test password and -masterkey mount</title>
<updated>2015-11-15T14:05:15+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-11-15T14:05:15+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=40882c6e49186510a8adc6ae4b41a879c5d3278f'/>
<id>urn:sha1:40882c6e49186510a8adc6ae4b41a879c5d3278f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CipherSizeToPlainSize: Handle illegal states</title>
<updated>2015-11-15T13:15:21+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-11-15T13:15:21+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=296bdf3af21a8964dcb884ff41ea7556cc811e9a'/>
<id>urn:sha1:296bdf3af21a8964dcb884ff41ea7556cc811e9a</id>
<content type='text'>
A file never gets a cipherSize &lt;= HEADER_LEN in normal operation.
However, this can happen if header write it interrupted or the
underlying filesystem does not support fallocate.

Noticed while trying to store a CIPHERDIR in another gocryptfs mount
(gocryptfs does not support fallocate)
</content>
</entry>
<entry>
<title>Move "Debug output enabled" after forkChild() to remove duplicate output</title>
<updated>2015-11-15T12:56:01+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-11-15T12:56:01+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=09499be6e9bffe3bd24f017b15736125d72c450c'/>
<id>urn:sha1:09499be6e9bffe3bd24f017b15736125d72c450c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: add tests for "-config" option</title>
<updated>2015-11-15T12:48:30+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-11-15T12:48:30+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=7a2ab0b233fba71fa03c461a94d50c12dcc1d5e3'/>
<id>urn:sha1:7a2ab0b233fba71fa03c461a94d50c12dcc1d5e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add "-extpass" cli option and associated tests</title>
<updated>2015-11-15T12:42:04+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-11-15T12:38:19+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=d95fc2333aa5c05de713694c0893c7690655a584'/>
<id>urn:sha1:d95fc2333aa5c05de713694c0893c7690655a584</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MANPAGE: add "-config" flag</title>
<updated>2015-11-14T20:31:39+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-11-14T20:31:39+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=066c2c90eb0a156efe9d1a407b32350673a09fed'/>
<id>urn:sha1:066c2c90eb0a156efe9d1a407b32350673a09fed</id>
<content type='text'>
Also, "-plaintextnames" can be used with -zerokey.
Fix the incorrect description.
</content>
</entry>
<entry>
<title>Refactor cli argument handling</title>
<updated>2015-11-14T20:25:10+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-11-14T20:25:10+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=58592330dc33e194e55fa942d3f375124839f058'/>
<id>urn:sha1:58592330dc33e194e55fa942d3f375124839f058</id>
<content type='text'>
Also, add the "-config" option for storing gocryptfs.conf
outside of CIPHERDIR.
</content>
</entry>
<entry>
<title>README: add beta badge and update text</title>
<updated>2015-11-14T18:15:51+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-11-14T18:10:52+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=6736212b29bd54a0ed9778f1bbea49db03f43c06'/>
<id>urn:sha1:6736212b29bd54a0ed9778f1bbea49db03f43c06</id>
<content type='text'>
Also, improve the help text.
</content>
</entry>
</feed>
