aboutsummaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * gpg-agent.c (main): New option --batch. New option --debug-waitWerner Koch2001-12-141-0/+14
| | | | | | n, so that it is possible to attach gdb when used in server mode. * query.c (agent_askpin): Don't ask in batch mode.
* The Agent does now call the pin entry program; however because we haveWerner Koch2001-12-101-1/+9
| | | | | | not yet implemeted secret key protection, its purpose is somewhat limited. Well, the PIN entry modules can now be tested.
* Added decryption, some code cleanupWerner Koch2001-12-051-5/+47
|
* As promised a agent which already does some things. Not very usefulWerner Koch2001-11-251-8/+26
| | | | | yet but may be of help for using it in ther contexts.
* Friedman is setting up his deskWerner Koch2001-11-241-37/+51
|
* Added new directory common to enable sharing of some code and errorWerner Koch2001-11-241-0/+984
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there.