| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
* configure.ac (GPGSM_VERSION): Fix filter to get it.
|
| |
|
|
|
|
|
|
| |
* configure.ac (LIBGPGME_LT_REVISION): Bump up to 2.
(AC_INIT): Set version to 1.0.1.
|
|
|
|
|
|
| |
* configure.ac (LIBGPGME_LT_REVISION): Bump up to 2.
(AC_INIT): Set version to 1.0.1.
|
|
|
|
|
| |
* configure.ac: Set HAVE_GPGSM to true only if $GPGSM is not "no".
|
| |
|
|
|
|
|
|
|
| |
* verify.c (parse_trust): If no reason is provided, set
SIG->validity_reason to 0.
(calc_sig_summary): Set GPGME_SIGSUM_CRL_TOO_OLD if appropriate.
|
|
|
|
|
|
|
| |
* engine-gpgsm.c (map_assuan_error): Return 0 if ERR is 0.
(start): Call map_assuan_error on return value of
assuan_write_line.
|
|
|
|
|
|
| |
* op-support.c (_gpgme_op_data_lookup): Use char pointer for
pointer arithmetic.
|
| |
|
|
|
|
|
|
|
| |
* Makefile.am (gpgme_TEXINFOS): Remove fdl.texi.
* gpgme.texi: Do not include fdl.texi. Change license to GPL.
* fdl.texi: File removed.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Released 1.0.0.
* configure.ac (LIBGPGME_LT_REVISION): Bump up to 1.
(AC_INIT): Set version to 1.0.0.
|
| |
|
|
|
|
|
|
| |
* Makefile.am (EXTRA_DIST): Remove README-alpha.
* README-alpha: Remove file.
|
|
|
|
|
| |
* gpgme.m4: Implement the --api-version check.
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
* data.c (_gpgme_data_inbound_handler): Use _gpgme_io_read, not
read, to improve debug output.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
* gpgme.texi (Passphrase Callback): Fix last change.
|
|
|
|
|
|
| |
* gpgme.texi (Passphrase Callback): Document
GPG_ERR_NOT_IMPLEMENTED.
|
|
|
|
|
| |
* gpgme.texi: Update copyright year for tex version.
|
|
|
|
|
|
| |
* data.c (_gpgme_data_outbound_handler): Close the file descriptor
if we get an EPIPE.
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
| |
* configure.ac: Disable AC_CONFIG_MACRO_DIR for now.
|
|
|
|
|
| |
* configure.ac: Improve diagnostics with version check.
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
* gpgme.m4: Add copyright notice.
|
|
|
|
|
|
| |
* pth.m4: Disable _ac_pth_line, and don't fail if Pth is not
found.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
* passphrase.c (_gpgme_passphrase_status_handler): Always run the
status handler.
|
|
|
|
|
| |
* rungpg.c (build_argv): Use --no-sk-comment, not --no-comment.
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
* gpgme.texi (Verify): Fix gpgme_get_key example (ancient
force_update argument was still there).
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|