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 | -271/+0 | |
2005-07-19 | (gpgsm_get_certid): Cast printf arg to unsigned. | Werner Koch | 1 | -3/+1 | |
Bug accidently introduced while solving the #$%^& gcc signed/unsigned char* warnings. | |||||
2005-06-16 | gcc-4 defaults forced me to edit many many files to get rid of the | Werner Koch | 1 | -8/+9 | |
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. | |||||
2004-05-11 | * sign.c (gpgsm_sign): Include the error source in the final error | Werner Koch | 1 | -0/+60 | |
message. * decrypt.c (gpgsm_decrypt): Ditto. * fingerprint.c (gpgsm_get_key_algo_info): New. * sign.c (gpgsm_sign): Don't assume RSA in the status line. * keylist.c (list_cert_colon): Really print the algorithm and key length. (list_cert_raw, list_cert_std): Ditto. * gpgsm.h (opt): Add member CONFIG_FILENAME. * gpgsm.c (main): Use it here instead of the local var. | |||||
2004-04-07 | * gpgsm.c: New option --force-crl-refresh. | Werner Koch | 1 | -1/+1 | |
* call-dirmngr.c (gpgsm_dirmngr_isvalid): Pass option to dirmngr. | |||||
2003-12-17 | Replaced deprecated type names. | Werner Koch | 1 | -9/+9 | |
* certdump.c (gpgsm_print_serial): Cleaned up cast use in strtoul. (gpgsm_dump_serial): Ditto. * decrypt.c (gpgsm_decrypt): Replaced ERR by RC. | |||||
2003-11-12 | Mainly changes to adjust for the changed KSBA API. | Werner Koch | 1 | -2/+2 | |
2003-08-05 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -0/+271 | |
'GNUPG-1-9-BRANCH'. | |||||
2003-06-27 | Key generation and signing using the OpenPGP card does rudimentary work. | Werner Koch | 1 | -8/+8 | |
2003-06-03 | Make use of libgpg-error | Werner Koch | 1 | -1/+1 | |
2002-10-19 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -271/+0 | |
'GNUPG-1-9-BRANCH'. | |||||
2002-08-10 | * keylist.c (list_cert_colon): Print the short fingerprint in the | Werner Koch | 1 | -1/+12 | |
key ID field. * fingerprint.c (gpgsm_get_short_fingerprint): New. * verify.c (gpgsm_verify): Print more verbose info for a good signature. | |||||
2002-07-22 | * delete.c: New. | Werner Koch | 1 | -1/+1 | |
* gpgsm.c: Made --delete-key work. * server.c (cmd_delkeys): New. (register_commands): New command DELKEYS. * decrypt.c (gpgsm_decrypt): Print a convenience note when RC2 is used and a STATUS_ERROR with the algorithm oid. | |||||
2002-01-13 | * fingerprint.c (gpgsm_get_certid): Print the serialand not the | Werner Koch | 1 | -1/+1 | |
hash after the dot. | |||||
2002-01-11 | * call-dirmngr.c: New. | Werner Koch | 1 | -0/+67 | |
* certpath.c (gpgsm_validate_path): Check the CRL here. * fingerprint.c (gpgsm_get_certid): New. * gpgsm.c: New options --dirmngr-program and --disable-crl-checks. | |||||
2002-01-10 | * base64.c (gpgsm_create_writer): Allow to set the object name | Werner Koch | 1 | -0/+4 | |
* server.c (cmd_genkey): New. * certreqgen.c: New. The parameter handling code has been taken from gnupg/g10/keygen.c version 1.0.6. * call-agent.c (gpgsm_agent_genkey): New. | |||||
2001-12-18 | Changes to be used with the new libksba interface. | Werner Koch | 1 | -16/+19 | |
libgcrypt-1.1.5 is required (cvs or tarball) | |||||
2001-12-15 | * decrypt.c (gpgsm_decrypt): Write STATUS_DECRYPTION_*. | Werner Koch | 1 | -1/+1 | |
* sign.c (gpgsm_sign): Write a STATUS_SIG_CREATED. | |||||
2001-12-05 | Started with decryption stuff | Werner Koch | 1 | -1/+3 | |
2001-11-24 | Introduced the keygrip | Werner Koch | 1 | -0/+57 | |
2001-11-19 | Added basic code for keylisting. | Werner Koch | 1 | -1/+1 | |
New Assuan command LISTKEYS. | |||||
2001-11-19 | Write status output, make verify work in server mode. | Werner Koch | 1 | -0/+23 | |
2001-11-13 | We have reached a state where we are able to import certs and | Werner Koch | 1 | -0/+104 | |
check the certification path. |