|  | Commit message (Collapse) | Author | Age | Files | Lines | 
|---|
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| | * configure.ac: Check for <sys/uio.h>.
assuan
2004-06-23  Marcus Brinkmann  <[email protected]>
	* assuan-domain-connect.c [HAVE_SYS_UIO_H]: Include <sys/uio.h>. | 
| | 
| 
| 
| 
| | * assuan-handler.c: Include <errno.h>. | 
| | 
| 
| 
| 
| | Prepare for upcoming release. | 
| | |  | 
| | 
| 
| 
| 
| 
| | * assuan-buffer.c (assuan_write_line): If the line is longer than
	the maximum line length, bail out early. | 
| | 
| 
| 
| 
| 
| | * gpgme.texi (Listing Keys): Elaborate on the length restrictions
	on search patterns. | 
| | 
| 
| 
| 
| 
| 
| 
| | * gpgme.texi (Decrypt and Verify): Document the NO_DATA error
	code.
	(Verify): Document the relationship between gpgme_op_verify_result
	and the decrypt and verify operations. | 
| | 
| 
| 
| 
| 
| | * libgpgme.vers: Remove C-style comment, which is not supported by
	older binutils. | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | * configure.ac (GPGME_CONFIG_API_VERSION): New variable,
	substitute it.
gpgme/
2004-05-21  Marcus Brinkmann  <[email protected]>
	* gpgme-config.in (Options): Support --api-version. | 
| | 
| 
| 
| 
| | * libgpgme.vers: List all gpgme symbols under version GPGME_1.0. | 
| | |  | 
| | 
| 
| 
| 
| 
| | * decrypt.c (_gpgme_decrypt_status_handler): Fix last change.
	* verify.c (parse_error): Likewise. | 
| | 
| 
| 
| 
| | * verify.c (parse_error): Do not skip location of where token. | 
| | |  | 
| | 
| 
| 
| 
| | * gpgme.text (Verify): Document GPG_ERR_CERT_REVOKED status. | 
| | 
| 
| 
| 
| 
| 
| 
| | * gpgme.h (gpgme_status_code_t): Add GPGME_STATUS_REVKEYSIG.
	* verify.c (_gpgme_verify_status_handler): Add handling of
	GPGME_STATUS_REVKEYSIG.
	(parse_trust): Likewise. | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | 2004-05-21  Marcus Brinkmann  <[email protected]>
	* gpgme.texi (Decrypt): Add note about new field wrong_key_usage
	of gpgme_decrypt_result_t.
gpgme/
2004-05-21  Marcus Brinkmann  <[email protected]>
	* gpgme.h (struct _gpgme_decrypt_result): New fields
	wrong_key_usage and _unused.
	* decrypt.c (_gpgme_decrypt_status_handler): Don't skip over
	character after a matched string, as in a protocol error this
	could skip over the trailing binary zero.
	Handle decrypt.keyusage error notifications. | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | 2004-05-21  Marcus Brinkmann  <[email protected]>
	* gpgme.texi (Key Management): Add note about new field
	keylist_mode of gpgme_key_t.
gpgme/
2004-05-21  Marcus Brinkmann  <[email protected]>
	* gpgme.h (struct _gpgme_key): New member keylist_mode.
	* keylist.c (keylist_colon_handler): Set the keylist_mode of KEY. | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| | Released 0.4.7.
	* configure.ac (LIBGPGME_LT_REVISION): Bump it up. | 
| | |  | 
| | 
| 
| 
| 
| 
| | * gpgme.h (struct _gpgme_signature): Change member WRONG_KEY_USAGE
	to unsigned int.  Same for member _unused. | 
| | 
| 
| 
| 
| | * gpgme.texi (Verify): Correct type of member wrong_key_usage. | 
| | |  | 
| | |  | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| | * keylist.c (set_mainkey_trust_info): Rewritten.
	(set_subkey_capability): Handle 'd' (disabled).
	(set_mainkey_capability): Rewritten. | 
| | 
| 
| 
| 
| | * gpgme.m4: Quote first argument to AC_DEFUN. | 
| | 
| 
| 
| 
| | The rule of least surprise. | 
| | 
| 
| 
| 
| 
| | * assuan-socket-server.c: Ditto
* assuan-domain-connect.c: Ditto. | 
| | 
| 
| 
| 
| | * autogen.sh: Added ACLOCAL_FLAGS. | 
| | 
| 
| 
| 
| | unused result.signatures items. | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| | if we can't process it.
* decrypt-verify.c (decrypt_verify_status_handler): Backed out
yesterday's hack.  It is not any longer required. | 
| | 
| 
| 
| 
| | with meaningless error codes from the verify status function. | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | 
| 
| 
| 
| | libtools 1.5.4. | 
| | |  | 
| | 
| 
| 
| 
| | * gpgsm/Makefile.am: Changed the faked system time to 20011213T12000. | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | token.
(prepare_new_sig): New.
(parse_new_sig): Use prepare_new_sig when required.
(_gpgme_verify_status_handler): Handle STATUS_NEWSIG.
* engine-gpgsm.c (gpgsm_keylist_ext): Send with-validation
option.  Fixed pattern construction.
(status_handler): Add debugging output. | 
| | 
| 
| 
| 
| | token. | 
| | 
| 
| 
| 
| | option.  Fixed pattern construction. | 
| | 
| 
| 
| 
| 
| | * gpgme.texi (Verify): Fix type of gpgme_op_verify_result.
	* gpgme.texi (Key Listing Mode): Typo fix. | 
| | 
| 
| 
| 
| 
| | * engine-gpgsm.c (gpgsm_new): Protect _only_ tty related code with
	isatty().  Submitted by Bernhard Herzog. | 
| | 
| 
| 
| 
| 
| | * gpgme.texi (Library Version Check): Fix the instruction when to
	set the locale. |