aboutsummaryrefslogtreecommitdiffstats
path: root/branches/gpgme-0-3-branch (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-11-19Post release version number bumpWerner Koch3-2/+7
2003-11-19(DISTCLEANFILES): Add random_seed.Werner Koch2-1/+5
2003-11-19Autofixed version number.Werner Koch1-1/+1
2003-11-19Removed @acronym{} from nodenames.Werner Koch2-5/+9
2003-11-19About to release 0.3.16.Werner Koch4-5/+11
2003-11-18* configure.ac: Check for timegm.Werner Koch12-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-18Change version number for CVS.Marcus Brinkmann1-1/+1
2003-02-18Fix version number.Marcus Brinkmann1-1/+1
2003-02-182003-02-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann4-3/+12
Released 0.3.15. * configure.ac (LIBGPGME_LT_REVISION): Bumped to 6.
2003-02-182003-02-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann5-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-062003-01-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann3-0/+8
* edit.c (_gpgme_edit_status_handler): Call the progress status handler.
2002-12-04post-release version number bump.Werner Koch2-1/+5
2002-12-04* gpgsm/Makefile.am (./gpgsm.conf): Use a faked system timeWerner Koch2-0/+6
becuase one test certificate expired yesterday.
2002-12-04* configure.ac (LIBGPGME_LT_REVISION): Bumped to 9/3/5 .Werner Koch5-4/+18
* README: Explained that this is the current stable version.
2002-11-28Fix spelling of my name.Marcus Brinkmann1-1/+1
2002-11-282002-11-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann12-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-252002-11-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann4-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-222002-11-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-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 firstWerner Koch2-4/+35
setlocale before doing another setlocale.
2002-11-212002-11-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-0/+7
* verify.c (_gpgme_verify_status_handler): Treat GPGME_STATUS_UNEXPECTED like GPGME_STATUS_NODATA. Reported by Miguel Coca <[email protected]>.
2002-11-20post-release version number bumbing.Werner Koch2-1/+6
2002-11-20About to release 0.3.13Werner Koch4-4/+12
2002-11-192002-11-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-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/configWerner Koch3-0/+2842
to version 2002-11-08.
2002-11-052002-11-05 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-1/+6
* gpgme.texi (Verify): Fix prototype of gpgme_get_sig_key. Reported by Miguel Coca <[email protected]>.
2002-11-05Fix email address.Marcus Brinkmann1-1/+1
2002-11-052002-11-05 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-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-03Enable expire date checking for a CMS key's CA certificate and its root ↵Karl-Heinz Zimmer1-71/+55
certificate.
2002-10-31Adding support for email addresses includes in '<' and '>'.Karl-Heinz Zimmer1-23/+29
2002-10-31version.texi is a generated file - it must not be kept in the rep.Werner Koch1-4/+0
2002-10-31Add error checking for isEmailInCertificate being called with invalid ↵Karl-Heinz Zimmer1-43/+46
fingerprint parameter.
2002-10-31Add support for certificates having the e-mail address stored in ↵Karl-Heinz Zimmer1-14/+59
GPGME_ATTR_USERID instead of GPGME_ATTR_EMAIL.
2002-10-31Make it compile: this file was missing in the "gpgme-0-3-branch" branch, ↵Karl-Heinz Zimmer1-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-15After-release-version-number-bumpWerner Koch2-1/+4
2002-10-15* configure.ac: Bump up LIBGPGME_LT_REVISION.Werner Koch5-15/+20
(NEED_GPG_VERSION): Set to 1.2.0 (NEED_GPGSM_VERSION): Set to 0.9.2
2002-09-30This commit was manufactured by cvs2svn to create branchRepo Admin170-0/+47813
'gpgme-0-3-branch'.