aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merged changes from upstream libassuan to allow building a W32 DLL.Werner Koch2005-08-0924-464/+1306
|
* doc/Marcus Brinkmann2005-07-279-1/+112
| | | | | | | | | | | | | | | | | | | | | | | | 2005-07-27 Marcus Brinkmann <[email protected]> * gpgme.texi (Decrypt): Add plaintext_filename to gpgme_decrypt_result_t. (Verify): Likewise for gpgme_verify_result_t. gpgme/ 2005-07-27 Marcus Brinkmann <[email protected]> * 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.
* 2005-07-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-07-262-1/+5
| | | | | * keylist.c (gpgme_get_key): Allow key IDs.
* 2005-07-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-07-262-1/+5
| | | | | * keylist.c (gpgme_get_key): Allow key IDs.
* Post-release fixup.Marcus Brinkmann2005-06-202-1/+11
|
* This commit was manufactured by cvs2svn to create tag 'gpgme-1-0-3'.Repo Admin2005-06-20198-0/+73985
|
* 2005-06-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-06-202-6/+10
| | | | | * configure.ac: Update the version information for the release.
* Update for release.Marcus Brinkmann2005-06-201-2/+7
|
* Update copyright year.Marcus Brinkmann2005-06-2011-11/+11
|
* 2005-06-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-06-202-1/+7
| | | | | * gpgme.m4: Only call GPGME_CONFIG if found.
* 2005-06-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-06-202-1/+7
| | | | | * gpgme.m4: Only call GPGME_CONFIG if found.
* doc/Marcus Brinkmann2005-06-036-28/+117
| | | | | | | | | | | | | | | | 2005-06-03 Marcus Brinkmann <[email protected]> * gpgme.texi (Verify): Add information about new fields in gpgme_signature_t. gpgme/ 2005-06-03 Marcus Brinkmann <[email protected]> * 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.
* 2005-06-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-06-032-0/+3
| | | | | (_gpgme_decrypt_status_handler): Fix last change.
* doc/Marcus Brinkmann2005-06-036-4/+167
| | | | | | | | | | | | | | | | | | | 2005-06-03 Marcus Brinkmann <[email protected]> * gpgme.texi (Decrypt): Add gpgme_recipient_t. gpgme/ 2005-06-03 Marcus Brinkmann <[email protected]> * 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.
* gpgme/Marcus Brinkmann2005-06-024-2/+18
| | | | | | | | | | | | | | | 2005-06-03 Marcus Brinkmann <[email protected]> * wait-global.c (gpgme_wait): Break out of the fd processing loop after an error. Reported by Igor Belyi <[email protected]>. tests/ 2005-06-03 Marcus Brinkmann <[email protected]> * gpg/Makefile.am (TESTS): Add t-wait. * gpg/t-wait.c (main): New test.
* This commit was manufactured by cvs2svn to create branchRepo Admin2005-06-021-0/+72
| | | | 'gpgme-1-0-branch'.
* gpgme/Marcus Brinkmann2005-06-025-2/+90
| | | | | | | | | | | | | | | 2005-06-03 Marcus Brinkmann <[email protected]> * wait-global.c (gpgme_wait): Break out of the fd processing loop after an error. Reported by Igor Belyi <[email protected]>. tests/ 2005-06-03 Marcus Brinkmann <[email protected]> * gpg/Makefile.am (TESTS): Add t-wait. * gpg/t-wait.c (main): New test.
* 2005-06-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-06-026-10/+48
| | | | | | | | | * 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.
* Update items.Marcus Brinkmann2005-06-021-3/+6
|
* Add new status codes.Marcus Brinkmann2005-06-021-0/+6
|
* 2005-06-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-06-026-10/+48
| | | | | | | | | * 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.
* * gpgme.h: Add GPGME_STATUS_NEED_PASSPHRASE_PIN.Werner Koch2005-06-023-2/+14
| | | | | | | | * 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".
* * passphrase.c (_gpgme_passphrase_status_handler): Take care ofWerner Koch2005-06-023-3/+24
| | | | | | | | | | | | 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.
* Merging bug-fixes from CVS HEAD.Marcus Brinkmann2005-05-2812-30/+130
|
* 2005-05-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-05-282-1/+7
| | | | | | | * gpgme.texi (Key Listing Mode): Fix return type of gpgme_set_keylist_mode. Reported by "Sergio" <[email protected]>.
* 2005-05-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-05-282-0/+5
| | | | | * data-user.c: Include <errno.h>.
* 2005-05-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-05-172-1/+6
| | | | | | * gpgme.c (gpgme_new): Set the CTX->include_certs default to the default.
* 2005-05-11 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-05-112-1/+5
| | | | | * w32-io.c (_gpgme_io_select): Fix loop increment.
* 2005-05-05 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-05-052-1/+18
| | | | | | | | * 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.
* doc/Marcus Brinkmann2005-04-287-10/+51
| | | | | | | | | | | | | | | | | | 2005-04-28 Marcus Brinkmann <[email protected]> * gpgme.texi (Included Certificates): Document GPGME_INCLUDE_CERTS_DEFAULT. gpgme/ 2005-04-28 Marcus Brinkmann <[email protected]> * 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.
* (calc_sig_summary): Set the key revoked bit.Werner Koch2005-04-212-7/+24
|
* (calc_sig_summary): Set the key revoked bit.Werner Koch2005-04-213-7/+24
|
* 2005-04-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-04-142-4/+10
| | | | | | * wait-global.c (gpgme_wait): Use LI->ctx when checking a context in the list, not the user-provided CTX.
* Fix last change.Marcus Brinkmann2005-04-141-1/+1
|
* Add Igor Belyi <[email protected]>.Marcus Brinkmann2005-04-141-0/+1
|
* 2005-04-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-04-142-0/+12
| | | | | | | * 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 <[email protected]>.
* 2005-03-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-03-246-29/+18
| | | | | | | | | | | | | | | | * configure.ac (AH_BOTTOM): Removed. gpgme/ 2005-03-24 Marcus Brinkmann <[email protected]> * 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.
* 2005-03-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-03-2413-23/+32
| | | | | | | | | | * 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"
* (struct assuan_io): Renamed elements READ andWerner Koch2005-03-223-4/+10
| | | | | | WRITE to READFNC and WRITEFNC to avoid problems with read defined as macro. Changed callers. Noted by Ville Skytt��.
* (struct assuan_io): Renamed elements READ andWerner Koch2005-03-223-4/+10
| | | | | | WRITE to READFNC and WRITEFNC to avoid problems with read defined as macro. Changed callers. Noted by Ville Skytt��.
* 2005-03-10 Timo Schulz <[email protected]>Timo Schulz2005-03-103-0/+158
| | | | | | * gpgme.def: New. Exported GPGME functions. * build-dll: New.
* * acinclude.m4 (GNUPG_CHECK_VA_COPY): Assume no when cross-compiling.Werner Koch2005-03-0916-42/+170
| | | | | | | | | | | | | | | | | | | | | | * 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.
* 2005-03-07 Timo Schulz <[email protected]>Timo Schulz2005-03-0911-13/+50
| | | | | | | | | | * 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.
* Remove some obsolete entries.Marcus Brinkmann2005-01-121-8/+4
|
* 2005-01-12 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-01-122-2/+91
| | | | | | * gpgme.texi (Engine Configuration): New section. (Crypto Engine): New subsection.
* 2004-12-28 Werner Koch <[email protected]>Marcus Brinkmann2005-01-126-12/+32
| | | | | | | | | | | 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.
* 2004-12-28 Werner Koch <[email protected]>Marcus Brinkmann2005-01-122-3/+7
| | | | | * pth.m4: Changed quoting for use with automake 1.9.
* post release updatesWerner Koch2004-12-282-1/+5
|
* This commit was manufactured by cvs2svn to create tag 'gpgme-1-0-2'.Repo Admin2004-12-28197-0/+73702
|
* * Makefile.am (AUTOMAKE_OPTIONS): Build bzip 2 versionWerner Koch2004-12-282-0/+5
| | | | | (ACLOCAL_AMFLAGS): Add -I m4