aboutsummaryrefslogtreecommitdiffstats
path: root/branches/gpgme-0-3-branch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Post release version number bumpWerner 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-30170-0/+47813
'gpgme-0-3-branch'.