aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * configure.ac: Bump up LIBGPGME_LT_REVISION.gpgme-0-3-11Werner Koch2002-09-203-1/+10
| | | | | * configure.ac (AC_CHECK_HEADERS): Check for sys/select.h.
* * gpgmeplug.c (nextCertificate): Sanity check for empty tmp_dn.Werner Koch2002-09-202-1/+5
|
* * ath.c: Include sys/time.h if sys/select.h is not available.Werner Koch2002-09-204-1/+16
| | | | | * configure.ac (AC_CHECK_HEADERS): Check for sys/select.h.
* 2002-09-13 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-09-132-2/+8
| | | | | | * keylist.c (keylist_status_handler): Do not call finish_key() here. (gpgme_op_keylist_ext_start): Set CTX->tmp_key to NULL.
* Regenerated.Marcus Brinkmann2002-09-131-1/+1
|
* Bugfix #1276 (equals KDE bug #43868). Make sure to update ↵Karl-Heinz Zimmer2002-09-122-76/+163
| | | | kde/kdenetwork/libkdenetwork and kde/kdenetwork/kmail.
* Bugfix: The value text of protocol parameter of OpenPGP's multipart/signed ↵Karl-Heinz Zimmer2002-09-061-1/+1
| | | | Content-Type header must be enclosed in double quotes. Bugfix was provided by Marc Mutz solving problems with pine.
* 2002-09-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-09-042-1/+6
| | | | | | * autogen.sh (autoconf_vers): Bump up to 2.53 to get the @&t@ quadrigraph. Always cutting the edge!
* AEgypten bugfix #1220: make sure that (a) negative numbers of ↵Karl-Heinz Zimmer2002-09-032-32/+64
| | | | 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 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-09-032-2/+8
| | | | | | | * Makefile.am (assuan_libobjs): Remove @LTLIBOBJS@ as we link them into gpgme unconditionally. (libgpgme_la_LIBADD): Change @LIBOBJS@ into @LTLIBOBJS@.
* 2002-09-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-09-022-0/+9
| | | | | * configure.ac: Create and substitute LTLIBOBJS.
* 2002-09-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-09-022-93/+110
| | | | | | * gpg/t-keylist.c (main): Test PATTERN for NULL before printing. Reported by Dr. Stefan Dalibor <[email protected]>.
* 2002-09-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-09-022-1/+5
| | | | | * Makefile.am (assuan_libobjs): Use @LTLIBOBJS@ instead @LIBOBJS@.
* 2002-09-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-09-022-2/+8
| | | | | | | * debug.c (_gpgme_debug_add): Test *LINE, not LINE. (_gpgme_debug_end): Likewise. Reported by Dr. Stefan Dalibor <[email protected]>.
* Wrap the lines nicer.Marcus Brinkmann2002-09-021-3/+6
|
* 2002-09-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-09-023-2/+11
| | | | | | | * 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 <[email protected]>.
* Bump up version number.Marcus Brinkmann2002-09-011-1/+1
|
* 2002-09-02 Marcus Brinkmann <[email protected]>gpgme-0-3-10Marcus Brinkmann2002-09-012-1/+4
| | | | | * conversion.c (_gpgme_decode_c_string): Set DESTP before modifying DEST.
* 2002-09-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-09-013-27/+31
| | | | | | | * 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-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-09-013-7/+9
| | | | | | | | Released 0.3.10. * NEWS: Update for 0.3.9 release. * configure.ac: Bump up LIBGPGME_LT_REVISION.
* Add item about prior change.Marcus Brinkmann2002-09-011-0/+1
|
* 2002-09-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-09-016-68/+172
| | | | | | | | | | | | | * 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.
* 2002-09-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-09-012-2/+7
| | | | | | | * 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.
* 2002-08-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-08-316-6/+15
| | | | | | | | | * 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.
* 2002-08-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-08-302-1/+5
| | | | | * gpgme.texi (Selecting Signers): Fix reference count.
* 2002-08-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-08-302-0/+7
| | | | | | * rungpg.c (_gpgme_gpg_op_edit): Add args from signers. Suggested by Miguel Coca <[email protected]>.
* new newsWerner Koch2002-08-291-0/+3
|
* * vasprintf.c (va_copy): Define macro if not yet defined.Werner Koch2002-08-291-1/+1
|
* * engine-gpgsm.c (_gpgme_gpgsm_op_sign): Implement signerWerner Koch2002-08-293-2/+35
| | | | | | selection. * vasprintf.c (va_copy): Define macro if not yet defined.
* * acinclude.m4 (GNUPG_CHECK_VA_COPY): New.Werner Koch2002-08-293-1/+47
| | | | | * configure.ac: Use it.
* 2002-08-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-08-292-1/+6
| | | | | | * gpgme.spec.in: Changed user name in Wojciech Polak's email address from ghostface to polak per request by himself.
* 2002-08-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-08-293-2/+22
| | | | | | | * passphrase.c (_gpgme_passphrase_status_handler): Reset CTX->result.passphrase->no_passphrase if passphrase is given (good or bad). Submitted by Jean DIRAISON <[email protected]>.
* 2002-08-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-08-287-182/+100
| | | | | | | | | | | | | | | | | | | | | | * 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.
* 2002-08-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-08-284-10/+10
| | | | | | | | | * 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.
* * configure.ac (GPGME_CONFIG_CFLAGS): Renamed from GPGME_CFLAGSWerner Koch2002-08-232-4/+9
| | | | | and removed the libpath because it is set by the config script.
* * gpgme-config.in: Made --prefix work for --libs.Werner Koch2002-08-233-11/+37
|
* 2002-08-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-08-212-0/+10
| | | | | * NEWS: Add template for development version.
* 2002-08-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-08-212-1/+5
| | | | | * configure.ac: Bump version number to 0.3.10.
* 2002-08-21 Marcus Brinkmann <[email protected]>gpgme-0-3-9Marcus Brinkmann2002-08-213-3/+14
| | | | | | | | Released 0.3.9. * NEWS: Update for 0.3.9 release. * Makefile.am (EXTRA_DIST): Add gpgme.spec.in.
* Use gpgme_op_import_ext() instead of gpgme_op_import()Steffen Hansen2002-08-202-6/+30
|
* 2002-08-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-08-202-1/+10
| | | | | * gpgme.texi (Header): Document name space.
* Remove item about namespace, we are clean now.Marcus Brinkmann2002-08-201-5/+0
|
* 2002-08-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-08-202-12/+7
| | | | | | * ath.h: Update list of symbols that get a prefix: Rename the ath_mutex_*_available symbols to ath_*_available.
* 2002-08-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-08-2019-3087/+9
| | | | | | | | | | * 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.
* 2002-08-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-08-206-13/+69
| | | | | | | | | | | | | | | | * 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 <[email protected]> * stpcpy.c: New file from gnulib. * Makefile.am (assuan_libobjs): Remove jnlib.
* Replaced with a new and faster version. This does not anymore try toWerner Koch2002-08-202-145/+48
| | | | | | build test programs. If we really need test programs, we should add an option to gpgme-config to do so.
* 2002-08-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-08-202-3/+4
| | | | | * gpgme.texi (Importing Keys): Undocument EOF.
* doc/Marcus Brinkmann2002-08-205-5/+44
| | | | | | | | | | | | | | | | | | 2002-08-20 Marcus Brinkmann <[email protected]> * gpgme.texi (Importing Keys): Document gpgme_op_import_ext. gpgme/ 2002-08-20 Marcus Brinkmann <[email protected]> * 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.
* * vasprintf.c (int_vasprintf): Hack to handle NULL passed for %s.Werner Koch2002-08-202-1/+11
|
* Added some feature requests.Werner Koch2002-08-201-0/+18
|