<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/Documentation, branch det</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=det</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=det'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2017-05-25T19:30:58+00:00</updated>
<entry>
<title>doc: add performance numbers for 1.3-27</title>
<updated>2017-05-25T19:30:58+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-05-25T19:30:43+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=bfc8d47747f8dee2528b2e505e69fbb106edaddc'/>
<id>urn:sha1:bfc8d47747f8dee2528b2e505e69fbb106edaddc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: CLI_ABI.md: fix exitcodes.go link</title>
<updated>2017-05-14T12:35:46+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-05-14T12:35:46+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=86c06fc172d347d78956499e61cf84d8075172c9'/>
<id>urn:sha1:86c06fc172d347d78956499e61cf84d8075172c9</id>
<content type='text'>
Needs a leading "..".
</content>
</entry>
<entry>
<title>doc: update CLI_ABI.md with new exit codes</title>
<updated>2017-05-14T12:34:50+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-05-14T12:34:50+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=22bac16201acfed2acfecdb709e3c6d06ae9572a'/>
<id>urn:sha1:22bac16201acfed2acfecdb709e3c6d06ae9572a</id>
<content type='text'>
All exit codes that are likely to occour are listed.
</content>
</entry>
<entry>
<title>forcedecode: tighten checks</title>
<updated>2017-04-23T22:25:02+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-04-23T22:25:02+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=3409ade2723d931097560fbbe35e461553c5912c'/>
<id>urn:sha1:3409ade2723d931097560fbbe35e461553c5912c</id>
<content type='text'>
...and fix a few golint issues and print a scary warning message on mount.

Also, force the fs to ro,noexec.
</content>
</entry>
<entry>
<title>Add -forcedecode</title>
<updated>2017-04-23T21:11:56+00:00</updated>
<author>
<name>danim7</name>
</author>
<published>2017-04-08T00:09:28+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=f1945c4daae65074cfca8f0ab5b97ac5a50c24a0'/>
<id>urn:sha1:f1945c4daae65074cfca8f0ab5b97ac5a50c24a0</id>
<content type='text'>
Force decode of encrypted files even if the integrity check fails, instead of
failing with an IO error. Warning messages are still printed to syslog if corrupted
files are encountered.
It can be useful to recover files from disks with bad sectors or other corrupted
media.

Closes https://github.com/rfjakob/gocryptfs/pull/102 .
</content>
</entry>
<entry>
<title>MANPAGE: reformat to GFM (github flavored markdown)</title>
<updated>2017-03-28T17:55:46+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-03-28T17:55:46+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=602f62b82170f0dcb85ed6b5016df49f3aa965a1'/>
<id>urn:sha1:602f62b82170f0dcb85ed6b5016df49f3aa965a1</id>
<content type='text'>
This makes it render properly on the github webinterface.
</content>
</entry>
<entry>
<title>MANPAGE: fix alphabetical order and expand scryptn explaination</title>
<updated>2017-03-25T18:54:50+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-03-25T18:54:50+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=912ef72cc8020b22f5a40c43eb70db8f1c7f2624'/>
<id>urn:sha1:912ef72cc8020b22f5a40c43eb70db8f1c7f2624</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Further explain the use of 'scryptn' parameter (#94)</title>
<updated>2017-03-25T17:22:08+00:00</updated>
<author>
<name>danim7</name>
</author>
<published>2017-03-25T17:22:08+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=40f0a8ee72dd3091480d73f8e76979545a3668ea'/>
<id>urn:sha1:40f0a8ee72dd3091480d73f8e76979545a3668ea</id>
<content type='text'>
* Further explain the use of 'scryptn' parameter

* Further explain the use of 'scryptn' parameter in MANPAGE

* Use 28 as reasonable upper limit
</content>
</entry>
<entry>
<title>README: use pre-rendered PNG logo</title>
<updated>2017-03-25T13:22:07+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-03-25T13:16:55+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=1ff4ae56c1280576ff38296cf7d506651eda6592'/>
<id>urn:sha1:1ff4ae56c1280576ff38296cf7d506651eda6592</id>
<content type='text'>
This keeps the README working even if nuetzlich.net is unavailable.
We use a PNG because github disallows embedding local SVGs.
</content>
</entry>
<entry>
<title>MANPAGE: document "-serialize_reads"</title>
<updated>2017-03-19T19:23:49+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-03-19T19:23:49+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=b78c3bd5168327a378d5a444aaafd712a4221933'/>
<id>urn:sha1:b78c3bd5168327a378d5a444aaafd712a4221933</id>
<content type='text'>
</content>
</entry>
</feed>
