summaryrefslogtreecommitdiffstats
path: root/agent/cache.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scd: Use a scdaemon internal key to protect the PIN cache IPC.Werner Koch2020-01-091-1/+2
* agent: First changes to support a PIN cache for scdaemon.Werner Koch2020-01-071-14/+41
* agent: Replace most assert by log_assert.Werner Koch2019-05-141-1/+0
* agent: New commands PUT_SECRET and GET_SECRET.Werner Koch2018-07-021-10/+24
* agent: Make the request origin a part of the cache items.Werner Koch2018-03-271-16/+22
* agent: Also evict cached items via a timer.Werner Koch2018-03-061-0/+20
* agent: Serialize access to passphrase cache.NIIBE Yutaka2017-04-071-36/+37
* Fix explanation of commit e175152ef7515921635bf1e00383e812668d13fc.Werner Koch2017-02-011-3/+5
* Explain commit e175152ef7515921635bf1e00383e812668d13fc.Werner Koch2017-01-301-1/+9
* agent: Fix double free.Justus Winter2017-01-251-2/+15
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* agent: Fix passphrase cache lookups.Justus Winter2016-07-181-2/+11
* Fix typos found using codespell.Justus Winter2015-11-171-1/+1
* gpg: Improve passphrase caching.Werner Koch2014-09-171-1/+28
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-7/+7
* Port to npth.Marcus Brinkmann2012-01-251-19/+33
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-6/+5
* Init cache encryption on the fly.Werner Koch2010-11-291-20/+50
* Re-implemented GPG's --passwd command and improved it.Werner Koch2010-10-261-1/+1
* Fix standard directories for Wince.Werner Koch2010-09-131-1/+1
* Obscure the cached passphrases.Werner Koch2010-09-021-123/+170
* s/CACHE_MODE_IMPGEN/CACHE_MODE_NONCE/.Werner Koch2010-09-011-4/+4
* Use passphrase caching for import and genkey.Werner Koch2010-09-011-11/+25
* Fix bug #1053Werner Koch2009-05-151-2/+2
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
* Updated FSF's address.Werner Koch2006-06-201-1/+2
* gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch2005-06-161-6/+14
* New debugging optionhs, updates to the manual.Werner Koch2005-06-071-10/+26
* (agent_put_cache): Fix the test for using the defaultWerner Koch2005-01-041-4/+5
* * preset-passphrase.c (preset_passphrase): Handle --passphrase.Werner Koch2004-12-211-4/+5
* * gpg-agent.c: New option --max-cache-ttl. Suggested by AlexanderWerner Koch2004-08-201-2/+3
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-01-091-0/+314
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-314/+0
* * gpg-agent.c (handle_signal): Flush cache on SIGHUP.Werner Koch2002-09-261-0/+29
* * no-pth.c, Makefile.am: Removed.Werner Koch2002-05-231-18/+64
* sm/Werner Koch2002-05-141-4/+4
* Debug message cleanups.Werner Koch2002-04-271-1/+3
* Doc fixes, moved some fizmes to TODO, fixed minor bugs.Werner Koch2002-03-181-1/+1
* * cache.c (housekeeping): Fixed linking in the remove case.Werner Koch2002-02-061-2/+4
* * cache.c: Add a few debug outputs.Werner Koch2002-02-011-0/+15
* * genkey.c (store_key): Protect the key.Werner Koch2002-01-311-2/+2
* * gpg-agent.c (main): Disable core dumps.Werner Koch2002-01-191-0/+220