aboutsummaryrefslogtreecommitdiffstats
path: root/agent/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-12-18* Makefile.am (AM_CPPFLAGS): Add flags for libksbaNEWPG-0-0-0Werner Koch1-0/+4
* Makefile.am (AM_CPPFLAGS): Include flags for gcrypt and ksba * Makefile.am: Use LIBGCRYPT macros
2001-12-14* gpg-agent.c (main): New option --batch. New option --debug-waitWerner Koch1-0/+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-14* util.h (digitp, hexdigitp): New ctype like macros.Werner Koch1-0/+5
(atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New. * command.c: Removed the conversion macros as they are now in ../common/util.h.
2001-12-13assuan/Marcus Brinkmann1-0/+5
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-11-24Added new directory common to enable sharing of some code and errorWerner Koch1-0/+26
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there.
2001-10-31Created configuration filesWerner Koch1-0/+0