aboutsummaryrefslogtreecommitdiffstats
path: root/sm/call-agent.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Changes to be used with the new libksba interface.Werner Koch2001-12-181-1/+6
| | | | | libgcrypt-1.1.5 is required (cvs or tarball)
* * gpgsm.c (main): New option --debug-wait n, so that it isWerner Koch2001-12-141-8/+0
| | | | | possible to attach gdb when used in server mode.
* assuan/Marcus Brinkmann2001-12-131-4/+2
| | | | | | | | | | | | | | | | | | | | | 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.
* Decryption does now workWerner Koch2001-12-061-8/+32
|
* Started with decryption stuffWerner Koch2001-12-051-350/+113
|
* * gpgsm.c: New option --agent-programWerner Koch2001-11-261-4/+12
| | | | | | * call-agent.c (start_agent): Allow to override the default path to the agent.
* * keydb.c (keydb_add_resource): Create keyboxWerner Koch2001-11-261-4/+4
| | | | | | * keylist.c (gpgsm_list_keys): Fixed non-server keylisting. * server.c (rc_to_assuan_status): New. Use it for all commands.
* The agent does now work and read the secret keys from the directoryWerner Koch2001-11-251-0/+556
~/.gnupg-test/private-keys-v1.d/<keygrip-as-20-byte-hex-number>. I will post a sample key to gpa-dev.