aboutsummaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * cache.c (housekeeping): Fixed linking in the remove case.Werner Koch2002-02-061-3/+8
|
* Updated copyright noticesWerner Koch2002-01-261-3/+3
|
* * command.c (cmd_get_passphrase): Remove the plus signs.Werner Koch2002-01-201-3/+1
| | | | | | * query.c (start_pinentry): Send no-grab option to pinentry * gpg-agent.c (main): Move variable grab as no_grab to agent.h.
* * gpg-agent.c (main): Disable core dumps.Werner Koch2002-01-191-1/+3
| | | | | | | | | | | | | | * cache.c: New. * command.c (cmd_get_passphrase): Use the cache. (cmd_clear_passphrase): Ditto. * gpg-agent.c: Removed unused cruft and implement the socket based server. (my_strusage): Take bug report address from configure.ac. * command.c (start_command_handler): Add an argument to start as regular server. (start_command_handler): Enable Assuan logging.
* * gpg-agent.c: Removed unused cruft and implement the socketWerner Koch2002-01-191-638/+183
| | | | | | | | | based server. (my_strusage): Take bug report address from configure.ac. * command.c (start_command_handler): Add an argument to start as regular server. (start_command_handler): Enable Assuan logging.
* * 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.