<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/pathfs_frontend/names.go, branch xattr_user_buffer</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=xattr_user_buffer</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=xattr_user_buffer'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2016-02-06T18:27:59+00:00</updated>
<entry>
<title>Move pathfs_frontend to internal/fusefrontend</title>
<updated>2016-02-06T18:27:59+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-02-06T18:27:59+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=9078a77850dd680bfa938d9ed7c83600a60c0e7b'/>
<id>urn:sha1:9078a77850dd680bfa938d9ed7c83600a60c0e7b</id>
<content type='text'>
"git status" for reference:

renamed:    pathfs_frontend/args.go -&gt; internal/fusefrontend/args.go
renamed:    pathfs_frontend/compat_darwin.go -&gt; internal/fusefrontend/compat_darwin.go
renamed:    pathfs_frontend/compat_linux.go -&gt; internal/fusefrontend/compat_linux.go
renamed:    pathfs_frontend/file.go -&gt; internal/fusefrontend/file.go
renamed:    pathfs_frontend/file_holes.go -&gt; internal/fusefrontend/file_holes.go
renamed:    pathfs_frontend/fs.go -&gt; internal/fusefrontend/fs.go
renamed:    pathfs_frontend/fs_dir.go -&gt; internal/fusefrontend/fs_dir.go
renamed:    pathfs_frontend/names.go -&gt; internal/fusefrontend/names.go
renamed:    pathfs_frontend/write_lock.go -&gt; internal/fusefrontend/write_lock.go
modified:   main.go
</content>
</entry>
<entry>
<title>Major refactoring: Split up "cryptfs" into several internal packages</title>
<updated>2016-02-06T18:22:35+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-02-06T18:20:54+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=2b8cbd944149afe51fadddbd67ee4499d1d86250'/>
<id>urn:sha1:2b8cbd944149afe51fadddbd67ee4499d1d86250</id>
<content type='text'>
"git status" for reference:

deleted:    cryptfs/cryptfs.go
deleted:    cryptfs/names_core.go
modified:   integration_tests/cli_test.go
modified:   integration_tests/helpers.go
renamed:    cryptfs/config_file.go -&gt; internal/configfile/config_file.go
renamed:    cryptfs/config_test.go -&gt; internal/configfile/config_test.go
renamed:    cryptfs/config_test/.gitignore -&gt; internal/configfile/config_test/.gitignore
renamed:    cryptfs/config_test/PlaintextNames.conf -&gt; internal/configfile/config_test/PlaintextNames.conf
renamed:    cryptfs/config_test/StrangeFeature.conf -&gt; internal/configfile/config_test/StrangeFeature.conf
renamed:    cryptfs/config_test/v1.conf -&gt; internal/configfile/config_test/v1.conf
renamed:    cryptfs/config_test/v2.conf -&gt; internal/configfile/config_test/v2.conf
renamed:    cryptfs/kdf.go -&gt; internal/configfile/kdf.go
renamed:    cryptfs/kdf_test.go -&gt; internal/configfile/kdf_test.go
renamed:    cryptfs/cryptfs_content.go -&gt; internal/contentenc/content.go
new file:   internal/contentenc/content_api.go
renamed:    cryptfs/content_test.go -&gt; internal/contentenc/content_test.go
renamed:    cryptfs/file_header.go -&gt; internal/contentenc/file_header.go
renamed:    cryptfs/intrablock.go -&gt; internal/contentenc/intrablock.go
renamed:    cryptfs/address_translation.go -&gt; internal/contentenc/offsets.go
new file:   internal/cryptocore/crypto_api.go
renamed:    cryptfs/gcm_go1.4.go -&gt; internal/cryptocore/gcm_go1.4.go
renamed:    cryptfs/gcm_go1.5.go -&gt; internal/cryptocore/gcm_go1.5.go
renamed:    cryptfs/nonce.go -&gt; internal/cryptocore/nonce.go
renamed:    cryptfs/openssl_aead.go -&gt; internal/cryptocore/openssl_aead.go
renamed:    cryptfs/openssl_benchmark.bash -&gt; internal/cryptocore/openssl_benchmark.bash
renamed:    cryptfs/openssl_test.go -&gt; internal/cryptocore/openssl_test.go
new file:   internal/nametransform/name_api.go
new file:   internal/nametransform/names_core.go
renamed:    cryptfs/names_diriv.go -&gt; internal/nametransform/names_diriv.go
renamed:    cryptfs/names_noiv.go -&gt; internal/nametransform/names_noiv.go
renamed:    cryptfs/names_test.go -&gt; internal/nametransform/names_test.go
new file:   internal/nametransform/pad16.go
renamed:    cryptfs/log.go -&gt; internal/toggledlog/log.go
renamed:    cryptfs/log_go1.4.go -&gt; internal/toggledlog/log_go1.4.go
renamed:    cryptfs/log_go1.5.go -&gt; internal/toggledlog/log_go1.5.go
modified:   main.go
modified:   masterkey.go
modified:   pathfs_frontend/file.go
modified:   pathfs_frontend/file_holes.go
modified:   pathfs_frontend/fs.go
modified:   pathfs_frontend/fs_dir.go
modified:   pathfs_frontend/names.go
modified:   test.bash
</content>
</entry>
<entry>
<title>Add new "-wpanic" option and enable it for the automated tests</title>
<updated>2016-01-31T17:09:39+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-01-31T17:09:39+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=6454db68d97667f90ec1f0f838c7da275c46d2b8'/>
<id>urn:sha1:6454db68d97667f90ec1f0f838c7da275c46d2b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>go fmt</title>
<updated>2015-12-13T19:24:13+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-12-13T19:10:52+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=00a712b4d1e68bb3c156eb8f97fbb89d684a7e92'/>
<id>urn:sha1:00a712b4d1e68bb3c156eb8f97fbb89d684a7e92</id>
<content type='text'>
...and minimal comment changes.
</content>
</entry>
<entry>
<title>Add EME filename encryption &amp; enable it by default</title>
<updated>2015-12-08T15:17:04+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-12-08T15:13:29+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=c6dacd6f913b4c6eb7a8917af49190dce32db108'/>
<id>urn:sha1:c6dacd6f913b4c6eb7a8917af49190dce32db108</id>
<content type='text'>
</content>
</entry>
<entry>
<title>diriv: also support old CBC symlink</title>
<updated>2015-11-28T17:39:45+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-11-28T15:52:57+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=1fb349e97b5972b5d56c61afd05aed26698dcc97'/>
<id>urn:sha1:1fb349e97b5972b5d56c61afd05aed26698dcc97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>diriv: use "DirIV" flag to discern and support mounting old filesystems</title>
<updated>2015-11-28T17:38:06+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-11-27T22:34:55+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=fe7355f9ee4ae8e52a9b76202e90032d78824f21'/>
<id>urn:sha1:fe7355f9ee4ae8e52a9b76202e90032d78824f21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>diriv: Move WriteDirIV() to cryptfs; add locking to Mkdir, Rmdir</title>
<updated>2015-11-27T20:48:58+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-11-27T20:48:58+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=bdd9249a52d5ba2935625b9aeb12240214495e6f'/>
<id>urn:sha1:bdd9249a52d5ba2935625b9aeb12240214495e6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>diriv: Convert filename encryption users to diriv</title>
<updated>2015-11-26T23:03:10+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-11-26T23:03:10+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=decfc1ab798055234e16a2e9c0782f56ae50669b'/>
<id>urn:sha1:decfc1ab798055234e16a2e9c0782f56ae50669b</id>
<content type='text'>
</content>
</entry>
</feed>
