<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/tests, branch gpgme-1-0-2</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1-0-2</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1-0-2'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2004-12-07T21:11:53Z</updated>
<entry>
<title>2004-12-07  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2004-12-07T21:11:53Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2004-12-07T21:11:53Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=8cd7194c469b311e8db200d05781ed58c8fdfb7e'/>
<id>urn:sha1:8cd7194c469b311e8db200d05781ed58c8fdfb7e</id>
<content type='text'>
	* README: Refer to COPYING.LESSER and "each file" instead of
	COPYING.
	* COPYING.LESSER: New file.
	* gpgme.spec.in (%doc): Add COPYING.LESSER.
	* acinclude.m4, configure.ac, Makefile.am: Change license to LGPL
	2.1 or later.
	* TODO: Add copyright notice.
	* README.CVS: Likewise.

assuan/
2004-12-07  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* README.1st: Add copyright notice.

doc/
2004-12-07  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* Makefile.am: Change license to LGPL.
	(gpgme_TEXINFOS): Replace gpl.texi with lesser.texi.

	* gpgme.texi: Change license to LGPL (also for documentation of
	GPGME's license).
	* lesser.texi: New file.
	* gpl.texi: File removed.

gpgme/
2004-12-07  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* putc_unlocked.c, funopen.c: I just claim copyright on these
	files and change their license to LGPL, because they are totally
	trivial wrapper functions.
	* isascii.c: Change copyright notice to the one from ctype/ctype.h
	in the GNU C Library (CVS Head 2004-10-10), where isascii is
	defined as a macro doing exactly the same as the function in this
	file.
	* memrchr.c: Update from the GNU C Library (CVS Head 2001-07-06).
	* stpcpy.c: Update from the GNU C Library (CVS Head 2004-10-10).
	* ath.c, ath-compat.c, ath.h, ath-pth.c, ath-pth-compat.c,
	ath-pthread.c, ath-pthread-compat.c, context.h, conversion.c,
	data.c, data-compat.c, data-fd.c, data.h, data-mem.c,
	data-stream.c, data-user.c, debug.c, debug.h, decrypt.c,
	decrypt-verify.c, delete.c, edit.c, encrypt.c, encrypt-sign.c,
	engine-backend.h, engine.c, engine-gpgsm.c, engine.h, error.c,
	export.c, genkey.c, get-env.c, gpgme.c, gpgme.h, import.c, io.h,
	key.c, keylist.c, mkstatus, Makefile.am, ops.h, op-support.c,
	passphrase.c, posix-io.c, posix-sema.c, posix-util.c, progress.c,
	rungpg.c, sema.h, sign.c, signers.c, trust-item.c, trustlist.c,
	util.h, verify.c, version.c, w32-io.c, w32-sema.c, w32-util.c,
	wait.c, wait-global.c, wait.h, wait-private.c, wait-user.c: Change
	license to LGPL.

tests/
2004-12-07  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpg/mkdemodirs: Add copyright notice.

	* gpgsm/Makefile.am, gpgsm/t-support.h, gpgsm/t-decrypt.c,
	gpgsm/t-encrypt.c, gpgsm/t-export.c, gpgsm/t-genkey.c,
	gpgsm/t-import.c, gpgsm/t-keylist.c, gpgsm/t-sign.c,
	gpgsm/t-verify.c, gpg/Makefile.am, gpg/t-decrypt.c,
	gpg/t-decrypt-verify.c, gpg/t-edit.c, gpg/t-encrypt.c,
	gpg/t-encrypt-sign.c, gpg/t-encrypt-sym.c, gpg/t-eventloop.c,
	gpg/t-export.c, gpg/t-genkey.c, gpg/t-import.c, gpg/t-keylist.c,
	gpg/t-keylist-sig.c, gpg/t-sign.c, gpg/t-signers.c,
	gpg/t-support.h, gpg/t-thread1.c, gpg/t-trustlist.c,
	gpg/t-verify.c, Makefile.am, t-data.c, t-engine-info.c,
	t-version.c: Change license to LGPL.

</content>
</entry>
<entry>
<title>2004-08-17  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2004-08-17T21:13:20Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2004-08-17T21:13:20Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=6d65ae9632d9c92366f25e51e32c703cea8de8ce'/>
<id>urn:sha1:6d65ae9632d9c92366f25e51e32c703cea8de8ce</id>
<content type='text'>
	* gpgsm/t-keylist.c (struct): Add new fields VALIDITY and
	KEY_LENGTH.
	(main): Use them.
	* gpgsm/t-import.c (check_result): New argument total_stat.
	(main): Pass this argument.  Reduce number of total considered
	keys to 1 for the second test.

</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>2004-03-07  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2004-03-07T22:49:42Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2004-03-07T22:49:42Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=af3c09d9b2773b8c31b63af378925c785e8f5153'/>
<id>urn:sha1:af3c09d9b2773b8c31b63af378925c785e8f5153</id>
<content type='text'>
	* configure.ac (NEED_GPGSM_VERSION): Bump up to 1.9.6.

2004-03-07  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgsm/t-keylist.c: Add chain IDs.

</content>
</entry>
<entry>
<title>* engine-gpgsm.c (gpgsm_export_ext): Properly insert a space</title>
<updated>2004-03-03T15:15:41Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2004-03-03T15:15:41Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=e65396c735f0b032b90cdea9e14c5157bcaaa019'/>
<id>urn:sha1:e65396c735f0b032b90cdea9e14c5157bcaaa019</id>
<content type='text'>
beween patterns.

* gpgsm/t-export.c (main): Also check exporting 2 certificates.

</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>About to release 0.4.4:</title>
<updated>2004-01-12T13:28:36Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2004-01-12T13:28:36Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=215da10c1c9e29878a130324816cd981e9ab8487'/>
<id>urn:sha1:215da10c1c9e29878a130324816cd981e9ab8487</id>
<content type='text'>
* configure.ac: Bumbed LT_Revision; now at C12/A1/R1.
(NEED_GPGSM_VERSION): Set to 1.9.3.

* sign.c: Include util.h for prototype of _gpgme_parse_timestamp.

* gpg/t-keylist-sig.c (main): Temporary disabled one test due top
gpg 1.3.4 problems.
* gpg/t-import.c (check_result): Likewise.

</content>
</entry>
<entry>
<title>* gpg/t-support.h (DIM): Added.</title>
<updated>2003-11-19T15:15:33Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2003-11-19T15:15:33Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=82cb03cc834a911ad626435a1236bfb9a9241bb0'/>
<id>urn:sha1:82cb03cc834a911ad626435a1236bfb9a9241bb0</id>
<content type='text'>
* gpg/t-verify.c (check_result): Rewrote test for notations
because the order of notaions is not guaranteed.

* gpgsm/t-support.h (fail_if_err): Also print the numeric values.

</content>
</entry>
<entry>
<title>2003-10-06  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2003-10-06T19:46:55Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-10-06T19:46:55Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=91cc459641bd8c80c751dae2b8a3166e704530f0'/>
<id>urn:sha1:91cc459641bd8c80c751dae2b8a3166e704530f0</id>
<content type='text'>
	* gpg/t-eventloop.c: Include &lt;sys/types.h&gt; for old systems.

</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>
</feed>
