GnuPG Made Easy. NOTE: Maintainers are not tracking this mirror. Do not make pull requests here, nor comment any commits, submit them usual way to bug tracker (https://www.gnupg.org/documentation/bts.html) or to the mailing list (https://www.gnupg.org/documentation/mailing-lists.html).
Go to file
Marcus Brinkmann da95ecfc2c 2001-11-21 Marcus Brinkmann <marcus@g10code.de>
* context.h: Do not include rungpg.h, but engine.h.
	(struct gpgme_context_s): Replace member gpg with engine.
	* gpgme.c (gpgme_release): Release engine, not gpg.

	* recipient.c (_gpgme_append_gpg_args_from_recifgpients): Function
	moved ...
	* rungpg.c (_gpgme_append_gpg_args_from_recipients): ... here.
	Make static, change order of arguments, and return an error value.
	* ops.h (_gpgme_append_gpg_args_from_recipients): Removed prototype.

	* rungpg.h (_gpgme_gpg_op_verify): Add prototype.
	(_gpgme_gpg_op_encrypt): Likewise.
	(_gpgme_gpg_op_decrypt): Likewise.
	(_gpgme_gpg_op_delete): Likewise.
	(_gpgme_gpg_op_export): Likewise.
	(_gpgme_gpg_op_genkey): Likewise.
	(_gpgme_gpg_op_import): Likewise.
	(_gpgme_gpg_op_keylist): Likewise.
	(_gpgme_gpg_op_sign): Likewise.
	(_gpgme_gpg_op_trustlist): Likewise.
	* rungpg.c (_gpgme_gpg_op_verify): New function.
	(_gpgme_gpg_op_encrypt): Likewise.
	(_gpgme_gpg_op_decrypt): Likewise.
	(_gpgme_gpg_op_delete): Likewise.
	(_gpgme_gpg_op_export): Likewise.
	(_gpgme_gpg_op_genkey): Likewise.
	(_gpgme_gpg_op_import): Likewise.
	(_gpgme_gpg_op_keylist): Likewise.
	(_gpgme_gpg_op_sign): Likewise.
	(_gpgme_gpg_op_trustlist): Likewise.

	* engine.h (_gpgme_engine_set_status_handler): Add prototype.
	(_gpgme_engine_set_command_handler): Likewise.
	(_gpgme_engine_set_colon_line_handler): Likewise.
	(_gpgme_engine_op_decrypt): Likewise.
	(_gpgme_engine_op_delete): Likewise.
	(_gpgme_engine_op_encrypt): Likewise.
	(_gpgme_engine_op_export): Likewise.
	(_gpgme_engine_op_genkey): Likewise.
	(_gpgme_engine_op_import): Likewise.
	(_gpgme_engine_op_keylist): Likewise.
	(_gpgme_engine_op_sign): Likewise.
	(_gpgme_engine_op_trustlist): Likewise.
	(_gpgme_engine_op_verify): Likewise.
	(_gpgme_engine_start): Likewise.
	* engine.c (_gpgme_engine_set_status_handler): New function.
	(_gpgme_engine_set_command_handler): Likewise.
	(_gpgme_engine_set_colon_line_handler): Likewise.
	(_gpgme_engine_op_decrypt): Likewise.
	(_gpgme_engine_op_delete): Likewise.
	(_gpgme_engine_op_encrypt): Likewise.
	(_gpgme_engine_op_export): Likewise.
	(_gpgme_engine_op_genkey): Likewise.
	(_gpgme_engine_op_import): Likewise.
	(_gpgme_engine_op_keylist): Likewise.
	(_gpgme_engine_op_sign): Likewise.
	(_gpgme_engine_op_trustlist): Likewise.
	(_gpgme_engine_op_verify): Likewise.
	(_gpgme_engine_start): Likewise.

	* verify.c (gpgme_op_verify_start): Reimplement in terms of above
	functions.
	* encrypt.c (gpgme_op_encrypt_start): Likewise.
	* decrypt.c (_gpgme_decrypt_start): Likewise.
	* passphrase.c (_gpgme_passphrase_start): Likewise.
	* keylist.c (gpgme_op_keylist_start): Likewise.
2001-11-21 03:40:17 +00:00
assuan 2001-11-20 Marcus Brinkmann <marcus@g10code.de> 2001-11-20 05:27:46 +00:00
bonobo Release 0.2.1 2001-04-02 08:40:32 +00:00
complus Added these small tools 2001-10-23 11:04:17 +00:00
doc Added more doc entries and prepared for 0.2.3 2001-09-17 08:25:36 +00:00
gpgme 2001-11-21 Marcus Brinkmann <marcus@g10code.de> 2001-11-21 03:40:17 +00:00
jnlib 2001-11-01 Marcus Brinkmann <marcus@g10code.de> 2001-11-02 15:23:40 +00:00
tests gpgme/ 2001-11-16 01:37:06 +00:00
acconfig.h 2001-11-20 Marcus Brinkmann <marcus@g10code.de> 2001-11-20 04:02:55 +00:00
acinclude.m4 Okay, it runs at least on Windows 95 2000-12-06 12:17:10 +00:00
AUTHORS Typo fixes and new gpgme_get_op_info 2001-08-28 11:11:10 +00:00
autogen.sh 2001-10-22 Marcus Brinkmann <marcus@g10code.de> 2001-10-22 15:39:34 +00:00
ChangeLog 2001-11-20 Marcus Brinkmann <marcus@g10code.de> 2001-11-20 05:27:46 +00:00
configure.ac 2001-11-20 Marcus Brinkmann <marcus@g10code.de> 2001-11-20 05:27:46 +00:00
gpgme.txt Ready to release 0.2.2 2001-06-12 07:37:15 +00:00
INSTALL Release 0.2.1 2001-04-02 08:40:32 +00:00
Makefile.am 2001-11-20 Marcus Brinkmann <marcus@g10code.de> 2001-11-20 05:27:46 +00:00
NEWS 2001-11-18 Marcus Brinkmann <marcus@g10code.de> 2001-11-18 03:31:31 +00:00
README Fix version number dependency. 2001-10-22 12:24:49 +00:00
README-alpha Starting project 'GnuPG Made Easy' 2000-10-27 14:55:24 +00:00
THANKS New API to switch to S/MIME. There is no code yet behind it. 2001-10-15 12:19:14 +00:00
TODO * TODO: Remove obsolete items, categorize another. 2001-11-16 01:44:49 +00:00

                  GPGME - GnuPG Made Easy
                ---------------------------

             !!!! THIS IS WORK IN PROGRESS !!!

If you want to hack on it, start with one of the tests/t-foo programs.
You need the latest CVS version of GnuPG 1.0, see
http://www.gnupg.org/cvs-access.html .  

You need at least GnuPG 1.0.6  (but don't use a 1.1.x version).


To build the W32 version, use 
./autogen.sh --build-w32


Please subscribe to the gnupg-devel@gnupg.org mailing list if you want
to do serious work.