| Commit message (Expand) | Author | Files | Lines |
2002-03-21 | * export.c: New. | Werner Koch | 6 | -8/+304 |
2002-03-18 | Doc fixes, moved some fizmes to TODO, fixed minor bugs. | Werner Koch | 5 | -9/+5 |
2002-03-13 | * decrypt.c (gpgsm_decrypt): Allow multiple recipients. | Werner Koch | 4 | -14/+33 |
2002-03-12 | * verify.c (gpgsm_verify): Detect certs-only message. | Werner Koch | 11 | -41/+120 |
2002-03-06 | * server.c (cmd_listkeys, cmd_listsecretkeys): Divert toNEWPG-0-3-2 | Werner Koch | 3 | -25/+119 |
2002-03-06 | sm/ | Werner Koch | 5 | -3/+126 |
2002-03-06 | Decryption using a Cryptoflex card does now work. | Werner Koch | 3 | -2/+16 |
2002-03-05 | * gpgsm.c, gpgsm.h: Add local_user. | Werner Koch | 9 | -55/+96 |
2002-03-04 | Minor fixes; about to release 0.3.1NEWPG-0-3-1 | Werner Koch | 1 | -1/+1 |
2002-02-28 | Changes needed to support smartcards. Well, only _support_. There is | Werner Koch | 4 | -14/+20 |
2002-02-25 | * server.c (option_handler): Allow to use -2 for "send all certs | Werner Koch | 9 | -6/+69 |
2002-02-19 | * certpath.c (check_cert_policy): New. | Werner Koch | 5 | -11/+278 |
2002-02-18 | * certpath.c (gpgsm_validate_path): Ask the agent to add the | Werner Koch | 4 | -15/+77 |
2002-02-07 | Set version numbers add a commentNEWPG-0-3-0 | Werner Koch | 1 | -0/+1 |
2002-02-07 | * certlist.c (gpgsm_add_to_certlist): Check that the specified | Werner Koch | 9 | -21/+78 |
2002-02-06 | * decrypt.c (gpgsm_decrypt): Bail out after an decryption error. | Werner Koch | 3 | -45/+45 |
2002-02-01 | 2002-02-01 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -4/+5 |
2002-01-29 | * call-agent.c (gpgsm_agent_havekey): New. | Werner Koch | 6 | -14/+89 |
2002-01-28 | * certreqgen.c (create_request): Store the email address in the req. | Werner Koch | 2 | -1/+31 |
2002-01-25 | * gpgsm.c (main): Disable core dumps. | Werner Koch | 7 | -10/+235 |
2002-01-23 | * certpath.c (gpgsm_validate_path): Print the DN of a missing issuer. | Werner Koch | 5 | -15/+75 |
2002-01-22 | * certpath.c (unknown_criticals): New. | Werner Koch | 3 | -18/+235 |
2002-01-21 | * gpgsm.c: Add option --enable-crl-checks. | Werner Koch | 4 | -45/+105 |
2002-01-20 | * server.c (option_handler): New. | Werner Koch | 2 | -0/+17 |
2002-01-19 | * server.c (gpgsm_server): Use assuan_deinit_server and setup | Werner Koch | 4 | -2/+16 |
2002-01-15 | * import.c (gpgsm_import): Just do a basic cert check before | Werner Koch | 11 | -80/+352 |
2002-01-14 | * call-dirmngr.c (inq_certificate): Changed for new interface semantic. | Werner Koch | 4 | -17/+77 |
2002-01-13 | * fingerprint.c (gpgsm_get_certid): Print the serialand not the | Werner Koch | 2 | -1/+6 |
2002-01-11 | * call-dirmngr.c: New. | Werner Koch | 9 | -13/+343 |
2002-01-10 | * base64.c (gpgsm_create_writer): Allow to set the object name | Werner Koch | 11 | -56/+802 |
2001-12-20 | * verify.c (gpgsm_verify): Implemented non-detached signature | Werner Koch | 5 | -17/+59 |
2001-12-20 | * base64.c (base64_reader_cb): Try to detect an S/MIME body part. | Werner Koch | 8 | -83/+101 |
2001-12-19 | assuan/ | Marcus Brinkmann | 2 | -1/+5 |
2001-12-18 | * Makefile.am (AM_CPPFLAGS): Add flags for libksbaNEWPG-0-0-0 | Werner Koch | 1 | -2/+2 |
2001-12-18 | Changes to be used with the new libksba interface. | Werner Koch | 12 | -172/+175 |
2001-12-15 | * gpgsm.c (main): Renamed the default key database to "keyring.kbx". | Werner Koch | 2 | -1/+3 |
2001-12-15 | * decrypt.c (gpgsm_decrypt): Write STATUS_DECRYPTION_*. | Werner Koch | 5 | -6/+50 |
2001-12-14 | * keylist.c (list_cert_colon): Kludge to show an email address | Werner Koch | 3 | -1/+55 |
2001-12-14 | * verify.c (gpgsm_verify): Add hash debug helpers | Werner Koch | 5 | -3/+73 |
2001-12-14 | * gpgsm.c (main): New option --debug-wait n, so that it is | Werner Koch | 3 | -17/+23 |
2001-12-14 | * util.h (digitp, hexdigitp): New ctype like macros. | Werner Koch | 1 | -1/+1 |
2001-12-14 | * sign.c (get_default_signer): Use keydb_classify_name here. | Werner Koch | 3 | -2/+13 |
2001-12-14 | Fixed test key | Werner Koch | 1 | -1/+1 |
2001-12-14 | Fixed test key | Werner Koch | 2 | -2/+2 |
2001-12-14 | * keylist.c (list_cert_colon): Print alternative names of subject | Werner Koch | 2 | -2/+6 |
2001-12-13 | assuan/ | Marcus Brinkmann | 2 | -4/+8 |
2001-12-13 | * keylist.c (list_cert_colon): Print alternative names of subject | Werner Koch | 6 | -29/+65 |
2001-12-13 | Now that the DN encoding works more correct, we have to update the | Werner Koch | 1 | -1/+1 |
2001-12-13 | Made decryption work in --server mode, allow output of plain base64, | Werner Koch | 4 | -35/+76 |
2001-12-12 | * gpgsm.c (main): New options --assume-{armor,base64,binary}. | Werner Koch | 3 | -5/+65 |