<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/internal/fusefrontend_reverse, branch v1.1.1</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.1.1</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.1.1'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2016-10-24T17:18:13+00:00</updated>
<entry>
<title>Fix misspellings</title>
<updated>2016-10-24T17:18:13+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-24T17:18:13+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=aeda9721d0150b9b77d9522bb3b4fcd17f2cbbfa'/>
<id>urn:sha1:aeda9721d0150b9b77d9522bb3b4fcd17f2cbbfa</id>
<content type='text'>
Close https://github.com/rfjakob/gocryptfs/issues/54
</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>
<entry>
<title>reverse: merge config translation check into isTranslatedConfig</title>
<updated>2016-10-08T19:14:16+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-08T19:14:16+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=e47577834bcb7bde3d06923f0feffc5ac5ca84dd'/>
<id>urn:sha1:e47577834bcb7bde3d06923f0feffc5ac5ca84dd</id>
<content type='text'>
Also get rid of useless isFiltered function.
</content>
</entry>
<entry>
<title>reverse: make gocryptfs.conf mapping plaintextnames-aware</title>
<updated>2016-10-08T18:57:38+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-08T18:57:38+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=f054353bd3b05ab0d3d024ec8fa809bc5fed1d08'/>
<id>urn:sha1:f054353bd3b05ab0d3d024ec8fa809bc5fed1d08</id>
<content type='text'>
Only in plaintextnames-mode AND with the config file at the
default location it will be mapped into the mountpoint.

Also adds a test for that.
</content>
</entry>
<entry>
<title>reverse: initialize the longname cache only when reverse mode is used</title>
<updated>2016-10-05T20:22:28+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-05T20:22:28+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=ff48dc1aab1c551dcaaa0f46b32dbc5f35e90e2e'/>
<id>urn:sha1:ff48dc1aab1c551dcaaa0f46b32dbc5f35e90e2e</id>
<content type='text'>
Gets rid of the idling longnameCacheCleaner thread in "normal" mode.
</content>
</entry>
<entry>
<title>lint fixes</title>
<updated>2016-10-04T21:18:33+00:00</updated>
<author>
<name>Valient Gough</name>
</author>
<published>2016-10-02T04:14:18+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=b764917cd5c1b1d61b8ce08e7af0b29793fbbb80'/>
<id>urn:sha1:b764917cd5c1b1d61b8ce08e7af0b29793fbbb80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fusefrontend_reverse cast Stat_t.Dev to uint64 (#44)</title>
<updated>2016-10-04T13:03:47+00:00</updated>
<author>
<name>Romain</name>
</author>
<published>2016-10-04T13:03:47+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=db72a4489d919760b6de3d4077f49348732f79c4'/>
<id>urn:sha1:db72a4489d919760b6de3d4077f49348732f79c4</id>
<content type='text'>
The [Stat_t.Dev](https://golang.org/pkg/syscall/#Stat_t) docs say `Dev` is a `unit64`, but on [macOS amd64](https://golang.org/src/syscall/ztypes_darwin_amd64.go) it's an `int32`.</content>
</entry>
<entry>
<title>reverse: use per-purpose nonce generation</title>
<updated>2016-09-29T19:56:49+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-09-29T19:29:45+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=a2510efe12d2720399afcd8baea0c6634d4779e6'/>
<id>urn:sha1:a2510efe12d2720399afcd8baea0c6634d4779e6</id>
<content type='text'>
Also pull all the deterministic nonce code into fusefrontend_reverse
to greatly simplify the normal code path.
</content>
</entry>
<entry>
<title>reverse: move newDirIVFile into virtualfile.go</title>
<updated>2016-09-28T21:30:13+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-09-28T21:30:13+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=bce96b5095798521e5b4d63dc1aa2078f20aaa50'/>
<id>urn:sha1:bce96b5095798521e5b4d63dc1aa2078f20aaa50</id>
<content type='text'>
After all, is's a virtual file.
</content>
</entry>
</feed>
