aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***gpgme-0-4-5Marcus Brinkmann2004-03-071-1/+1
|
* 2004-03-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-074-3/+10
| | | | | | | | | * configure.ac (NEED_GPGSM_VERSION): Bump up to 1.9.6. 2004-03-07 Marcus Brinkmann <[email protected]> * gpgsm/t-keylist.c: Add chain IDs.
* 2004-03-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-071-0/+70
| | | | | * gpgme.texi (I/O Callback Example Qt): New section by Marc Mutz.
* 2004-03-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-073-5/+10
| | | | | | | Released 0.4.5. * Makefile.am (EXTRA_DIST): Remove autogen.sh and README.CVS.
* 2004-03-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-072-2/+11
| | | | | | * gpgme-config.in: Do not emit include and lib directory for prefix "/usr" or "".
* 2004-03-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-031-0/+4
| | | | | * gpgme.texi (I/O Callback Example Qt): New section by Marc Mutz.
* * engine-gpgsm.c (gpgsm_export_ext): Properly insert a spaceWerner Koch2004-03-035-4/+43
| | | | | | | beween patterns. * gpgsm/t-export.c (main): Also check exporting 2 certificates.
* 2004-02-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-02-243-16/+39
| | | | | | | | * rungpg.c (gpg_cancel): New function. (gpg_release): Call it here. (_gpgme_engine_ops_gpg): Add it here. * engine-gpgsm.c (gpgsm_cancel): Fix last change.
* doc/Marcus Brinkmann2004-02-2411-8/+116
| | | | | | | | | | | | | | | | | | | 2004-02-24 Marcus Brinkmann <[email protected]> * gpgme.texi (cancellation): New section. gpgme/ 2004-02-24 Marcus Brinkmann <[email protected]> * gpgme.c (gpgme_cancel): New function. * engine-backend.h (struct engine_ops): New member cancel. * engine.h (_gpgme_engine_cancel): New prototype. * engine.c (_gpgme_engine_cancel): New function. * engine-gpgsm.c: Add new member cancel. (gpgsm_cancel): New function. (gpgsm_release): Use it. * rungpg.c: Add new member cancel.
* * configure.ac: Make the check for funopen fail with just aWerner Koch2004-02-184-9/+29
| | | | | | | | warning. * assuan-handler.c (assuan_get_data_fp): Fail with ENOSYS if we can't implement this.
* * gpgsm/t-import.c (check_result): gpgsm does now return info inWerner Koch2004-02-1729-17/+203
| | | | | | | | | | | | | the result->imports; adjust for that. * gpgsm/Makefile.am (TESTS_ENVIRONMENT): Reset the GPG_AGENT_INFO. * gpg/t-keylist-sig.c (main): s/class/sig_class/. * gpg/t-signers.c (check_result): Ditto. * gpg/t-sign.c (check_result): Ditto. * gpg/t-encrypt-sign.c (check_result): Ditto. * gpgsm/t-sign.c (check_result): Ditto.
* * gpgme.texi (Key Listing Mode): Doc KEYLIST_MODE_VALIDATE.Werner Koch2004-02-176-6/+42
| | | | | | * gpgme.h: Add GPGME_KEYLIST_MODE_VALIDATE. * engine-gpgsm.c (gpgsm_keylist): Send this to gpgsm.
* (memrchr): Fixed implementation. Problem pointed outWerner Koch2004-02-155-8/+21
| | | | | by Adriaan de Groot.
* Removed the unneeded alloca.hWerner Koch2004-02-132-1/+4
|
* Fixed funopen test change.Werner Koch2004-02-102-1/+6
| | | | | | Hey, Moritz what was the orginal problem? Does autoconf not anymore allow to put AC_LIBOBJ into AC_CEHCK_FUNCS?
* 2004-02-06 Moritz Schulte <[email protected]>Moritz Schulte2004-02-062-14/+20
| | | | | | * gpgme.texi: A couple of small fixes regarding the Largfile Support section.
* 2004-02-06 Moritz Schulte <[email protected]>Moritz Schulte2004-02-062-4/+9
| | | | | * configure.ac: Fix funopen replacement mechanism.
* 2004-02-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-02-012-11/+4
| | | | | * rungpg.c (build_argv): Use --no-comment, not --comment "".
* 2004-01-31 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-02-018-14/+187
| | | | | | | | | | | | | | | | | | * configure.ac: Add invocation of AC_SYS_LARGEFILE, AC_TYPE_OFF_T and AC_FUNC_FSEEKO. doc/ 2004-02-01 Marcus Brinkmann <[email protected]> * gpgme.texi (Largefile Support): New section. gpgme/ 2004-02-01 Marcus Brinkmann <[email protected]> * data-compat.c (gpgme_data_new_from_filepart): Call fseeko if available. * data-stream.c (stream_seek): Likewise.
* (_gpgme_map_gnupg_error): Handle numerical codes asWerner Koch2004-01-163-2/+17
| | | | | used by GnuPG 1.9.x
* Add note about key signature notations.Marcus Brinkmann2004-01-131-1/+2
|
* 2004-01-13 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-01-132-1/+5
| | | | | * gpgme.texi (Key Management): Fix exportable field.
* 2004-01-13 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-01-132-1/+5
| | | | | * gpgme.h (struct _gpgme_key_sig): Fix comment on REVOKED>
* Added files usually installed bu automake. We want to keep them in the CVSgpgme-0-4-4Werner Koch2004-01-1213-0/+20383
| | | | | from now on.
* Updated the CVS build stuffWerner Koch2004-01-126-142/+145
|
* About to release 0.4.4:Werner Koch2004-01-129-5/+33
| | | | | | | | | | | | * configure.ac: Bumbed LT_Revision; now at C12/A1/R1. (NEED_GPGSM_VERSION): Set to 1.9.3. * sign.c: Include util.h for prototype of _gpgme_parse_timestamp. * gpg/t-keylist-sig.c (main): Temporary disabled one test due top gpg 1.3.4 problems. * gpg/t-import.c (check_result): Likewise.
* doc/Marcus Brinkmann2003-12-258-16/+57
| | | | | | | | | | | | | | | | | | | | | | 2003-12-25 Marcus Brinkmann <[email protected]> * gpgme.texi (Key Management): Rename member class in gpgme_key_sig_t to sig_class. (Creating a Signature): Likewise for gpgme_signature_t. gpgme/ 2003-12-25 Marcus Brinkmann <[email protected]> * gpgme.h (_GPGME_D_CLASS): Revert this change. (struct _gpgme_key_sig): For C++ compilers, rename class member to _obsolete_class. Add new member sig_class. (struct _gpgme_new_signature): Same here. * key.c (gpgme_key_sig_get_ulong_attr): Use CERTSIG->sig_class, not CERTSIG->class. * keylist.c (keylist_colon_handler): Likewise for KEYSIG, but keep setting KEYSIG->class, too. Rename variable CLASS to SIG_CLASS. * sign.c (parse_sig_created): Set SIG->sig_class.
* 2003-12-23 Moritz Schulte <[email protected]>Moritz Schulte2003-12-232-1/+7
| | | | | | * gpgme.texi (Listing Keys): Minor clarification for gpgme_get_key.
* C++ fixesWerner Koch2003-12-232-3/+12
|
* * gpg/t-support.h (DIM): Added.Werner Koch2003-11-195-24/+73
| | | | | | | | * gpg/t-verify.c (check_result): Rewrote test for notations because the order of notaions is not guaranteed. * gpgsm/t-support.h (fail_if_err): Also print the numeric values.
* * conversion.c (_gpgme_parse_timestamp): New.Werner Koch2003-11-197-62/+99
| | | | | | | | | (atoi_1, atoi_2, atoi_4): New. * keylist.c (parse_timestamp): Removed. Changed all callers to use the new function. * verify.c (parse_valid_sig): Ditto. Repalced the errno check. * sign.c (parse_sig_created): Ditto.
* * acinclude.m4: Add AM_PATH_GPG_ERROR.Werner Koch2003-11-194-6/+98
| | | | | | * configure.ac: Check for timegm. Made warning messages more prominent.
* Silly me: Reverted last change. The code here is actually okay butWerner Koch2003-11-132-8/+4
| | | | | when driving the one for gnupg, the bug was probably introduced.
* (int_vasprintf): ARGS should not be a pointer.Werner Koch2003-11-132-5/+9
|
* (parse_timestamp): Detect ISO 8601 timestamps and tryWerner Koch2003-10-314-3/+53
| | | | | to convert them.
* 2003-10-10 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-10-102-1/+6
| | | | | | * genkey.c (get_key_parameter): Make a copy of the key parameters. Submitted by Miguel Coca <[email protected]>.
* Prepare for developing the next version.Marcus Brinkmann2003-10-062-1/+4
|
* 2003-10-06 Marcus Brinkmann <[email protected]>gpgme-0-4-3Marcus Brinkmann2003-10-062-0/+4
| | | | | | * data-compat.c: Include <sys/time.h> before <sys/stat.h> for broken systems.
* 2003-10-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-10-062-0/+3
| | | | | * gpg/t-eventloop.c: Include <sys/types.h> for old systems.
* 2003-10-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-10-062-1/+3
| | | | | * gpgsm/Makefile.am (DISTCLEANFILES): Add random_seed.
* Fix last change.Marcus Brinkmann2003-10-061-1/+1
|
* 2003-10-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-10-062-0/+6
| | | | | | * engine-gpgsm.c (map_assuan_error): If ERR is -1, return sensible error.
* 2003-10-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-10-063-5/+12
| | | | | | | | Released 0.4.3. * configure.ac (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump up by 1. (LIBGPGME_LT_REVISION): Set to 0.
* Add item about sigaction.Marcus Brinkmann2003-10-061-0/+4
|
* doc/Marcus Brinkmann2003-10-0610-22/+72
| | | | | | | | | | | | | | | | | | | | | 2003-10-06 Marcus Brinkmann <[email protected]> * gpgme.texi (Signal Handling): New section. gpgme/ 2003-10-06 Marcus Brinkmann <[email protected]> * io.h (_gpgme_io_subsystem_init): New prototype. * posix-io.c (_gpgme_io_subsystem_init): Add function. (_gpgme_io_spawn): Do not fixup signal handler here. * version.c (do_subsystem_inits): Call _gpgme_io_subsystem_init. tests/ 2003-10-06 Marcus Brinkmann <[email protected]> * gpg/t-thread1.c (thread_one): Do not call initialize_gpgme. Likewise.
* 2003-10-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-10-062-1/+3
| | | | | * debug.c (debug_init): Drop const qualifier from E.
* 2003-10-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-10-066-6/+14
| | | | | | | | | | | * ath.h (struct ath_ops): Make ADDR argument of CONNECT prototype const. (ath_connect): Make ADDR argument const. * ath-pthread.c (ath_connect): Likewise. * ath-pth.c (ath_connect): Likewise. * ath-compat.c (ath_connect): Likewise. * ath.c (ath_connect): Likewise.
* 2003-10-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-10-065-3/+17
| | | | | | | | | | | | * ath.h [HAVE_SYS_SELECT_H]: Include <sys/select.h> for fd_set. [!HAVE_SYS_SELECT_H]: Include <sys/time.h>. * conversion.c (_gpgme_hextobyte): Drop "unsigned" from type of SRC argument. * util.h (_gpgme_hextobyte): Likewise for prototype. * gpgme.h: Remove trailing comma in enum.
* 2003-10-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-10-062-6/+5
| | | | | | * rungpg.c: Do not include <time.h>, <sys/time.h>, <sys/types.h>, <signal.h>, <fcntl.h>, or "unistd.h".
* Remove empty lineMarcus Brinkmann2003-10-061-1/+0
|