aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2001-11-11 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-11-112-37/+54
| | | | | | | * rungpg.c (_gpgme_gpg_release): Release GPG->cmd.cb_data. Release all members of the list GPG->arglist. Reported by Michael Schmidt <[email protected]>.
* gpgme/Marcus Brinkmann2001-11-027-4/+23
| | | | | | | | | | | | | | | | | | | 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.
* 2001-11-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-11-022-10/+12
| | | | | | | | * logging.c (log_printf): Do not initialize ARG_PTR with 0, we don't know the correct type. Instead, run va_start and va_end unconditionally. Reported by Jose Carlos Garcia Sogo <[email protected]>.
* Fix formatting.Marcus Brinkmann2001-10-291-4/+4
|
* gpgme/Marcus Brinkmann2001-10-296-55/+252
| | | | | | | | | | | | | | | | | | | | | 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.
* Added these small toolsWerner Koch2001-10-232-0/+200
|
* Merged with old ChnageLog which accidently was not in the CVSWerner Koch2001-10-231-0/+32
|
* 2001-10-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-10-222-1/+5
| | | | | * Makefile.am (TEST_ENVIRONMENT): Revert last change.
* FIx last change (grr, didn't want to check in the version I checked in).Marcus Brinkmann2001-10-221-1/+1
|
* 2001-10-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-10-223-14/+13
| | | | | | * autogen.sh: Invoke automake with `-a' (add missing files). Do not invoke configure.
* 2001-10-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-10-222-1/+6
| | | | | | * Makefile.am (TEST_ENVIRONMENT): Set environment to $(srcdir), not current directory.
* 2001-10-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-10-222-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 Brinkmann2001-10-222-11/+9
| | | | | | * data.c (_gpgme_data_append): Check if LENGTH is smaller than ALLOC_CHUNK, not DH->length.
* 2001-10-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-10-222-1/+5
| | | | | | * Makefile.am (INCLUDES): Remove spurious duplicate to silence automake.
* Fix version number dependency.Marcus Brinkmann2001-10-221-2/+1
|
* 2001-10-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-10-176-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.
* 2001-10-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-10-172-1/+5
| | | | | * gpgme.c (gpgme_set_protocol): Fix last change.
* New API to switch to S/MIME. There is no code yet behind it.Werner Koch2001-10-159-18/+97
|
* oops - have to thank someone elseWerner Koch2001-09-172-1/+21
|
* Fixed a keylisting bugWerner Koch2001-09-177-34/+74
|
* Added more doc entries and prepared for 0.2.3gpgme-0-2-3Werner Koch2001-09-1720-61/+1041
|
* added new status messagesWerner Koch2001-09-074-8/+35
|
* Some changesWerner Koch2001-09-0312-8/+157
|
* Fixed long standing listing bug.Werner Koch2001-08-292-2/+12
|
* Typo fixes and new gpgme_get_op_infoWerner Koch2001-08-2813-15/+189
|
* one more fileWerner Koch2001-08-011-0/+157
|
* missing fileWerner Koch2001-08-011-0/+236
|
* A couple of minor changes and a short README for GpgcomWerner Koch2001-07-3118-28/+288
|
* Added 2 examplesWerner Koch2001-07-313-1/+87
|
* Does not manage lifetimeWerner Koch2001-07-313-84/+43
|
* Encryption basically works.Werner Koch2001-07-3019-2252/+1768
| | | | | Removed system specific files becuase they are now part of Mingw32/CPD
* Timos fixesWerner Koch2001-06-164-5/+12
|
* Ready to release 0.2.2gpgme-0-2-2Werner Koch2001-06-129-6/+131
|
* Changes by Jose and Tommy.Werner Koch2001-05-2810-25/+251
|
* Adjusted for changes --fixed-list-mode in 1.0.4hWerner Koch2001-04-199-39/+68
|
* Reverted changeWerner Koch2001-04-121-1/+1
|
* testAnonCVS2001-04-121-0/+1
|
* Release 0.2.1gpgme-0-2-1Werner Koch2001-04-0274-41/+387
|
* Give access to key capabilitiesWerner Koch2001-03-158-8/+126
|
* Fixed syntax errorWerner Koch2001-03-141-4/+4
|
* Add a few key flags - needs the lates CVS gpgWerner Koch2001-03-139-35/+163
|
* Use a writer thread under W32 (arggg)gpgme-0-2-0Werner Koch2001-02-282-20/+283
|
* Reworked the process code.Werner Koch2001-02-209-186/+305
|
* FD are now released and a major bug has been fixed.Werner Koch2001-02-198-25/+118
| | | | | The W32 version does not compile at the meoment.
* W32 fixesWerner Koch2001-02-144-2/+11
|
* reap off gpg processesWerner Koch2001-02-139-17/+120
|
* Add some debugging codeWerner Koch2001-02-133-2/+12
|
* Multiple signatures can now be verified.Werner Koch2001-02-127-21/+245
|
* Possible fix for NT and segv fix.Werner Koch2001-02-013-11/+25
|
* Fixed W32 bugs and one major bug which swallowed up some output.Werner Koch2001-01-317-107/+102
|