summaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add fixme note regarding pth_killWerner Koch2011-04-291-0/+1
* Add OPTION:cache-ttl-opt-preset to gpg-agent.Werner Koch2011-04-211-0/+1
* New agent option pinentry-mode.Werner Koch2011-03-031-0/+5
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-90/+90
* Editorial changes and allow building with old libgcrypts.Werner Koch2011-01-211-0/+2
* Fixed key generation with P-521. Confirmed that signature generation and veri...Andrey Jivsov2011-01-131-0/+8
* Change timer tick interval under WinceWerner Koch2010-12-021-11/+11
* Remove recently added debug outputWerner Koch2010-12-021-20/+1
* Init cache encryption on the fly.Werner Koch2010-11-291-4/+27
* Remove superfluous parameter.Werner Koch2010-11-261-3/+11
* Fix bug where scdaemon kills a non-daemon gpg-agent.Werner Koch2010-11-111-0/+4
* Honor TMPDIR.Werner Koch2010-10-271-3/+11
* Some tweaks to the agent startup.Werner Koch2010-10-141-22/+24
* More agent support for gpg.Werner Koch2010-10-131-0/+2
* Don't set SSH_AGENTPID_INFO.Werner Koch2010-10-051-22/+1
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-3/+25
* Obscure the cached passphrases.Werner Koch2010-09-021-0/+2
* .Werner Koch2010-08-261-1/+1
* Fix regression in logging.Werner Koch2010-08-181-35/+37
* Update tests.Werner Koch2010-05-111-12/+9
* Auto starting the agent does now work on CE.Werner Koch2010-05-041-5/+7
* auto start the agent if --use-standard-socket is in use.Werner Koch2010-05-031-4/+10
* Ignore a stale agent socket.Werner Koch2010-04-261-1/+9
* Whole lot of changes to support CE.Werner Koch2010-04-141-29/+18
* More chnages to use estream. Add a way to replace the standardWerner Koch2010-03-221-2/+2
* Use a custom log handler for libassuan.Werner Koch2010-03-111-7/+6
* support numeric debug levels.Werner Koch2009-12-031-6/+28
* 2009-11-27 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2009-11-271-0/+4
* agent/Marcus Brinkmann2009-11-051-2/+2
* 2009-10-16 Marcus Brinkmann <marcus@g10code.com>Marcus Brinkmann2009-10-161-2/+5
* 2009-09-23 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2009-09-231-14/+26
* Make bug reporting address easier changeable.Werner Koch2009-07-211-2/+5
* Reworked passing of envars to Pinentry.Werner Koch2009-07-071-53/+67
* Post release updatesWerner Koch2009-06-171-1/+1
* Fix for bug#1066.Werner Koch2009-06-021-0/+3
* Fix possible system freeze on Mac OS X.Werner Koch2009-05-201-3/+2
* log file fixes.Werner Koch2009-03-251-2/+5
* Make sure not to leak file descriptors if running gpg-agent with aWerner Koch2009-03-191-0/+51
* Add --reload command to gpgconf.Werner Koch2009-03-031-1/+1
* Add missing option strings.Werner Koch2009-03-021-1/+4
* Fixed a nasty bug in scdaemon which led to a card reset if the card wasWerner Koch2009-02-251-1/+1
* Fixed some card related problems.Werner Koch2008-12-181-1/+1
* Fix signal handling race condition.Werner Koch2008-12-171-14/+27
* Minor fixes.Werner Koch2008-12-091-1/+1
* Align ticker to the full or half second.Werner Koch2008-12-081-3/+13
* Print library versions according to GNU standards.Werner Koch2008-11-181-0/+25
* Check that the socket is well and served by us.Werner Koch2008-10-291-35/+145
* SCD changes for PC/SC under W32.Werner Koch2008-10-141-2/+24
* Fixed segv in gpg-agent (command marktrusted).Werner Koch2008-05-271-27/+37
* Fixed testing for an alive ssh standard socket.Werner Koch2007-12-031-14/+25