<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/TODO, branch gpgme-1-base</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1-base</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1-base'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2004-09-28T23:25:35Z</updated>
<entry>
<title>Update some entries.</title>
<updated>2004-09-28T23:25:35Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2004-09-28T23:25:35Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=b6852571b37c5525024a7ba4bbe99261aa50c04e'/>
<id>urn:sha1:b6852571b37c5525024a7ba4bbe99261aa50c04e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add entry about AC_CONFIG_MACRO_DIR.</title>
<updated>2004-09-16T22:21:49Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2004-09-16T22:21:49Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=497b0f8bd8eafe6e4fd58c7ff5c128c0f199ba43'/>
<id>urn:sha1:497b0f8bd8eafe6e4fd58c7ff5c128c0f199ba43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2004-08-18  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2004-08-18T00:48:50Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2004-08-18T00:48:50Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=92f095084a03593a1c8b85cea4e50bd38e3123d9'/>
<id>urn:sha1:92f095084a03593a1c8b85cea4e50bd38e3123d9</id>
<content type='text'>
	* passphrase.c (_gpgme_passphrase_status_handler): Always run the
	status handler.

</content>
</entry>
<entry>
<title>Add item about gpgme.m4.</title>
<updated>2004-05-21T19:53:50Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2004-05-21T19:53:50Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=f7b5cdc464ddbebbe1f7b2c6fc43542e99675a00'/>
<id>urn:sha1:f7b5cdc464ddbebbe1f7b2c6fc43542e99675a00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove item about verify.keyusage.</title>
<updated>2004-05-21T19:19:11Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2004-05-21T19:19:11Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=fafe1d93928b58f5e12972811fa128678f4f58c8'/>
<id>urn:sha1:fafe1d93928b58f5e12972811fa128678f4f58c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc/</title>
<updated>2004-05-21T15:51:53Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2004-05-21T15:51:53Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=cf6910f69dd23214ea2016bbd46c580268646aae'/>
<id>urn:sha1:cf6910f69dd23214ea2016bbd46c580268646aae</id>
<content type='text'>
2004-05-21  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (Decrypt): Add note about new field wrong_key_usage
	of gpgme_decrypt_result_t.

gpgme/
2004-05-21  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.h (struct _gpgme_decrypt_result): New fields
	wrong_key_usage and _unused.
	* decrypt.c (_gpgme_decrypt_status_handler): Don't skip over
	character after a matched string, as in a protocol error this
	could skip over the trailing binary zero.
	Handle decrypt.keyusage error notifications.

</content>
</entry>
<entry>
<title>doc/</title>
<updated>2004-05-21T15:15:21Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2004-05-21T15:15:21Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=6aeee0426a98e306974a0e06a6e85cbe69e16dff'/>
<id>urn:sha1:6aeee0426a98e306974a0e06a6e85cbe69e16dff</id>
<content type='text'>
2004-05-21  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (Key Management): Add note about new field
	keylist_mode of gpgme_key_t.

gpgme/
2004-05-21  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.h (struct _gpgme_key): New member keylist_mode.
	* keylist.c (keylist_colon_handler): Set the keylist_mode of KEY.

</content>
</entry>
<entry>
<title>* gpgme.h: Add GPGME_STATUS_NEWSIG.</title>
<updated>2004-04-05T18:40:10Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2004-04-05T18:40:10Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=edf5d2bd31b676e044c7798f5934bbffcd194d8e'/>
<id>urn:sha1:edf5d2bd31b676e044c7798f5934bbffcd194d8e</id>
<content type='text'>
* gpgsm/Makefile.am: Changed the faked system time to 20011213T12000.

</content>
</entry>
<entry>
<title>* gpgme.texi (Key Listing Mode): Doc KEYLIST_MODE_VALIDATE.</title>
<updated>2004-02-17T15:27:42Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2004-02-17T15:27:42Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=afabac4c9dbc0ee0a88ad225b27be3836509f5f9'/>
<id>urn:sha1:afabac4c9dbc0ee0a88ad225b27be3836509f5f9</id>
<content type='text'>
* gpgme.h: Add GPGME_KEYLIST_MODE_VALIDATE.
* engine-gpgsm.c (gpgsm_keylist): Send this to gpgsm.

</content>
</entry>
<entry>
<title>Add note about key signature notations.</title>
<updated>2004-01-13T21:44:55Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2004-01-13T21:44:55Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=8986b980630d51de93ce484ae20e0f53d3092254'/>
<id>urn:sha1:8986b980630d51de93ce484ae20e0f53d3092254</id>
<content type='text'>
</content>
</entry>
</feed>
