Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 1.5.4.gpgme-1.5.4 | Werner Koch | 2015-04-13 | 1 | -1/+1 |
| | |||||
* | Release 1.5.0.gpgme-1.5.0 | Werner Koch | 2014-05-21 | 1 | -7/+3 |
| | | | | * configure.ac: Change LT version to C22/A11/R0. | ||||
* | Locate engine names only at runtime and prefer GnuPG-2. | Werner Koch | 2013-12-27 | 1 | -8/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac (NEED_GPG_VERSION, NEED_GPGSM_VERSION) (NEED_G13_VERSION, NEED_GPGCONF_VERSION): Remove vars and all related checks. Do not check for any engine version. (HAVE_ASSUAN): Remove AM conditional. * src/Makefile.am: Remove separate component vars and always build all engines but uiserver. * src/dirinfo.c (WANT_GPGCONF_NAME): New. (struct dirinfo): Add field gpgconf_name. (_gpgme_get_default_gpgconf_name): Use WANT_GPGCONF_NAME. (get_gpgconf_item): Set gpgconf name and adjust for _gpgme_get_*_path now returning a malloced string. * src/engine.c (engine_ops): Always init all engines except for uiserver. * src/posix-util.c (_gpgme_get_gpgsm_path, _gpgme_get_g13_path): Remove unused functions. (walk_path): New. (_gpgme_get_gpg_path, _gpgme_get_gpgconf_path ): Re-implement using walk_path. * src/w32-util.c (_gpgme_get_gpgsm_path, _gpgme_get_g13_path): Remove unused functions. (_gpgme_get_gpg_path, _gpgme_get_gpgconf_path): Return a malloced string. * src/engine-g13.c (g13_get_req_version): Use a hardwired string with the required version. This info belongs into this file. * src/engine-gpg.c (gpg_get_req_version): Ditto. * src/engine-gpgconf.c (gpgconf_get_req_version): Ditto. * src/engine-gpgsm.c (gpgsm_get_req_version): Ditto. * tests/t-engine-info.c: Replace now useless test by an info output. * tests/gpg/Makefile.am (GPG, GPG_AGENT): Hardwire gpg and gpg-agent. * tests/gpgsm/Makefile.am (GPGSM): Hardwire gpgsm. Signed-off-by: Werner Koch <[email protected]> | ||||
* | Release 1.4.2.gpgme-1.4.2 | Werner Koch | 2013-05-28 | 1 | -0/+4 |
| | | | | * configure.ac: Set LT version to C21/A10/R0. | ||||
* | Release 1.4.0.gpgme-1.4.0 | Werner Koch | 2013-02-26 | 1 | -3/+4 |
| | | | | * configure.ac: Bump LT version to C20/A9/R0. | ||||
* | Declare next version to be 1.4.0 | Werner Koch | 2013-02-12 | 1 | -1/+1 |
| | | | | -- | ||||
* | Document contribution rules. | Werner Koch | 2012-09-25 | 1 | -0/+2 |
| | | | | | | * doc/HACKING (License policy): New. * doc/DCO: New. * AUTHORS: Change maintainer address. | ||||
* | Release 1.3.2.gpgme-1.3.2 | Werner Koch | 2012-05-02 | 1 | -17/+7 |
| | | | | | | | * configure.ac: Bump LT version to C19/A8/R1. * configure.ac (GITLOG_TO_CHANGELOG): Define. * Makefile.am (gen-ChangeLog): Use it. | ||||
* | Update Werner Koch's distribution signing key in the README. | W. Trevor King | 2012-04-03 | 1 | -2/+2 |
| | | | | * README: Update signing key. | ||||
* | 2010-05-06 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2010-05-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | * configure.ac: Require libgpg-error 1.8. src/ 2010-05-06 Marcus Brinkmann <[email protected]> * sign.c, data-user.c, conversion.c, debug.c, verify.c, data.c, decrypt.c, delete.c, assuan-support.c, import.c, engine-gpgsm.c, data-mem.c, op-support.c, w32-io.c, w32-util.c, data-compat.c: Use gpg_error_from_syserror instead gpg_error_from_errno, and use gpg_err_set_errno to set error number. * setenv.c: Include <gpg-error.h> and define __set_errno to use gpg_err_set_errno. * gpgme-tool.c (ARGP_ERR_UNKNOWN): Define to EDEADLOCK (which is mapped in Windows CE) instead of E2BIG (which is not). (gt_import_keys): Initialize err. | ||||
* | Add an API to change passphrases. Currently only implemented for | Werner Koch | 2010-01-05 | 1 | -1/+1 |
| | | | | | GPGSM. Requires GnuPG 2.1 | ||||
* | 2006-07-06 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-07-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | * lang, lang/cl: New subdirectories. * lang/Makefile.am, lang/README: New files. * configure.ac (AC_CONFIG_FILES): Add lang/Makefile, lang/cl/Makefile and lang/cl/gpgme.asd. * Makefile.am (SUBDIRS): Add lang. lang/cl/ 2006-07-06 Marcus Brinkmann <[email protected]> * Initial release. | ||||
* | 2004-12-28 Werner Koch <[email protected]> | Marcus Brinkmann | 2005-01-12 | 1 | -5/+5 |
| | | | | | | | | | | | Released 1.0.2. * Makefile.am (AUTOMAKE_OPTIONS): Build bzip 2 version. (ACLOCAL_AMFLAGS): Add -I m4. * configure.ac: Require automake 1.9.3 and autoconf 2.59. * acinclude.m4: Changed quoting for automake 1.9. * README: Use SHA1 instead of MD5. | ||||
* | 2004-12-07 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2004-12-07 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | Add some more info.gpgme-1-basegpgme-1-0-0 | Marcus Brinkmann | 2004-09-30 | 1 | -0/+84 |
| | |||||
* | Update information. | Marcus Brinkmann | 2004-09-30 | 1 | -10/+14 |
| | |||||
* | Tell that gpgsm 1.9.6 is required. | Werner Koch | 2004-04-06 | 1 | -1/+1 |
| | |||||
* | Updated the CVS build stuff | Werner Koch | 2004-01-12 | 1 | -7/+1 |
| | |||||
* | Require libgpg-error 0.5. | Marcus Brinkmann | 2003-09-14 | 1 | -1/+1 |
| | |||||
* | 2003-06-06 Marcus Brinkmann <[email protected]>gpgme-0-4-1 | Marcus Brinkmann | 2003-06-06 | 1 | -0/+3 |
| | | | | | * configure.ac (LIBGPGME_LT_CURRENT): Bump up to 11. | ||||
* | Bump gpg version requirement. | Marcus Brinkmann | 2003-05-26 | 1 | -1/+1 |
| | |||||
* | 2002-11-28 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2002-11-28 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | * 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. CVSk: ---------------------------------------------------------------------- | ||||
* | 2002-10-08 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2002-10-08 | 1 | -3/+3 |
| | | | | | | | | | * configure.ac (AC_INIT): Bump version up to 0.4.0. (NEED_GPG_VERSION): Bump up to 1.2.0. (NEED_GPGSM_VERSION): Bump up to 0.9.0. * README: Update version numbers. * NEWS: Start entry for 0.4.0. | ||||
* | Correct path to test programs. | Marcus Brinkmann | 2002-08-01 | 1 | -1/+1 |
| | |||||
* | Update version requirement. | Marcus Brinkmann | 2002-07-25 | 1 | -1/+1 |
| | |||||
* | 2002-06-04 Marcus Brinkmann <[email protected]>gpgme-0-3-7 | Marcus Brinkmann | 2002-06-04 | 1 | -1/+1 |
| | | | | | | | | | | Released 0.3.7. * configure.ac (AC_INIT): Set version to 0.3.7. (LIBGPGME_LT_REVISION): Add one. * README: Document version requirement correctly. | ||||
* | Bump version numbers in requirements. | Marcus Brinkmann | 2002-05-09 | 1 | -2/+2 |
| | |||||
* | Adjust requirement for GpgSM version according to configure.ac. | Marcus Brinkmann | 2002-03-06 | 1 | -1/+1 |
| | |||||
* | 2002-02-09 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2002-02-09 | 1 | -1/+1 |
| | | | | | | | | * Released 0.3.1. * configure.ac (LIBGPGME_LT_CURRENT): Bump it up to 6! (NEED_GPGSM_VERSION): Bump it up to 0.3.0! | ||||
* | Some small updates. | Marcus Brinkmann | 2002-01-22 | 1 | -2/+3 |
| | |||||
* | Add information about --enable-maintainer-mode, which is required to built | Marcus Brinkmann | 2002-01-16 | 1 | -9/+4 |
| | | | | | the documentation from CVS. | ||||
* | Add info about noinst of gpgmeplug.gpgme-0-3-0 | Marcus Brinkmann | 2001-12-19 | 1 | -0/+1 |
| | |||||
* | 2001-12-18 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2001-12-18 | 1 | -0/+2 |
| | | | | | | | | | | * autogen.sh (libtool_vers): Bump to 1.4. * configure.ac (LIBGPGME_LT_CURRENT): Increment. (LIBGPGME_LT_AGE): Likewise. Improve comment. Fix wrong comment character. | ||||
* | Explain more of the build system. | Marcus Brinkmann | 2001-11-23 | 1 | -10/+23 |
| | |||||
* | Added gpgmeplug/ for experiments | Werner Koch | 2001-11-21 | 1 | -0/+4 |
| | |||||
* | Fix version number dependency. | Marcus Brinkmann | 2001-10-22 | 1 | -2/+1 |
| | |||||
* | Ready to release 0.2.2gpgme-0-2-2 | Werner Koch | 2001-06-12 | 1 | -1/+2 |
| | |||||
* | Release 0.1.4gpgme-0-1-4 | Werner Koch | 2001-01-11 | 1 | -6/+4 |
| | |||||
* | Add 2 missing files and other changes | Werner Koch | 2000-12-29 | 1 | -0/+3 |
| | |||||
* | Add progress CB and subkey listing | Werner Koch | 2000-12-19 | 1 | -0/+1 |
| | |||||
* | Add a passphrase callback and minor changes to the interface | Werner Koch | 2000-12-12 | 1 | -1/+2 |
| | |||||
* | Released 0.0.0V0-0-0 | Werner Koch | 2000-11-16 | 1 | -2/+18 |
| | |||||
* | Starting project 'GnuPG Made Easy' | Werner Koch | 2000-10-27 | 1 | -0/+7 |