<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/tests/gpgsm/Makefile.am, 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-04-05T18:40:10Z</updated>
<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>* gpgsm/t-import.c (check_result): gpgsm does now return info in</title>
<updated>2004-02-17T17:26:20Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2004-02-17T17:26:20Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=91d3e5aa57bd9a75e77ddbd4753897b6a372c323'/>
<id>urn:sha1:91d3e5aa57bd9a75e77ddbd4753897b6a372c323</id>
<content type='text'>
the result-&gt;imports; adjust for that.

* gpgsm/Makefile.am (TESTS_ENVIRONMENT): Reset the GPG_AGENT_INFO.

* gpg/t-keylist-sig.c (main): s/class/sig_class/.
* gpg/t-signers.c (check_result): Ditto.
* gpg/t-sign.c (check_result): Ditto.
* gpg/t-encrypt-sign.c (check_result): Ditto.
* gpgsm/t-sign.c (check_result): Ditto.

</content>
</entry>
<entry>
<title>2003-10-06  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2003-10-06T19:33:05Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-10-06T19:33:05Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=638c25eda41480f3e73422a8804028cc98c50c27'/>
<id>urn:sha1:638c25eda41480f3e73422a8804028cc98c50c27</id>
<content type='text'>
	* gpgsm/Makefile.am (DISTCLEANFILES): Add random_seed.

</content>
</entry>
<entry>
<title>2003-09-14  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2003-09-14T01:32:41Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-09-14T01:32:41Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=0a952a59b68e55bae6a1da500ebf834a42cc41df'/>
<id>urn:sha1:0a952a59b68e55bae6a1da500ebf834a42cc41df</id>
<content type='text'>
	* gpg/t-thread1.c: New file.
	* gpg/Makefile.am (TESTS): Add t-thread1.c.
	(t_thread1_LDADD): New variable.
	(LDADD): Remove GPG Error lib.
	* gpgsm/Makefile.am (LDADD): Likewise.

</content>
</entry>
<entry>
<title>2003-07-22  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2003-07-22T11:40:48Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-07-22T11:40:48Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=ade276f81ef5cb1b20bbbf399fd757c0e1bac7b4'/>
<id>urn:sha1:ade276f81ef5cb1b20bbbf399fd757c0e1bac7b4</id>
<content type='text'>
	* Makefile.am (AM_CPPFLAGS): New variable.
	(LDADD): Add @GPG_ERROR_LIBS@.
	* gpg/Makefile.am (AM_CPPFLAGS): New variable.
	(LDADD): Add @GPG_ERROR_LIBS@.
	* gpgsm/Makefile.am (AM_CPPFLAGS): New variable.
	(LDADD): Add @GPG_ERROR_LIBS@.

</content>
</entry>
<entry>
<title>doc/</title>
<updated>2003-06-05T23:20:29Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-06-05T23:20:29Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=02536bb72b884dceeaadda9364860f0649450e2e'/>
<id>urn:sha1:02536bb72b884dceeaadda9364860f0649450e2e</id>
<content type='text'>
2003-06-06  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi: Change error codes to GPG_ERR_* variants.
	(Error Handling): Rewritten.

gpgme/
2003-06-05  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	Everywhere: Use libgpg-error error codes.

	* Makefile.am (EXTRA_DIST): Remove mkerrors.
	(BUILT_SOURCES): Remove errors.c.
	(MOSTLYCLEANFILES): Likewise.
	(libgpgme_la_SOURCES): Likewise.  Add error.c.
	(errors.c): Remove target.
	* mkerrors: File removed.
	* error.c: New file.

	* gpgme.h (gpgme_error_t): Change to type gpg_error_t.
	(gpgme_err_code_t, gpgme_err_source_t): New types.
	(gpgme_err_code, gpgme_err_source, gpgme_error, gpgme_err_make):
	New static inline functions.
	(gpgme_strsource, gpgme_err_code_from_errno,
	gpgme_err_code_to_errno, gpgme_err_make_from_errno,
	gpgme_error_from_errno): New prototypes.

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

	Everywhere: Use libgpg-error error codes.

	* gpg/Makefile.am (noinst_HEADERS): New variable.
	* gpg/t-support.h: New file.
	* gpgsm/Makefile.am (noinst_HEADERS): New variable.
	* gpgsm/t-support.h: New file.

</content>
</entry>
<entry>
<title>2003-04-25  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2003-04-25T12:38:55Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-04-25T12:38:55Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=66be7f23a1328cf5a15897e106cf0cb5e21a7143'/>
<id>urn:sha1:66be7f23a1328cf5a15897e106cf0cb5e21a7143</id>
<content type='text'>
	* gpgsm/t-genkey.c: Rewritten.
	* gpgsm/Makefile.am (noinst_PROGRAMS): Add t-genkey.
	* gpg/t-genkey.c: Include &lt;stdlib.h&gt;.
	(main): Check result-&gt;fpr before checking its length.

</content>
</entry>
<entry>
<title>2002-12-23  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2002-12-23T21:06:38Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-12-23T21:06:38Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=c60bcb31ade3f86eeb96d38ffbbca399131a5da3'/>
<id>urn:sha1:c60bcb31ade3f86eeb96d38ffbbca399131a5da3</id>
<content type='text'>
	* gpgsm/Makefile.am (./gpgsm.conf): Add a faked system time to
	avoid certification's expiry.
	* gpgsm/t-encrypt.c (main): Use the short certification name.

</content>
</entry>
<entry>
<title>* gpgsm/Makefile.am (DISTCLEANFILES): new.</title>
<updated>2002-06-25T19:04:40Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2002-06-25T19:04:40Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=692d0e43f4297d2d2c0035167807cf6af71f44b9'/>
<id>urn:sha1:692d0e43f4297d2d2c0035167807cf6af71f44b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2002-06-25  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2002-06-25T12:12:25Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-06-25T12:12:25Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=7a32c607e3f899bd964fc5f5b0eff217301fe5a3'/>
<id>urn:sha1:7a32c607e3f899bd964fc5f5b0eff217301fe5a3</id>
<content type='text'>
	* gpgsm/Makefile.am (TESTS): Add t-export.
	gpgsm/t-export.c: New file.

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