Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .cvsigore updated - I still not tyhing they should go innto the cvs | Werner Koch | 2001-12-13 | 1 | -0/+27 |
| | |||||
* | Set protocol to CMS to test gpgsm | Werner Koch | 2001-12-13 | 1 | -1/+3 |
| | |||||
* | Add .cvsignore files. Suggested by Jan-Oliver Wagner <[email protected]>. | Marcus Brinkmann | 2001-12-05 | 3 | -0/+9 |
| | |||||
* | 2001-11-22 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2001-11-22 | 25 | -40/+141 |
| | | | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | gpgme/ | Marcus Brinkmann | 2001-11-16 | 4 | -1/+170 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | gpgme/ | Marcus Brinkmann | 2001-11-02 | 2 | -3/+11 |
| | | | | | | | | | | | | | | | | | | | 2001-11-02 Marcus Brinkmann <[email protected]> * rungpg.c (pipemode_copy): Change type of NBYTES to size_t. * key.c: Include string.h. * data.c: Likewise. * recipient.c: Likewise. tests/ 2001-11-02 Marcus Brinkmann <[email protected]> * t-data.c: Include stddef.h. (read_once_test): Change type of READ to size_t. (read_test): Likewise. (write_test): Likewise. | ||||
* | gpgme/ | Marcus Brinkmann | 2001-10-29 | 3 | -2/+174 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Merged with old ChnageLog which accidently was not in the CVS | Werner Koch | 2001-10-23 | 1 | -0/+32 |
| | |||||
* | 2001-10-22 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2001-10-22 | 2 | -1/+5 |
| | | | | | * Makefile.am (TEST_ENVIRONMENT): Revert last change. | ||||
* | 2001-10-22 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2001-10-22 | 2 | -1/+6 |
| | | | | | | * Makefile.am (TEST_ENVIRONMENT): Set environment to $(srcdir), not current directory. | ||||
* | 2001-10-22 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2001-10-22 | 2 | -2/+47 |
| | | | | | | * t-data.c (write_test): New function. (main): Invoke write_test for all rounds except TEST_OUT_CB. | ||||
* | 2001-10-22 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2001-10-22 | 2 | -1/+5 |
| | | | | | | * Makefile.am (INCLUDES): Remove spurious duplicate to silence automake. | ||||
* | 2001-10-16 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2001-10-17 | 6 | -2/+353 |
| | | | | | | | | | * 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. | ||||
* | New API to switch to S/MIME. There is no code yet behind it. | Werner Koch | 2001-10-15 | 1 | -1/+1 |
| | |||||
* | Fixed a keylisting bug | Werner Koch | 2001-09-17 | 1 | -0/+33 |
| | |||||
* | Some changes | Werner Koch | 2001-09-03 | 1 | -0/+15 |
| | |||||
* | Typo fixes and new gpgme_get_op_info | Werner Koch | 2001-08-28 | 1 | -0/+16 |
| | |||||
* | Changes by Jose and Tommy. | Werner Koch | 2001-05-28 | 1 | -1/+3 |
| | |||||
* | Release 0.2.1gpgme-0-2-1 | Werner Koch | 2001-04-02 | 10 | -1/+30 |
| | |||||
* | Give access to key capabilities | Werner Koch | 2001-03-15 | 1 | -4/+21 |
| | |||||
* | FD are now released and a major bug has been fixed. | Werner Koch | 2001-02-19 | 1 | -0/+3 |
| | | | | | The W32 version does not compile at the meoment. | ||||
* | W32 fixes | Werner Koch | 2001-02-14 | 1 | -1/+1 |
| | |||||
* | reap off gpg processes | Werner Koch | 2001-02-13 | 1 | -0/+1 |
| | |||||
* | Multiple signatures can now be verified. | Werner Koch | 2001-02-12 | 1 | -10/+41 |
| | |||||
* | Add missing demo keys | Werner Koch | 2001-01-30 | 2 | -0/+1303 |
| | |||||
* | Add better debug printing. Use reader threads for W32 | Werner Koch | 2001-01-30 | 1 | -0/+1 |
| | |||||
* | Some new but untested functions | Werner Koch | 2001-01-22 | 1 | -0/+4 |
| | |||||
* | Release 0.1.4gpgme-0-1-4 | Werner Koch | 2001-01-11 | 3 | -3/+6 |
| | |||||
* | More changes and and some new functions | Werner Koch | 2001-01-08 | 3 | -2/+112 |
| | |||||
* | Add 2 missing files and other changes | Werner Koch | 2000-12-29 | 1 | -1/+2 |
| | |||||
* | Add progress CB and subkey listing | Werner Koch | 2000-12-19 | 2 | -3/+13 |
| | |||||
* | Add key generation | Werner Koch | 2000-12-18 | 2 | -1/+76 |
| | |||||
* | Add key import and export facility | Werner Koch | 2000-12-14 | 6 | -8/+241 |
| | |||||
* | Add a passphrase callback and minor changes to the interface | Werner Koch | 2000-12-12 | 4 | -32/+80 |
| | |||||
* | Okay, it runs at least on Windows 95 | Werner Koch | 2000-12-06 | 1 | -15/+37 |
| | |||||
* | Does some basic tasks.V0-1-0 | Werner Koch | 2000-11-20 | 3 | -4/+20 |
| | |||||
* | configuration changes | Werner Koch | 2000-11-17 | 1 | -0/+44 |
| | |||||
* | Released 0.0.0V0-0-0 | Werner Koch | 2000-11-16 | 2 | -2/+45 |
| | |||||
* | Added sign functionality | Werner Koch | 2000-11-16 | 3 | -2/+93 |
| | |||||
* | Added decryption | Werner Koch | 2000-11-16 | 5 | -6/+114 |
| | |||||
* | Notation stuff added | Werner Koch | 2000-11-15 | 2 | -3/+66 |
| | |||||
* | Reanmed public functions | Werner Koch | 2000-11-13 | 3 | -29/+29 |
| | |||||
* | keylist does now return objects. | Werner Koch | 2000-11-10 | 1 | -1/+7 |
| | |||||
* | Started with --list-key | Werner Koch | 2000-11-10 | 2 | -1/+75 |
| | |||||
* | Add verify function | Werner Koch | 2000-11-09 | 3 | -2/+113 |
| | |||||
* | Just a backup for now | Werner Koch | 2000-11-07 | 2 | -0/+81 |