aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2005-09-12 Marcus Brinkmann <[email protected]>gpgme-1-0-branchMarcus 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]>gpgme-1-0-3Marcus 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 versiongpgme-1-0-2Werner 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-070-0/+0
| | | | 'gpgme-1-0-branch'.
* 2004-12-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-12-072-1/+5
| | | | | * configure.ac (GPGSM_VERSION): Fix filter to get it.
* Fix up gpgme-1.0.1 release changes. Somehow the correct change didn'tgpgme-1-0-1Marcus Brinkmann2004-12-072-4/+4
| | | | | make it into the repository.
* Revert change to fix up gpgme-1.0.1 release tag glitch.Marcus Brinkmann2004-12-072-5/+1
|
* 2004-12-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-12-072-1/+5
| | | | | * configure.ac (GPGSM_VERSION): Fix filter to get it.
* .Werner Koch2004-11-041-0/+1
|
* 2004-10-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-10-221-0/+2
| | | | | | * configure.ac (LIBGPGME_LT_REVISION): Bump up to 2. (AC_INIT): Set version to 1.0.1.
* 2004-10-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-10-222-2/+5
| | | | | | * configure.ac (LIBGPGME_LT_REVISION): Bump up to 2. (AC_INIT): Set version to 1.0.1.
* 2004-10-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-10-222-1/+5
| | | | | * configure.ac: Set HAVE_GPGSM to true only if $GPGSM is not "no".
* Add item about 1.0.1.Marcus Brinkmann2004-10-221-0/+7
|
* 2004-10-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-10-222-1/+15
| | | | | | | * verify.c (parse_trust): If no reason is provided, set SIG->validity_reason to 0. (calc_sig_summary): Set GPGME_SIGSUM_CRL_TOO_OLD if appropriate.
* 2004-10-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-10-222-1/+11
| | | | | | | * engine-gpgsm.c (map_assuan_error): Return 0 if ERR is 0. (start): Call map_assuan_error on return value of assuan_write_line.
* 2004-10-05 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-10-052-1/+6
| | | | | | * op-support.c (_gpgme_op_data_lookup): Use char pointer for pointer arithmetic.
* Add some more info.gpgme-1-basegpgme-1-0-0Marcus Brinkmann2004-09-301-0/+84
|
* 2004-09-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-304-424/+33
| | | | | | | * Makefile.am (gpgme_TEXINFOS): Remove fdl.texi. * gpgme.texi: Do not include fdl.texi. Change license to GPL. * fdl.texi: File removed.
* Update the information before release, for what it's worth.Marcus Brinkmann2004-09-301-8/+8
|
* Update for 1.0.0 release.Marcus Brinkmann2004-09-301-1/+13
|
* 2004-09-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-302-2/+7
| | | | | | | | Released 1.0.0. * configure.ac (LIBGPGME_LT_REVISION): Bump up to 1. (AC_INIT): Set version to 1.0.0.
* Update information.Marcus Brinkmann2004-09-301-10/+14
|
* 2004-09-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-303-2/+6
| | | | | | * Makefile.am (EXTRA_DIST): Remove README-alpha. * README-alpha: Remove file.
* 2004-09-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-302-3/+66
| | | | | * gpgme.m4: Implement the --api-version check.
* 2004-09-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-302-23/+29
| | | | | | | * rungpg.c (read_status): Move the polling of the output data pipe to just before removing the command fd, from just before adding it. This avoids buffering problems.
* 2004-09-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-302-1/+6
| | | | | | * data.c (_gpgme_data_inbound_handler): Use _gpgme_io_read, not read, to improve debug output.
* Update some entries.Marcus Brinkmann2004-09-281-11/+1
|