gpgme.git
21 years ago* keylist.c (keylist_colon_handler): Take care when printing a
Werner Koch [Mon, 30 Sep 2002 08:03:27 +0000 (08:03 +0000)]
* 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.

21 years agoApplying Ingo's patch: Makes signatureCertificateDaysLeftToExpiry() and receiverCerti...
Karl-Heinz Zimmer [Sun, 29 Sep 2002 21:14:16 +0000 (21:14 +0000)]
Applying Ingo's patch: Makes signatureCertificateDaysLeftToExpiry() and receiverCertificateDaysLeftToExpiry() handle the case that a certificate _never_ expires correctly.

21 years ago2002-09-28 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Sat, 28 Sep 2002 20:09:12 +0000 (20:09 +0000)]
2002-09-28  Marcus Brinkmann  <marcus@g10code.de>

* t-version.c: Include <string.h>.  Reported by St�phane Corth�sy.

21 years ago2002-09-28 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Sat, 28 Sep 2002 20:08:01 +0000 (20:08 +0000)]
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.

21 years agochanged version number after release.
Werner Koch [Fri, 20 Sep 2002 13:33:42 +0000 (13:33 +0000)]
changed version number after release.

21 years ago* configure.ac: Bump up LIBGPGME_LT_REVISION. gpgme-0-3-11
Werner Koch [Fri, 20 Sep 2002 11:48:27 +0000 (11:48 +0000)]
* configure.ac: Bump up LIBGPGME_LT_REVISION.

* configure.ac (AC_CHECK_HEADERS): Check for sys/select.h.

21 years ago* gpgmeplug.c (nextCertificate): Sanity check for empty tmp_dn.
Werner Koch [Fri, 20 Sep 2002 11:47:55 +0000 (11:47 +0000)]
* gpgmeplug.c (nextCertificate): Sanity check for empty tmp_dn.

21 years ago* ath.c: Include sys/time.h if sys/select.h is not available.
Werner Koch [Fri, 20 Sep 2002 10:44:22 +0000 (10:44 +0000)]
* ath.c: Include sys/time.h if sys/select.h is not available.
* configure.ac (AC_CHECK_HEADERS): Check for sys/select.h.

21 years ago2002-09-13 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Fri, 13 Sep 2002 20:54:52 +0000 (20:54 +0000)]
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.

21 years agoRegenerated.
Marcus Brinkmann [Fri, 13 Sep 2002 20:54:31 +0000 (20:54 +0000)]
Regenerated.

21 years agoBugfix #1276 (equals KDE bug #43868). Make sure to update kde/kdenetwork/libkdenet...
Karl-Heinz Zimmer [Thu, 12 Sep 2002 11:02:02 +0000 (11:02 +0000)]
Bugfix #1276 (equals KDE bug #43868).    Make sure to update kde/kdenetwork/libkdenetwork and kde/kdenetwork/kmail.

21 years agoBugfix: The value text of protocol parameter of OpenPGP's multipart/signed Content...
Karl-Heinz Zimmer [Fri, 6 Sep 2002 11:52:05 +0000 (11:52 +0000)]
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.

21 years ago2002-09-04 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Wed, 4 Sep 2002 01:18:08 +0000 (01:18 +0000)]
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!

21 years agoAEgypten bugfix #1220: make sure that (a) negative numbers of days-left-to-expire...
Karl-Heinz Zimmer [Tue, 3 Sep 2002 16:21:34 +0000 (16:21 +0000)]
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

21 years ago2002-09-03 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Tue, 3 Sep 2002 11:26:01 +0000 (11:26 +0000)]
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@.

21 years ago2002-09-02 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Mon, 2 Sep 2002 13:01:44 +0000 (13:01 +0000)]
2002-09-02  Marcus Brinkmann  <marcus@g10code.de>

* configure.ac: Create and substitute LTLIBOBJS.

21 years ago2002-09-02 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Mon, 2 Sep 2002 13:01:29 +0000 (13:01 +0000)]
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>.

21 years ago2002-09-02 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Mon, 2 Sep 2002 12:38:43 +0000 (12:38 +0000)]
2002-09-02  Marcus Brinkmann  <marcus@g10code.de>

* Makefile.am (assuan_libobjs): Use @LTLIBOBJS@ instead @LIBOBJS@.

21 years ago2002-09-02 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Mon, 2 Sep 2002 12:29:53 +0000 (12:29 +0000)]
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>.

21 years agoWrap the lines nicer.
Marcus Brinkmann [Mon, 2 Sep 2002 12:19:15 +0000 (12:19 +0000)]
Wrap the lines nicer.

21 years ago2002-09-02 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Mon, 2 Sep 2002 12:17:51 +0000 (12:17 +0000)]
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>.

21 years agoBump up version number.
Marcus Brinkmann [Sun, 1 Sep 2002 23:55:31 +0000 (23:55 +0000)]
Bump up version number.

21 years ago2002-09-02 Marcus Brinkmann <marcus@g10code.de> gpgme-0-3-10
Marcus Brinkmann [Sun, 1 Sep 2002 23:29:55 +0000 (23:29 +0000)]
2002-09-02  Marcus Brinkmann  <marcus@g10code.de>

* conversion.c (_gpgme_decode_c_string): Set DESTP before modifying DEST.

21 years ago2002-09-02 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Sun, 1 Sep 2002 23:08:50 +0000 (23:08 +0000)]
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.

21 years ago2002-09-02 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Sun, 1 Sep 2002 22:30:28 +0000 (22:30 +0000)]
2002-09-02  Marcus Brinkmann  <marcus@g10code.de>

Released 0.3.10.

* NEWS: Update for 0.3.9 release.
* configure.ac: Bump up LIBGPGME_LT_REVISION.

21 years agoAdd item about prior change.
Marcus Brinkmann [Sun, 1 Sep 2002 22:24:58 +0000 (22:24 +0000)]
Add item about prior change.

21 years ago2002-09-02 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Sun, 1 Sep 2002 22:23:56 +0000 (22:23 +0000)]
2002-09-02  Marcus Brinkmann  <marcus@g10code.de>

* conversion.c: New file.
* util.h: Add prototypes for _gpgme_decode_c_string and
_gpgme_hextobyte.
* keylist.c (keylist_colon_handler): Call _gpgme_decode_c_string
on issuer name.
* Makefile.am (libgpgme_la_SOURCES): Add conversion.c
* key.c (_gpgme_key_append_name): Replace calls to hextobyte by
calls to _gpgme_hextobyte.
(hash_key): Likewise.

21 years ago2002-09-01 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Sun, 1 Sep 2002 19:47:11 +0000 (19:47 +0000)]
2002-09-01  Marcus Brinkmann  <marcus@g10code.de>

* op-support.c (_gpgme_op_reset): Set CTX->pending after calling
_gpgme_engine_release, as this will reset pending to zero in the
event done callback on cancelled operations.

21 years ago2002-08-30 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Sat, 31 Aug 2002 02:34:26 +0000 (02:34 +0000)]
2002-08-30  Marcus Brinkmann  <marcus@g10code.de>

* rungpg.c (_gpgme_gpg_op_edit): Add bogus ctx argument.
* rungpg.h: Also to prototype.
* engine.c (_gpgme_engine_op_edit): Likewise.
* engine.h: Likewise.
* edit.c (_gpgme_op_edit_start): Likewise.

21 years ago2002-08-30 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Fri, 30 Aug 2002 11:37:59 +0000 (11:37 +0000)]
2002-08-30  Marcus Brinkmann  <marcus@g10code.de>

* gpgme.texi (Selecting Signers): Fix reference count.

21 years ago2002-08-30 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Fri, 30 Aug 2002 11:00:58 +0000 (11:00 +0000)]
2002-08-30  Marcus Brinkmann  <marcus@g10code.de>

* rungpg.c (_gpgme_gpg_op_edit): Add args from signers.
Suggested by Miguel Coca <e970095@zipi.fi.upm.es>.

21 years agonew news
Werner Koch [Thu, 29 Aug 2002 11:58:41 +0000 (11:58 +0000)]
new news

21 years ago* vasprintf.c (va_copy): Define macro if not yet defined.
Werner Koch [Thu, 29 Aug 2002 11:58:22 +0000 (11:58 +0000)]
* vasprintf.c (va_copy): Define macro if not yet defined.

21 years ago* engine-gpgsm.c (_gpgme_gpgsm_op_sign): Implement signer
Werner Koch [Thu, 29 Aug 2002 11:57:53 +0000 (11:57 +0000)]
* engine-gpgsm.c (_gpgme_gpgsm_op_sign): Implement signer
selection.
* vasprintf.c (va_copy): Define macro if not yet defined.

21 years ago* acinclude.m4 (GNUPG_CHECK_VA_COPY): New.
Werner Koch [Thu, 29 Aug 2002 11:47:21 +0000 (11:47 +0000)]
* acinclude.m4 (GNUPG_CHECK_VA_COPY): New.
* configure.ac: Use it.

21 years ago2002-08-29 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Thu, 29 Aug 2002 10:24:21 +0000 (10:24 +0000)]
2002-08-29  Marcus Brinkmann  <marcus@g10code.de>

* gpgme.spec.in: Changed user name in Wojciech Polak's email
address from ghostface to polak per request by himself.

21 years ago2002-08-29 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Thu, 29 Aug 2002 00:30:31 +0000 (00:30 +0000)]
2002-08-29  Marcus Brinkmann  <marcus@g10code.de>

* passphrase.c (_gpgme_passphrase_status_handler): Reset
CTX->result.passphrase->no_passphrase if passphrase is given (good
or bad).  Submitted by Jean DIRAISON <jean.diraison@free.fr>.

21 years ago2002-08-28 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Wed, 28 Aug 2002 20:31:31 +0000 (20:31 +0000)]
2002-08-28  Marcus Brinkmann  <marcus@g10code.de>

* posix-io.c (_gpgme_io_spawn): Use a double-fork approach.
Return 0 on success, -1 on error.
* version.c (_gpgme_get_program_version): Don't wait for the child.
* engine.c (_gpgme_engine_housecleaning): Function removed.
(do_reaping): Likewise.
(_gpgme_engine_add_child_to_reap_list): Likewise.
(struct reap_s): Removed.
(reap_list): Likewise.
(reap_list_lock): Likewise.
* engine.h (_gpgme_engine_io_event): Remove prototypes for
_gpgme_engine_housecleaning and
_gpgme_engine_add_child_to_reap_list.
* rungpg.c (_gpgme_gpg_release): Don't add child to reap list.
(struct gpg_object_s): Remove PID member.
(_gpgme_gpg_new): Don't initialize GPG->pid.
(_gpgme_gpg_spawn): Don't set GPG->pid.
* wait.c (run_idle): Removed.
(gpgme_wait): Run idle_function directly.

21 years ago2002-08-21 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Wed, 28 Aug 2002 17:29:32 +0000 (17:29 +0000)]
2002-08-21  Marcus Brinkmann  <marcus@g10code.de>

* encrypt-sign.c (encrypt_sign_status_handler): Remove dead
variables encrypt_info and encrypt_info_len.
* trustlist.c (gpgme_op_trustlist_start): Set colon line handler.
* posix-sema.c (sema_fatal): Remove function.
All these reported by St�phane Corth�sy.

21 years ago* configure.ac (GPGME_CONFIG_CFLAGS): Renamed from GPGME_CFLAGS
Werner Koch [Fri, 23 Aug 2002 19:48:43 +0000 (19:48 +0000)]
* configure.ac (GPGME_CONFIG_CFLAGS): Renamed from GPGME_CFLAGS
and removed the libpath because it is set by the config script.

21 years ago* gpgme-config.in: Made --prefix work for --libs.
Werner Koch [Fri, 23 Aug 2002 19:48:30 +0000 (19:48 +0000)]
* gpgme-config.in: Made --prefix work for --libs.

21 years ago2002-08-21 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Wed, 21 Aug 2002 00:52:06 +0000 (00:52 +0000)]
2002-08-21  Marcus Brinkmann  <marcus@g10code.de>

* NEWS: Add template for development version.

21 years ago2002-08-21 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Wed, 21 Aug 2002 00:36:27 +0000 (00:36 +0000)]
2002-08-21  Marcus Brinkmann  <marcus@g10code.de>

* configure.ac: Bump version number to 0.3.10.

21 years ago2002-08-21 Marcus Brinkmann <marcus@g10code.de> gpgme-0-3-9
Marcus Brinkmann [Wed, 21 Aug 2002 00:09:52 +0000 (00:09 +0000)]
2002-08-21  Marcus Brinkmann  <marcus@g10code.de>

Released 0.3.9.

* NEWS: Update for 0.3.9 release.
* Makefile.am (EXTRA_DIST): Add gpgme.spec.in.

21 years agoUse gpgme_op_import_ext() instead of gpgme_op_import()
Steffen Hansen [Tue, 20 Aug 2002 23:37:43 +0000 (23:37 +0000)]
Use gpgme_op_import_ext() instead of gpgme_op_import()

21 years ago2002-08-21 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Tue, 20 Aug 2002 23:25:49 +0000 (23:25 +0000)]
2002-08-21  Marcus Brinkmann  <marcus@g10code.de>

* gpgme.texi (Header): Document name space.

21 years agoRemove item about namespace, we are clean now.
Marcus Brinkmann [Tue, 20 Aug 2002 23:19:28 +0000 (23:19 +0000)]
Remove item about namespace, we are clean now.

21 years ago2002-08-21 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Tue, 20 Aug 2002 23:15:03 +0000 (23:15 +0000)]
2002-08-21  Marcus Brinkmann  <marcus@g10code.de>

* ath.h: Update list of symbols that get a prefix: Rename the
ath_mutex_*_available symbols to ath_*_available.

21 years ago2002-08-21 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Tue, 20 Aug 2002 22:53:13 +0000 (22:53 +0000)]
2002-08-21  Marcus Brinkmann  <marcus@g10code.de>

* jnlib/argparse.c, jnlib/argparse.h, jnlib/ChangeLog,
jnlib/dotlock.c, jnlib/dotlock.h, jnlib/libjnlib-config.h,
jnlib/logging.c, jnlib/logging.h,jnlib/Makefile.am,
jnlib/mischelp.h, jnlib/README, jnlib/stringhelp.c,
jnlib/stringhelp.h, jnlib/strlist.c, jnlib/strlist.h,
jnlib/types.h, jnlib/xmalloc.c, jnlib/xmalloc.h: Remove files.

21 years ago2002-08-21 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Tue, 20 Aug 2002 22:42:48 +0000 (22:42 +0000)]
2002-08-21  Marcus Brinkmann  <marcus@g10code.de>

* Makefile.am (SUBDIRS): Remove jnlib.
* configure.ac: Don't check for unsigned short or unsigned long.
Don't check for memicmp, strlwr, strtoul, memmove, stricmp.
Make stpcpy a replaced function.
Don't define HAVE_JNLIB_LOGGING.
Don't generate jnlib/Makefile.

gpgme/
2002-08-21  Marcus Brinkmann  <marcus@g10code.de>

* stpcpy.c: New file from gnulib.
* Makefile.am (assuan_libobjs): Remove jnlib.

21 years agoReplaced with a new and faster version. This does not anymore try to
Werner Koch [Tue, 20 Aug 2002 16:11:46 +0000 (16:11 +0000)]
Replaced with a new and faster version.  This does not anymore try to
build test programs.  If we really need test programs, we should add
an option to gpgme-config to do so.

21 years ago2002-08-20 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Tue, 20 Aug 2002 15:44:48 +0000 (15:44 +0000)]
2002-08-20  Marcus Brinkmann  <marcus@g10code.de>

* gpgme.texi (Importing Keys): Undocument EOF.

21 years agodoc/
Marcus Brinkmann [Tue, 20 Aug 2002 13:38:40 +0000 (13:38 +0000)]
doc/
2002-08-20  Marcus Brinkmann  <marcus@g10code.de>

* gpgme.texi (Importing Keys): Document gpgme_op_import_ext.

gpgme/
2002-08-20  Marcus Brinkmann  <marcus@g10code.de>

* gpgme.h: Add prototype for gpgme_op_import_ext.
* import.c (struct import_result_s): New member `nr_considered'.
Rename `any_imported' to `nr_imported'.
(import_status_handler): Increment nr_imported.  Set nr_considered
if appropriate.
(gpgme_op_import_ext): New function.
(gpgme_op_import): Implement in terms of gpgme_op_import_ext.

21 years ago* vasprintf.c (int_vasprintf): Hack to handle NULL passed for %s.
Werner Koch [Tue, 20 Aug 2002 11:59:38 +0000 (11:59 +0000)]
* vasprintf.c (int_vasprintf): Hack to handle NULL passed for %s.

21 years agoAdded some feature requests.
Werner Koch [Tue, 20 Aug 2002 11:59:24 +0000 (11:59 +0000)]
Added some feature requests.

21 years ago2002-08-20 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Tue, 20 Aug 2002 11:01:43 +0000 (11:01 +0000)]
2002-08-20  Marcus Brinkmann  <marcus@g10code.de>

* gpgme.c (_gpgme_set_op_info): Append data on subsequent calls.
* encrypt-sign.c (encrypt_sign_status_handler): Remove op_info
handling.

21 years ago* decrypt.c (is_token,skip_token): Duplicated from verify.c
Werner Koch [Mon, 19 Aug 2002 16:55:08 +0000 (16:55 +0000)]
* decrypt.c (is_token,skip_token): Duplicated from verify.c
(gpgme_op_decrypt): Hack to properly return Decryption_Failed..
(_gpgme_decrypt_status_handler): Create an operation info.

21 years ago* key.h (struct certsig_s): New. Use it in gpgme_key_s.
Werner Koch [Wed, 14 Aug 2002 14:01:09 +0000 (14:01 +0000)]
* key.h (struct certsig_s): New.  Use it in gpgme_key_s.
* key.c (gpgme_key_release): Release it. We need to add more code
of course.
(_gpgme_key_append_name): Use memset to intialize the struct.
* gpgme.h (GPGME_KEYLIST_MODE_SIGS): New.
* rungpg.c (_gpgme_gpg_op_keylist): Include sigs in listing depending
non the list mode.

* key.c (gpgme_key_get_string_attr): Use GPGME_ATTR_TYPE to return
information about the key type (PGP or X.509).
(gpgme_key_get_ulong_attr): Likewise.

* keylist.c (keylist_colon_handler): Include 1 in the check for
valid algorithms so that RSA is usable.  Store the issuer name and
serial number also for "crs" records.  Parse the expire date for
subkeys.
(set_userid_flags): Put them onto the last appended key.

21 years ago* gpgme.texi (Information About Keys): Changed GPGME_ATTR_TYPE.
Werner Koch [Wed, 14 Aug 2002 13:57:59 +0000 (13:57 +0000)]
* gpgme.texi (Information About Keys): Changed GPGME_ATTR_TYPE.

21 years agoFixed a missing update in the fix to the update conflict ;)
Marcus Brinkmann [Fri, 2 Aug 2002 10:43:58 +0000 (10:43 +0000)]
Fixed a missing update in the fix to the update conflict ;)
(STATUS_EOF -> GPGME_STATUS_EOF).

21 years agoCorrect path to test programs.
Marcus Brinkmann [Thu, 1 Aug 2002 17:40:38 +0000 (17:40 +0000)]
Correct path to test programs.

21 years ago2002-08-01 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Thu, 1 Aug 2002 16:02:19 +0000 (16:02 +0000)]
2002-08-01  Marcus Brinkmann  <marcus@g10code.de>

* gpg/t-edit.c: Also add a test for the expire command (testing
the passphrase callback).

21 years agoFixed an update conflict.
Werner Koch [Thu, 1 Aug 2002 10:16:21 +0000 (10:16 +0000)]
Fixed an update conflict.

21 years agonew cryptplug function importCertificateFromMem()
Steffen Hansen [Wed, 31 Jul 2002 12:37:34 +0000 (12:37 +0000)]
new cryptplug function importCertificateFromMem()

21 years ago2002-07-29 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Mon, 29 Jul 2002 11:01:53 +0000 (11:01 +0000)]
2002-07-29  Marcus Brinkmann  <marcus@g10code.de>

* rungpg.c (_gpgme_gpg_op_edit): Use --with-colons.

21 years agoAdd items about the edit key operation.
Marcus Brinkmann [Sun, 28 Jul 2002 18:45:52 +0000 (18:45 +0000)]
Add items about the edit key operation.

21 years ago2002-07-28 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Sun, 28 Jul 2002 18:43:48 +0000 (18:43 +0000)]
2002-07-28  Marcus Brinkmann  <marcus@g10code.de>

* gpg/t-edit.c: New file.
* gpg/Makefile (TESTS): Add t-edit.

21 years ago2002-07-28 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Sun, 28 Jul 2002 18:41:02 +0000 (18:41 +0000)]
2002-07-28  Marcus Brinkmann  <marcus@g10code.de>

* data.c (gpgme_data_read): For GPGME_DATA_TYPE_NONE, return EOF
instead an error.

The following changes make it possible to flush an inbound data
pipe before invoking a command handler:

* posix-io.c (_gpgme_io_select): Accept new argument NONBLOCK to
_gpgme_io_select.  Set timeout of 0 if this is set.
* w32-io.c (_gpgme_io_select): Likewise.
* io.h: Add new argument NONBLOCK to _gpgme_io_select prototype.
* wait.c (do_select): Add new argument to _gpgme_io_select
invocation.
* rungpg.h (_gpgme_gpg_set_command_handler): Add new argument
linked_data to prototype.
* engine.h (_gpgme_engine_set_command_handler): Likewise.
* engine.c (_gpgme_engine_set_command_handler): Likewise.
* passphrase.c (_gpgme_passphrase_start): Pass NULL as linked_data
argument to _gpgme_engine_set_command_handler.
* rungpg.c (struct gpg_object_s): New members linked_data and
linked_idx in CMD.
(_gpgme_gpg_new): Initialize those new members.
(_gpgme_gpg_set_command_handler): Accept new argument linked_data.
(build_argv): Handle linked_data in the same hack as cb_data.
(read_status): If linked_data is in use, flush the pipe before
activating the command handler.
* gpgme.h: Add prototypes for gpgme_op_edit_start and
gpgme_op_edit.

The next changes export the status codes to the user:

* decrypt.c (_gpgme_decrypt_status_handler): Likewise, also prefix
all STATUS_ with GPGME_.
* delete.c (delete_status_handler): Likewise.
* decrypt-verify.c (decrypt_verify_status_handler): Likewise.
* encrypt.c (_gpgme_encrypt_status_handler): Likewise.
(_gpgme_encrypt_sym_status_handler): Likewise.
* encrypt-sign.c (encrypt_sign_status_handler): Likewise.
* engine-gpgsm.c (parse_status): Likewise.
(gpgsm_status_handler): Likewise.
(gpgsm_set_recipients): Likewise.
* export.c (export_status_handler): Likewise.
* genkey.c (genkey_status_handler): Likewise.
* import.c (append_xml_impinfo): Likewise.
(import_status_handler): Likewise.
* keylist.c (keylist_status_handler): Likewise.
* passphrase.c (_gpgme_passphrase_status_handler): Likewise.
(command_handler): Likewise.
* progress.c (_gpgme_progress_status_handler): Likewise.
* sign.c (_gpgme_sign_status_handler): Likewise.
* trustlist.c (trustlist_status_handler): Likewise.
* verify.c (_gpgme_verify_status_handler): Likewise.
* gpgme.h (GpgmeEditCb): New type.
* rungpg.h (GpgStatusCode): Rename and move to ...
* gpgme.h (GpgmeStatusCode): ... this and here.
* Makefile.am (status-table.h): Run mkstatus on gpgme.h, not rungpg.h.
* mkstatus: Prefix STATUS with GPGME_.
* rungpg.h (GpgStatusHandler, GpgCommandHandler): Change type
accordingly.
* ops.h (_gpgme_verify_status_handler,
_gpgme_decrypt_status_handler, _gpgme_sign_status_handler,
_gpgme_encrypt_status_handler, _gpgme_passphrase_status_handler,
_gpgme_progress_status_handler): Likewise.
* rungpg.c (struct gpg_object_s): Likewise for CMD.code.

These changes add an edit operation to GPGME:

* context.h (struct gpgme_context_s): New member RESULT.edit.  *
ops.h: Add prototype for _gpgme_release_edit_result and
_gpgme_passphrase_command_handler.
* passphrase.c (command_handler): Make non-static and rename to ...
(_gpgme_passphrase_command_handler): ... this.
(_gpgme_passphrase_start): Use new name for command handler.
* types.h: Add EditResult type.
* gpgme.c (_gpgme_release_result): Release EDIT result.
* edit.c: New file.
* Makefile.am (libgpgme_la_SOURCES): Add edit.c.
(libgpgme_la_LDADD): Rename to libgpgme_la_LIBADD, and include
assuan_libobjs.
(assuan_libobjs): New variable, set this instead
libgpgme_la_LIBADD.
* engine.h (_gpgme_engine_op_edit): New prototype.
* engine.c (_gpgme_engine_op_edit): New function.
* rungpg.h (_gpgme_gpg_op_edit): New prototype.
* rungpg.c (_gpgme_gpg_op_edit): New function.

21 years agoUpdate the file.
Marcus Brinkmann [Sat, 27 Jul 2002 20:21:36 +0000 (20:21 +0000)]
Update the file.

21 years ago2002-07-27 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Sat, 27 Jul 2002 14:24:07 +0000 (14:24 +0000)]
2002-07-27  Marcus Brinkmann  <marcus@g10code.de>

* delete.c (delete_problem): New case ambigious specification.
(delete_status_handler): Handle new case (poorly).

21 years ago2002-07-25 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Thu, 25 Jul 2002 18:50:23 +0000 (18:50 +0000)]
2002-07-25  Marcus Brinkmann  <marcus@g10code.de>

* gpgme.texi (Deleting Keys): Say that secret keys might not be
deleted.

21 years ago2002-07-25 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Thu, 25 Jul 2002 18:44:57 +0000 (18:44 +0000)]
2002-07-25  Marcus Brinkmann  <marcus@g10code.de>

* engine-gpgsm.c (_gpgme_gpgsm_op_delete): Implement this.

21 years agoUpdate version information.
Marcus Brinkmann [Thu, 25 Jul 2002 18:20:23 +0000 (18:20 +0000)]
Update version information.

21 years agoUpdate version requirement.
Marcus Brinkmann [Thu, 25 Jul 2002 18:15:52 +0000 (18:15 +0000)]
Update version requirement.

21 years ago2002-07-25 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Thu, 25 Jul 2002 18:15:11 +0000 (18:15 +0000)]
2002-07-25  Marcus Brinkmann  <marcus@g10code.de>

* gpg/t-encrypt-sym.c (main): Change type of I to size_t and
rename to LEN.
* gpg/t-verify.c (main): Likewise.  Submitted by St�phane
Corth�sy.

21 years ago2002-07-25 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Thu, 25 Jul 2002 17:51:42 +0000 (17:51 +0000)]
2002-07-25  Marcus Brinkmann  <marcus@g10code.de>

* Makefile.am (libgpgme_la_LDADD): Add @LIBOBJS@ for vasprintf and
fopencookie.
* vasprintf.c: Update to more recent libiberty version.
* debug.h: Replace #elsif with #elif.

Submitted by St�phane Corth�sy:
* util.h (vasprintf): Correct prototype.
* encrypt-sign.c: Include <stddef.h>.
(encrypt_sign_status_handler): Change type of ENCRYPT_INFO_LEN to
size_t.
* ath-pthread.c: Include <stdlib.h>, not <malloc.h>.
* ath-pth.c: Likewise.

21 years ago2002-07-25 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Thu, 25 Jul 2002 16:08:14 +0000 (16:08 +0000)]
2002-07-25  Marcus Brinkmann  <marcus@g10code.de>

* rungpg.c (_gpgme_gpg_new): Always set utf8 as charset.

21 years ago2002-07-25 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Thu, 25 Jul 2002 16:01:55 +0000 (16:01 +0000)]
2002-07-25  Marcus Brinkmann  <marcus@g10code.de>

* key.c (gpgme_key_get_as_xml): Add OTRUST attribute.  Requested
by St�phane Corth�sy.
(gpgme_key_get_string_attr): Add GPGME_ATTR_SIG_SUMMARY case to
silence gcc warning.

21 years ago2002-07-25 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Thu, 25 Jul 2002 15:52:23 +0000 (15:52 +0000)]
2002-07-25  Marcus Brinkmann  <marcus@g10code.de>

* gpgme.texi (Manipulating Data Buffers): Mention that backend
tries to detect encoding automatically.

21 years ago2002-07-25 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Thu, 25 Jul 2002 15:50:46 +0000 (15:50 +0000)]
2002-07-25  Marcus Brinkmann  <marcus@g10code.de>

* gpgme.texi (Information About Keys): Document (badly) the new
key attributes.

21 years ago2002-07-25 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Thu, 25 Jul 2002 15:45:40 +0000 (15:45 +0000)]
2002-07-25  Marcus Brinkmann  <marcus@g10code.de>

* rungpg.c (_gpgme_gpg_op_keylist_ext): Skip empty string
patterns.  Reported by St�phane Corth�sy.

21 years ago2002-07-25 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Thu, 25 Jul 2002 15:33:03 +0000 (15:33 +0000)]
2002-07-25  Marcus Brinkmann  <marcus@g10code.de>

* wait.c (fdt_global): Make static.  Reported by St�phane
Corth�sy.

21 years agoCRASH prevention fix: Memory was overwritten if there were more than 1 email address...
Karl-Heinz Zimmer [Thu, 4 Jul 2002 00:02:19 +0000 (00:02 +0000)]
CRASH prevention fix: Memory was overwritten if there were more than 1 email address in a signature certificate found in checkMessageSignature() function.

21 years agofixing bug #1154
Karl-Heinz Zimmer [Wed, 3 Jul 2002 15:43:41 +0000 (15:43 +0000)]
fixing bug #1154

21 years ago* gpgmeplug.c (nextCertificate): Actually free the entire array
Werner Koch [Wed, 3 Jul 2002 11:04:54 +0000 (11:04 +0000)]
* gpgmeplug.c (nextCertificate): Actually free the entire array
and don't loop over tmp_dn and double free the first item.
Spotted by Bernhard Herzog.

21 years ago2002-07-03 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Wed, 3 Jul 2002 02:22:38 +0000 (02:22 +0000)]
2002-07-03  Marcus Brinkmann  <marcus@g10code.de>

* gpgme.texi (Run Control): Update this section.
(Waiting For Completion): Likewise for this subsection.
(Cancelling an Operation): Likewise for this subsection.
(Using External Event Loops): New subsection with several
subsubsections.

21 years ago2002-07-03 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Wed, 3 Jul 2002 02:18:43 +0000 (02:18 +0000)]
2002-07-03  Marcus Brinkmann  <marcus@g10code.de>

* gpg/t-eventloop.c: New file.
* gpg/Makefile (TESTS): Add t-eventloop.

21 years ago2002-07-03 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Wed, 3 Jul 2002 01:57:03 +0000 (01:57 +0000)]
2002-07-03  Marcus Brinkmann  <marcus@g10code.de>

* gpgme.c (gpgme_set_io_cbs): Deal with CTX being NULL.

* gpgme.c (_gpgme_op_event_cb_user): New function.
* op-support.c (_gpgme_op_reset): Support a new mode of operation
for private or user event loop.  Use new user event callback
wrapper.
* trustlist.c (gpgme_op_trustlist_start): Use this new mode.
* keylist.c (gpgme_op_keylist_start): Likewise.

* rungpg.c (_gpgme_gpg_io_event): New function.
* rungpg.h (_gpgme_gpg_io_event): New prototype.
* engine-gpgsm.c (_gpgme_gpg_io_event): New function.
* engine-gpgsm.h (_gpgme_gpgsm_io_event): New prototype.
* engine.c (_gpgme_engine_io_event): New function.
* engine.h (_gpgme_engine_io_event): New prototype.
* keylist.c (finish_key): Call _gpgme_engine_io_event, and move
the real work for the default IO callback routines to ...
(_gpgme_op_keylist_event_cb): ... here.  New function.
* trustlist.c (trustlist_colon_handler): Signal
GPGME_EVENT_NEXT_TRUSTITEM.  Move queue manipulation to ...
(_gpgme_op_trustlist_event_cb): ... here.  New function.
* gpgme.c (_gpgme_op_event_cb): Call _gpgme_op_keylist_event_cb
and _gpgme_op_trustlist_event_cb when appropriate.
* ops.h (_gpgme_op_keylist_event_cb): New prototype.
(_gpgme_op_trustlist_event_cb): Likewise.
* op-support.c (_gpgme_op_reset): Add comment why we don't use the
user provided event handler directly.
* gpgme.h (GpgmeRegisterIOCb): Return GpgmeError value, and TAG in
a pointer argument.
* wait.c (_gpgme_add_io_cb): Likewise.
* wait.h (_gpgme_add_io_cb): Likewise for prototype.
* rungpg.c (_gpgme_gpg_add_io_cb): Call IO_CBS->add with new
argument.  Fix up error handling.
* engine-gpgsm.c (_gpgme_gpgsm_add_io_cb): Call IO_CBS->add with
new argument, fix up error handling.

21 years agoFix news item.
Marcus Brinkmann [Tue, 2 Jul 2002 20:43:25 +0000 (20:43 +0000)]
Fix news item.

21 years agomake sure key used for signing _can_ sign dd9jn_pre_test_20020702
Karl-Heinz Zimmer [Tue, 2 Jul 2002 16:32:29 +0000 (16:32 +0000)]
make sure key used for signing _can_ sign

21 years ago* configure.ac: Bumbed version number to 0.3.9; add a comment on
Werner Koch [Tue, 2 Jul 2002 09:08:21 +0000 (09:08 +0000)]
* configure.ac: Bumbed version number to 0.3.9; add a comment on
when to change it.

* gpgme.spec.in: New. Contributed by Wojciech Polak.
* Makefile.am (dist-hook): New.

* AUTHORS: Added Wojciech and bug reporting addresses.

21 years agoauto updated version number.
Werner Koch [Tue, 2 Jul 2002 09:07:52 +0000 (09:07 +0000)]
auto updated version number.

21 years agotypo fix in comment.
Werner Koch [Tue, 2 Jul 2002 08:53:31 +0000 (08:53 +0000)]
typo fix in comment.

21 years ago(xstrdup): Oops, obviously I calculated the length wrong when
Werner Koch [Mon, 1 Jul 2002 13:09:18 +0000 (13:09 +0000)]
(xstrdup): Oops, obviously I calculated the length wrong when
coded this.  Tsss, wrote xstrdup some hundreds times but missed it
this time.  Thanks to Steffen Hansen for noticing it.

21 years ago* gpgmeplug.c (findCertificates): Reintroduced a free which must
Werner Koch [Mon, 1 Jul 2002 13:01:51 +0000 (13:01 +0000)]
* gpgmeplug.c (findCertificates): Reintroduced a free which must
have been removed after my last fix.  This avoids a memory leak
when a fingerprint was not found.  Removed the double loop
increment in the code to release the arrays.
(make_fingerprint): Removed superfluous check on retrun value of
xmalloc.
(safe_free): Removed.  Changed all callers to use a regular free
and at appropriate palces set the free pointer to NULL.  That
safe_free stuff seems to have been copied verbatim from some
Mutt example code I posted.
(storeNewCharPtr): Use xmalloc instead of an unchecked
malloc. Removed superfluous string termination.
(parseAddress): Use xmalloc instead of an unchecked malloc.
(nextAddress): Ditto.
* gpgmeplug.c:  Moved a few helper functions more to the top.
Fixed comment syntax.  Merged a copyright notice somewhere in the
middle of the file with the one at the top.

21 years agoFixed memory corruption bug
Steffen Hansen [Mon, 1 Jul 2002 12:52:29 +0000 (12:52 +0000)]
Fixed memory corruption bug

21 years agoavoid another memory leak in checkMessageSignature()
Karl-Heinz Zimmer [Mon, 1 Jul 2002 12:08:24 +0000 (12:08 +0000)]
avoid another memory leak in checkMessageSignature()

21 years ago* gpgmeplug.c (findCertificates): Reintroduced a free which must
Werner Koch [Mon, 1 Jul 2002 11:36:48 +0000 (11:36 +0000)]
* gpgmeplug.c (findCertificates): Reintroduced a free which must
have been removed after my last fix.  This avoids a memory leak
when a fingerprint was not found.  Removed the double loop
increment in the code to release the arrays.

21 years agoreplace many comment lines by just one single comment
Karl-Heinz Zimmer [Fri, 28 Jun 2002 19:50:31 +0000 (19:50 +0000)]
replace many comment lines by just one single comment

21 years agoMake it compile. :-(
Karl-Heinz Zimmer [Fri, 28 Jun 2002 19:40:13 +0000 (19:40 +0000)]
Make it compile. :-(