<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/gocryptfs_main, branch v0.1</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v0.1</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v0.1'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2015-10-07T19:59:54+00:00</updated>
<entry>
<title>Better usage text</title>
<updated>2015-10-07T19:59:54+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-10-07T19:59:54+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=878f64a5d717a8501810bafae00fd41891f23fa7'/>
<id>urn:sha1:878f64a5d717a8501810bafae00fd41891f23fa7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move gocryptfs wrapper into the same folder as the binary</title>
<updated>2015-10-07T19:49:38+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-10-07T19:40:32+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=bef73c63b35f992b0c9f32aa9b0b0da669b22a43'/>
<id>urn:sha1:bef73c63b35f992b0c9f32aa9b0b0da669b22a43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement "gocryptfs --passwd" (pasword changing)</title>
<updated>2015-10-07T19:26:17+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-10-07T19:26:17+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=65ba0739d5de756a437e0f840649583fa835a560'/>
<id>urn:sha1:65ba0739d5de756a437e0f840649583fa835a560</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reword help text</title>
<updated>2015-10-06T21:28:20+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-10-06T21:28:20+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=03502861ce9aaf3606b37b999d19ac25ccfbf06b'/>
<id>urn:sha1:03502861ce9aaf3606b37b999d19ac25ccfbf06b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add "--masterkey=" parameter for recovery purposes</title>
<updated>2015-10-06T19:16:39+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-10-06T19:16:39+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=45ea8aa5463942b0b777fcc0b354cef5821c908d'/>
<id>urn:sha1:45ea8aa5463942b0b777fcc0b354cef5821c908d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to AES-256</title>
<updated>2015-10-06T18:51:35+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-10-06T18:51:35+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=5c6df490678e7dc1aa7a09425d2fdf14fb13f7be'/>
<id>urn:sha1:5c6df490678e7dc1aa7a09425d2fdf14fb13f7be</id>
<content type='text'>
AES-256 seems to be becoming the industry standard. While AES-128 is
good enough for tens of years to come, let's follow suit and be extra
safe.
</content>
</entry>
<entry>
<title>Add "--openssl=false" command line option</title>
<updated>2015-10-06T18:24:52+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-10-06T18:24:52+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=39ea272e233504a710ce6885434984b2f45fb398'/>
<id>urn:sha1:39ea272e233504a710ce6885434984b2f45fb398</id>
<content type='text'>
Also make main_test try both variants
</content>
</entry>
<entry>
<title>Implement proper daemonization</title>
<updated>2015-10-05T22:31:18+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-10-05T22:29:08+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=022a6968ae0ede1259141e32b8e32553dad7d824'/>
<id>urn:sha1:022a6968ae0ede1259141e32b8e32553dad7d824</id>
<content type='text'>
The shell wrapper sends gocryptfs into the background and waits for SIGUSR1
</content>
</entry>
<entry>
<title>Move main binary to gocryptfs_main</title>
<updated>2015-10-05T18:32:10+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-10-05T18:32:10+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=552c32c5e9378b85e52c420c4dd2d7ccc827556f'/>
<id>urn:sha1:552c32c5e9378b85e52c420c4dd2d7ccc827556f</id>
<content type='text'>
That way the wrapper shell script can be named just "gocryptfs"
</content>
</entry>
</feed>
