<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/tests, branch v1.8.0</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.8.0</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.8.0'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2020-05-03T13:22:10+00:00</updated>
<entry>
<title>fusefrontend_reverse: use inomap for inode number translation</title>
<updated>2020-05-03T13:22:10+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-05-03T13:22:10+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=518771e4e247762f60c5594de427a8c86f19bd57'/>
<id>urn:sha1:518771e4e247762f60c5594de427a8c86f19bd57</id>
<content type='text'>
Gets rid of static inode number value limitations.

Fixes https://github.com/rfjakob/gocryptfs/issues/457
</content>
</entry>
<entry>
<title>tests: reverse: add inode mapping test (TestVirtualFileIno)</title>
<updated>2020-05-03T12:49:32+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-05-03T11:23:00+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=db93a6c54cfd615561207f1bbcf7e665ebc296b6'/>
<id>urn:sha1:db93a6c54cfd615561207f1bbcf7e665ebc296b6</id>
<content type='text'>
Verify that virtual files get assigned inode numbers
we expect.
</content>
</entry>
<entry>
<title>tests: test xattr acls</title>
<updated>2020-02-29T19:38:48+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-02-29T19:38:48+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=fdfaa849f8ea2fc6687aa13a7057b5088e3c65e5'/>
<id>urn:sha1:fdfaa849f8ea2fc6687aa13a7057b5088e3c65e5</id>
<content type='text'>
Fixes https://github.com/rfjakob/gocryptfs/issues/453
</content>
</entry>
<entry>
<title>Show undecryptable filenames if they match supplied glob</title>
<updated>2020-02-28T21:17:59+00:00</updated>
<author>
<name>orcas</name>
</author>
<published>2019-09-14T16:32:54+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=9ec042f2f62bc95154d6c8b3215a2e7853f8f5c6'/>
<id>urn:sha1:9ec042f2f62bc95154d6c8b3215a2e7853f8f5c6</id>
<content type='text'>
Resolves https://github.com/rfjakob/gocryptfs/issues/393
</content>
</entry>
<entry>
<title>tests: randomize data in testWriteN</title>
<updated>2020-02-15T20:56:08+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-02-15T20:56:08+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=6eca07e36e2e58ff7495305ed7cb0fdcc36436e6'/>
<id>urn:sha1:6eca07e36e2e58ff7495305ed7cb0fdcc36436e6</id>
<content type='text'>
Just writing zeros carries the risk of not detecting
wrongly created file holes. Write random data instead.
</content>
</entry>
<entry>
<title>tests: cli: add TestSymlinkedCipherdir</title>
<updated>2020-01-25T15:54:57+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-01-25T15:54:57+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=dc21cd357258df775e67a36cbcd70fc5f83543ad'/>
<id>urn:sha1:dc21cd357258df775e67a36cbcd70fc5f83543ad</id>
<content type='text'>
https://github.com/rfjakob/gocryptfs/issues/450
</content>
</entry>
<entry>
<title>remove Trezor support</title>
<updated>2019-12-28T18:50:49+00:00</updated>
<author>
<name>Pavol Rusnak</name>
</author>
<published>2019-12-27T21:27:57+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=1364b44ae356da31e24e5605fe73a307e9d6fb03'/>
<id>urn:sha1:1364b44ae356da31e24e5605fe73a307e9d6fb03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix "go get" failure</title>
<updated>2019-12-23T23:38:40+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-12-23T23:38:40+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=7dda2363e1f8d30d5ebce5b6279452a2cf1bb77a'/>
<id>urn:sha1:7dda2363e1f8d30d5ebce5b6279452a2cf1bb77a</id>
<content type='text'>
Move the statusTxtContent to fix this confusing error
when running `go get github.com/rfjakob/gocryptfs/...`:

  $ go get github.com/rfjakob/gocryptfs/...
  # github.com/rfjakob/gocryptfs/tests/example_filesystems
  tests/example_filesystems/example_test_helpers.go:22:16: undefined: statusTxtContent
  tests/example_filesystems/example_test_helpers.go:75:16: undefined: statusTxtContent
</content>
</entry>
<entry>
<title>tests: also check inode number in VerifySize</title>
<updated>2019-11-16T20:25:14+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-11-16T20:24:04+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=31ff557f85cca54b935231668d382cfc0e61751a'/>
<id>urn:sha1:31ff557f85cca54b935231668d382cfc0e61751a</id>
<content type='text'>
Check Stat() vs Fstat() result. Not very useful
at the moment as the kernel never seems to call Fstat().
</content>
</entry>
<entry>
<title>tests: fsstress: clean up leftover mounts on startup</title>
<updated>2019-11-10T21:06:40+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-11-10T21:06:40+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=f7ddae24eda373e8680ffb9d4b7ef74dea36f60f'/>
<id>urn:sha1:f7ddae24eda373e8680ffb9d4b7ef74dea36f60f</id>
<content type='text'>
Broken mounts may accumulate when the fs crashes.
</content>
</entry>
</feed>
