aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpg/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-09-142003-09-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-2/+3
* gpg/t-thread1.c: New file. * gpg/Makefile.am (TESTS): Add t-thread1.c. (t_thread1_LDADD): New variable. (LDADD): Remove GPG Error lib. * gpgsm/Makefile.am (LDADD): Likewise.
2003-07-222003-07-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+2
* 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@.
2003-06-05doc/Marcus Brinkmann1-0/+1
2003-06-06 Marcus Brinkmann <[email protected]> * gpgme.texi: Change error codes to GPG_ERR_* variants. (Error Handling): Rewritten. gpgme/ 2003-06-05 Marcus Brinkmann <[email protected]> Everywhere: Use libgpg-error error codes. * Makefile.am (EXTRA_DIST): Remove mkerrors. (BUILT_SOURCES): Remove errors.c. (MOSTLYCLEANFILES): Likewise. (libgpgme_la_SOURCES): Likewise. Add error.c. (errors.c): Remove target. * mkerrors: File removed. * error.c: New file. * gpgme.h (gpgme_error_t): Change to type gpg_error_t. (gpgme_err_code_t, gpgme_err_source_t): New types. (gpgme_err_code, gpgme_err_source, gpgme_error, gpgme_err_make): New static inline functions. (gpgme_strsource, gpgme_err_code_from_errno, gpgme_err_code_to_errno, gpgme_err_make_from_errno, gpgme_error_from_errno): New prototypes. tests/ 2003-06-06 Marcus Brinkmann <[email protected]> Everywhere: Use libgpg-error error codes. * gpg/Makefile.am (noinst_HEADERS): New variable. * gpg/t-support.h: New file. * gpgsm/Makefile.am (noinst_HEADERS): New variable. * gpgsm/t-support.h: New file.
2003-05-27Fix last changes.Marcus Brinkmann1-1/+1
2003-05-272003-05-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-2/+4
* gpg/Makefile.am (TESTS): Order t-keylist and t-keylist-sig after t-import. * gpg/t-edit.c (edit_fnc): Work around gpg 1.2.2 bug by resetting primary uid after setting expiration date. * gpg/t-keylist.c: Change order of user IDs. * gpg/t-keylist-sig.c: Likewise. * gpg/t-import.c: Add support for gpg in CVS.
2003-05-042003-05-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-2/+2
* gpg/Makefile.am (TESTS): Add t-keylist-sig. * gpg/t-keylist-sig.c: New file.
2002-07-282002-07-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* gpg/t-edit.c: New file. * gpg/Makefile (TESTS): Add t-edit.
2002-07-032002-07-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* gpg/t-eventloop.c: New file. * gpg/Makefile (TESTS): Add t-eventloop.
2002-06-20* gpgsm/t-sign.c (main): Also test a normal signature.Werner Koch1-1/+1
* gpg/Makefile (TESTS_ENVIRONMENT): Set GPG_AGENT_INFO empty. * gpg/t-signers.c, gpg/t-sign.c, gpg/t-encrypt-sym.c * gpg/t-encrypt-sign.c, gpg/t-decrypt.c * gpg/t-decrypt-verify.c (main): Changed the GPG_AGENT_INFO check to match the one in ../../gpgme/rungpg.c.
2002-05-262002-05-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-4/+2
* gpg/Makefile.am (all-local): Remove dependency on ./secring.gpg. (./secring.gpg): Remove target, and move all rules for this target to ... (./pubring.gpg): ... here. This was necessary because GnuPG 1.0.7 does create an empty secring.gpg file when importing public keys.
2002-03-06doc/Marcus Brinkmann1-2/+3
2002-03-06 Marcus Brinkmann <[email protected]> * gpgme.texi (Encrypting a Plaintext): Document symmetric encryption. gpgme/ 2002-03-06 Marcus Brinkmann <[email protected]> * encrypt.c (_gpgme_encrypt_sym_status_handler): New function. (gpgme_op_encrypt_start): New variable SYMMETRIC, set it if RECP is null, and if it is set, use _gpgme_encrypt_sym_status_handler as status handler and run _gpgme_passphrase_start. * rungpg.c (_gpgme_gpg_op_encrypt): If RECP is zero, do symmetric encryption. * engine-gpgsm.c (_gpgme_gpgsm_op_encrypt): If RECP is zero, return error value. * rungpg.c (_gpgme_gpg_op_verify): Add "--" argument. tests/ 2002-03-06 Marcus Brinkmann <[email protected]> * gpg/t-encrypt-sym.c: New file. * gpg/Makefile.am (TESTS): Add t-encrypt-sym.
2002-03-052002-03-05 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* gpg/Makefile.am (CLEANFILES): Remove random_seed, which is now in DISTCLEANFILES.
2002-03-04* gpg/Makefile.am (DISTCLEANFILES): Added.V0-3-4Werner Koch1-0/+1
* configure.ac: Bumbed LT version numbers to (7,1,0), requires gpgsm 0.3.1.
2002-02-26doc/Marcus Brinkmann1-1/+1
2002-02-26 Marcus Brinkmann <[email protected]> * gpgme.texi (Encrypting a Plaintext): Document gpgme_op_encrypt_sign and gpgme_op_encrypt_sign_start. gpgme/ 2002-02-25 Marcus Brinkmann <[email protected]> * engine.c (_gpgme_engine_op_encrypt_sign): New function. * engine.h (_gpgme_engine_op_encrypt_sign): New prototype. * rungpg.c (_gpgme_append_gpg_args_from_signers): New function. (_gpgme_gpg_op_sign): Use that new function. (_gpgme_gpg_op_encrypt_sign): New function. * rungpg.h (_gpgme_gpg_op_encrypt_sign): New prototype. * gpgme.h (gpgme_op_encrypt_sign_start): New prototype. (gpgme_op_encrypt_sign): Likewise. * Makefile.am (libgpgme_la_SOURCES): Add encrypt-sign.c. * ops.h (_gpgme_encrypt_status_handler): Add prototype. (_gpgme_sign_status_handler): Add prototype. * sign.c (sign_status_handler): Rename to ... (_gpgme_sign_status_handler): ... this and make non-static. * encrypt.c (encrypt_status_handler): Rename to ... (_gpgme_encrypt_status_handler): ... this and make non-static. * encrypt.c (gpgme_op_encrypt_start): Use new status handler name. * sign.c (gpgme_op_sign_start): Likewise. tests/ 2002-02-26 Marcus Brinkmann <[email protected]> * gpg/t-encrypt-sign.c: New file. * gpg/Makefile.am (TESTS): Add t-encrypt-sign.
2002-02-13* gpgsm/Makefile.am (private-keys-v1.d): Don'tWerner Koch1-1/+1
fail when the directory already exists.
2002-02-122002-02-12 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+2
* configure.ac (AC_INIT): Bump version to 0.3.3. * jnlib/Makefile.am: Rever to older version that includes xmalloc but not dotlock and some other files. Reported by St�phane Corth�sy. tests/ 2002-02-12 Marcus Brinkmann <[email protected]> * gpg/Makefile.am (CLEANFILES): New target. (distclean-local): Rename to ... (clean-local): ... this.
2001-12-192001-12-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* gpg/Makefile.am (EXTRA_DIST): Add missing line continuation.
2001-12-142001-12-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-9/+3
* configure.ac (GPG): Substitute this variable. (GPGSM): Likewise. tests/ CVS2001-12-14 Marcus Brinkmann <[email protected]> * gpg/Makefile.am (GPG): Set to @GPG_PATH@. (./pubring.gpg): Use $(GPG) instead gpg. (./secring.gpg): Likewise. * gpgsm/t-import.c (main): Remove third test case. * gpgsm/Makefile.am (GPGSM): Set to @GPGSM@. (all-local): New target. (./pubcerts.kbx): Likewise. * gpgsm/t-encrypt.c: New file. * gpgsm/Makefile.am (TESTS): Add t-encrypt.
2001-11-222001-11-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-5/+5
* gpg/: New directory. * Makefile.am, t-verify.c, t-encrypt.c, t-signers.c, t-trustlist.c, t-sign.c, t-keylist.c, t-import.c, t-genkey.c, t-export.c, t-decrypt-verify.c, t-decrypt.c, t-version.c, t-data.c, mkdemodirs. cipher-1.asc, cipher-2.asc, geheim.txt, pubdemo.asc, pubkey-1.asc, secdemo.asc, seckey-1.asc): Move to sub directory gpg/. * gpg/Makefile.am (INCLUDES): Include gpgme/, not include/ and intl/. (LDD): Correct relative path to gpgme library. (TESTS): Remove t-version and t-data. * gpg/t-verify.c, gpg/t-encrypt.c, gpg/t-signers.c, gpg/t-trustlist.c, gpg/t-sign.c, gpg/t-keylist.c, gpg/t-import.c, gpg/t-genkey.c, gpg/t-export.c, gpg/t-decrypt-verify.c, gpg/t-decrypt.c, t-version.c, t-data.c): Include gpgme.h, not "../gpgme/gpgme.h". * Makefile.am: New file. * gpgsm/: New directory. * gpgsm/Makefile.am: New file.
2001-11-16gpgme/Marcus Brinkmann1-1/+1
2001-11-16 Marcus Brinkmann <[email protected]> * decrypt-verify.c: New file. * Makefile.am (libgpgme_la_SOURCES): Add decrypt-verify.c. * types.h: Add decrypt-verify types. * ops.h: Likewise. * context.h: Add result type for decrypt-verify. * gpgme.h: Add decrypt-verify prototypes. * decrypt.c (decrypt_status_handler): Renamed to ... (_gpgme_decrypt_status_handler): ... this. Make non-static. (_gpgme_decrypt_start): New function, derived from gpgme_op_decrypt_start. (gpgme_op_decrypt_start): Reimplement in terms of _gpgme_decrypt_start. (_gpgme_decrypt_result): New function to retrieve error value. (gpgme_op_decrypt): Use _gpgme_decrypt_result. * ops.h: Add prototypes for new functions. * verify.c (verify_status_handler): Renamed to ... (_gpgme_verify_status_handler): ... this. Make non-static. (gpgme_op_verify_start): Use new function name. (intersect_stati): Renamed to ... (_gpgme_intersect_stati): ... this. Make non-static. (gpgme_op_verify): Use new name. * ops.h: Add prototypes for new functions. tests/ 2001-11-16 Marcus Brinkmann <[email protected]> * Makefile.am (TESTS): Add t-decrypt-verify. * t-decrypt-verify.c: New file. * cipher-2.asc: Likewise.
2001-10-29gpgme/Marcus Brinkmann1-2/+2
2001-10-29 Marcus Brinkmann <[email protected]> * context.h: New member signers_len. * signers.c (gpgme_signers_clear): Require that signers are non-NULL with assertion. Use signers_len to determine how much keys to release. Add documentation. (gpgme_signers_add): Use signers_len to determine if the buffer is large enough. Use xtryrealloc rather than xtrymalloc and copying. Add documentation. (gpgme_signers_enum): Use signers_len to determine if key is available. Add documentation. tests/ 2001-10-29 Marcus Brinkmann <[email protected]> * t-signers.c: New file. * Makefile.am (TESTS): Add t-signers.
2001-10-222001-10-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* Makefile.am (TEST_ENVIRONMENT): Revert last change.
2001-10-222001-10-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* Makefile.am (TEST_ENVIRONMENT): Set environment to $(srcdir), not current directory.
2001-10-222001-10-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+0
* Makefile.am (INCLUDES): Remove spurious duplicate to silence automake.
2001-10-172001-10-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-2/+2
* t-version.c: New file. * t-data.c: Likewise. * t-data-1.txt: Likewise. * t-data-2.txt: Likewise. * Makefile.am (TESTS): Add t-version, t-data.
2001-04-02Release 0.2.1gpgme-0-2-1Werner Koch1-1/+21
2001-01-08More changes and and some new functionsWerner Koch1-1/+2
2000-12-19Add progress CB and subkey listingWerner Koch1-3/+4
2000-12-18Add key generationWerner Koch1-1/+2
2000-12-14Add key import and export facilityWerner Koch1-7/+3
2000-12-12Add a passphrase callback and minor changes to the interfaceWerner Koch1-1/+1
2000-11-16Released 0.0.0V0-0-0Werner Koch1-1/+27
2000-11-16Added sign functionalityWerner Koch1-2/+2
2000-11-16Added decryptionWerner Koch1-1/+3
2000-11-10Started with --list-keyWerner Koch1-1/+1
2000-11-09Add verify functionWerner Koch1-1/+1
2000-11-07Just a backup for nowWerner Koch1-0/+12