<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/tests, branch gpgme-0-3-1</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-0-3-1</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-0-3-1'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2002-02-09T00:58:42Z</updated>
<entry>
<title>2002-02-09  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2002-02-09T00:58:42Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-02-09T00:58:42Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=b7ac6614ddf75f836635060ecab87b9b3a28f2fb'/>
<id>urn:sha1:b7ac6614ddf75f836635060ecab87b9b3a28f2fb</id>
<content type='text'>
	* gpgsm/Makefile.am (./private-keys-v1.d/$(key_id).key): Fix rule.

</content>
</entry>
<entry>
<title>2002-02-09  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2002-02-09T00:07:59Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-02-09T00:07:59Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=4286ebe12275e2eddf125bb8e91297fa7c5f88ea'/>
<id>urn:sha1:4286ebe12275e2eddf125bb8e91297fa7c5f88ea</id>
<content type='text'>
	* gpgsm/t-genkey.c: New file (not added to Makefile.am because of
	gpg-agent bug).

</content>
</entry>
<entry>
<title>2002-02-08  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2002-02-08T22:36:57Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-02-08T22:36:57Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=6f2245b35dfb5f468245057f33ba194fc2839be5'/>
<id>urn:sha1:6f2245b35dfb5f468245057f33ba194fc2839be5</id>
<content type='text'>
	* gpgsm/Makefile.am (key_id): Update value.
	(all-local): Add .key to keyid filename.
	(./private-keys-v1.d/$(key_id)): Renamed to ...
	(./private-keys-v1.d/$(key_id).key): ... this.
	(all-local): Add ./gpgsm.conf, ./trustlist.txt.
	(./gpgsm.conf, ./trustlist.txt): New target.
	* gpgsm/567064FE6D14A17B2D811ABB407728BC558AA455: Renamed to ...
	* gpgsm/32100C27173EF6E9C4E9A25D3D69F86D37A4F939: ... this.

</content>
</entry>
<entry>
<title>doc/</title>
<updated>2002-01-30T21:52:32Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-01-30T21:52:32Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=088c044792fd352b0dcb00bb31cc40aec38d3ebf'/>
<id>urn:sha1:088c044792fd352b0dcb00bb31cc40aec38d3ebf</id>
<content type='text'>
2002-01-30  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (Importing Keys): Add reference to gpgme_get_op_info.

gpgme/
2002-01-30  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* import.c (struct import_result_s): New structure.
	(_gpgme_release_import_result): New function.
	(append_xml_impinfo): Likewise.
	(import_status_handler): Implement.
	* gpgme.c (_gpgme_release_result): Add call to
	_gpgme_release_import_result.
	* ops.h (_gpgme_release_impoer_result): Add prototype.
	* types.h (ImportResult): New type.
	* context.h (gpgme_context_s): Add ImportResult to member result.

	* encrypt.c (gpgme_op_encrypt): Code clean up.

tests/
2002-01-30  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpg/t-import.c (print_op_info): New function.
	(main): Use it.

</content>
</entry>
<entry>
<title>doc/</title>
<updated>2002-01-22T15:32:44Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-01-22T15:32:44Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=1e1fb4724cb224ef5fb4e56edb4ba9ff2deceb0f'/>
<id>urn:sha1:1e1fb4724cb224ef5fb4e56edb4ba9ff2deceb0f</id>
<content type='text'>
2002-01-22  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (Passphrase callback): Change GpgmePassphraseCb's
	R_HD type from void* to void**.

gpgme/
2002-01-22  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.h (GpgmePassphraseCb): Change type of R_HD from void* to
	void**.

tests/
2002-01-22  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpg/t-signers.c (passphrase_cb): Change type of r_hd to void**.
	* gpg/t-sign.c (passphrase_cb): Likewise.
	* gpg/t-decrypt-verify.c (passphrase_cb): Likewise.
	* gpg/t-decrypt.c (passphrase_cb): Likewise.

</content>
</entry>
<entry>
<title>gpgme/</title>
<updated>2001-12-19T17:46:02Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2001-12-19T17:46:02Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a087259977a62d47505762a2086944a60cc1cc59'/>
<id>urn:sha1:a087259977a62d47505762a2086944a60cc1cc59</id>
<content type='text'>
2001-12-19  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* engine.c: Include `string.h'.  Reported by St�phane Corth�sy.

	* version.c (get_engine_info): Remove prototype.

tests/
2001-12-19  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpg/t-decrypt-verify.c: Don't include `mcheck.h'.  Reported by
	St�phane Corth�sy.

</content>
</entry>
<entry>
<title>Revert cruft from last check in.</title>
<updated>2001-12-19T17:26:54Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2001-12-19T17:26:54Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=530bad57ce221395ece7f5680ab081b687dbd78b'/>
<id>urn:sha1:530bad57ce221395ece7f5680ab081b687dbd78b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Learn more about the trash I have on my machine.</title>
<updated>2001-12-19T13:00:10Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2001-12-19T13:00:10Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=8ec53dc804622d4cdb20ef59671edba0041f6bd6'/>
<id>urn:sha1:8ec53dc804622d4cdb20ef59671edba0041f6bd6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>updated .cvsignore files</title>
<updated>2001-12-19T12:44:02Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2001-12-19T12:44:02Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a3fcd4e06c56d41ad687426074c7fda145e318a7'/>
<id>urn:sha1:a3fcd4e06c56d41ad687426074c7fda145e318a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2001-12-19  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2001-12-19T00:47:42Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2001-12-19T00:47:42Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=abd820c4a925c90c0488133e00749d52bb95afbc'/>
<id>urn:sha1:abd820c4a925c90c0488133e00749d52bb95afbc</id>
<content type='text'>
	* gpg/Makefile.am (EXTRA_DIST): Add missing line continuation.

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