<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/tests/gpg, branch gpgme-1.3.1</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.3.1</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.3.1'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2011-05-11T00:32:20Z</updated>
<entry>
<title>Clean up the tests correctly.</title>
<updated>2011-05-11T00:32:20Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>marcus.brinkmann@ruhr-uni-bochum.de</email>
</author>
<published>2011-05-11T00:32:20Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=d11500a77ef3ae1a9dad789f687d6faeb8f4cfe8'/>
<id>urn:sha1:d11500a77ef3ae1a9dad789f687d6faeb8f4cfe8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make sure an existing agent doesn't interfere with test suite generation.</title>
<updated>2011-05-06T00:11:40Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>marcus.brinkmann@ruhr-uni-bochum.de</email>
</author>
<published>2011-05-06T00:11:40Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=c79d8ad8189ff0a8c24547d4b0646247ca6f9a23'/>
<id>urn:sha1:c79d8ad8189ff0a8c24547d4b0646247ca6f9a23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve import tests for GnuPG 2.1.</title>
<updated>2011-05-03T22:52:11Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>marcus.brinkmann@ruhr-uni-bochum.de</email>
</author>
<published>2011-05-03T22:52:11Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=470899e3a713129d8db3979469c7f711dc9b04d4'/>
<id>urn:sha1:470899e3a713129d8db3979469c7f711dc9b04d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update GPGME test suite for use with GnuPG 2.1.</title>
<updated>2011-04-27T16:03:46Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>marcus.brinkmann@ruhr-uni-bochum.de</email>
</author>
<published>2011-04-27T10:56:19Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=43f38db1afe9830b888076adeec1eec21f32335c'/>
<id>urn:sha1:43f38db1afe9830b888076adeec1eec21f32335c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix detection of invalid signer keys.</title>
<updated>2009-08-06T17:17:18Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2009-08-06T17:17:18Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=0fcf3ee915a1c90bd7471ec371924a1ff7a5fcdd'/>
<id>urn:sha1:0fcf3ee915a1c90bd7471ec371924a1ff7a5fcdd</id>
<content type='text'>
Support the new INV_SGNR status code.

</content>
</entry>
<entry>
<title>Move gpg test programs to the top test directory.</title>
<updated>2009-07-07T14:17:39Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2009-07-07T14:17:39Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=43427b0c91511abf58fab928268fa61d1ad110b9'/>
<id>urn:sha1:43427b0c91511abf58fab928268fa61d1ad110b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2009-06-22  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2009-06-22T14:50:17Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2009-06-22T14:50:17Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=1c454aee81e38ffbc4a615092742ae4b1e37b57f'/>
<id>urn:sha1:1c454aee81e38ffbc4a615092742ae4b1e37b57f</id>
<content type='text'>
	* configure.ac: Add AC_TYPE_UINTPTR_T.

	* assuan/assuan.h [_ASSUAN_IN_GPGME_BUILD_ASSUAN]: Declare
	_gpgme_io_connect.

src/
2009-06-22  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* debug.h: Everywhere, use %p instead of 0x%x to print pointer.
	[HAVE_STDINT_H]: Include &lt;stdint.h&gt;.
	(_TRACE, TRACE, TRACE0, TRACE1, TRACE2, TRACE3, TRACE6): Cast tag
	to (uintptr_t) before casting it to (void*) to silence GCC
	warning.

	* gpgme.h.in (_GPGME_DEPRECATED_OUTSIDE_GPGME): New macro.
	* sign.c (_GPGME_IN_GPGME): Define it.
	* keylist.c (_GPGME_IN_GPGME): Define it.

	* debug.c (_gpgme_debug_begin, _gpgme_debug_add): Handle error in
	vasprintf and asprintf.

	* priv-io.h: Include &lt;sys/socket.h&gt;.  Declare _gpgme_io_connect.

tests/
2009-06-22  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpg/t-support.h (passphrase_cb): Implement write() according to
	the book to silence compiler warning.
	* gpgsm/t-support.h (passphrase_cb): Likewise.

</content>
</entry>
<entry>
<title>Add support for gpg --fetch-keys.</title>
<updated>2009-06-16T15:42:37Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2009-06-16T15:42:37Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=bebd9cbe29cf6db15469502b5c6b1f83c93513ef'/>
<id>urn:sha1:bebd9cbe29cf6db15469502b5c6b1f83c93513ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add new functions to import and export keys specified by gpgme_key_t.</title>
<updated>2009-06-16T11:42:21Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2009-06-16T11:42:21Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=b8726059416659707762f9cf97e3989cc26f6268'/>
<id>urn:sha1:b8726059416659707762f9cf97e3989cc26f6268</id>
<content type='text'>
Allow  exporting keys to a keyserver.

</content>
</entry>
<entry>
<title>Add gpgme_io_write and gpgme_io_read.</title>
<updated>2009-06-09T16:01:02Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2009-06-09T16:01:02Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=caf36ce1ce34e88de870ea4e7586c3133a9f7afa'/>
<id>urn:sha1:caf36ce1ce34e88de870ea4e7586c3133a9f7afa</id>
<content type='text'>
Minor cleanups.

</content>
</entry>
</feed>
