aboutsummaryrefslogtreecommitdiffstats
path: root/agent/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * trustlist.c: New.Werner Koch2002-01-151-0/+5
| | | | | * command.c (cmd_istrusted, cmd_listtrusted, cmd_marktrusted): New.
* * genkey.c: Store the secret part and return the public part.Werner Koch2002-01-101-0/+28
|
* * keyformat.txt: New.Werner Koch2001-12-191-0/+4
|
* assuan/Marcus Brinkmann2001-12-191-0/+4
| | | | | | | | | | | | | | | | | | | 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.
* * Makefile.am (AM_CPPFLAGS): Add flags for libksbaNEWPG-0-0-0Werner Koch2001-12-181-0/+4
| | | | | | * Makefile.am (AM_CPPFLAGS): Include flags for gcrypt and ksba * Makefile.am: Use LIBGCRYPT macros
* * gpg-agent.c (main): New option --batch. New option --debug-waitWerner Koch2001-12-141-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.
* * util.h (digitp, hexdigitp): New ctype like macros.Werner Koch2001-12-141-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.
* assuan/Marcus Brinkmann2001-12-131-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.
* Added new directory common to enable sharing of some code and errorWerner Koch2001-11-241-0/+26
| | | | | | numbers between gpg, gpgsm and gpg-agent. Move some files and code to there.
* Created configuration filesWerner Koch2001-10-311-0/+0