aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Post release version number bumpgpgme-0-3-branchWerner Koch2003-11-193-2/+7
|
* (DISTCLEANFILES): Add random_seed.Werner Koch2003-11-192-1/+5
|
* Autofixed version number.Werner Koch2003-11-191-1/+1
|
* Removed @acronym{} from nodenames.Werner Koch2003-11-192-5/+9
|
* About to release 0.3.16.Werner Koch2003-11-194-5/+11
|
* * configure.ac: Check for timegm.Werner Koch2003-11-1812-22/+113
| | | | | | | | | | | | | * mkerrors: Prettier error formating for gpg-error style codes. * conversion.c (_gpgme_parse_timestamp): New. Now also handles ISO 8601 timestamps as used by gnupg 1.9.2. * keylist.c (parse_timestamp): Removed. Replaced calls by _gpgme_parse_timestamp. * verify.c (_gpgme_verify_status_handler): Replaced strtoul by _gpgme_parse_timestamp. * sign.c (append_xml_siginfo): Ditto.
* Change version number for CVS.Marcus Brinkmann2003-02-181-1/+1
|
* Fix version number.Marcus Brinkmann2003-02-181-1/+1
|
* 2003-02-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-02-184-3/+12
| | | | | | | Released 0.3.15. * configure.ac (LIBGPGME_LT_REVISION): Bumped to 6.
* 2003-02-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-02-185-8/+22
| | | | | | | | | | | | * engine-gpgsm.c (_gpgme_gpgsm_op_sign): Call gpgsm_assuan_simple_command with status handlers. * edit.c (_gpgme_op_edit_start): Check return value of _gpgme_engine_op_edit. * import.c (_gpgme_op_import_start): Likewise for _gpgme_engine_op_import. * sign.c (_gpgme_op_sign_start): Likewise for _gpgme_engine_op_sign.
* 2003-01-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-02-063-0/+8
| | | | | | * edit.c (_gpgme_edit_status_handler): Call the progress status handler.
* post-release version number bump.Werner Koch2002-12-042-1/+5
|
* * gpgsm/Makefile.am (./gpgsm.conf): Use a faked system timeWerner Koch2002-12-042-0/+6
| | | | | becuase one test certificate expired yesterday.
* * configure.ac (LIBGPGME_LT_REVISION): Bumped to 9/3/5 .Werner Koch2002-12-045-4/+18
| | | | | * README: Explained that this is the current stable version.
* Fix spelling of my name.Marcus Brinkmann2002-11-281-1/+1
|
* 2002-11-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-11-2812-5300/+21
| | | | | | | | | | | | | | * 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-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-11-254-9/+11
| | | | | | | | | * 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-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-11-222-0/+5
| | | | | * gpgme.h [_MSC_VER]: Define ssize_t as long.
* * engine-gpgsm.c (_gpgme_gpgsm_new): Save the result of a firstWerner Koch2002-11-222-4/+35
| | | | | setlocale before doing another setlocale.
* 2002-11-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-11-212-0/+7
| | | | | | | * verify.c (_gpgme_verify_status_handler): Treat GPGME_STATUS_UNEXPECTED like GPGME_STATUS_NODATA. Reported by Miguel Coca <[email protected]>.
* post-release version number bumbing.Werner Koch2002-11-202-1/+6
|
* About to release 0.3.13Werner Koch2002-11-204-4/+12
|
* 2002-11-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-11-192-0/+11
| | | | | | | | * rungpg.c (gpg_keylist): Add --with-fingerprint to gpg invocation twice, to get fingerprints on subkeys. Suggested by Timo Schulz <[email protected]>. (gpg_keylist_ext): Likewise.
* * config.sub, config.guess: Updated from ftp.gnu.org/gnu/configWerner Koch2002-11-123-0/+2842
| | | | | to version 2002-11-08.
* 2002-11-05 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-11-052-1/+6
| | | | | | * gpgme.texi (Verify): Fix prototype of gpgme_get_sig_key. Reported by Miguel Coca <[email protected]>.
* Fix email address.Marcus Brinkmann2002-11-051-1/+1
|
* 2002-11-05 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-11-052-1/+8
| | | | | | | | * 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 <[email protected]>.
* Enable expire date checking for a CMS key's CA certificate and its root ↵Karl-Heinz Zimmer2002-11-031-71/+55
| | | | certificate.
* Adding support for email addresses includes in '<' and '>'.Karl-Heinz Zimmer2002-10-311-23/+29
|
* version.texi is a generated file - it must not be kept in the rep.Werner Koch2002-10-311-4/+0
|
* Add error checking for isEmailInCertificate being called with invalid ↵Karl-Heinz Zimmer2002-10-311-43/+46
| | | | fingerprint parameter.
* Add support for certificates having the e-mail address stored in ↵Karl-Heinz Zimmer2002-10-311-14/+59
| | | | GPGME_ATTR_USERID instead of GPGME_ATTR_EMAIL.
* Make it compile: this file was missing in the "gpgme-0-3-branch" branch, ↵Karl-Heinz Zimmer2002-10-311-0/+4
| | | | please make sure the contents of this file are correct - I just copied it from the tarball release 0.3.12.
* After-release-version-number-bumpWerner Koch2002-10-152-1/+4
|
* * configure.ac: Bump up LIBGPGME_LT_REVISION.Werner Koch2002-10-155-15/+20
| | | | | | (NEED_GPG_VERSION): Set to 1.2.0 (NEED_GPGSM_VERSION): Set to 0.9.2
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-09-300-0/+0
| | | | 'gpgme-0-3-branch'.
* typogpgme-0-3-12Werner Koch2002-09-301-1/+1
|
* * gpgsm/t-keylist.c (doit): Add arg SECRET.gpgme-0-3-16gpgme-0-3-15gpgme-0-3-14gpgme-0-3-13Werner Koch2002-09-302-3/+13
| | | | | (main): Add option --secret.
* * keylist.c (keylist_colon_handler): Take care when printing aWerner Koch2002-09-304-2/+26
| | | | | | | | | 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.
* Applying Ingo's patch: Makes signatureCertificateDaysLeftToExpiry() and ↵Karl-Heinz Zimmer2002-09-291-12/+16
| | | | receiverCertificateDaysLeftToExpiry() handle the case that a certificate _never_ expires correctly.
* 2002-09-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-09-282-0/+6
| | | | | * t-version.c: Include <string.h>. Reported by St�phane Corth�sy.
* 2002-09-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-09-283-5/+14
| | | | | | | | | * 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.
* changed version number after release.Werner Koch2002-09-202-1/+5
|
* * 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.