Marcus Brinkmann [Fri, 26 Aug 2005 15:00:18 +0000 (15:00 +0000)]
2005-08-26 Marcus Brinkmann <marcus@g10code.de>
* edit.c (command_handler): Do not depend on PROCESSED being
available.
Marcus Brinkmann [Fri, 26 Aug 2005 14:53:55 +0000 (14:53 +0000)]
2005-08-26 Marcus Brinkmann <marcus@g10code.de>
* engine.h (engine_command_handler_t): Add new argument processed.
* ops.h (_gpgme_passphrase_command_handler_internal): Rename
prototype to ...
(_gpgme_passphrase_command_handler): ... this one.
* passphrase.c (_gpgme_passphrase_command_handler_internal):
Rename to ...
(_gpgme_passphrase_command_handler): ... this one.
* edit.c (command_handler): Add new argument processed. Remove
local variable with the same name. Always return processed as
true.
* rungpg.c (command_handler): Send a newline character if the
handler did not.
Werner Koch [Fri, 26 Aug 2005 12:38:57 +0000 (12:38 +0000)]
* configure.ac (SEPCONSTANTS): New to define DIRSEP_C et al.
* w32-util.c (read_w32_registry_string): Updated from code used by
GnuPG. This allows for expanding strings and features the
implicit fallback key.
(w32_shgetfolderpath, find_program_at_standard_place): New.
(_gpgme_get_gpg_path, _gpgme_get_gpgsm_path): With no registry
entry, locate the programs at the standard place.
(dlopen, dlsym, dlclose): New, so that we can keep on using what
we are accustomed to.
* debug.c (debug_init): Use PATHSEP_C so that under W32 a
semicolon is used which allows us to create files with drive
letters.
* w32-io.c (_gpgme_io_read, _gpgme_io_write): Print content in
debug mode too.
Werner Koch [Fri, 19 Aug 2005 16:34:42 +0000 (16:34 +0000)]
Added missing files and fixed stuff from the recent merged. I did only
tests on W32 at that time.
Werner Koch [Fri, 19 Aug 2005 16:11:46 +0000 (16:11 +0000)]
Changes to allow building a W32 DLL
Werner Koch [Tue, 9 Aug 2005 13:19:24 +0000 (13:19 +0000)]
Merged changes from upstream libassuan to allow building a W32 DLL.
Marcus Brinkmann [Wed, 27 Jul 2005 01:50:08 +0000 (01:50 +0000)]
doc/
2005-07-27 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Decrypt): Add plaintext_filename to
gpgme_decrypt_result_t.
(Verify): Likewise for gpgme_verify_result_t.
gpgme/
2005-07-27 Marcus Brinkmann <marcus@g10code.de>
* gpgme.h (gpgme_status_code_t): Add GPGME_STATUS_PLAINTEXT.
(struct _gpgme_op_decrypt_result): New member plaintext_filename.
(struct _gpgme_op_verify_result): Likewise.
* ops.h (_gpgme_parse_plaintext): Add prototype.
* op-support.c (_gpgme_parse_plaintext): New function.
* decrypt.c (release_op_data): Release
OPD->result.plaintext_filename.
(_gpgme_decrypt_status_handler): Handle GPGME_STATUS_PLAINTEXT.
* verify.c (release_op_data): Release
OPD->result.plaintext_filename.
(_gpgme_verify_status_handler): Handle GPGME_STATUS_PLAINTEXT.
Marcus Brinkmann [Tue, 26 Jul 2005 17:30:36 +0000 (17:30 +0000)]
2005-07-26 Marcus Brinkmann <marcus@g10code.de>
* keylist.c (gpgme_get_key): Allow key IDs.
Marcus Brinkmann [Mon, 20 Jun 2005 18:10:33 +0000 (18:10 +0000)]
2005-06-20 Marcus Brinkmann <marcus@g10code.de>
* gpgme.m4: Only call GPGME_CONFIG if found.
Marcus Brinkmann [Fri, 3 Jun 2005 19:41:56 +0000 (19:41 +0000)]
doc/
2005-06-03 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Verify): Add information about new fields in
gpgme_signature_t.
gpgme/
2005-06-03 Marcus Brinkmann <marcus@g10code.de>
* gpgme.h (struct _gpgme_signature): New members pubkey_algo and
hash_algo.
* verify.c (parse_valid_sig): Parse pubkey and hash algo numbers.
(parse_new_sig): Parse pubkey, hash algo and timestamp for ERRSIG.
Marcus Brinkmann [Fri, 3 Jun 2005 14:23:10 +0000 (14:23 +0000)]
2005-06-03 Marcus Brinkmann <marcus@g10code.de>
(_gpgme_decrypt_status_handler): Fix last change.
Marcus Brinkmann [Fri, 3 Jun 2005 00:42:08 +0000 (00:42 +0000)]
doc/
2005-06-03 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Decrypt): Add gpgme_recipient_t.
gpgme/
2005-06-03 Marcus Brinkmann <marcus@g10code.de>
* gpgme.h (struct _gpgme_recipient): New structure.
(gpgme_recipient_t): New type.
(struct _gpgme_op_decrypt_result): Add member recipients.
* decrypt.c (op_data_t): New member last_recipient_p.
(_gpgme_op_decrypt_init_result): Initialize last_recipient_p.
(parse_enc_to): New function.
(_gpgme_decrypt_status_handler): Handle status ENC_TO and
NO_SECKEY.
Marcus Brinkmann [Thu, 2 Jun 2005 22:59:41 +0000 (22:59 +0000)]
gpgme/
2005-06-03 Marcus Brinkmann <marcus@g10code.de>
* wait-global.c (gpgme_wait): Break out of the fd processing loop
after an error.
Reported by Igor Belyi <gpgme@katehok.ac93.org>.
tests/
2005-06-03 Marcus Brinkmann <marcus@g10code.de>
* gpg/Makefile.am (TESTS): Add t-wait.
* gpg/t-wait.c (main): New test.
Marcus Brinkmann [Thu, 2 Jun 2005 22:01:58 +0000 (22:01 +0000)]
Add new status codes.
Marcus Brinkmann [Thu, 2 Jun 2005 21:59:34 +0000 (21:59 +0000)]
2005-06-02 Marcus Brinkmann <marcus@g10code.de>
* wait.h (_gpgme_run_io_cb): New prototype.
* wait.c (_gpgme_run_io_cb): New function.
* wait-global.c (gpgme_wait): Call it.
* wait-user.c (_gpgme_user_io_cb_handler): Likewise.
* wait-private.c (_gpgme_wait_on_condition): Likewise.
Werner Koch [Thu, 2 Jun 2005 11:22:14 +0000 (11:22 +0000)]
* passphrase.c (_gpgme_passphrase_status_handler): Take care of
GPGME_STATUS_NEED_PASSPHRASE_PIN.
(_gpgme_passphrase_command_handler_internal): Also act on the key
"passphrase.pin.ask".
* gpgme.h: Added status codes GPGME_STATUS_SIG_SUBPACKET,
GPGME_STATUS_NEED_PASSPHRASE_PIN, GPGME_STATUS_SC_OP_FAILURE,
GPGME_STATUS_SC_OP_SUCCESS, GPGME_STATUS_CARDCTRL,
GPGME_STATUS_BACKUP_KEY_CREATED.
Marcus Brinkmann [Sat, 28 May 2005 20:09:20 +0000 (20:09 +0000)]
2005-05-28 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Key Listing Mode): Fix return type of
gpgme_set_keylist_mode.
Reported by "Sergio" <ml_sergico@virgilio.it>.
Marcus Brinkmann [Sat, 28 May 2005 20:03:24 +0000 (20:03 +0000)]
2005-05-28 Marcus Brinkmann <marcus@g10code.de>
* data-user.c: Include <errno.h>.
Marcus Brinkmann [Tue, 17 May 2005 12:26:58 +0000 (12:26 +0000)]
2005-05-17 Marcus Brinkmann <marcus@g10code.de>
* gpgme.c (gpgme_new): Set the CTX->include_certs default to the
default.
Marcus Brinkmann [Wed, 11 May 2005 12:48:55 +0000 (12:48 +0000)]
2005-05-11 Marcus Brinkmann <marcus@g10code.de>
* w32-io.c (_gpgme_io_select): Fix loop increment.
Marcus Brinkmann [Thu, 5 May 2005 12:00:11 +0000 (12:00 +0000)]
2005-05-05 Marcus Brinkmann <marcus@g10code.de>
* data-user.c (user_release): Only call user hook if provided.
(user_seek): Return EBADF if no user hook is provided.
(user_read): Likewise.
(user_write): Likewise.
Marcus Brinkmann [Thu, 28 Apr 2005 16:11:34 +0000 (16:11 +0000)]
doc/
2005-04-28 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Included Certificates): Document
GPGME_INCLUDE_CERTS_DEFAULT.
gpgme/
2005-04-28 Marcus Brinkmann <marcus@g10code.de>
* gpgme.h (GPGME_INCLUDE_CERTS_DEFAULT): New macro.
* engine-gpgsm.c (gpgsm_sign): Send the include-certs option after
the reset, just for cleanliness, and do not sent it at all if the
default is requested.
* gpgme.c (gpgme_set_include_certs): Allow to use
GPGME_INCLUDE_CERTS_DEFAULT.
Werner Koch [Thu, 21 Apr 2005 07:13:41 +0000 (07:13 +0000)]
(calc_sig_summary): Set the key revoked bit.
Marcus Brinkmann [Thu, 14 Apr 2005 08:49:20 +0000 (08:49 +0000)]
2005-04-14 Marcus Brinkmann <marcus@g10code.de>
* wait-global.c (gpgme_wait): Use LI->ctx when checking a context
in the list, not the user-provided CTX.
Marcus Brinkmann [Thu, 14 Apr 2005 08:45:00 +0000 (08:45 +0000)]
Fix last change.
Marcus Brinkmann [Thu, 14 Apr 2005 08:44:18 +0000 (08:44 +0000)]
Add Igor Belyi <gpgme@katehok.ac93.org>.
Marcus Brinkmann [Thu, 14 Apr 2005 08:41:12 +0000 (08:41 +0000)]
2005-04-14 Marcus Brinkmann <marcus@g10code.de>
* wait-global.c (gpgme_wait): If no context is found, and we
should not hang, set *status to 0 and return NULL.
Reported by Igor Belyi <gpgme@katehok.ac93.org>.
Marcus Brinkmann [Thu, 24 Mar 2005 13:09:54 +0000 (13:09 +0000)]
2005-03-24 Marcus Brinkmann <marcus@g10code.de>
* configure.ac (AH_BOTTOM): Removed.
gpgme/
2005-03-24 Marcus Brinkmann <marcus@g10code.de>
* data.h (EOPNOTSUPP) [_WIN32]: Remove definition.
* data.c (EOPNOTSUPP) [HAVE_W32_SYSTEM]: Remove definition.
(gpgme_data_read, gpgme_data_write, gpgme_data_seek): Return
ENOSYS instead EOPNOTSUPP.
* data-compat.c (EOPNOTSUPP) [HAVE_W32_SYSTEM]: Remove definition.
(gpgme_error_to_errno): Map GPG_ERR_NOT_SUPPORTED
to ENOSYS.
Marcus Brinkmann [Thu, 24 Mar 2005 13:05:12 +0000 (13:05 +0000)]
2005-03-24 Marcus Brinkmann <marcus@g10code.de>
* io.h: Rename to ...
* priv-io.h: ... this.
* Makefile.am (libgpgme_real_la_SOURCES): Change io.h to priv-io.h.
* data.c, engine-gpgsm.c, posix-io.c, rungpg.c, version.c,
w32-io.c, wait-private.c, wait-global.c, wait-user.c, wait.c:
Change all includes of "io.h" to "priv-io.h"
Werner Koch [Tue, 22 Mar 2005 09:10:36 +0000 (09:10 +0000)]
(struct assuan_io): Renamed elements READ and
WRITE to READFNC and WRITEFNC to avoid problems with read defined
as macro. Changed callers. Noted by Ville Skytt��.
Timo Schulz [Thu, 10 Mar 2005 19:25:55 +0000 (19:25 +0000)]
2005-03-10 Timo Schulz <twoaday@g10code.com>
* gpgme.def: New. Exported GPGME functions.
* build-dll: New.
Werner Koch [Wed, 9 Mar 2005 16:03:05 +0000 (16:03 +0000)]
* acinclude.m4 (GNUPG_CHECK_VA_COPY): Assume no when cross-compiling.
* Makefile.am (EXTRA_DIST): Include autogen.sh
* autogen.sh: Added the usual code to build for W32 (--build-w32).
* configure.ac: Fixed the mingw32 host string, removed OS/2 stuff.
(HAVE_DRIVE_LETTERS): Removed.
(HAVE_W32_SYSTEM): Added.
(AC_GNU_SOURCE): New to replace the identical AH_VERBATIM.
(AH_BOTTOM): Added.
* w32-util.c (_gpgme_get_gpg_path, _gpgme_get_gpgsm_path): Do not
cast away type checks.
* io.h [W32]: Do not include stdio.h. If it is needed do it at
the right place.
* data.h [W32]: Removed kludge for EOPNOTSUP.
* data.c, data-compat.c [W32]: Explicitly test for it here.
Timo Schulz [Wed, 9 Mar 2005 11:47:21 +0000 (11:47 +0000)]
2005-03-07 Timo Schulz <twoaday@g10code.de>
* gpgme.h: [_WIN32] Removed ssize_t typedef.
* ath.h: [_WIN32] Added some (dummy) types.
* io.h: [_WIN32] include stdio.h.
* data.h: [_WIN32] Define EOPNOTSUPP.
* w32-io.c [_WIN32] (_gpgme_io_subsystem_init): New.
* gpgme.c [_WIN32] (gpgme_set_locale): Disabled.
Marcus Brinkmann [Wed, 12 Jan 2005 11:18:19 +0000 (11:18 +0000)]
Remove some obsolete entries.
Marcus Brinkmann [Wed, 12 Jan 2005 11:13:17 +0000 (11:13 +0000)]
2005-01-12 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Engine Configuration): New section.
(Crypto Engine): New subsection.
Marcus Brinkmann [Wed, 12 Jan 2005 10:28:42 +0000 (10:28 +0000)]
2004-12-28 Werner Koch <wk@g10code.com>
Released 1.0.2.
* Makefile.am (AUTOMAKE_OPTIONS): Build bzip 2 version.
(ACLOCAL_AMFLAGS): Add -I m4.
* configure.ac: Require automake 1.9.3 and autoconf 2.59.
* acinclude.m4: Changed quoting for automake 1.9.
* README: Use SHA1 instead of MD5.
Marcus Brinkmann [Wed, 12 Jan 2005 10:16:32 +0000 (10:16 +0000)]
2004-12-28 Werner Koch <wk@g10code.com>
* pth.m4: Changed quoting for use with automake 1.9.
Marcus Brinkmann [Tue, 21 Dec 2004 08:42:31 +0000 (08:42 +0000)]
2004-12-16 Marcus Brinkmann <marcus@g10code.de>
* assuan-pipe-connect.c (do_finish): Do not wait for child to finish.
(assuan_pipe_connect): Use double-fork approach.
* assuan-connect.c (assuan_disconnect): Do not write BYE to the
status line.
Marcus Brinkmann [Sun, 12 Dec 2004 14:58:12 +0000 (14:58 +0000)]
2004-12-12 Marcus Brinkmann <marcus@g10code.de>
* engine.c (_gpgme_set_engine_info): Fix assertion.
Marcus Brinkmann [Sat, 11 Dec 2004 15:48:34 +0000 (15:48 +0000)]
Small beautification.
Marcus Brinkmann [Sat, 11 Dec 2004 15:48:00 +0000 (15:48 +0000)]
2004-12-11 Marcus Brinkmann <marcus@g10code.de>
* configure.ac: Replace ttyname_r if it doesn't exist (and warn in
that case).
gpgme/
2004-12-11 Marcus Brinkmann <marcus@g10code.de>
* util.h [HAVE_CONFIG_H && HAVE_TTYNAME_R] (ttyname_r): Define
prototype.
* ttyname_r.c: New file.
Marcus Brinkmann [Tue, 7 Dec 2004 21:24:03 +0000 (21:24 +0000)]
Add news entry for 0.3.16.
Marcus Brinkmann [Tue, 7 Dec 2004 21:21:41 +0000 (21:21 +0000)]
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* lesser.texi (Library Copying): Change from @appendixsec to
@appendix.
* gpgme.texi (Features): Change reference to GPL to one to LGPL.
Marcus Brinkmann [Tue, 7 Dec 2004 21:13:39 +0000 (21:13 +0000)]
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* 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 <marcus@g10code.de>
* README.1st: Add copyright notice.
doc/
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* 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 <marcus@g10code.de>
* 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 <marcus@g10code.de>
* 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.
Marcus Brinkmann [Tue, 7 Dec 2004 19:06:29 +0000 (19:06 +0000)]
Add Noel Torres <envite@rolamasao.org>.
Marcus Brinkmann [Tue, 7 Dec 2004 19:05:18 +0000 (19:05 +0000)]
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Creating Contexts): Fix cut&paste error. Reported
by Noel Torres <envite@rolamasao.org>.
Marcus Brinkmann [Tue, 7 Dec 2004 18:49:35 +0000 (18:49 +0000)]
Update.
Marcus Brinkmann [Tue, 7 Dec 2004 18:25:54 +0000 (18:25 +0000)]
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* libgpgme.vers (GPGME_1.1): New version.
* engine-backend.h (struct engine_ops): Add argument FILE_NAME to
member get_version(). Add arguments FILE_NAME and HOME_DIR to
member new(). Change return type of get_file_name and get_version
to char *.
* engine-gpgsm.c (gpgsm_get_version): Change return type to char
pointer. Do not cache result.
(gpgsm_new): Add file_name and home_dir argument, and use them
instead of the defaults, if set.
* rungpg.c (struct engine_gpg): New member file_name.
(gpg_get_version): Change return type to char pointer, and do not
cache result.
(gpg_release): Free gpg->file_name.
(gpg_new): Take new arguments file_name and home_dir. Set the
--homedir argument if HOME_DIR is not NULL. Set gpg->file_name.
(start): Use gpg->file_name instead _gpgme_get_gpg_path, if set.
* engine.h (_gpgme_engine_info_copy, _gpgme_engine_info_release):
New prototypes.
(_gpgme_engine_new): Change first argument to gpgme_engine_info_t
info.
* engine.c: Include <assert.h>.
(gpgme_get_engine_info): Set *INFO within the lock. Move
ENGINE_INFO and ENGINE_INFO_LOCK to ....
(engine_info, engine_info_lock): ... here. New static variables.
(engine_get_version): Add file_name argument to
get_version invocation. Change return type to char pointer.
(gpgme_engine_check_version): Rewritten to free() the return value
of engine_get_version after using it.
(_gpgme_engine_info_release): New function.
(gpgme_get_engine_info): Rewritten.
(_gpgme_engine_info_copy): New function.
(_gpgme_set_engine_info): New function.
(gpgme_set_engine_info): New function.
(_gpgme_engine_new): Change first argument to gpgme_engine_info_t
info, and use that.
* gpgme.h (struct _gpgme_engine_info): Change type of file_name
and version to char * (remove the const). New member home_dir.
(gpgme_set_engine_info, gpgme_ctx_get_engine_info,
gpgme_ctx_set_engine_info): New prototypes.
* context.h (struct gpgme_context): New member engine_info.
* gpgme.c (gpgme_new): Allocate CTX->engine_info.
(gpgme_release): Deallocate CTX->engine_info.
(gpgme_ctx_get_engine_info, gpgme_ctx_set_engine_info): New
functions.
* op-support.c (_gpgme_op_reset): Look for correct engine info and
pass it to _gpgme_engine_new.
* version.c (gpgme_check_version): Adjust to
_gpgme_compare_versions returning an int.
(_gpgme_compare_versions): Return an int value, not a const char
pointer.
* ops.h (_gpgme_compare_versions): Same for prototype.
Marcus Brinkmann [Tue, 7 Dec 2004 15:30:36 +0000 (15:30 +0000)]
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* configure.ac (GPGSM_VERSION): Fix filter to get it.
Marcus Brinkmann [Tue, 7 Dec 2004 15:27:11 +0000 (15:27 +0000)]
Fix up gpgme-1.0.1 release changes. Somehow the correct change didn't
make it into the repository.
Marcus Brinkmann [Tue, 7 Dec 2004 15:25:48 +0000 (15:25 +0000)]
Revert change to fix up gpgme-1.0.1 release tag glitch.
Marcus Brinkmann [Tue, 7 Dec 2004 14:37:00 +0000 (14:37 +0000)]
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* configure.ac (GPGSM_VERSION): Fix filter to get it.
Werner Koch [Thu, 4 Nov 2004 13:58:06 +0000 (13:58 +0000)]
.
Marcus Brinkmann [Fri, 22 Oct 2004 18:21:43 +0000 (18:21 +0000)]
2004-10-22 Marcus Brinkmann <marcus@g10code.de>
* configure.ac (LIBGPGME_LT_REVISION): Bump up to 2.
(AC_INIT): Set version to 1.0.1.
Marcus Brinkmann [Fri, 22 Oct 2004 18:19:04 +0000 (18:19 +0000)]
2004-10-22 Marcus Brinkmann <marcus@g10code.de>
* configure.ac (LIBGPGME_LT_REVISION): Bump up to 2.
(AC_INIT): Set version to 1.0.1.
Marcus Brinkmann [Fri, 22 Oct 2004 18:16:49 +0000 (18:16 +0000)]
2004-10-22 Marcus Brinkmann <marcus@g10code.de>
* configure.ac: Set HAVE_GPGSM to true only if $GPGSM is not "no".
Marcus Brinkmann [Fri, 22 Oct 2004 18:11:33 +0000 (18:11 +0000)]
Add item about 1.0.1.
Marcus Brinkmann [Fri, 22 Oct 2004 17:57:56 +0000 (17:57 +0000)]
2004-10-03 Marcus Brinkmann <marcus@g10code.de>
* verify.c (parse_trust): If no reason is provided, set
SIG->validity_reason to 0.
(calc_sig_summary): Set GPGME_SIGSUM_CRL_TOO_OLD if appropriate.
Marcus Brinkmann [Fri, 22 Oct 2004 16:55:16 +0000 (16:55 +0000)]
2004-10-22 Marcus Brinkmann <marcus@g10code.de>
* engine-gpgsm.c (map_assuan_error): Return 0 if ERR is 0.
(start): Call map_assuan_error on return value of
assuan_write_line.
Marcus Brinkmann [Tue, 5 Oct 2004 15:08:45 +0000 (15:08 +0000)]
2004-10-05 Marcus Brinkmann <marcus@g10code.de>
* op-support.c (_gpgme_op_data_lookup): Use char pointer for
pointer arithmetic.
Marcus Brinkmann [Thu, 30 Sep 2004 02:37:13 +0000 (02:37 +0000)]
Add some more info.
Marcus Brinkmann [Thu, 30 Sep 2004 02:11:18 +0000 (02:11 +0000)]
2004-09-30 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am (gpgme_TEXINFOS): Remove fdl.texi.
* gpgme.texi: Do not include fdl.texi. Change license to GPL.
* fdl.texi: File removed.
Marcus Brinkmann [Thu, 30 Sep 2004 01:44:17 +0000 (01:44 +0000)]
Update the information before release, for what it's worth.
Marcus Brinkmann [Thu, 30 Sep 2004 01:33:49 +0000 (01:33 +0000)]
Update for 1.0.0 release.
Marcus Brinkmann [Thu, 30 Sep 2004 01:32:17 +0000 (01:32 +0000)]
2004-09-30 Marcus Brinkmann <marcus@g10code.de>
Released 1.0.0.
* configure.ac (LIBGPGME_LT_REVISION): Bump up to 1.
(AC_INIT): Set version to 1.0.0.
Marcus Brinkmann [Thu, 30 Sep 2004 01:30:28 +0000 (01:30 +0000)]
Update information.
Marcus Brinkmann [Thu, 30 Sep 2004 01:30:10 +0000 (01:30 +0000)]
2004-09-30 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am (EXTRA_DIST): Remove README-alpha.
* README-alpha: Remove file.
Marcus Brinkmann [Thu, 30 Sep 2004 01:06:19 +0000 (01:06 +0000)]
2004-09-30 Marcus Brinkmann <marcus@g10code.de>
* gpgme.m4: Implement the --api-version check.
Marcus Brinkmann [Thu, 30 Sep 2004 00:24:58 +0000 (00:24 +0000)]
2004-09-30 Marcus Brinkmann <marcus@g10code.de>
* rungpg.c (read_status): Move the polling of the output data pipe
to just before removing the command fd, from just before adding
it. This avoids buffering problems.
Marcus Brinkmann [Thu, 30 Sep 2004 00:19:22 +0000 (00:19 +0000)]
2004-09-30 Marcus Brinkmann <marcus@g10code.de>
* data.c (_gpgme_data_inbound_handler): Use _gpgme_io_read, not
read, to improve debug output.
Marcus Brinkmann [Tue, 28 Sep 2004 23:25:35 +0000 (23:25 +0000)]
Update some entries.
Marcus Brinkmann [Tue, 28 Sep 2004 23:15:39 +0000 (23:15 +0000)]
doc/
2004-09-29 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Key Management): Change type of keylist_mode in
gpgme_key_t to gpgme_keylist_mode_t.
gpgme/
2004-09-29 Marcus Brinkmann <marcus@g10code.de>
* gpgme.h (GPGME_IMPORT_NEW, GPGME_IMPORT_UID, GPGME_IMPORT_SIG,
GPGME_IMPORT_SUBKEY, GPGME_IMPORT_SECRET,
(GPGME_KEYLIST_MODE_LOCAL, GPGME_KEYLIST_MODERN_EXTERN,
GPGME_KEYLIST_MODE_SIGS, GPGME_KEYLIST_MODE_VALIDATE): Change from
enum to macros.
(gpgme_keylist_mode_t): Define as unsigned int.
(gpgme_key_t): Change type of keylist_mode to
gpgme_keylist_mode_t.
Marcus Brinkmann [Tue, 28 Sep 2004 11:42:06 +0000 (11:42 +0000)]
2004-09-28 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Passphrase Callback): Fix last change.
Marcus Brinkmann [Mon, 27 Sep 2004 20:24:48 +0000 (20:24 +0000)]
2004-09-27 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Passphrase Callback): Document
GPG_ERR_NOT_IMPLEMENTED.
Marcus Brinkmann [Mon, 27 Sep 2004 15:23:26 +0000 (15:23 +0000)]
2004-09-27 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi: Update copyright year for tex version.
Marcus Brinkmann [Thu, 23 Sep 2004 19:23:33 +0000 (19:23 +0000)]
2004-09-23 Marcus Brinkmann <marcus@g10code.de>
* data.c (_gpgme_data_outbound_handler): Close the file descriptor
if we get an EPIPE.
Marcus Brinkmann [Thu, 23 Sep 2004 17:54:26 +0000 (17:54 +0000)]
2004-09-23 Marcus Brinkmann <marcus@g10code.de>
* data-stream.c (stream_seek): Call ftello and return the current
offset.
* data.h (struct gpgme_data): Change type of data.mem.offset to
off_t.
* data.c (gpgme_data_seek): Check dh->cbs->seek callback, not read
callback. If SEEK_CUR, adjust the offset by the pending buffer
size. Clear pending buffer on success.
Marcus Brinkmann [Thu, 16 Sep 2004 22:21:49 +0000 (22:21 +0000)]
Add entry about AC_CONFIG_MACRO_DIR.
Marcus Brinkmann [Thu, 16 Sep 2004 22:17:51 +0000 (22:17 +0000)]
2004-09-17 Marcus Brinkmann <marcus@g10code.de>
* configure.ac: Disable AC_CONFIG_MACRO_DIR for now.
Marcus Brinkmann [Tue, 14 Sep 2004 19:47:50 +0000 (19:47 +0000)]
2004-09-14 Marcus Brinkmann <marcus@g10code.de>
* configure.ac: Improve diagnostics with version check.
Marcus Brinkmann [Tue, 14 Sep 2004 19:27:46 +0000 (19:27 +0000)]
2004-09-14 Marcus Brinkmann <marcus@g10code.de>
* configure.ac: Print diagnostics about found thread libraries at
the end. Check for the versions of GPG and GPGSM and print the
found versions at the end.
(HAVE_GPGSM): Do not require GPGSM to exist and be readable.
(AC_CONFIG_MACRO_DIR): Invoke with argument m4.
Marcus Brinkmann [Tue, 14 Sep 2004 18:40:35 +0000 (18:40 +0000)]
2004-09-14 Marcus Brinkmann <marcus@g10code.de>
* gpgme.m4: Add copyright notice.
Marcus Brinkmann [Tue, 14 Sep 2004 18:31:45 +0000 (18:31 +0000)]
2004-09-14 Marcus Brinkmann <marcus@g10code.de>
* pth.m4: Disable _ac_pth_line, and don't fail if Pth is not
found.
Marcus Brinkmann [Tue, 14 Sep 2004 18:30:23 +0000 (18:30 +0000)]
2004-09-14 Marcus Brinkmann <marcus@g10code.de>
* acinclude.m4: Add copyright notice.
(jm_GLIBC21, AM_PATH_GPG_ERROR, _AC_PTH_ERROR, _AC_PTH_VERBOSE,
AC_CHECK_PTH): Removed.
m4/
2004-09-14 Marcus Brinkmann <marcus@g10code.de>
* glibc21.m4: New file.
* gpg-error.m4: New file.
* pth.m4: New file.
Marcus Brinkmann [Wed, 18 Aug 2004 00:48:50 +0000 (00:48 +0000)]
2004-08-18 Marcus Brinkmann <marcus@g10code.de>
* passphrase.c (_gpgme_passphrase_status_handler): Always run the
status handler.
Marcus Brinkmann [Tue, 17 Aug 2004 21:16:12 +0000 (21:16 +0000)]
2004-08-17 Marcus Brinkmann <marcus@g10code.de>
* rungpg.c (build_argv): Use --no-sk-comment, not --no-comment.
Marcus Brinkmann [Tue, 17 Aug 2004 21:13:20 +0000 (21:13 +0000)]
2004-08-17 Marcus Brinkmann <marcus@g10code.de>
* 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.
Moritz Schulte [Thu, 29 Jul 2004 20:46:43 +0000 (20:46 +0000)]
2004-07-29 Moritz Schulte <moritz@g10code.com>
* gpgme.texi (Verify): Fix gpgme_get_key example (ancient
force_update argument was still there).
Marcus Brinkmann [Wed, 23 Jun 2004 21:15:21 +0000 (21:15 +0000)]
2004-06-23 Marcus Brinkmann <marcus@g10code.de>
* key.c (_gpgme_key_append_name): Make sure tail points to the
byte following the uid.
(_gpgme_key_add_sig): Likewise. Don't use calloc, but malloc and
memset.
Marcus Brinkmann [Wed, 23 Jun 2004 14:13:48 +0000 (14:13 +0000)]
Update version number.
Marcus Brinkmann [Wed, 23 Jun 2004 14:11:47 +0000 (14:11 +0000)]
2004-06-23 Marcus Brinkmann <marcus@g10code.de>
* configure.ac: Check for <sys/uio.h>.
assuan
2004-06-23 Marcus Brinkmann <marcus@g10code.de>
* assuan-domain-connect.c [HAVE_SYS_UIO_H]: Include <sys/uio.h>.
Marcus Brinkmann [Wed, 23 Jun 2004 13:52:17 +0000 (13:52 +0000)]
2004-06-23 Marcus Brinkmann <marcus@g10code.de>
* assuan-handler.c: Include <errno.h>.
Marcus Brinkmann [Tue, 8 Jun 2004 18:46:21 +0000 (18:46 +0000)]
D'oh, forget the release date in the released NEWS entry!
Prepare for upcoming release.
Marcus Brinkmann [Tue, 8 Jun 2004 17:52:36 +0000 (17:52 +0000)]
Add two items about documentation fixes.
Marcus Brinkmann [Tue, 8 Jun 2004 17:48:37 +0000 (17:48 +0000)]
2004-06-08 Marcus Brinkmann <marcus@g10code.de>
* assuan-buffer.c (assuan_write_line): If the line is longer than
the maximum line length, bail out early.
Marcus Brinkmann [Tue, 8 Jun 2004 17:39:40 +0000 (17:39 +0000)]
2004-06-08 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Listing Keys): Elaborate on the length restrictions
on search patterns.
Marcus Brinkmann [Tue, 8 Jun 2004 17:26:48 +0000 (17:26 +0000)]
2004-06-08 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Decrypt and Verify): Document the NO_DATA error
code.
(Verify): Document the relationship between gpgme_op_verify_result
and the decrypt and verify operations.
Marcus Brinkmann [Wed, 2 Jun 2004 14:18:03 +0000 (14:18 +0000)]
2004-06-02 Marcus Brinkmann <marcus@g10code.de>
* libgpgme.vers: Remove C-style comment, which is not supported by
older binutils.
Marcus Brinkmann [Fri, 21 May 2004 19:53:50 +0000 (19:53 +0000)]
Add item about gpgme.m4.
Marcus Brinkmann [Fri, 21 May 2004 19:49:38 +0000 (19:49 +0000)]
2004-05-21 Marcus Brinkmann <marcus@g10code.de>
* configure.ac (GPGME_CONFIG_API_VERSION): New variable,
substitute it.
gpgme/
2004-05-21 Marcus Brinkmann <marcus@g10code.de>
* gpgme-config.in (Options): Support --api-version.