<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ctmg, branch master</title>
<subtitle>Simple wrapper around cryptsetup for encrypted containers</subtitle>
<id>https://git.zx2c4.com/ctmg/atom/?h=master</id>
<link rel='self' href='https://git.zx2c4.com/ctmg/atom/?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/ctmg/'/>
<updated>2022-09-16T01:57:10Z</updated>
<entry>
<title>Phase out fgrep due to warning</title>
<updated>2022-09-16T01:57:10Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2022-09-16T01:57:10Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/ctmg/commit/?id=649aa6c163b27fe5ce22e18089352a08819302f7'/>
<id>urn:sha1:649aa6c163b27fe5ce22e18089352a08819302f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add note about sparse files</title>
<updated>2016-03-10T10:23:39Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2016-03-10T10:23:39Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/ctmg/commit/?id=b447e90703048ad34ffbabe7e942ec81d45a8a0f'/>
<id>urn:sha1:b447e90703048ad34ffbabe7e942ec81d45a8a0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright</title>
<updated>2016-03-08T16:40:13Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2016-03-08T16:40:13Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/ctmg/commit/?id=b0ff63a33cf0e0e37a2a3163c3a8b29bdf5146cd'/>
<id>urn:sha1:b0ff63a33cf0e0e37a2a3163c3a8b29bdf5146cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Shellcheck annotation</title>
<updated>2016-03-02T09:45:42Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2016-03-02T09:45:42Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/ctmg/commit/?id=b0eab458b2d0ca3c07f4291c02263b37e8ac7e7b'/>
<id>urn:sha1:b0eab458b2d0ca3c07f4291c02263b37e8ac7e7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support non root user and quote variable</title>
<updated>2016-03-02T09:44:10Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2016-03-02T09:44:10Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/ctmg/commit/?id=38e09f4b2ad2d389a2abbbc0d76a88c82ff50db0'/>
<id>urn:sha1:38e09f4b2ad2d389a2abbbc0d76a88c82ff50db0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use $* instead of $@ in echo</title>
<updated>2016-03-02T09:22:47Z</updated>
<author>
<name>Micha Rosenbaum</name>
<email>micha@rosetree.de</email>
</author>
<published>2016-03-01T14:48:44Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/ctmg/commit/?id=ba09a1b9e66c3d782d82eda3991da6efb2dfee79'/>
<id>urn:sha1:ba09a1b9e66c3d782d82eda3991da6efb2dfee79</id>
<content type='text'>
This resolves an shellcheck issue with `ctmg.sh` and makes usage of echo
more consistent: `die()` already used `$*` but `trace()` didn't.

See-Also: https://github.com/koalaman/shellcheck/wiki/SC2145
  "SC2145: Argument mixes string and array. Use * or separate argument."

Use `$ shellcheck ctmg.sh` or http://www.shellcheck.net/ to check.
</content>
</entry>
<entry>
<title>Fix small issues in README</title>
<updated>2016-03-02T09:21:14Z</updated>
<author>
<name>Micha Rosenbaum</name>
<email>micha@rosetree.de</email>
</author>
<published>2016-03-01T13:52:50Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/ctmg/commit/?id=63067d9092df1e781cad0aa0495bb34f2cb40d71'/>
<id>urn:sha1:63067d9092df1e781cad0aa0495bb34f2cb40d71</id>
<content type='text'>
* Fix typo: "cryptsetup" instead of "cryptseup"
* Consistently use `cmtg new`
  (instead of sometimes `new` and sometimes `create`)
* Remove trailing whitespace from copy &amp; paste
* Change a sentence, that can easily be misinterpreted
</content>
</entry>
<entry>
<title>Add section about security considerations</title>
<updated>2016-02-23T16:32:47Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2016-02-23T16:32:03Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/ctmg/commit/?id=1d17b757cf988cb33c4701e1c43c4f8818aed761'/>
<id>urn:sha1:1d17b757cf988cb33c4701e1c43c4f8818aed761</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Smart mode for no arguments</title>
<updated>2016-02-05T01:00:00Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2016-02-05T00:35:24Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/ctmg/commit/?id=cea8d9807c4f4326b20d72d3d4453f1798dbd761'/>
<id>urn:sha1:cea8d9807c4f4326b20d72d3d4453f1798dbd761</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2015-12-11T13:50:49Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2015-12-10T17:06:16Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/ctmg/commit/?id=3221356d188e6b9971fccedabf83e8c78fe3de77'/>
<id>urn:sha1:3221356d188e6b9971fccedabf83e8c78fe3de77</id>
<content type='text'>
</content>
</entry>
</feed>
