<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/integration_tests/main_test.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-06-06T22:08:56+00:00</updated>
<entry>
<title>tests: split example_filesystems into its own package</title>
<updated>2016-06-06T22:08:56+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-06T21:57:42+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=c2a5303eebc84d616072163f74eef8483c9f5386'/>
<id>urn:sha1:c2a5303eebc84d616072163f74eef8483c9f5386</id>
<content type='text'>
Running these tests from integration_tests' TestMain() was awkward
because they were run twice with unchanged settings.
integration_tests tests everything with OpenSSL and with native
Go crypto, but this does not take affect for the example filesystems.

To make this work, test_helpers is also split into its own package.
</content>
</entry>
<entry>
<title>tests: error out properly on mount failure</title>
<updated>2016-06-06T20:30:39+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-06T20:30:39+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=cc5d5a3fcdabca0ecd86646091c545509351dbbe'/>
<id>urn:sha1:cc5d5a3fcdabca0ecd86646091c545509351dbbe</id>
<content type='text'>
In TestMain we call os.Exit as before, but inside actual tests
we now call t.Fatal().
</content>
</entry>
<entry>
<title>longnames part II: Rename, Unlink, Rmdir, Mknod, Mkdir + tests</title>
<updated>2016-02-07T13:02:09+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-02-07T13:02:09+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=653d4a619cb7b937d81deab4f20d3c8d4baa4898'/>
<id>urn:sha1:653d4a619cb7b937d81deab4f20d3c8d4baa4898</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: do not create gocryptfs.diriv if plaintextnames==true</title>
<updated>2016-02-07T12:28:55+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-02-07T12:28:55+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=2a11906963d4e9be8876757690eee53c737dcef9'/>
<id>urn:sha1:2a11906963d4e9be8876757690eee53c737dcef9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tests for long name creation and renaming (currently failing, obviously)</title>
<updated>2016-02-07T09:55:13+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-02-07T09:55:13+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=3a4922b5d747d54c9cb62833c9d69acb96b072f6'/>
<id>urn:sha1:3a4922b5d747d54c9cb62833c9d69acb96b072f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert logging to standard Go log.Logger</title>
<updated>2016-01-20T19:57:00+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-01-20T19:55:56+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=17f0eb13396ad31083e786ed64aef368646c2aa6'/>
<id>urn:sha1:17f0eb13396ad31083e786ed64aef368646c2aa6</id>
<content type='text'>
This is in preparation of logging to syslog.
</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>tests: overwrite directory with another directory</title>
<updated>2015-12-11T22:27:38+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-12-11T22:27:38+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=b02ad128146c818e871aedc0a7b2e6655b7790e9'/>
<id>urn:sha1:b02ad128146c818e871aedc0a7b2e6655b7790e9</id>
<content type='text'>
Testcase for issue #10 (currently failing)
</content>
</entry>
<entry>
<title>tests: test read-write directory operations on all example filesystems</title>
<updated>2015-12-10T19:02:18+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-12-10T19:02:18+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=61ee2271c454047781afad6ded2e17e6efe20113'/>
<id>urn:sha1:61ee2271c454047781afad6ded2e17e6efe20113</id>
<content type='text'>
</content>
</entry>
<entry>
<title>go fmt</title>
<updated>2015-12-08T12:51:06+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-12-08T12:51:06+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=ff8c81f95b311eb1cd9c822202519f1a90a8cdd4'/>
<id>urn:sha1:ff8c81f95b311eb1cd9c822202519f1a90a8cdd4</id>
<content type='text'>
</content>
</entry>
</feed>
