aboutsummaryrefslogtreecommitdiffstats
path: root/agent/query.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-01-31* genkey.c (store_key): Protect the key.Werner Koch1-4/+10
(agent_genkey): Ask for the passphrase. * findkey.c (unprotect): Actually unprotect the key. * query.c (agent_askpin): Add an optional start_err_text.
2002-01-20* command.c (cmd_get_passphrase): Remove the plus signs.Werner Koch1-6/+5
* query.c (start_pinentry): Send no-grab option to pinentry * gpg-agent.c (main): Move variable grab as no_grab to agent.h.
2002-01-19* gpg-agent.c: Removed unused cruft and implement the socketWerner Koch1-0/+1
based server. (my_strusage): Take bug report address from configure.ac. * command.c (start_command_handler): Add an argument to start as regular server. (start_command_handler): Enable Assuan logging.
2002-01-10* genkey.c: Store the secret part and return the public part.Werner Koch1-0/+76
2001-12-19assuan/Marcus Brinkmann1-1/+1
2001-12-14 Marcus Brinkmann <[email protected]> * assuan-buffer.c (_assuan_read_line): New variable ATTICLEN, use it to save the length of the attic line. Rediddle the code a bit to make it more clear what happens. agent/ 2001-12-19 Marcus Brinkmann <[email protected]> * query.c (start_pinentry): Add new argument to assuan_pipe_connect. sm/ 2001-12-19 Marcus Brinkmann <[email protected]> * call-agent.c (start_agent): Add new argument to assuan_pipe_connect.
2001-12-14* gpg-agent.c (main): New option --batch. New option --debug-waitWerner Koch1-1/+4
n, so that it is possible to attach gdb when used in server mode. * query.c (agent_askpin): Don't ask in batch mode.
2001-12-13assuan/Marcus Brinkmann1-3/+1
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-10The Agent does now call the pin entry program; however because we haveWerner Koch1-0/+219
not yet implemeted secret key protection, its purpose is somewhat limited. Well, the PIN entry modules can now be tested.