aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-12-18* Makefile.am (AM_CPPFLAGS): Add flags for libksbaNEWPG-0-0-0Werner Koch2-3/+7
* 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 Koch4-1/+23
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 Koch2-12/+8
(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 Brinkmann2-3/+6
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 Koch7-3/+332
not yet implemeted secret key protection, its purpose is somewhat limited. Well, the PIN entry modules can now be tested.
2001-12-05Added decryption, some code cleanupWerner Koch7-91/+375
2001-11-25The agent does now work and read the secret keys from the directoryWerner Koch1-35/+69
~/.gnupg-test/private-keys-v1.d/<keygrip-as-20-byte-hex-number>. I will post a sample key to gpa-dev.
2001-11-25As promised a agent which already does some things. Not very usefulWerner Koch5-44/+220
yet but may be of help for using it in ther contexts.
2001-11-24Friedman is setting up his deskWerner Koch5-38/+400
2001-11-24MpfrhWerner Koch1-0/+33
2001-11-24Added new directory common to enable sharing of some code and errorWerner Koch2-0/+1010
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there.
2001-10-31Created configuration filesWerner Koch1-0/+0