aboutsummaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-06-06First steps towards supporting W32.Werner Koch1-16/+0
2007-04-20Improved logging for error orginating from libgcrypt.Werner Koch1-45/+2
2007-03-06Support for a global gpgconf configuration file.Werner Koch1-1/+10
2007-02-14agent/Werner Koch1-0/+14
2007-01-25agent/Werner Koch1-0/+6
2006-11-20Made some PIN pads work.Werner Koch1-15/+74
2006-11-14New command GETEVENTCOUNTER.Werner Koch1-0/+2
2006-11-09gpg-agent.c (main): In detached mode connect standard descriptors to /dev/null.Werner Koch1-1/+10
2006-10-23.Werner Koch1-0/+5
2006-09-15Allow for a global trustlist.Werner Koch1-7/+0
2006-09-06The big Assuan error code removal.Werner Koch1-1/+2
2006-09-06Minor changes and typo fixes.Werner Koch1-1/+1
2006-08-29Allow for 4k ssh keys and better error reporting.Werner Koch1-2/+25
2006-06-27Various smaller changesWerner Koch1-1/+2
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2006-02-09PIN caching of cards does now work.Werner Koch1-1/+1
2005-08-16Use a default argument for --write-env-file.Werner Koch1-2/+7
2005-07-27Removed directories which are only used by the 1.9 branchWerner Koch1-1063/+0
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch1-3/+8
2005-06-07New debugging optionhs, updates to the manual.Werner Koch1-0/+6
2005-06-03* command.c (cmd_updatestartuptty): New.Werner Koch1-20/+84