Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 | |
2005-07-27 | Removed directories which are only used by the 1.9 branch | Werner Koch | 1 | -138/+0 | |
2005-06-16 | gcc-4 defaults forced me to edit many many files to get rid of the | Werner Koch | 1 | -1/+1 | |
char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now. | |||||
2005-06-07 | New debugging optionhs, updates to the manual. | Werner Koch | 1 | -1/+2 | |
2004-12-20 | * call-scd.c (init_membuf, put_membuf, get_membuf): Removed. We | Werner Koch | 1 | -10/+12 | |
now use the identical implementation from ../common/membuf.c. * pksign.c (agent_pksign): Changed arg OUTFP to OUTBUF and use membuf functions to return the value. * pkdecrypt.c (agent_pkdecrypt): Ditto. * genkey.c (agent_genkey): Ditto. * command.c (cmd_pksign, cmd_pkdecrypt, cmd_genkey): Replaced assuan_get_data_fp() by a the membuf scheme. (clear_outbuf, write_and_clear_outbuf): New. * membuf.c (put_membuf): Wipe out buffer after a failed realloc. | |||||
2004-02-13 | * command.c (cmd_setkeydesc): New. | Werner Koch | 1 | -2/+4 | |
(register_commands): Add command SETKEYDESC. (cmd_pksign, cmd_pkdecrypt): Use the key description. (reset_notify): Reset the description. * findkey.c (unprotect): Add arg DESC_TEXT. (agent_key_from_file): Ditto. * pksign.c (agent_pksign): Ditto. * pkdecrypt.c (agent_pkdecrypt): Ditto. Made CIPHERTEXT an unsigned char*. | |||||
2004-02-03 | * findkey.c (agent_key_from_file): Extra paranoid wipe. | Werner Koch | 1 | -6/+6 | |
* protect.c (agent_unprotect): Ditto. (merge_lists): Ditto. Add arg RESULTLEN. * pkdecrypt.c (agent_pkdecrypt): Don't show the secret key even in debug mode. * protect.c: Add DSA and Elgamal description. | |||||
2004-01-16 | * findkey.c (agent_key_from_file): Now return an error code so | Werner Koch | 1 | -3/+2 | |
that we have more detailed error messages in the upper layers. This fixes the handling pinentry's cancel button. * pksign.c (agent_pksign): Changed accordingly. * pkdecrypt.c (agent_pkdecrypt): Ditto. * command.c (cmd_passwd): Ditto. | |||||
2003-11-12 | Mainly changes to adjust for the changed KSBA API. | Werner Koch | 1 | -1/+0 | |
2003-08-05 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -0/+138 | |
'GNUPG-1-9-BRANCH'. | |||||
2003-06-27 | Key generation and signing using the OpenPGP card does rudimentary work. | Werner Koch | 1 | -5/+5 | |
2003-06-04 | Update error handling to match gpg-error in CVS. | Marcus Brinkmann | 1 | -1/+1 | |
2003-06-03 | Make use of libgpg-error | Werner Koch | 1 | -4/+4 | |
2003-01-09 | Updated from latest NewPG project | Werner Koch | 1 | -2/+2 | |
2002-10-19 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -138/+0 | |
'GNUPG-1-9-BRANCH'. | |||||
2002-08-09 | Minor fixes | Werner Koch | 1 | -1/+1 | |
2002-03-06 | Decryption using a Cryptoflex card does now work. | Werner Koch | 1 | -16/+29 | |
2002-02-28 | Changes needed to support smartcards. Well, only _support_. There is | Werner Koch | 1 | -14/+27 | |
no real code yet. | |||||
2001-12-05 | Added decryption, some code cleanup | Werner Koch | 1 | -0/+112 | |