/[winpt]/trunk/MyGPGME/ChangeLog
ViewVC logotype

Diff of /trunk/MyGPGME/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2 by twoaday, Mon Jan 31 11:02:21 2005 UTC revision 21 by twoaday, Wed Jul 27 11:17:44 2005 UTC
# Line 1  Line 1 
1  2005-01-07  Timo Schzlz  <[email protected]>  2005-07-22  Timo Schulz  <[email protected]>
2    
3            * gpgme.c (_gpgme_add_comment): Forgot to alloc an extra
4            byte for the '0'. This fixes a lot of crashes related to
5            file operations.
6            * keylist.c (gpgme_op_keylist_getkey): Use the param for
7            'pub' or 'sec' mode.
8            * keycache.c (gpgme_keycache_update_key): If the key is
9            not in the cache, add it and if the cache contain secret
10            key, sync it with the pub cache.
11            * editkey.c (edit_key_colon_handler): Allocate 1 byte for
12            the NUL-char.  This also fixes a lot of reported crashes
13            related to the showpref feature.
14    
15    2005-05-20      Timo Schulz  <[email protected]>
16    
17            * gpgme.h: s/cliptype/pgptype. Suggested by Kurt Fitzner.
18            s/CLIP/PGP. Likewise.
19            * w32-io.c (_gpgme_io_select): Increment the right loop variable.
20            Kudos to Kurt.
21            * keylist.c (gpgme_op_keylist_getkey): New. Handy function to
22            retrieve a single key.
23            * verify.c (gpgme_get_sig_key): Use it here.
24            * keycache.c (gpgme_keycache_update_key): Update a single key.
25    
26    2005-05-12  Timo Schulz  <[email protected]>
27    
28            * key.c (gpgme_key_get_ulong_attr#GPGME_ATTR_KEY_USABLE): Also
29            check if the key is disabled.
30    
31    2005-03-22  Timo Schulz  <[email protected]>
32    
33            * editcard.c: Support new status-fd entries SC_OP_SUCCESS
34            and SC_OP_FAILURE.
35            * editkey.c (cmd_addrev_handler): Check if context != NULL.
36            * import.c (import_command_handler): Wrong function signature.
37            Noted by Kurt Fitzner.
38            * types.h: Fixed encrypt_result_s. Noted by Kurt.
39            * gpgme.h (gpgme_editkey_addrev_set): Changed return type.
40            Kudos to Kurt.
41            * key.c: Removed some unreachable code. By Kurt.
42    
43    2005-01-07  Timo Schulz  <[email protected]>
44    
45          * gpgme.c (gpgnme_lib_cleanup): New. Cleanup all static locks.          * gpgme.c (gpgnme_lib_cleanup): New. Cleanup all static locks.
46          (gpgme_lib_init): New.          (gpgme_lib_init): New.

Legend:
Removed from v.2  
changed lines
  Added in v.21

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26