aboutsummaryrefslogtreecommitdiffstats
path: root/agent/cache.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-01-31* genkey.c (store_key): Protect the key.Werner Koch1-2/+2
(agent_genkey): Ask for the passphrase. * findkey.c (unprotect): Actually unprotect the key. * query.c (agent_askpin): Add an optional start_err_text.
2002-01-19* gpg-agent.c (main): Disable core dumps.Werner Koch1-0/+220
* 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.