summaryrefslogtreecommitdiffstats
path: root/agent/cache.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-04-252002-04-25 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann4-10/+57
* server.c (option_handler): Accept display, ttyname, ttytype, lc_ctype and lc_messages options. * gpgsm.c (main): Allocate memory for these options. * gpgsm.h (struct opt): Make corresponding members non-const.
2002-04-242002-04-24 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann9-8/+266
* configure.ac: Check for locale.h. agent/ 2002-04-24 Marcus Brinkmann <marcus@g10code.de> * agent.h (struct opt): Add members display, ttyname, ttytype, lc_ctype, and lc_messages. * gpg-agent.c (enum cmd_and_opt_values): Add oDisplay, oTTYname, oTTYtype, oLCctype, and LCmessages. (main): Handle these options. * command.c (option_handler): New function. (register_commands): Register option handler. * query.c (start_pinentry): Pass the various display and tty options to the pinentry. sm/ 2002-04-24 Marcus Brinkmann <marcus@g10code.de> * gpgsm.h (struct opt): New members display, ttyname, ttytype, lc_ctype, lc_messages. * gpgsm.c (enum cmd_and_opt_values): New members oDisplay, oTTYname, oTTYtype, oLCctype, oLCmessages. (opts): New entries for these options. (main): Handle these new options. * call-agent.c (start_agent): Set the various display and tty parameter after resetting.
2002-04-18* certreqgen.c (gpgsm_genkey): Write status output on success.Werner Koch2-0/+5
2002-04-15 released 0.3.5NEWPG-0-3-5Werner Koch3-1/+43
2002-04-15* gpgsm.c (main): Check ksba version.Werner Koch2-2/+9
2002-04-15* certpath.c (find_up): New to use the authorithKeyIdentifier.Werner Koch3-8/+67
Use it in all other functions to locate the signing cert..
2002-04-15* command.c (cmd_pksign, cmd_pkdecrypt): Use a copy of the key ID.Werner Koch2-2/+19
2002-04-15* cryptmiss.c: New.Werner Koch3-1/+45
2002-04-12* scdaemon.c: New option --debug-sc N.Werner Koch5-85/+78
* card.c (card_open): set it here. * card-p15.c (p15_prepare_key): Factored out common code from ... (p15_sign, p15_decipher): here and made the decryption work the regular way.
2002-04-12* certlist.c (cert_usable_p): New.Werner Koch8-8/+149
(gpgsm_cert_use_sign_p,gpgsm_cert_use_encrypt_p): New. (gpgsm_cert_use_verify_p,gpgsm_cert_use_decrypt_p): New. (gpgsm_add_to_certlist): Check the key usage. * sign.c (gpgsm_sign): Ditto. * verify.c (gpgsm_verify): Print a message wehn an unsuitable certificate was used. * decrypt.c (gpgsm_decrypt): Ditto * keylist.c (print_capabilities): Determine values from the cert.
2002-04-10* card.c (card_open): Return immediately when no reader is available.Werner Koch2-0/+5
2002-04-09* assuan-buffer.c (my_log_prefix): New. Use it for all i/o debug output.Werner Koch2-8/+28
2002-04-09* protect-tool.c (show_file): New. Used as default action.Werner Koch2-1/+28
2002-03-28yet another test certificateNEWPG-0-3-4Werner Koch2-0/+61
2002-03-28* certpath.c (gpgsm_walk_cert_chain): Be a bit more silent onWerner Koch3-2/+10
common errors.
2002-03-28* keylist.c (list_cert_colon): Fixed listing of crt record; theWerner Koch2-4/+31
issuer is not at the right place. Print a chainingID.
2002-03-28* card.c (card_open, card_close): Adjusted for changes in OpenSC.Werner Koch4-64/+61
2002-03-28* divert-scd.c (encode_md_for_card): Don't do the pkcs-1 padding,Werner Koch2-34/+23
the scdaemon should take care of it. (ask_for_card): Hack to not display the trailing zero.
2002-03-21* export.c: New.Werner Koch6-8/+304
* gpgsm.c: Add command --export. * server.c (cmd_export): New.
2002-03-18Added missing fileNEWPG-0-3-3Werner Koch1-0/+1
2002-03-18More stuff for SCs - don't expect them to work.Werner Koch3-0/+671
2002-03-18Doc fixes, moved some fizmes to TODO, fixed minor bugs.Werner Koch14-421/+208
2002-03-13* decrypt.c (gpgsm_decrypt): Allow multiple recipients.Werner Koch4-14/+33
2002-03-12More error codesWerner Koch1-0/+2
2002-03-12* verify.c (gpgsm_verify): Detect certs-only message.Werner Koch11-41/+120
2002-03-06* server.c (cmd_listkeys, cmd_listsecretkeys): Divert toNEWPG-0-3-2Werner Koch3-25/+119
(do_listkeys): new. Add pattern parsing. * keylist.c (gpgsm_list_keys): Handle selection pattern.
2002-03-06sm/Werner Koch16-85/+649
* gpgsm.c: New command --learn-card * call-agent.c (learn_cb,gpgsm_agent_learn): New. * gpgsm.c (main): Print error messages for non-implemented commands. agent/ * learncard.c: New. * divert-scd.c (ask_for_card): The serial number is binary so convert it to hex here. * findkey.c (agent_write_private_key): New. * genkey.c (store_key): And use it here. scd/ * pkdecrypt.c (agent_pkdecrypt): Changed the way the diversion is done. * divert-scd.c (divert_pkdecrypt): Changed interface and implemented it.
2002-03-06* assuan-client.c (_assuan_read_from_server): Detect END.Werner Koch2-0/+24
(assuan_transact): Pass it to the data callback.
2002-03-06Decryption using a Cryptoflex card does now work.Werner Koch11-30/+305
2002-03-05We got more error codes than actual code ;-)Werner Koch1-0/+1
2002-03-05Well and some stuff to access the SC will be helpful. Note, that theWerner Koch3-16/+116
code requires the latest OpenSC CVS code.