<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/internal, 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-19T20:25:54+00:00</updated>
<entry>
<title>tests: add 1980.tar.gz extract test</title>
<updated>2016-10-19T20:25:54+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-19T20:25:54+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=589748548f24429bb30a8aafb3cae0d295b07da0'/>
<id>urn:sha1:589748548f24429bb30a8aafb3cae0d295b07da0</id>
<content type='text'>
Test that we get the right timestamp when extracting a tarball.

Also simplify the workaround in doTestUtimesNano() and fix the
fact that it was running no test at all.
</content>
</entry>
<entry>
<title>lint fixes</title>
<updated>2016-10-18T23:12:45+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-18T23:12:45+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=600ceece359d835934ad039bdd0e83cd647c410f'/>
<id>urn:sha1:600ceece359d835934ad039bdd0e83cd647c410f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fusefrontend: Utimens: one more band-aid</title>
<updated>2016-10-16T18:20:00+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-16T18:20:00+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=891a3b4c8a02edc6b7c2163bce8827a70deab285'/>
<id>urn:sha1:891a3b4c8a02edc6b7c2163bce8827a70deab285</id>
<content type='text'>
Revert once https://github.com/hanwen/go-fuse/pull/131 is merged.
</content>
</entry>
<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>readpassword: check extpass return code</title>
<updated>2016-10-16T14:44:27+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-16T14:44:27+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=b2d33028a6121f2b2a53d3ffe96dd235d59249f1'/>
<id>urn:sha1:b2d33028a6121f2b2a53d3ffe96dd235d59249f1</id>
<content type='text'>
...and exit if it is not zero.
</content>
</entry>
<entry>
<title>fusefrontend: Utimens: ugly band-aid for nil pointer crash in go-fuse</title>
<updated>2016-10-16T13:08:05+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-16T13:02:44+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=5144470e3d30499fa42af84927fa8adc27b51e68'/>
<id>urn:sha1:5144470e3d30499fa42af84927fa8adc27b51e68</id>
<content type='text'>
Crash is described at https://github.com/rfjakob/gocryptfs/issues/48 .
Revert this once https://github.com/hanwen/go-fuse/pull/131 is merged.
</content>
</entry>
<entry>
<title>fusefrontend: log missing gocryptfs.diriv</title>
<updated>2016-10-16T13:04:59+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-16T11:43:19+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=35219d0022a6225a4a412844f1cf00747a04e41e'/>
<id>urn:sha1:35219d0022a6225a4a412844f1cf00747a04e41e</id>
<content type='text'>
This can happen during normal operation when the directory has
been deleted concurrently. But it can also mean that the
gocryptfs.diriv is missing due to an error, so log the event
at "info" level.
</content>
</entry>
<entry>
<title>fusefrontend: Also preserve the owner in Mkdir</title>
<updated>2016-10-10T06:53:29+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-10T06:43:09+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=828f7184838be17d04ff4d78d8b066f4947406f3'/>
<id>urn:sha1:828f7184838be17d04ff4d78d8b066f4947406f3</id>
<content type='text'>
This already worked for files but was missing for dirs.
</content>
</entry>
<entry>
<title>reverse: add panics against API abuse</title>
<updated>2016-10-09T15:05:12+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-09T15:05:12+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=d3b78fea959dfb0e1c1f5079ae516303bdb9a0f8'/>
<id>urn:sha1:d3b78fea959dfb0e1c1f5079ae516303bdb9a0f8</id>
<content type='text'>
These should help prevent later programming errors.
</content>
</entry>
<entry>
<title>reverse: gocryptfs.conf was missing from the directory listings</title>
<updated>2016-10-08T20:25:08+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-08T20:25:08+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=d25fcc6a4b095e37c77cce8f9de2ec0f12007ed5'/>
<id>urn:sha1:d25fcc6a4b095e37c77cce8f9de2ec0f12007ed5</id>
<content type='text'>
Fix the test for that and add checks in example_filesystems_test.
</content>
</entry>
</feed>
