| Commit message (Collapse) | Author | Age | Files | Lines | 
| | 
| 
| 
| 
| 
|  | 
* gpgme.h: Define macro _GPGME_INLINE depending on the compiler
	characteristics and use that instead __inline__.
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
2003-09-14  Marcus Brinkmann  <[email protected]>
	* gpgme.texi (Locale): New section.
	(Multi Threading): Set locale in example.
gpgme/
2003-09-14  Marcus Brinkmann  <[email protected]>
	* context.h (struct gpgme_context): New members lc_ctype and
	lc_messages.
	* gpgme.c: Include <locale.h>.
	(def_lc_lock, def_lc_ctype, def_lc_messages): New static
	variables.
	(gpgme_set_locale): New function.
	* engine.c (_gpgme_engine_new): Add arguments lc_ctype and
	lc_messages.
	* engine.h (_gpgme_engine_new): Likewise.
	* engine-gpgsm.c (gpgsm_new): Likewise.
	* rungpg.c (gpg_new): Likewise.
	* engine-backend.h (struct engine_ops): Likewise to NEW.
	* op-support.c (_gpgme_op_reset): Likewise to invocation of
	_gpgme_engine_new.
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
2003-09-13  Marcus Brinkmann  <[email protected]>
	* gpgme.texi (Error Strings): Add gpgme_strerror_r.
gpgme/
2003-09-13  Marcus Brinkmann  <[email protected]>
	* gpgme.h (gpgme_strerror_r): New prototype.
	* error.c (gpgme_strerror_r): New function.
 | 
| | 
| 
| 
| 
|  | 
* gpgme.texi (Multi Threading): Update documentation.
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
* acinclude.m4: Remove libtool cruft, add jm_GLIBC21.
	* configure.ac: Add check for getenv_r, and call jm_GLIBC21.
	Define HAVE_THREAD_SAFE_GETENV if appropriate.
gpgme/
2003-09-13  Marcus Brinkmann  <[email protected]>
	* get-env.c: New file.
	* util.h (_gpgme_getenv): Add prototype.
	* Makefile.am (libgpgme_real_la_SOURCES): Add get-env.c.
	* rungpg.c (build_argv): Use _gpgme_getenv.
	* debug.c (debug_init): Likewise.
	* engine-gpgsm.c (gpgsm_new): Likewise.
	(gpgsm_new): Use ttyname_r.
	* w32-io.c (_gpgme_io_spawn): Disable debugging for now.
 | 
| | 
| 
| 
| 
| 
|  | 
* gpgme-config.in: Use $libdir, not @libdir@, for the echo
	command.
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
* configure.ac: Remove GPGME_CONFIG_LIBS and GPGME_CONFIG_CFLAGS.
doc/
2003-09-03  Marcus Brinkmann  <[email protected]>
	* gpgme.texi (Header): We don't use the assuan namespace anymore.
	Document new thread options.
gpgme/
2003-09-03  Marcus Brinkmann  <[email protected]>
	* gpgme-config.in: Rewritten.
	* gpgme.m4: Rewritten.
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
|  | 
* gpg/t-sign.c (check_result): Change output format for signature
	class to unsigned int.
	* gpg/t-signers.c (check_result): Likewise.
	* gpg/t-encrypt-sign.c (check_result): Likewise.
	* gpgsm/t-sign.c (check_result): Likewise.
 | 
| | 
| 
| 
| 
| 
|  | 
* configure.ac: Move invocation of AC_CANONICAL_HOST up to
	suppress warning by autoconf.
 | 
| | 
| 
| 
| 
| 
|  | 
* gpgme.spec.in: %{_infodir}/dir is not packaged,
	remove to prevent checking failure.
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
*configure.ac (AM_PATH_GPG_ERROR): Require 0.3.
assuan/
See README.1st.
gpgme/
2003-08-19  Marcus Brinkmann  <[email protected]>
	The ath files (ath.h, ath.c, ath-pth.c, ath-pthread.c,
	ath-compat.c, ath-pth-compat.c and ath-pthread-compat.c) have been
	updated to have better thread support, and the Makefile.am was
	changed to reflect that.
	* util.h [!HAVE_FOPENCOOKIE]: Remove fopencookie declaration.
	* engine-gpgsm.c (gpgsm_assuan_simple_command): Set ERR to return
	value of status_fnc.
	* rungpg.c (start): Return SAVED_ERRNO, not errno.
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
*configure.ac (AM_PATH_GPG_ERROR): Require 0.3.
assuan/
See README.1st.
gpgme/
2003-08-19  Marcus Brinkmann  <[email protected]>
	The ath files (ath.h, ath.c, ath-pth.c, ath-pthread.c,
	ath-compat.c, ath-pth-compat.c and ath-pthread-compat.c) have been
	updated to have better thread support, and the Makefile.am was
	changed to reflect that.
	* util.h [!HAVE_FOPENCOOKIE]: Remove fopencookie declaration.
	* engine-gpgsm.c (gpgsm_assuan_simple_command): Set ERR to return
	value of status_fnc.
	* rungpg.c (start): Return SAVED_ERRNO, not errno.
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
* configure.ac: If building Assuan, check for funopen and
	fopencookie, and make isascii, putc_unlocked and memrchr
	replacement functions.
assuan/
Update to the latest assuan version.
gpgme/
2003-08-18  Marcus Brinkmann  <[email protected]>
	* funopen.c, putc_unlocked.c, isascii.c, memrchr.c: New files.
	* fopencookie.c: File removed.
 | 
| | 
| 
| 
| 
|  | 
* gpgme-config.in: Put gpg-error related flags after gpgme's.
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
2003-08-14  Marcus Brinkmann  <[email protected]>
	* gpgme.texi (Creating a Signature): Change type of member class
	to unsigned int.
gpgme/
2003-08-14  Marcus Brinkmann  <[email protected]>
	* gpgme.h (struct _gpgme_new_signature): Rename member CLASS to
	_OBSOLETE_CLASS, add member CLASS with type unsigned int.
	* sign.c (parse_sig_created): Also set SIG->_unused_class for
	backward compatibility.
tests/
2003-08-14  Marcus Brinkmann  <[email protected]>
	* gpg/t-sign.c (check_result): Change output format for signature
	class to unsigned int.
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
2003-08-04  Marcus Brinkmann  <[email protected]>
	* gpgme.texi (Verify): Get error code from SIG->status in the code
	for gpgme_get_sig_status.
gpgme/
2003-08-04  Marcus Brinkmann  <[email protected]>
	* verify.c (parse_new_sig): Fix status parsing case.
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
2003-07-31  Marcus Brinkmann  <[email protected]>
	* gpgme.texi (Key Management): Add can_authenticate flag.
gpgme/
2003-07-31  Marcus Brinkmann  <[email protected]>
	* gpgme.h (struct _gpgme_subkey): Add flag CAN_AUTHENTICATE.
	Lower _UNUSED to 23 bits.
	(struct _gpgme_key): Likewise.
	* keylist.c (set_mainkey_capability): Support 'a' and 'A'.
	(set_subkey_capability): Support 'a'.
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
2003-07-31  Marcus Brinkmann  <[email protected]>
	* gpgme.texi (Listing Keys): Document GPG_ERR_AMBIGUOUS_NAME for
	gpgme_get_key.
gpgme/
2003-07-31  Marcus Brinkmann  <[email protected]>
	* keylist.c (gpgme_get_key): Check if there is more than one key
	listed, and return GPG_ERR_AMBIGUOUS_NAME in that case.
 | 
| | 
| 
| 
| 
|  | 
* configure.ac (AC_INIT): Bump version to 0.4.3.
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
* gpg/t-verify.c (check_result): Change type of SUMMARY to
	unsigned int.
	* gpg/t-decrypt-verify.c (check_verify_result): Likewise.
	* gpg/t-keylist-sig.c (keys): Change type of member CLASS to
	unsigned int.
	* t-data.c (read_cb): Change type of AMOUNT to unsigned int.
	* t-version.c (version): Remove unused variable.
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
* util.h (_gpgme_decode_c_string): Change type of LEN argument to
	size_t.
	(_gpgme_decode_percent_string): Likewise.
	* conversion.c (_gpgme_decode_c_string): Likewise.
	(_gpgme_decode_percent_string): Likewise.
	(_gpgme_map_gnupg_error): Change type of I to unsigned int.
	* signers.c (gpgme_signers_clear): Likewise.
	(gpgme_signers_enum): New unsigned variable SEQNO, set to SEQ.
	Use SEQNO instead SEQ.
	* wait.c (fd_table_put): Change type of I and J to unsigned int.
	* wait-global.c (_gpgme_wait_global_event_cb): Change type of IDX
	to unsigned int.
	(gpgme_wait): Change type of I and IDX to unsigned int.
	* wait-private.c (_gpgme_wait_on_condition): Change type of IDX
	and I to unsigned int.
	* posix-io.c (_gpgme_io_close): Cast return value of macro DIM to
	int to suppress gcc warning.
	(_gpgme_io_set_close_notify): Likewise.
	(_gpgme_io_select): Change type of I to unsigned int.
	* engine.c (gpgme_get_engine_info): Change type of PROTO to
	unsigned int.
	* wait-user.c (_gpgme_user_io_cb_handler): Change type of IDX and
	I to unsigned int.
 | 
| | 
| 
| 
| 
| 
| 
|  | 
* configure.ac (LIBGPGME_LT_REVISION): Bump up to 1.
	Released 0.4.2.
 | 
| |  | 
 | 
| |  | 
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
* decrypt-verify.c (decrypt_verify_status_handler): Expand silly
	and wrong expression.
	* encrypt-sign.c (encrypt_sign_status_handler): Likewise.
	* encrypt.c (encrypt_sym_status_handler): Likewise.
	* sign.c (sign_status_handler): Likewise.
	* verify.c (verify_status_handler): Likewise.
	* decrypt.c (decrypt_status_handler): Likewise.
 | 
| | 
| 
| 
| 
|  | 
* Makefile.am (EXTRA_DIST): Remove variable.
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
* gpgme.texi (Encrypting a Plaintext): Bad passphrase is only
	possible with symmetric encryption, change the wording to reflect
	that.
	* gpgme.texi (Creating a Signature): Document
	GPG_ERR_UNUSABLE_SECKEY.
 | 
| | 
| 
| 
| 
| 
|  | 
* gpgme.texi (Creating a Signature): Document
	GPG_ERR_UNUSABLE_SECKEY.
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
| 
|  | 
* gpgme.texi (Encrypting a Plaintext): Mention encrypt and sign
	operations in result function.
	(Creating a Signature): Likewise.
 | 
| | 
| 
| 
| 
|  | 
* engine.c (gpgme_get_engine_info): Initialize NULL.
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
* gpgme.texi (Key Listing Mode): Remove word duplication.
	(Listing Keys): Remove mentioning of force argument.
	(Verify): Don't mention r_stat.  Fix some typos.
	(Decrypt and Verify): Correct info how to get the result.  Don't
	mention r_stat.
	(Manipulating Data Buffers): Fix documentation of return value.
	(Listing Keys): Update examples.
	(Decrypt): Result might also be available when operation failed.
	(Verify): Result might also be available when operation failed.
	All spotted by St�phane Corth�sy.
 | 
| | 
| 
| 
| 
| 
| 
|  | 
* gpgme-config.in (gpg_error_libs): Quote GPG_ERROR_CFLAGS and
	GPG_ERROR_LIBS when setting the corresponding variables.
	Reported by St�phane Corth�sy.
 | 
| | 
| 
| 
| 
|  | 
* gpgme.texi (Error Sources): Fix cut and paste error.
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
* Makefile.am (AM_CPPFLAGS): New variable.
	(LDADD): Add @GPG_ERROR_LIBS@.
	* gpg/Makefile.am (AM_CPPFLAGS): New variable.
	(LDADD): Add @GPG_ERROR_LIBS@.
	* gpgsm/Makefile.am (AM_CPPFLAGS): New variable.
	(LDADD): Add @GPG_ERROR_LIBS@.
 | 
| | 
| 
| 
| 
| 
|  | 
* engine-gpgsm.c (set_recipients): Move declaration of NEWLEN to
	the beginning of the block.
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
* gpgme.texi (Key Management): Clarify difference between can_sign
	and can_certify.
	(Information About Keys): Likewise for GPGME_ATTR_CAN_SIGN and
	GPGME_ATTR_CAN_CERTIFY.
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
|  | 
* gpgme.texi (Progress Meter Callback): Change return type of
	gpgme_progress_cb_t to void.
 | 
| | 
| 
| 
| 
|  | 
* configure.ac: Complain if libgpg-error is not found.
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
* gpgme.texi: Add 2003 to copyright notice.
	* gpgme.texi (Header): Fix name space documentation on
	libgpg-error.
 | 
| | 
| 
| 
| 
|  | 
* data-mem.c (mem_write): Copy original buffer content.
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
2003-06-22  Marcus Brinkmann  <[email protected]>
	* gpgme.texi (Multi Threading): Remove reference to
	gpgme_recipients_t.
gpgme/
2003-06-22  Marcus Brinkmann  <[email protected]>
	* gpgme.h (gpgme_user_ids_release, gpgme_user_ids_append): Remove
	prototypes.
 | 
| | 
| 
| 
| 
|  | 
* configure.ac (AC_INIT): Bump version to 0.4.2.
 |