aboutsummaryrefslogtreecommitdiffstats
path: root/sm/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-12-18Changes to be used with the new libksba interface.Werner Koch1-0/+33
libgcrypt-1.1.5 is required (cvs or tarball)
2001-12-15* gpgsm.c (main): Renamed the default key database to "keyring.kbx".Werner Koch1-0/+2
2001-12-15* decrypt.c (gpgsm_decrypt): Write STATUS_DECRYPTION_*.Werner Koch1-0/+5
* sign.c (gpgsm_sign): Write a STATUS_SIG_CREATED.
2001-12-14* keylist.c (list_cert_colon): Kludge to show an email addressWerner Koch1-0/+3
encoded in the subject's DN.
2001-12-14* verify.c (gpgsm_verify): Add hash debug helpersWerner Koch1-0/+12
* sign.c (gpgsm_sign): Ditto. * base64.c (base64_reader_cb): Reset the linelen when we need to skip the line and adjusted test; I somehow forgot about DeMorgan. * server.c (cmd_encrypt,cmd_decrypt,cmd_sign,cmd_verify) (cmd_import): Close the FDs on success. (close_message_fd): New. (input_notify): Setting autodetect_encoding to 0 after initializing it to 0 is pretty pointless. Easy to fix.
2001-12-14* gpgsm.c (main): New option --debug-wait n, so that it isWerner Koch1-0/+3
possible to attach gdb when used in server mode.
2001-12-14* sign.c (get_default_signer): Use keydb_classify_name here.Werner Koch1-0/+4
2001-12-13assuan/Marcus Brinkmann1-0/+6
2001-12-14 Marcus Brinkmann <[email protected]> * assuan-defs.h (LINELENGTH): Define as ASSUAN_LINELENGTH. assuan.h: Define ASSUAN_LINELENGTH. agent/ 2001-12-14 Marcus Brinkmann <[email protected]> * query.c (LINELENGTH): Removed. (agent_askpin): Use ASSUAN_LINELENGTH, not LINELENGTH. sm/ 2001-12-14 Marcus Brinkmann <[email protected]> * call-agent.c (LINELENGTH): Removed. (gpgsm_agent_pksign): Use ASSUAN_LINELENGTH, not LINELENGTH. (gpgsm_agent_pkdecrypt): Likewise.
2001-12-13* keylist.c (list_cert_colon): Print alternative names of subjectWerner Koch1-2/+5
and a few other values.
2001-12-12* gpgsm.c (main): New options --assume-{armor,base64,binary}.Werner Koch1-0/+5
* base64.c (base64_reader_cb): Fixed non-autodetection mode.
2001-12-05Started with decryption stuffWerner Koch1-0/+7
2001-11-27* base64.c: New. Changed all other functions to use this insteadWerner Koch1-0/+6
of direct creation of ksba_reader/writer. * gpgsm.c (main): Set ctrl.auto_encoding unless --no-armor is used. This way we can feed PEM encoded stuff to --verify.
2001-11-26* gpgsm.c: New option --agent-programWerner Koch1-0/+4
* call-agent.c (start_agent): Allow to override the default path to the agent.
2001-11-26* keydb.c (keydb_add_resource): Create keyboxWerner Koch1-0/+20
* keylist.c (gpgsm_list_keys): Fixed non-server keylisting. * server.c (rc_to_assuan_status): New. Use it for all commands.
2001-10-31Created configuration filesWerner Koch1-0/+0