aboutsummaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-06-24Remove thread callbacks for libgcrypt >= 1.6.Werner Koch1-1/+5
2013-07-03agent: Make --allow-mark-trusted the default.Werner Koch1-5/+8
2013-07-03ssh: Add support for Putty.Werner Koch1-3/+253
2012-05-24Add provisions to build with Libgcrypt 1.6.Werner Koch1-1/+4
2012-01-03Terminate csh commands with a semicolon.Werner Koch1-3/+3
2011-08-04Removed some set but unused variables.Werner Koch1-2/+1
2011-04-29Include estream.hWerner Koch1-0/+1
2011-04-29Do not use pth functions after pth_kill. Fixes bug#1320.Werner Koch1-91/+93
2010-11-11Fix a bug where scdaemon kills a non-daemon gpg-agent.Werner Koch1-0/+4
2010-09-24Fix bug 1285Werner Koch1-3/+14
2010-05-12Changed test system again to allow building on an NFS mountWerner Koch1-2/+5
2010-05-11Allow to run the test without a running agent.Werner Koch1-12/+9
2010-05-04Start the agent on demand if option --enable-standard socket has beenWerner Koch1-2/+7
2010-05-03Collected changesWerner Koch1-1/+1
2010-02-122009-09-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-15/+34
2009-12-03Allow for numerical debug levels.Werner Koch1-6/+28
2009-07-21Make bug reporting address easier changeable.Werner Koch1-2/+5
2009-07-07Reworked passing of envars to Pinentry.Werner Koch1-53/+67
2009-06-17Post release updatesWerner Koch1-1/+1
2009-06-02Fix for bug#1066.Werner Koch1-0/+3
2009-05-19Fix possible system freeze on Mac OS X.Werner Koch1-3/+2
2009-03-25log file fixes.Werner Koch1-2/+5
2009-03-19Make sure not to leak file descriptors if running gpg-agent with aWerner Koch1-0/+51
2009-03-03Add --reload command to gpgconf.Werner Koch1-1/+1
2009-03-02Add missing option strings.Werner Koch1-1/+4
2009-02-25Fixed a nasty bug in scdaemon which led to a card reset if the card wasWerner Koch1-1/+1
2008-12-18Fixed some card related problems.Werner Koch1-1/+1
2008-12-17Fix signal handling race condition.Werner Koch1-14/+27
2008-12-09Minor fixes.Werner Koch1-1/+1
2008-12-08Align ticker to the full or half second.Werner Koch1-3/+13
2008-11-18Print library versions according to GNU standards.Werner Koch1-0/+25
2008-10-29Check that the socket is well and served by us.Werner Koch1-35/+145
2008-10-14SCD changes for PC/SC under W32.Werner Koch1-2/+24
2008-05-27Fixed segv in gpg-agent (command marktrusted).Werner Koch1-27/+37
2007-12-03Fixed testing for an alive ssh standard socket.Werner Koch1-14/+25
2007-11-27[W32] Changed default socket for dirmngr.Werner Koch1-9/+55
2007-11-19Started to implement the audit log feature.Werner Koch1-1/+23
2007-10-01Use Assuan socket wrapper calls.Werner Koch1-78/+97
2007-08-28Add more passphrase policy rules.Werner Koch1-0/+29
2007-08-27Implemented more gpg-agen options to support certain passphrase policies.Werner Koch1-0/+28
2007-08-02Factored common gpgconf constants outWerner Koch1-18/+1
2007-07-04Changed to GPLv3.Werner Koch1-4/+7
2007-07-04A bunch of minor changes for Windows.Werner Koch1-24/+35
2007-06-26More W32 related changesWerner Koch1-5/+7
2007-06-21Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ...Werner Koch1-29/+40
2007-06-20[w32] gpg-agent is now started automagically by gpgsm.Werner Koch1-1/+1
2007-06-19Made percent_escape more general.Werner Koch1-8/+23
2007-06-18jnlib/Marcus Brinkmann1-1/+5
2007-06-18Add missing fiels for W32.Werner Koch1-0/+10
2007-06-14A whole bunch of changes to allow building for Windows.Werner Koch1-11/+31