<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs, branch v0.12</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v0.12</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v0.12'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2016-06-19T17:03:17+00:00</updated>
<entry>
<title>README: release v0.12</title>
<updated>2016-06-19T17:03:17+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-19T17:03:17+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=6922b88532bbefc71c60921ed009113a1fedf3d5'/>
<id>urn:sha1:6922b88532bbefc71c60921ed009113a1fedf3d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>travis: skip tests on go1.3.3</title>
<updated>2016-06-19T16:50:14+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-19T16:50:14+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=531c35c0e2726e8ced5bbdffc6b7f67b0ba8e959'/>
<id>urn:sha1:531c35c0e2726e8ced5bbdffc6b7f67b0ba8e959</id>
<content type='text'>
Go 1.3.3 does not support testing.M, so skip the tests there.
</content>
</entry>
<entry>
<title>README: mention stdin passwords</title>
<updated>2016-06-16T21:41:51+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-16T21:41:51+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=989c307bab5c79bed976beac362cded673afdea0'/>
<id>urn:sha1:989c307bab5c79bed976beac362cded673afdea0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>README: list changes for v0.12 but don't add release date</title>
<updated>2016-06-16T21:40:34+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-16T21:37:43+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=08691880327205aab1cf8f12eafaeaa0236d2c81'/>
<id>urn:sha1:08691880327205aab1cf8f12eafaeaa0236d2c81</id>
<content type='text'>
The release of v0.12 is delayed to give people more time to
upgrade using "mv" or "rsync --remove-source-files".
</content>
</entry>
<entry>
<title>tests: adapt for read-only operation</title>
<updated>2016-06-16T21:24:32+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-16T21:24:32+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=4d067e2de1a223d24491be80cdcd7305c44ac062'/>
<id>urn:sha1:4d067e2de1a223d24491be80cdcd7305c44ac062</id>
<content type='text'>
The v0.6 and older example filesystem are mounted read-only
because they are deprecated, so skip the read-write tests.
</content>
</entry>
<entry>
<title>Mount v0.6 and older filesystems as read-only</title>
<updated>2016-06-16T21:23:09+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-16T21:23:09+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=cc2a75b05029453192cbf90687ce5af5016841ad'/>
<id>urn:sha1:cc2a75b05029453192cbf90687ce5af5016841ad</id>
<content type='text'>
This is part of the phase-out of very old filesystems.

See https://github.com/rfjakob/gocryptfs/wiki/Compatibility for
more info.
</content>
</entry>
<entry>
<title>tests: update config_test example files</title>
<updated>2016-06-16T21:19:05+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-16T21:19:05+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=3234b9b5cee8de995dcf42b5384b9290d906397f'/>
<id>urn:sha1:3234b9b5cee8de995dcf42b5384b9290d906397f</id>
<content type='text'>
Recreate the files so they carry all feature flags.

Also, create them with "-scryptn 10" to speed up the tests.
</content>
</entry>
<entry>
<title>tests: exit with correct error code from TestMain</title>
<updated>2016-06-16T19:56:23+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-16T19:56:23+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=96750a7d3c52b75d13d6f3ed46bd48af28acebcd'/>
<id>urn:sha1:96750a7d3c52b75d13d6f3ed46bd48af28acebcd</id>
<content type='text'>
extpass_test and example_filesystems_test did it wrong,
always returning 0.
</content>
</entry>
<entry>
<title>Add "-ro" (read-only) flag</title>
<updated>2016-06-16T19:29:22+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-16T19:29:22+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=82d87ff8eda1a8e43cda4a5f500fc579477ee606'/>
<id>urn:sha1:82d87ff8eda1a8e43cda4a5f500fc579477ee606</id>
<content type='text'>
From the man page:

  **-ro**
  :      Mount the filesystem read-only

Also add a test.
</content>
</entry>
<entry>
<title>tests: add InitFS helper</title>
<updated>2016-06-16T19:27:01+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-16T19:06:03+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=305e9c1045f0546967bfbd2d10f13a28b6227a76'/>
<id>urn:sha1:305e9c1045f0546967bfbd2d10f13a28b6227a76</id>
<content type='text'>
</content>
</entry>
</feed>
