aboutsummaryrefslogtreecommitdiffstats
path: root/agent/query.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * gpg-agent.c (main): New option --batch. New option --debug-waitWerner Koch2001-12-141-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.
* assuan/Marcus Brinkmann2001-12-131-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.
* The Agent does now call the pin entry program; however because we haveWerner Koch2001-12-101-0/+219
not yet implemeted secret key protection, its purpose is somewhat limited. Well, the PIN entry modules can now be tested.