aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* doc/Marcus Brinkmann2004-09-284-26/+36
| | | | | | | | | | | | | | | | | | | | 2004-09-29 Marcus Brinkmann <[email protected]> * gpgme.texi (Key Management): Change type of keylist_mode in gpgme_key_t to gpgme_keylist_mode_t. gpgme/ 2004-09-29 Marcus Brinkmann <[email protected]> * gpgme.h (GPGME_IMPORT_NEW, GPGME_IMPORT_UID, GPGME_IMPORT_SIG, GPGME_IMPORT_SUBKEY, GPGME_IMPORT_SECRET, (GPGME_KEYLIST_MODE_LOCAL, GPGME_KEYLIST_MODERN_EXTERN, GPGME_KEYLIST_MODE_SIGS, GPGME_KEYLIST_MODE_VALIDATE): Change from enum to macros. (gpgme_keylist_mode_t): Define as unsigned int. (gpgme_key_t): Change type of keylist_mode to gpgme_keylist_mode_t.
* 2004-09-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-282-1/+5
| | | | | * gpgme.texi (Passphrase Callback): Fix last change.
* 2004-09-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-272-1/+6
| | | | | | * gpgme.texi (Passphrase Callback): Document GPG_ERR_NOT_IMPLEMENTED.
* 2004-09-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-272-1/+6
| | | | | * gpgme.texi: Update copyright year for tex version.
* 2004-09-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-232-1/+15
| | | | | | * data.c (_gpgme_data_outbound_handler): Close the file descriptor if we get an EPIPE.
* 2004-09-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-234-5/+32
| | | | | | | | | | | * data-stream.c (stream_seek): Call ftello and return the current offset. * data.h (struct gpgme_data): Change type of data.mem.offset to off_t. * data.c (gpgme_data_seek): Check dh->cbs->seek callback, not read callback. If SEEK_CUR, adjust the offset by the pending buffer size. Clear pending buffer on success.
* Add entry about AC_CONFIG_MACRO_DIR.Marcus Brinkmann2004-09-161-1/+3
|
* 2004-09-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-162-1/+6
| | | | | * configure.ac: Disable AC_CONFIG_MACRO_DIR for now.
* 2004-09-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-142-4/+34
| | | | | * configure.ac: Improve diagnostics with version check.
* 2004-09-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-142-7/+97
| | | | | | | | | * configure.ac: Print diagnostics about found thread libraries at the end. Check for the versions of GPG and GPGSM and print the found versions at the end. (HAVE_GPGSM): Do not require GPGSM to exist and be readable. (AC_CONFIG_MACRO_DIR): Invoke with argument m4.
* 2004-09-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-142-2/+14
| | | | | * gpgme.m4: Add copyright notice.
* 2004-09-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-142-26/+31
| | | | | | * pth.m4: Disable _ac_pth_line, and don't fail if Pth is not found.
* 2004-09-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-146-506/+545
| | | | | | | | | | | | | | * acinclude.m4: Add copyright notice. (jm_GLIBC21, AM_PATH_GPG_ERROR, _AC_PTH_ERROR, _AC_PTH_VERBOSE, AC_CHECK_PTH): Removed. m4/ 2004-09-14 Marcus Brinkmann <[email protected]> * glibc21.m4: New file. * gpg-error.m4: New file. * pth.m4: New file.
* 2004-08-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-08-183-5/+5
| | | | | | * passphrase.c (_gpgme_passphrase_status_handler): Always run the status handler.
* 2004-08-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-08-172-2/+6
| | | | | * rungpg.c (build_argv): Use --no-sk-comment, not --no-comment.
* 2004-08-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-08-173-9/+27
| | | | | | | | | | * gpgsm/t-keylist.c (struct): Add new fields VALIDITY and KEY_LENGTH. (main): Use them. * gpgsm/t-import.c (check_result): New argument total_stat. (main): Pass this argument. Reduce number of total considered keys to 1 for the second test.
* 2004-07-29 Moritz Schulte <[email protected]>Moritz Schulte2004-07-292-1/+6
| | | | | | * gpgme.texi (Verify): Fix gpgme_get_key example (ancient force_update argument was still there).
* 2004-06-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-06-232-3/+12
| | | | | | | | * key.c (_gpgme_key_append_name): Make sure tail points to the byte following the uid. (_gpgme_key_add_sig): Likewise. Don't use calloc, but malloc and memset.
* Update version number.Marcus Brinkmann2004-06-231-1/+1
|
* 2004-06-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-06-234-3/+25
| | | | | | | | | | * 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>.
* 2004-06-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-06-232-0/+5
| | | | | * assuan-handler.c: Include <errno.h>.
* D'oh, forget the release date in the released NEWS entry!Marcus Brinkmann2004-06-082-2/+6
| | | | | Prepare for upcoming release.
* Add two items about documentation fixes.gpgme-0-9-0Marcus Brinkmann2004-06-081-0/+9
|
* 2004-06-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-06-082-0/+8
| | | | | | * assuan-buffer.c (assuan_write_line): If the line is longer than the maximum line length, bail out early.
* 2004-06-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-06-082-2/+16
| | | | | | * gpgme.texi (Listing Keys): Elaborate on the length restrictions on search patterns.
* 2004-06-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-06-082-6/+22
| | | | | | | | * 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.
* 2004-06-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-06-022-1/+5
| | | | | | * libgpgme.vers: Remove C-style comment, which is not supported by older binutils.
* Add item about gpgme.m4.Marcus Brinkmann2004-05-211-1/+4
|
* 2004-05-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-05-214-0/+17
| | | | | | | | | | | * 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.
* 2004-05-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-05-212-4/+129
| | | | | * libgpgme.vers: List all gpgme symbols under version GPGME_1.0.
* Remove item about verify.keyusage.Marcus Brinkmann2004-05-211-2/+0
|
* 2004-05-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-05-213-3/+3
| | | | | | * decrypt.c (_gpgme_decrypt_status_handler): Fix last change. * verify.c (parse_error): Likewise.
* 2004-05-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-05-212-7/+4
| | | | | * verify.c (parse_error): Do not skip location of where token.
* Add item about GPG_ERR_CERT_REVOKED in verify status.Marcus Brinkmann2004-05-211-0/+3
|
* 2004-05-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-05-212-0/+8
| | | | | * gpgme.text (Verify): Document GPG_ERR_CERT_REVOKED status.
* 2004-05-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-05-213-1/+14
| | | | | | | | * 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.
* doc/Marcus Brinkmann2004-05-217-7/+48
| | | | | | | | | | | | | | | | | | 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.
* doc/Marcus Brinkmann2004-05-217-10/+46
| | | | | | | | | | | | | | 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.
* Update version number.Marcus Brinkmann2004-04-291-1/+1
|
* 2004-04-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-04-292-2/+8
| | | | | | | Released 0.4.7. * configure.ac (LIBGPGME_LT_REVISION): Bump it up.
* Finalize for 0.4.7.Marcus Brinkmann2004-04-291-1/+1
|
* 2004-04-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-04-292-1/+4
| | | | | | * gpgme.h (struct _gpgme_signature): Change member WRONG_KEY_USAGE to unsigned int. Same for member _unused.
* 2004-04-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-04-292-1/+5
| | | | | * gpgme.texi (Verify): Correct type of member wrong_key_usage.
* Add Albrecht Dre� <[email protected]>, because he was helpful.Marcus Brinkmann2004-04-291-0/+1
|
* Add Albrecht Dress, because he was helpful.Marcus Brinkmann2004-04-291-1/+4
|
* Add item about key fields.Marcus Brinkmann2004-04-291-0/+2
|
* 2004-04-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-04-292-60/+65
| | | | | | | * keylist.c (set_mainkey_trust_info): Rewritten. (set_subkey_capability): Handle 'd' (disabled). (set_mainkey_capability): Rewritten.