aboutsummaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-06-27agent: Adjust for changed npth_eselect under W32.Werner Koch1-2/+1
2014-05-08Make more use of *_NAME macros.Werner Koch1-4/+7
2014-05-07agent: Remove greeting message.Werner Koch1-18/+1
2014-04-28ECC Fixes.NIIBE Yutaka1-9/+0
2014-04-22gpg: Pass --homedir to gpg-agent.Werner Koch1-0/+4
2014-03-07w32: Silence warnings about unused vars.Werner Koch1-0/+3
2014-03-07agent: Make --allow-mark-trusted the default.Werner Koch1-5/+8
2014-03-07ssh: Add support for Putty.Werner Koch1-3/+251
2014-02-26agent: Fixed unresolved symbol under Windows.Werner Koch1-1/+1
2014-01-29gpg: Remove cipher.h and put algo ids into a common file.Werner Koch1-1/+1
2014-01-29include: Remove this directory.Werner Koch1-1/+1
2014-01-16agent: Not remove SSH socket when already running.NIIBE Yutaka1-4/+5
2013-11-18Make use of the *_NAME etc macros.Werner Koch1-15/+17
2013-05-22agent: New option --disable-check-own-socket.Werner Koch1-0/+10
2012-12-10agent: Add envvar "gnupg_SSH_AUTH_SOCK_by"Werner Koch1-2/+11
2012-11-20Do not use a broken ttyname.Werner Koch1-2/+2
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-19/+19
2012-03-27Print warning for arguments not considered an option.Werner Koch1-0/+10
2012-02-06common: Add a global variable to for the default error source.Werner Koch1-0/+2
2012-01-25Fix strerror vs. gpg_strerror usage.Werner Koch1-1/+1
2012-01-25Re-indent overlong lines.Werner Koch1-4/+8
2012-01-25Add missing variable.Werner Koch1-2/+5
2012-01-25Port LDAP wrapper to NPTH.Marcus Brinkmann1-1/+3
2012-01-25Port Windows code to NPTH.Marcus Brinkmann1-12/+18
2012-01-25Port to npth.Marcus Brinkmann1-189/+90
2012-01-16gpg-agent: fix lc-messages handling not to change Xauthority settingJim Meyering1-0/+1
2012-01-03Terminate csh commands with a semicolon.Werner Koch1-2/+2
2012-01-02Only set gcrypt thread callback for older version of gcrypt.Marcus Brinkmann1-0/+9
2011-12-05Amend the agent code with more comments.Werner Koch1-1/+21
2011-08-10Fixed set but unused variable bugsWerner Koch1-2/+1
2011-04-29Add fixme note regarding pth_killWerner Koch1-0/+1
2011-04-21Add OPTION:cache-ttl-opt-preset to gpg-agent.Werner Koch1-0/+1
2011-03-03New agent option pinentry-mode.Werner Koch1-0/+5
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-90/+90
2011-01-21Editorial changes and allow building with old libgcrypts.Werner Koch1-0/+2
2011-01-13Fixed key generation with P-521. Confirmed that signature generation and veri...Andrey Jivsov1-0/+8
2010-12-02Change timer tick interval under WinceWerner Koch1-11/+11
2010-12-02Remove recently added debug outputWerner Koch1-20/+1
2010-11-29Init cache encryption on the fly.Werner Koch1-4/+27
2010-11-26Remove superfluous parameter.Werner Koch1-3/+11
2010-11-11Fix bug where scdaemon kills a non-daemon gpg-agent.Werner Koch1-0/+4
2010-10-27Honor TMPDIR.Werner Koch1-3/+11
2010-10-14Some tweaks to the agent startup.Werner Koch1-22/+24
2010-10-13More agent support for gpg.Werner Koch1-0/+2
2010-10-05Don't set SSH_AGENTPID_INFO.Werner Koch1-22/+1
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-3/+25
2010-09-02Obscure the cached passphrases.Werner Koch1-0/+2
2010-08-26.Werner Koch1-1/+1
2010-08-18Fix regression in logging.Werner Koch1-35/+37
2010-05-11Update tests.Werner Koch1-12/+9