diff options
| author | Marcus Brinkmann <[email protected]> | 2001-10-29 01:08:14 +0100 |
|---|---|---|
| committer | Marcus Brinkmann <[email protected]> | 2001-10-29 01:08:14 +0100 |
| commit | c3e7053489df648dfccf9bb4146c374aa229b483 (patch) | |
| tree | b395cf43b24b8ea14df5b0593daecadc57116e07 /tests/ChangeLog | |
| parent | Added these small tools (diff) | |
| download | gpgme-c3e7053489df648dfccf9bb4146c374aa229b483.tar.gz gpgme-c3e7053489df648dfccf9bb4146c374aa229b483.zip | |
gpgme/
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.
Diffstat (limited to 'tests/ChangeLog')
| -rw-r--r-- | tests/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index fba4de2e..153bd153 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2001-10-29 Marcus Brinkmann <[email protected]> + + * t-signers.c: New file. + * Makefile.am (TESTS): Add t-signers. + 2001-10-22 Marcus Brinkmann <[email protected]> * Makefile.am (TEST_ENVIRONMENT): Revert last change. |
