aboutsummaryrefslogtreecommitdiffstats
path: root/branches (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2005-09-12 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-09-122-2/+8
| | | | | * keylist.c (release_op_data): Do not free opd->tmp_uid.
* 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
|
* 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.
* 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'.
* 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
|
* * 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".
* Merging bug-fixes from CVS HEAD.Marcus Brinkmann2005-05-2812-30/+130
|
* (calc_sig_summary): Set the key revoked bit.Werner Koch2005-04-213-7/+24
|
* (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��.
* post release updatesWerner Koch2004-12-282-1/+5
|
* * Makefile.am (AUTOMAKE_OPTIONS): Build bzip 2 versionWerner Koch2004-12-282-0/+5
| | | | | (ACLOCAL_AMFLAGS): Add -I m4
* * configure.ac: Require automake 1.9.3 and autoconf 2.59.Werner Koch2004-12-2818-3132/+3635
| | | | | | | | * acinclude.m4: Changed quoting for automake 1.9. * README: Use SHA1 instead of MD5. * pth.m4: Changed quoting for use with automake 1.9.
* 2004-12-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-12-213-59/+91
| | | | | | | | * assuan-pipe-connect.c (do_finish): Do not wait for child to finish. (assuan_pipe_connect): Use double-fork approach. * assuan-connect.c (assuan_disconnect): Do not write BYE to the status line.
* 2004-12-11 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-12-114-0/+24
| | | | | | | | | | | | | * configure.ac: Replace ttyname_r if it doesn't exist (and warn in that case). gpgme/ 2004-12-11 Marcus Brinkmann <[email protected]> * util.h [HAVE_CONFIG_H && HAVE_TTYNAME_R] (ttyname_r): Define prototype. * ttyname_r.c: New file.
* This commit was manufactured by cvs2svn to create branchRepo Admin2004-12-111-0/+44
| | | | 'gpgme-1-0-branch'.
* Add item for 0.3.16.Marcus Brinkmann2004-12-071-0/+12
|
* 2004-12-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-12-073-2/+6
| | | | | | | * lesser.texi (Library Copying): Change from @appendixsec to @appendix. * gpgme.texi (Features): Change reference to GPL to one to LGPL.
* 2004-12-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-12-07121-1609/+2645
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * README: Refer to COPYING.LESSER and "each file" instead of COPYING. * COPYING.LESSER: New file. * gpgme.spec.in (%doc): Add COPYING.LESSER. * acinclude.m4, configure.ac, Makefile.am: Change license to LGPL 2.1 or later. * TODO: Add copyright notice. * README.CVS: Likewise. assuan/ 2004-12-07 Marcus Brinkmann <[email protected]> * README.1st: Add copyright notice. doc/ 2004-12-07 Marcus Brinkmann <[email protected]> * Makefile.am: Change license to LGPL. (gpgme_TEXINFOS): Replace gpl.texi with lesser.texi. * gpgme.texi: Change license to LGPL (also for documentation of GPGME's license). * lesser.texi: New file. * gpl.texi: File removed. gpgme/ 2004-12-07 Marcus Brinkmann <[email protected]> * putc_unlocked.c, funopen.c: I just claim copyright on these files and change their license to LGPL, because they are totally trivial wrapper functions. * isascii.c: Change copyright notice to the one from ctype/ctype.h in the GNU C Library (CVS Head 2004-10-10), where isascii is defined as a macro doing exactly the same as the function in this file. * memrchr.c: Update from the GNU C Library (CVS Head 2001-07-06). * stpcpy.c: Update from the GNU C Library (CVS Head 2004-10-10). * ath.c, ath-compat.c, ath.h, ath-pth.c, ath-pth-compat.c, ath-pthread.c, ath-pthread-compat.c, context.h, conversion.c, data.c, data-compat.c, data-fd.c, data.h, data-mem.c, data-stream.c, data-user.c, debug.c, debug.h, decrypt.c, decrypt-verify.c, delete.c, edit.c, encrypt.c, encrypt-sign.c, engine-backend.h, engine.c, engine-gpgsm.c, engine.h, error.c, export.c, genkey.c, get-env.c, gpgme.c, gpgme.h, import.c, io.h, key.c, keylist.c, mkstatus, Makefile.am, ops.h, op-support.c, passphrase.c, posix-io.c, posix-sema.c, posix-util.c, progress.c, rungpg.c, sema.h, sign.c, signers.c, trust-item.c, trustlist.c, util.h, verify.c, version.c, w32-io.c, w32-sema.c, w32-util.c, wait.c, wait-global.c, wait.h, wait-private.c, wait-user.c: Change license to LGPL. tests/ 2004-12-07 Marcus Brinkmann <[email protected]> * gpg/mkdemodirs: Add copyright notice. * gpgsm/Makefile.am, gpgsm/t-support.h, gpgsm/t-decrypt.c, gpgsm/t-encrypt.c, gpgsm/t-export.c, gpgsm/t-genkey.c, gpgsm/t-import.c, gpgsm/t-keylist.c, gpgsm/t-sign.c, gpgsm/t-verify.c, gpg/Makefile.am, gpg/t-decrypt.c, gpg/t-decrypt-verify.c, gpg/t-edit.c, gpg/t-encrypt.c, gpg/t-encrypt-sign.c, gpg/t-encrypt-sym.c, gpg/t-eventloop.c, gpg/t-export.c, gpg/t-genkey.c, gpg/t-import.c, gpg/t-keylist.c, gpg/t-keylist-sig.c, gpg/t-sign.c, gpg/t-signers.c, gpg/t-support.h, gpg/t-thread1.c, gpg/t-trustlist.c, gpg/t-verify.c, Makefile.am, t-data.c, t-engine-info.c, t-version.c: Change license to LGPL.
* 2004-12-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-12-072-2/+7
| | | | | | * gpgme.texi (Creating Contexts): Fix cut&paste error. Reported by Noel Torres <[email protected]>.
* Add Noel Torres <[email protected]>.Marcus Brinkmann2004-12-071-0/+6
|
* This commit was manufactured by cvs2svn to create branchRepo Admin2004-12-07195-0/+72031
| | | | 'gpgme-1-0-branch'.
* 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.