<feed xmlns='http://www.w3.org/2005/Atom'>
<title>password-store/src, branch 1.7.2</title>
<subtitle>Simple password manager using gpg and ordinary unix directories.</subtitle>
<id>https://git.zx2c4.com/password-store/atom/src?h=1.7.2</id>
<link rel='self' href='https://git.zx2c4.com/password-store/atom/src?h=1.7.2'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/password-store/'/>
<updated>2018-06-14T14:58:28Z</updated>
<entry>
<title>version: bump</title>
<updated>2018-06-14T14:58:28Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2018-06-14T13:38:08Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/password-store/commit/?id=8d4604923072c523fbe1ab9ef6cfed61e7ae4bc5'/>
<id>urn:sha1:8d4604923072c523fbe1ab9ef6cfed61e7ae4bc5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>show: buffer output before displaying, in case decryption fails</title>
<updated>2018-06-14T14:58:28Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2018-06-14T14:04:58Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/password-store/commit/?id=8446a40fbca8b092d28952edba163ed7df0be2a2'/>
<id>urn:sha1:8446a40fbca8b092d28952edba163ed7df0be2a2</id>
<content type='text'>
For the line-choosing case, this is actually a big deal since we weren't
passing the error code back to the user either.
</content>
</entry>
<entry>
<title>Close stdout for background task that restores clipboard</title>
<updated>2018-06-14T14:58:28Z</updated>
<author>
<name>Allan Odgaard</name>
<email>github@simplit.com</email>
</author>
<published>2018-06-14T13:36:09Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/password-store/commit/?id=f97cf971d813bda250edaa3757c24ef1dc986309'/>
<id>urn:sha1:f97cf971d813bda250edaa3757c24ef1dc986309</id>
<content type='text'>
While we do not expect any output on stdout from the background task,
keeping the file handle open means that anyone calling `pass` and
waiting for stdout to be closed, will have to wait (by default) for 45
seconds.
</content>
</entry>
<entry>
<title>Don't trap INT or TERM; they are redundant and can break `pass edit`.</title>
<updated>2018-06-14T14:58:28Z</updated>
<author>
<name>Nick Kousu</name>
<email>nick@kousu.ca</email>
</author>
<published>2018-06-14T13:28:36Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/password-store/commit/?id=4a6fa5cbdf093d7873524fe566f58bca3761592e'/>
<id>urn:sha1:4a6fa5cbdf093d7873524fe566f58bca3761592e</id>
<content type='text'>
Some EDITORs, notably Linux vi(1), which is the fallback default in pass,
apparently send INT when they exit, and when pass is run under bash
(which is also its default)--if you have /dev/shm/ available--bash catches
this and cleans up your edited password file *before* it can be reencrypted
and saved.

This only happens with `pass edit`; none of the other commands combine
tmpdir and $EDITOR.
</content>
</entry>
<entry>
<title>Add tests and documentation of passing options to grep(1)</title>
<updated>2018-06-14T14:58:28Z</updated>
<author>
<name>Norbert Buchmueller</name>
<email>norbi@nix.hu</email>
</author>
<published>2018-04-16T22:10:34Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/password-store/commit/?id=8732213db41e4d080651f85b0e6fcee1ebacf612'/>
<id>urn:sha1:8732213db41e4d080651f85b0e6fcee1ebacf612</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ensure signature regexes are anchored</title>
<updated>2018-06-14T14:58:28Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2018-06-14T13:05:53Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/password-store/commit/?id=8683403b77f59c56fcb1f05c61ab33b9fd61a30d'/>
<id>urn:sha1:8683403b77f59c56fcb1f05c61ab33b9fd61a30d</id>
<content type='text'>
Fixes CVE-2018-12356.

Reported-by: Marcus Brinkmann &lt;marcus.brinkmann@ruhr-uni-bochum.de&gt;
</content>
</entry>
<entry>
<title>grep: allow grep options and arguments</title>
<updated>2018-05-24T11:26:23Z</updated>
<author>
<name>Sitaram Chamarty</name>
<email>sitaramc@gmail.com</email>
</author>
<published>2018-05-24T11:16:01Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/password-store/commit/?id=dda2ecce34de808d22b4b0f388bd1cb640158a29'/>
<id>urn:sha1:dda2ecce34de808d22b4b0f388bd1cb640158a29</id>
<content type='text'>
Allow grep options and arguments.  Typical uses may be, for instance,
wanting to ignore case ('-i'), print a few lines of context around the
matched line, multiple patterns with '-e', etc.

(background: grep is deprecating GREP_OPTIONS, so eventually that will
stop working).
</content>
</entry>
<entry>
<title>fish: reduce completion runtimes</title>
<updated>2018-02-19T15:06:47Z</updated>
<author>
<name>Mathis Antony</name>
<email>sveitser@gmail.com</email>
</author>
<published>2018-02-19T15:01:31Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/password-store/commit/?id=fab65bda88ea979dbbc49f3d856a1d14ee4f1296'/>
<id>urn:sha1:fab65bda88ea979dbbc49f3d856a1d14ee4f1296</id>
<content type='text'>
Fish completion spends most of the time in calls to `sed` in for loops over
entries and directories. This patch removes the repeated calls to `sed`.

Signed-off-by: Mathis Antony &lt;sveitser@gmail.com&gt;
</content>
</entry>
<entry>
<title>generate: disallow zero length generated passwords</title>
<updated>2018-02-08T22:17:40Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2018-02-08T22:16:26Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/password-store/commit/?id=ffef92ee0ed10551b20521f2d6e5637c8f9da798'/>
<id>urn:sha1:ffef92ee0ed10551b20521f2d6e5637c8f9da798</id>
<content type='text'>
</content>
</entry>
<entry>
<title>generate: in-place should work when file is empty</title>
<updated>2018-02-01T10:57:38Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2018-02-01T10:57:38Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/password-store/commit/?id=94ac2ba2c6baa268a64cb4e96421f6f1bf96fd96'/>
<id>urn:sha1:94ac2ba2c6baa268a64cb4e96421f6f1bf96fd96</id>
<content type='text'>
</content>
</entry>
</feed>
