<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/internal/nametransform, branch v1.0-rc1</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.0-rc1</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.0-rc1'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2016-07-03T18:17:40+00:00</updated>
<entry>
<title>syscallcompat: OSX: add Unlinkat wrapper</title>
<updated>2016-07-03T18:17:40+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-07-03T18:17:40+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=d8524c73696392c7e895e6b3fe4c7e120d7296f7'/>
<id>urn:sha1:d8524c73696392c7e895e6b3fe4c7e120d7296f7</id>
<content type='text'>
Also, replace remaining naked syscall.Openat calls.
</content>
</entry>
<entry>
<title>nametransform: hide detailed padding error behind the debug flag</title>
<updated>2016-07-03T13:35:58+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-07-03T13:35:58+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=e574a6cc1f053a16158bd228cf0ec9c6b255ad09'/>
<id>urn:sha1:e574a6cc1f053a16158bd228cf0ec9c6b255ad09</id>
<content type='text'>
unPad16 returns detailed errors including the position of the
incorrect bytes. Kill a possible padding oracle by lumping
everything into a generic error.

The detailed error is only logged if debug is active.
</content>
</entry>
<entry>
<title>Drop deprecated "-emenames" option</title>
<updated>2016-06-23T19:56:50+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-23T19:56:50+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=3d59a72ba952602ca046df532fe2a3e8e16f1046'/>
<id>urn:sha1:3d59a72ba952602ca046df532fe2a3e8e16f1046</id>
<content type='text'>
The EMENames feature flag is already mandatory, dropping the command
line option is the final step.
</content>
</entry>
<entry>
<title>nametransform: drop unused noiv functions</title>
<updated>2016-06-23T19:39:04+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-23T19:33:05+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=e970b1fdb5963448f8d54d70ae903883605da32d'/>
<id>urn:sha1:e970b1fdb5963448f8d54d70ae903883605da32d</id>
<content type='text'>
As DirIV is now mandatory there is no user for the noiv functions.
</content>
</entry>
<entry>
<title>Rename nametransform, contentenc source files</title>
<updated>2016-06-16T17:02:47+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-16T17:02:47+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=7e92ebe16a7735b29e0fdc62d4b5d49ce0dc2b66'/>
<id>urn:sha1:7e92ebe16a7735b29e0fdc62d4b5d49ce0dc2b66</id>
<content type='text'>
Let's have shorter names, and merge *_api.go into the "main"
file.

No code changes.
</content>
</entry>
<entry>
<title>Rename internal "toggledlog" package to "tlog"</title>
<updated>2016-06-15T21:30:44+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-15T21:30:44+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=6c3f97399a01a2d8480b39978209099335efbf7d'/>
<id>urn:sha1:6c3f97399a01a2d8480b39978209099335efbf7d</id>
<content type='text'>
tlog is used heavily everywhere and deserves a shorter name.

Renamed using sed magic, without any manual rework:

   find * -type f -exec sed -i 's/toggledlog/tlog/g' {} +
</content>
</entry>
<entry>
<title>nametransform, main: better error messages</title>
<updated>2016-06-01T18:07:43+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-01T18:07:43+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=80b027f830ba5d9e5bf2514462208fcea573c388'/>
<id>urn:sha1:80b027f830ba5d9e5bf2514462208fcea573c388</id>
<content type='text'>
</content>
</entry>
<entry>
<title>longnames: fix fsstress failure, use dirfd</title>
<updated>2016-04-10T19:31:08+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-04-10T17:32:10+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=db72fcea41f01f24ac3edb1cbf86d6b0be60f137'/>
<id>urn:sha1:db72fcea41f01f24ac3edb1cbf86d6b0be60f137</id>
<content type='text'>
Using dirfd-relative operations allows safe lockless handling
of the ".name" files.
</content>
</entry>
<entry>
<title>longnames: use symbolic constants instead of naked ints</title>
<updated>2016-04-10T10:36:43+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-04-10T10:36:43+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=63d3e517349a6c4774a3f75f2fa039c780eaf5f9'/>
<id>urn:sha1:63d3e517349a6c4774a3f75f2fa039c780eaf5f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable openssl in tests to support old Go versions</title>
<updated>2016-03-02T23:59:58+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-03-02T23:58:12+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=37a9b4c3ee9d5dd332ae2f4b25942c6fef254d72'/>
<id>urn:sha1:37a9b4c3ee9d5dd332ae2f4b25942c6fef254d72</id>
<content type='text'>
Go 1.4 and older do not support 128-bit IVs which caused
the tests to panic.
</content>
</entry>
</feed>
