aboutsummaryrefslogtreecommitdiffstats
path: root/agent/query.c (unfollow)
Commit message (Collapse)AuthorFilesLines
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.