<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/info.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>2021-09-28T16:09:31+00:00</updated>
<entry>
<title>-info: add contentEncryption</title>
<updated>2021-09-28T16:09:31+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-09-28T15:52:21+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=c8996d2664d7d1cbce310db3425cc15c9ad26b08'/>
<id>urn:sha1:c8996d2664d7d1cbce310db3425cc15c9ad26b08</id>
<content type='text'>
Example:

$ ./gocryptfs -info ./tests/example_filesystems/v2.2-xchacha/
Creator:           gocryptfs v2.1-27-gabaa129-dirty.xchacha
FeatureFlags:      HKDF XChaCha20Poly1305 DirIV EMENames LongNames Raw64
EncryptedKey:      64B
ScryptObject:      Salt=32B N=1024 R=8 P=1 KeyLen=32
contentEncryption: XChaCha20-Poly1305
</content>
</entry>
<entry>
<title>go mod: declare module version v2</title>
<updated>2021-08-23T13:05:15+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-08-23T13:05:15+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=69d88505fd7f4cb0d9e4f1918de296342fe05858'/>
<id>urn:sha1:69d88505fd7f4cb0d9e4f1918de296342fe05858</id>
<content type='text'>
Our git version is v2+ for some time now, but go.mod
still declared v1. Hopefully making both match makes
https://pkg.go.dev/github.com/rfjakob/gocryptfs/v2 work.

All the import paths have been fixed like this:

  find . -name \*.go | xargs sed -i s%github.com/rfjakob/gocryptfs/%github.com/rfjakob/gocryptfs/v2/%
</content>
</entry>
<entry>
<title>main: pull regular exits into main function</title>
<updated>2018-04-01T10:13:32+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2018-04-01T10:12:47+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=5da5e467a6c92a658b00e2f6a94ed03a6fcd3bf0'/>
<id>urn:sha1:5da5e467a6c92a658b00e2f6a94ed03a6fcd3bf0</id>
<content type='text'>
The replaces the "does not return" comments with
an explicit os.Exit, which is unambigous.
</content>
</entry>
<entry>
<title>main: print clear error message if CIPHERDIR is missing</title>
<updated>2017-11-15T19:30:21+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-11-15T19:30:21+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=1b0426bcb23a1850f3a03619a15413281dc733e3'/>
<id>urn:sha1:1b0426bcb23a1850f3a03619a15413281dc733e3</id>
<content type='text'>
Getting just the help text in response to

	gocryptfs -info -config external.config

is confusing: https://github.com/rfjakob/gocryptfs/issues/157
</content>
</entry>
<entry>
<title>main: add "-info" option</title>
<updated>2017-05-30T17:01:32+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-05-30T17:01:32+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=1e598e96fcd2ef53ab2ee1e2b408e4ebe920e59b'/>
<id>urn:sha1:1e598e96fcd2ef53ab2ee1e2b408e4ebe920e59b</id>
<content type='text'>
Pretty-prints the config while stripping out sensitive
(and uninteresting) data

https://github.com/rfjakob/gocryptfs/issues/111
</content>
</entry>
</feed>
