<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/internal/exitcodes, branch v1.4.4</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.4.4</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.4.4'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2017-06-07T20:09:06+00:00</updated>
<entry>
<title>Add "-trace" flag (record execution trace)</title>
<updated>2017-06-07T20:09:06+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-06-05T20:45:11+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=71978ec88a2aa8ec92df080a4a6becf623957c81'/>
<id>urn:sha1:71978ec88a2aa8ec92df080a4a6becf623957c81</id>
<content type='text'>
Uses the runtime/trace functionality.

TODO: add to man page.
</content>
</entry>
<entry>
<title>main: downgrade panic log create failure from fatal error to warning</title>
<updated>2017-05-23T16:01:21+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-05-23T16:01:21+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=508fd9e1d64131958c86175cb8d848f730e629cf'/>
<id>urn:sha1:508fd9e1d64131958c86175cb8d848f730e629cf</id>
<content type='text'>
Exiting with a fatal error just pushes users to use "-nosyslog",
which is even worse than not having a paniclog.
</content>
</entry>
<entry>
<title>exitcodes: specific codes for failure to read or write gocryptfs.conf</title>
<updated>2017-05-14T12:30:50+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-05-14T12:30:50+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=c44389d9422f31e0b462d1bcd47f80e95913cb60'/>
<id>urn:sha1:c44389d9422f31e0b462d1bcd47f80e95913cb60</id>
<content type='text'>
New codes:
* OpenConf = 23
* WriteConf = 24
</content>
</entry>
<entry>
<title>exitcodes: add code 22 for "password is empty"</title>
<updated>2017-05-14T12:02:08+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-05-14T12:02:08+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=2aea2d3d62e5df4c8bf25195dc97e60b495f6f12'/>
<id>urn:sha1:2aea2d3d62e5df4c8bf25195dc97e60b495f6f12</id>
<content type='text'>
Empty passwords are not allowed. Let's give the error
it's own exit code.
</content>
</entry>
<entry>
<title>exitcodes: get rid of generic "Mount" exit code</title>
<updated>2017-05-14T11:51:26+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-05-14T11:51:13+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=8aabc542761046efdfe2c6b07662e446d223367b'/>
<id>urn:sha1:8aabc542761046efdfe2c6b07662e446d223367b</id>
<content type='text'>
Instead, create three new specific exit codes:
* FuseNewServer = 19
* CtlSock = 20
* PanicLogCreate = 21
</content>
</entry>
<entry>
<title>exitcodes: pull all exit code definitions into the package</title>
<updated>2017-05-07T20:16:22+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-05-07T20:15:01+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=d5adde1eeb13ba377f7c05b9f21893c01f61ec16'/>
<id>urn:sha1:d5adde1eeb13ba377f7c05b9f21893c01f61ec16</id>
<content type='text'>
This commit defines all exit codes in one place in the exitcodes
package.

Also, it adds a test to verify the exit code on incorrect
password, which is what SiriKali cares about the most.

Fixes https://github.com/rfjakob/gocryptfs/issues/77 .
</content>
</entry>
<entry>
<title>Fix typos found by Misspell</title>
<updated>2017-05-07T10:22:15+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-05-07T10:22:15+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=68387b470c0d6d2896cc6b927a6e3097389d66ab'/>
<id>urn:sha1:68387b470c0d6d2896cc6b927a6e3097389d66ab</id>
<content type='text'>
Misspell Finds commonly misspelled English words
gocryptfs/internal/configfile/scrypt.go
Line 41: warning: "paramter" is a misspelling of "parameter" (misspell)
gocryptfs/internal/ctlsock/ctlsock_serve.go
Line 1: warning: "implementes" is a misspelling of "implements" (misspell)
gocryptfs/tests/test_helpers/helpers.go
Line 27: warning: "compatability" is a misspelling of "compatibility" (misspell)
</content>
</entry>
<entry>
<title>fix golint complaints</title>
<updated>2017-04-29T12:50:58+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-04-29T12:50:58+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=edb3e19cb5543c580261052395d461fa47c7cf58'/>
<id>urn:sha1:edb3e19cb5543c580261052395d461fa47c7cf58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>exitcodes: define code 12 for "password incorrect"</title>
<updated>2017-02-26T18:25:23+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-02-26T18:25:23+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=427c6c17193eda7fec77490175fbf7d8c86c3481'/>
<id>urn:sha1:427c6c17193eda7fec77490175fbf7d8c86c3481</id>
<content type='text'>
</content>
</entry>
</feed>
