Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-11-19 | Post release version number bump | Werner Koch | 3 | -2/+7 | |
2003-11-19 | (DISTCLEANFILES): Add random_seed. | Werner Koch | 2 | -1/+5 | |
2003-11-19 | Autofixed version number. | Werner Koch | 1 | -1/+1 | |
2003-11-19 | Removed @acronym{} from nodenames. | Werner Koch | 2 | -5/+9 | |
2003-11-19 | About to release 0.3.16. | Werner Koch | 4 | -5/+11 | |
2003-11-18 | * configure.ac: Check for timegm. | Werner Koch | 12 | -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. | |||||
2003-02-18 | Change version number for CVS. | Marcus Brinkmann | 1 | -1/+1 | |
2003-02-18 | Fix version number. | Marcus Brinkmann | 1 | -1/+1 | |
2003-02-18 | 2003-02-18 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 4 | -3/+12 | |
Released 0.3.15. * configure.ac (LIBGPGME_LT_REVISION): Bumped to 6. | |||||
2003-02-18 | 2003-02-18 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 5 | -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-02-06 | 2003-01-30 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 3 | -0/+8 | |
* edit.c (_gpgme_edit_status_handler): Call the progress status handler. | |||||
2002-12-04 | post-release version number bump. | Werner Koch | 2 | -1/+5 | |
2002-12-04 | * gpgsm/Makefile.am (./gpgsm.conf): Use a faked system time | Werner Koch | 2 | -0/+6 | |
becuase one test certificate expired yesterday. | |||||
2002-12-04 | * configure.ac (LIBGPGME_LT_REVISION): Bumped to 9/3/5 . | Werner Koch | 5 | -4/+18 | |
* README: Explained that this is the current stable version. | |||||
2002-11-28 | Fix spelling of my name. | Marcus Brinkmann | 1 | -1/+1 | |
2002-11-28 | 2002-11-28 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 12 | -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 | 2002-11-25 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 4 | -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 | 2002-11-22 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -0/+5 | |
* gpgme.h [_MSC_VER]: Define ssize_t as long. | |||||
2002-11-22 | * engine-gpgsm.c (_gpgme_gpgsm_new): Save the result of a first | Werner Koch | 2 | -4/+35 | |
setlocale before doing another setlocale. | |||||
2002-11-21 | 2002-11-21 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -0/+7 | |
* verify.c (_gpgme_verify_status_handler): Treat GPGME_STATUS_UNEXPECTED like GPGME_STATUS_NODATA. Reported by Miguel Coca <[email protected]>. | |||||
2002-11-20 | post-release version number bumbing. | Werner Koch | 2 | -1/+6 | |
2002-11-20 | About to release 0.3.13 | Werner Koch | 4 | -4/+12 | |
2002-11-19 | 2002-11-19 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -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. | |||||
2002-11-12 | * config.sub, config.guess: Updated from ftp.gnu.org/gnu/config | Werner Koch | 3 | -0/+2842 | |
to version 2002-11-08. | |||||
2002-11-05 | 2002-11-05 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -1/+6 | |
* gpgme.texi (Verify): Fix prototype of gpgme_get_sig_key. Reported by Miguel Coca <[email protected]>. | |||||
2002-11-05 | Fix email address. | Marcus Brinkmann | 1 | -1/+1 | |
2002-11-05 | 2002-11-05 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -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]>. | |||||
2002-11-03 | Enable expire date checking for a CMS key's CA certificate and its root ↵ | Karl-Heinz Zimmer | 1 | -71/+55 | |
certificate. | |||||
2002-10-31 | Adding support for email addresses includes in '<' and '>'. | Karl-Heinz Zimmer | 1 | -23/+29 | |
2002-10-31 | version.texi is a generated file - it must not be kept in the rep. | Werner Koch | 1 | -4/+0 | |
2002-10-31 | Add error checking for isEmailInCertificate being called with invalid ↵ | Karl-Heinz Zimmer | 1 | -43/+46 | |
fingerprint parameter. | |||||
2002-10-31 | Add support for certificates having the e-mail address stored in ↵ | Karl-Heinz Zimmer | 1 | -14/+59 | |
GPGME_ATTR_USERID instead of GPGME_ATTR_EMAIL. | |||||
2002-10-31 | Make it compile: this file was missing in the "gpgme-0-3-branch" branch, ↵ | Karl-Heinz Zimmer | 1 | -0/+4 | |
please make sure the contents of this file are correct - I just copied it from the tarball release 0.3.12. | |||||
2002-10-15 | After-release-version-number-bump | Werner Koch | 2 | -1/+4 | |
2002-10-15 | * configure.ac: Bump up LIBGPGME_LT_REVISION. | Werner Koch | 5 | -15/+20 | |
(NEED_GPG_VERSION): Set to 1.2.0 (NEED_GPGSM_VERSION): Set to 0.9.2 | |||||
2002-09-30 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 170 | -0/+47813 | |
'gpgme-0-3-branch'. |