<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/internal/ctlsock, branch go-git-gitignore</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=go-git-gitignore</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=go-git-gitignore'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2020-05-09T15:36:41+00:00</updated>
<entry>
<title>ctlsock: create exported ctlsock client library</title>
<updated>2020-05-09T15:36:41+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-05-09T15:36:41+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=16221facb9066ccf03015ccfe9e7ca784b0d2099'/>
<id>urn:sha1:16221facb9066ccf03015ccfe9e7ca784b0d2099</id>
<content type='text'>
The former interal ctlsock server package is renamed
to ctlsocksrv.
</content>
</entry>
<entry>
<title>ctlsock: fix buffer truncation of JSON unmarshal error</title>
<updated>2019-01-20T11:13:49+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-01-20T11:13:49+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=8c09df03aa5eeb581befb7bb77a0af44b39dfd37'/>
<id>urn:sha1:8c09df03aa5eeb581befb7bb77a0af44b39dfd37</id>
<content type='text'>
In the error case, buf was not restored to the original
capacity. Instead of truncating "buf" and restoring (or forgetting to restore)
later, introduce the "data" slice.

Fixes https://github.com/rfjakob/gocryptfs/issues/356
</content>
</entry>
<entry>
<title>fsck: clean up log output</title>
<updated>2018-04-02T16:32:30+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2018-04-02T16:32:30+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=b6c8960b01f9e5366814b0dada57a0b1e6a031d9'/>
<id>urn:sha1:b6c8960b01f9e5366814b0dada57a0b1e6a031d9</id>
<content type='text'>
Make sure we get only 1 warning output per
problem.

Also, add new corruption types to broken_fs_v1.4.
</content>
</entry>
<entry>
<title>ctlsock: don't Warn() on closed socket</title>
<updated>2018-02-27T08:58:14+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2018-02-27T08:58:14+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=db45f2767187a44227fe8bd4c680cdcbd53cc489'/>
<id>urn:sha1:db45f2767187a44227fe8bd4c680cdcbd53cc489</id>
<content type='text'>
This Warn() is causing panics in the test suite
on MacOS: https://github.com/rfjakob/gocryptfs/issues/213
</content>
</entry>
<entry>
<title>Fix spelling (#205)</title>
<updated>2018-02-04T19:38:22+00:00</updated>
<author>
<name>Felix Lechner</name>
</author>
<published>2018-02-04T19:38:22+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=bf2f9640c4b883ecb5c20a75664c8f1f3b09eb31'/>
<id>urn:sha1:bf2f9640c4b883ecb5c20a75664c8f1f3b09eb31</id>
<content type='text'>
</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>ctlsock: handle non-canonical empty paths</title>
<updated>2017-02-05T17:17:30+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-02-05T17:07:14+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=0f40afc8321746ebd0ba0131b3296dd160f84ccc'/>
<id>urn:sha1:0f40afc8321746ebd0ba0131b3296dd160f84ccc</id>
<content type='text'>
We have to check if the input path is empty AFTER canonicalizing it,
too!
</content>
</entry>
<entry>
<title>ctlsock: sanitize: handle multiple leading slashes</title>
<updated>2017-02-05T17:05:35+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-02-05T17:05:35+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=8bcae63a5a375d918aad9f2c18804867730378e1'/>
<id>urn:sha1:8bcae63a5a375d918aad9f2c18804867730378e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>golint comment fix</title>
<updated>2017-01-29T18:01:16+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-01-29T18:01:16+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=2bdd0ec802611101969a7b59c3bb7a7a1be64e9d'/>
<id>urn:sha1:2bdd0ec802611101969a7b59c3bb7a7a1be64e9d</id>
<content type='text'>
internal/ctlsock/ctlsock_serve.go:73:1: comment on exported const
ReadBufSize should be of the form "ReadBufSize ..."
</content>
</entry>
<entry>
<title>ctlsock: abort message processing on JSON error</title>
<updated>2017-01-29T17:25:46+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-01-29T17:24:47+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=53fe6f569042200b9a390bccb589829ce1ec0dce'/>
<id>urn:sha1:53fe6f569042200b9a390bccb589829ce1ec0dce</id>
<content type='text'>
The code was missing a "continue" in that branch.

Also improve the error messages a bit.
</content>
</entry>
</feed>
