Commit Graph

587 Commits

Author SHA1 Message Date
Werner Koch
c7ddee33b0 * gpgsm/Makefile.am (./gpgsm.conf): Use a faked system time
becuase one test certificate expired yesterday.
2002-12-04 13:36:08 +00:00
Werner Koch
bad3455d25 * configure.ac (LIBGPGME_LT_REVISION): Bumped to 9/3/5 .
* README: Explained that this is the current stable version.
2002-12-04 13:11:17 +00:00
Marcus Brinkmann
eb8fd48693 Fix spelling of my name. 2002-11-28 19:41:49 +00:00
Marcus Brinkmann
b13d1fc2b8 2002-11-28 Marcus Brinkmann <marcus@g10code.de>
* NEWS: Add note about moving "gpgmeplug" to the "cryptplug"
	package.
	* README: Remove instructions related to "gpgmeplug".
	* configure.ac: Remove enable option "gpgmeplug" and automake
	conditional BUILD_GPGMEPLUG, as well as the status info about it.
	(GPGMEPLUG): Remove variable.
	* Makefile.am (gpgmeplug): Remove variable.
	(SUBDIRS): Remove ${gpgmeplug}.
	* cryptplug.h, gpgme-openpgp.c, gpgmeplug.dox, gpgme-smime.c,
	Makefile.am, gpgmeplug.c, ChangeLog: Files removed.
2002-11-28 19:36:19 +00:00
Marcus Brinkmann
b37dfebc8b 2002-11-25 Marcus Brinkmann <marcus@g10code.de>
* rungpg.c (_gpgme_gpg_spawn): Do not set parent fds to -1.
	* posix-io.c (_gpgme_io_spawn): Call _gpgme_io_close instead close
	for parent fds.
	* w32-io.c (_gpgme_io_spawn): Call _gpgme_io_close instead
	CloseHandle for parent fds.
2002-11-25 21:04:52 +00:00
Marcus Brinkmann
bd6ffd0f20 2002-11-22 Marcus Brinkmann <marcus@g10code.de>
* gpgme.h [_MSC_VER]: Define ssize_t as long.
2002-11-22 17:43:23 +00:00
Werner Koch
9ab4638c8d * engine-gpgsm.c (_gpgme_gpgsm_new): Save the result of a first
setlocale before doing another setlocale.
2002-11-22 15:02:37 +00:00
Marcus Brinkmann
8cc8f7267f 2002-11-21 Marcus Brinkmann <marcus@g10code.de>
* verify.c (_gpgme_verify_status_handler): Treat
	GPGME_STATUS_UNEXPECTED like GPGME_STATUS_NODATA.
	Reported by Miguel Coca <e970095@zipi.fi.upm.es>.
2002-11-21 11:22:50 +00:00
Werner Koch
d7cdeeddc2 post-release version number bumbing. 2002-11-20 19:12:31 +00:00
Werner Koch
74036d94d9 About to release 0.3.13 2002-11-20 18:56:34 +00:00
Marcus Brinkmann
2f03256750 2002-11-19 Marcus Brinkmann <marcus@g10code.de>
* rungpg.c (gpg_keylist): Add --with-fingerprint to gpg invocation
	twice, to get fingerprints on subkeys.  Suggested by Timo Schulz
	<twoaday@freakmail.de>.
	(gpg_keylist_ext): Likewise.
2002-11-19 09:36:07 +00:00
Werner Koch
01b2e3ffe6 * config.sub, config.guess: Updated from ftp.gnu.org/gnu/config
to version 2002-11-08.
2002-11-12 19:33:10 +00:00
Marcus Brinkmann
70109cf681 2002-11-05 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Verify): Fix prototype of gpgme_get_sig_key.
	Reported by Miguel Coca <e970095@zipi.fi.upm.es>.
2002-11-05 15:25:37 +00:00
Marcus Brinkmann
25be76f97d Fix email address. 2002-11-05 15:21:13 +00:00
Marcus Brinkmann
3534556c00 2002-11-05 Marcus Brinkmann <marcus@gnu.org>
* import.c (append_xml_impinfo): Use
	_gpgme_data_append_string_for_xml rather than
	_gpgme_data_append_string for the field content.
	Submitted by Miguel Coca <e970095@zipi.fi.upm.es>.
2002-11-05 12:04:41 +00:00
Karl-Heinz Zimmer
443657e12f Enable expire date checking for a CMS key's CA certificate and its root certificate. 2002-11-03 22:12:27 +00:00
Karl-Heinz Zimmer
2bd51ebdab Adding support for email addresses includes in '<' and '>'. 2002-10-31 16:30:05 +00:00
Werner Koch
9391c9b564 version.texi is a generated file - it must not be kept in the rep. 2002-10-31 15:29:12 +00:00
Karl-Heinz Zimmer
e5210c298a Add error checking for isEmailInCertificate being called with invalid fingerprint parameter. 2002-10-31 14:19:47 +00:00
Karl-Heinz Zimmer
29b7d7ad0b Add support for certificates having the e-mail address stored in GPGME_ATTR_USERID instead of GPGME_ATTR_EMAIL. 2002-10-31 13:58:54 +00:00
Karl-Heinz Zimmer
31183197a2 Make it compile: this file was missing in the "gpgme-0-3-branch" branch, please make sure the contents of this file are correct - I just copied it from the tarball release 0.3.12. 2002-10-31 13:57:14 +00:00
Werner Koch
7cea4a5a17 After-release-version-number-bump 2002-10-15 10:41:22 +00:00
Werner Koch
d7474c4089 * configure.ac: Bump up LIBGPGME_LT_REVISION.
(NEED_GPG_VERSION): Set to 1.2.0
(NEED_GPGSM_VERSION): Set to 0.9.2
2002-10-15 10:00:49 +00:00
Repo Admin
8e2da19a1b This commit was manufactured by cvs2svn to create branch
'gpgme-0-3-branch'.
2002-09-30 08:04:16 +00:00
Werner Koch
55474920ce typo 2002-09-30 08:04:16 +00:00
Werner Koch
d256945205 * gpgsm/t-keylist.c (doit): Add arg SECRET.
(main): Add option --secret.
2002-09-30 08:03:56 +00:00
Werner Koch
57add1098d * keylist.c (keylist_colon_handler): Take care when printing a
NULL with the DEBUG.

* engine-gpgsm.c (struct gpgsm_object_s): New member ANY.
(gpgsm_status_handler): Run the colon function to indicate.
(_gpgme_gpgsm_set_colon_line_handler): Better reset ANY here.
2002-09-30 08:03:27 +00:00
Karl-Heinz Zimmer
f9a1d51756 Applying Ingo's patch: Makes signatureCertificateDaysLeftToExpiry() and receiverCertificateDaysLeftToExpiry() handle the case that a certificate _never_ expires correctly. 2002-09-29 21:14:16 +00:00
Marcus Brinkmann
e9f9833e05 2002-09-28 Marcus Brinkmann <marcus@g10code.de>
* t-version.c: Include <string.h>.  Reported by St�phane Corth�sy.
2002-09-28 20:09:12 +00:00
Marcus Brinkmann
056bb3b587 2002-09-28 Marcus Brinkmann <marcus@g10code.de>
* conversion.c (_gpgme_hextobyte): Prevent superfluous
	multiplication with base.  Reported by St�phane Corth�sy.

	* keylist.c (gpgme_op_keylist_ext_start): Use private asynchronous
	operation type in invocation of _gpgme_op_reset.
2002-09-28 20:08:01 +00:00
Werner Koch
21382e2d53 changed version number after release. 2002-09-20 13:33:42 +00:00
Werner Koch
c4aa7bae1a * configure.ac: Bump up LIBGPGME_LT_REVISION.
* configure.ac (AC_CHECK_HEADERS): Check for sys/select.h.
2002-09-20 11:48:27 +00:00
Werner Koch
f52d17f48f * gpgmeplug.c (nextCertificate): Sanity check for empty tmp_dn. 2002-09-20 11:47:55 +00:00
Werner Koch
7937658bb7 * ath.c: Include sys/time.h if sys/select.h is not available.
* configure.ac (AC_CHECK_HEADERS): Check for sys/select.h.
2002-09-20 10:44:22 +00:00
Marcus Brinkmann
1dda423fa5 2002-09-13 Marcus Brinkmann <marcus@g10code.de>
* keylist.c (keylist_status_handler): Do not call finish_key() here.
	(gpgme_op_keylist_ext_start): Set CTX->tmp_key to NULL.
2002-09-13 20:54:52 +00:00
Marcus Brinkmann
c34b1e06e7 Regenerated. 2002-09-13 20:54:31 +00:00
Karl-Heinz Zimmer
a58efc1d5f Bugfix #1276 (equals KDE bug #43868). Make sure to update kde/kdenetwork/libkdenetwork and kde/kdenetwork/kmail. 2002-09-12 11:02:02 +00:00
Karl-Heinz Zimmer
da452438d9 Bugfix: The value text of protocol parameter of OpenPGP's multipart/signed Content-Type header must be enclosed in double quotes. Bugfix was provided by Marc Mutz solving problems with pine. 2002-09-06 11:52:05 +00:00
Marcus Brinkmann
70aaa3f236 2002-09-04 Marcus Brinkmann <marcus@g10code.de>
* autogen.sh (autoconf_vers): Bump up to 2.53 to get the @&t@
	quadrigraph.  Always cutting the edge!
2002-09-04 01:18:08 +00:00
Karl-Heinz Zimmer
6a7a934055 AEgypten bugfix #1220: make sure that (a) negative numbers of days-left-to-expire-of-certificate are reported correctly by using an int instead of a time_t and (b) return the special value CRYPTPLUG_CERT_DOES_NEVER_EXPIRE to indicate that no expire date is stored in this certificate 2002-09-03 16:21:34 +00:00
Marcus Brinkmann
20707b1928 2002-09-03 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am (assuan_libobjs): Remove @LTLIBOBJS@ as we link them
	into gpgme unconditionally.
	(libgpgme_la_LIBADD): Change @LIBOBJS@ into @LTLIBOBJS@.
2002-09-03 11:26:01 +00:00
Marcus Brinkmann
bc012f5f2e 2002-09-02 Marcus Brinkmann <marcus@g10code.de>
* configure.ac: Create and substitute LTLIBOBJS.
2002-09-02 13:01:44 +00:00
Marcus Brinkmann
05c75f41a5 2002-09-02 Marcus Brinkmann <marcus@g10code.de>
* gpg/t-keylist.c (main): Test PATTERN for NULL before printing.
	Reported by Dr. Stefan Dalibor <Dr.Stefan.Dalibor@bfa.de>.
2002-09-02 13:01:29 +00:00
Marcus Brinkmann
442f2fe541 2002-09-02 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am (assuan_libobjs): Use @LTLIBOBJS@ instead @LIBOBJS@.
2002-09-02 12:38:43 +00:00
Marcus Brinkmann
1b40ede2c5 2002-09-02 Marcus Brinkmann <marcus@g10code.de>
* debug.c (_gpgme_debug_add): Test *LINE, not LINE.
	(_gpgme_debug_end): Likewise.
	Reported by Dr. Stefan Dalibor <Dr.Stefan.Dalibor@bfa.de>.
2002-09-02 12:29:53 +00:00
Marcus Brinkmann
f0bb43f3da Wrap the lines nicer. 2002-09-02 12:19:15 +00:00
Marcus Brinkmann
ad264f924b 2002-09-02 Marcus Brinkmann <marcus@g10code.de>
* posix-io.c (_gpgme_io_select): Don't use a non-constant struct initializer.
	* version.c (_gpgme_get_program_version): Likewise.
	Reported by Dr. Stefan Dalibor <Dr.Stefan.Dalibor@bfa.de>.
2002-09-02 12:17:51 +00:00
Marcus Brinkmann
43eb40838c Bump up version number. 2002-09-01 23:55:31 +00:00
Marcus Brinkmann
c40f22a7d8 2002-09-02 Marcus Brinkmann <marcus@g10code.de>
* conversion.c (_gpgme_decode_c_string): Set DESTP before modifying DEST.
2002-09-01 23:29:55 +00:00
Marcus Brinkmann
d55e88d0bc 2002-09-02 Marcus Brinkmann <marcus@g10code.de>
* conversion.c (_gpgme_decode_c_string): Fix off by one error in last change.
	* rungpg.c (_gpgme_append_gpg_args_from_signers): Move before
	_gpgme_op_edit so its prototype is known early on.
2002-09-01 23:08:50 +00:00