<feed xmlns='http://www.w3.org/2005/Atom'>
<title>password-store, branch import-keys</title>
<subtitle>Simple password manager using gpg and ordinary unix directories.</subtitle>
<id>https://git.zx2c4.com/password-store/atom/?h=import-keys</id>
<link rel='self' href='https://git.zx2c4.com/password-store/atom/?h=import-keys'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/password-store/'/>
<updated>2014-04-20T21:23:08Z</updated>
<entry>
<title>import-keys: initial work</title>
<updated>2014-04-20T21:23:08Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2014-04-20T21:23:08Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/password-store/commit/?id=852e3836e181288baaff9563a31d46b661e2b31a'/>
<id>urn:sha1:852e3836e181288baaff9563a31d46b661e2b31a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't use subshells for reading from find.</title>
<updated>2014-04-20T18:07:22Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2014-04-20T18:07:22Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/password-store/commit/?id=834f95887f84be85b5899f00e311ba7e844bb6dc'/>
<id>urn:sha1:834f95887f84be85b5899f00e311ba7e844bb6dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bash-completion: fix completion-file's name in uninstall</title>
<updated>2014-04-19T21:58:58Z</updated>
<author>
<name>schalox</name>
<email>schalox@gmail.com</email>
</author>
<published>2014-04-19T05:20:21Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/password-store/commit/?id=30aa707312e8d4b8523d6483ecc137c9252ae1d8'/>
<id>urn:sha1:30aa707312e8d4b8523d6483ecc137c9252ae1d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>platform: Auto-detect local platform file</title>
<updated>2014-04-19T21:50:42Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2014-04-19T21:50:42Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/password-store/commit/?id=18933a2db9015d2acd669ac879521e02caed0bba'/>
<id>urn:sha1:18933a2db9015d2acd669ac879521e02caed0bba</id>
<content type='text'>
In fact, if we're running from the source directory, just auto-detect
the platform file in the first place.

Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>platform: Allow custom platform file before install</title>
<updated>2014-04-19T21:29:33Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2014-04-19T21:29:33Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/password-store/commit/?id=78098bab96c0228d700978492152ba3c2a872d2b'/>
<id>urn:sha1:78098bab96c0228d700978492152ba3c2a872d2b</id>
<content type='text'>
The new environment variable, PASSWORD_STORE_PLATFORM_FILE is now used
for loading custom platform files while pass lives as
src/password-store.sh. After it is installed using 'make install', this
environment variable is no longer used, and either no platform file is
loaded (if the default platform is acceptable), or a hardcoded
also-installed platform file is referenced.

Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>reencrypt: cleaner temp file declaration</title>
<updated>2014-04-18T11:25:58Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2014-04-18T11:25:58Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/password-store/commit/?id=e4d479a3fd695ced2cf7f1e9bdf6f8c3a4ad51ed'/>
<id>urn:sha1:e4d479a3fd695ced2cf7f1e9bdf6f8c3a4ad51ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unneeded semicolon.</title>
<updated>2014-04-18T11:23:08Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2014-04-18T11:23:08Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/password-store/commit/?id=9b1cbe79e354d433d72ad7d8399fcca704f02db9'/>
<id>urn:sha1:9b1cbe79e354d433d72ad7d8399fcca704f02db9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check sneaky paths.</title>
<updated>2014-04-18T11:22:39Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2014-04-18T11:22:39Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/password-store/commit/?id=1edc1a7ecc74798484b690db0f88b9ac30120162'/>
<id>urn:sha1:1edc1a7ecc74798484b690db0f88b9ac30120162</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pruning: turns out rmdir does it for us with -p.</title>
<updated>2014-04-18T10:57:45Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2014-04-18T10:57:45Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/password-store/commit/?id=8066a2b222a31cf5ac217de5e26a267a2100940e'/>
<id>urn:sha1:8066a2b222a31cf5ac217de5e26a267a2100940e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Abstract remove empty directories into function.</title>
<updated>2014-04-18T10:48:55Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2014-04-18T10:48:55Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/password-store/commit/?id=ac045fe4254306fbcc32ffce058b860d5a473b98'/>
<id>urn:sha1:ac045fe4254306fbcc32ffce058b860d5a473b98</id>
<content type='text'>
</content>
</entry>
</feed>
