aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-23s/DOTLOCK/dotlock_t/.Werner Koch1-4/+0
2009-09-232009-09-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-42/+50
2009-09-042009-09-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+2
2009-07-07Impleemned gpgsm's IMPORT --re-import feature.Werner Koch1-1/+1
2009-07-07Reworked passing of envars to Pinentry.Werner Koch1-55/+62
2009-06-17Use cancel button in confirmation only if requested.Werner Koch1-1/+1
2009-05-15Fix bug #1053Werner Koch1-5/+14
2009-04-01Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch1-37/+1
2009-03-26Signing using Netkey 3 cards does now work.Werner Koch1-1/+8
2009-03-19Changed order of the confirmation questions for root certificatesWerner Koch1-1/+1
2009-03-17Enhanced last patch.Werner Koch1-1/+65
2009-03-17Move password repetition from gpg to gpg-agent.Werner Koch1-15/+63
2009-03-06New gpg-agent command to list key information.Werner Koch1-3/+158
2009-03-05New PIN Callback attributes in gpg-agent.Werner Koch1-1/+1
2009-03-03Add --reload command to gpgconf.Werner Koch1-1/+5
2008-12-10Add option --no-ask for GET_PASSPHRASE.Werner Koch1-2/+9
2008-12-09Preparing a release candidate.Werner Koch1-1/+1
2008-12-09Minor fixes.Werner Koch1-7/+1
2008-11-11Minor cleanups.Werner Koch1-2/+8
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-1/+17
2008-10-17Use more warning options with modern GCCs.Werner Koch1-1/+1
2008-09-29Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch1-2/+2
2008-09-03Fix gpg-preset-passphrase bug.Werner Koch1-7/+12
2008-05-27Fixed segv in gpg-agent (command marktrusted).Werner Koch1-15/+15
2008-03-20Fix a bug in the ambigious name detection.Werner Koch1-3/+3
2008-02-14Poems for AllowSetForegroundWindow (W32)Werner Koch1-2/+22
2007-11-27[W32] Changed default socket for dirmngr.Werner Koch1-2/+2
2007-11-19Started to implement the audit log feature.Werner Koch1-0/+21
2007-10-02Extended gpg-connect-agent.Werner Koch1-0/+8
2007-10-01Use Assuan socket wrapper calls.Werner Koch1-4/+3
2007-09-18Support the SETQUALITYBAR command of recent pinentries.Werner Koch1-1/+1
2007-08-28Add more passphrase policy rules.Werner Koch1-0/+2
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2007-07-04A bunch of minor changes for Windows.Werner Koch1-0/+12
2007-06-18Add missing fiels for W32.Werner Koch1-0/+73
2007-01-25agent/Werner Koch1-7/+24
2006-11-20Made some PIN pads work.Werner Koch1-27/+17
2006-11-14Silent GETEVENT command. Requires latest libassuan.Werner Koch1-0/+45
2006-11-14New command GETEVENTCOUNTER.Werner Koch1-0/+79
2006-11-14sm/Werner Koch1-1/+1
2006-10-11Allow pkcs#10 creation directkly from a smart cardWerner Koch1-1/+1
2006-10-06Add TLS hash modeWerner Koch1-8/+51
2006-10-05bug fixesWerner Koch1-2/+2
2006-10-04Fixed agent access for gpg.Werner Koch1-10/+54
2006-09-26let cmd learn also return KEYPAIRINFO Werner Koch1-0/+2
2006-09-25New "relax" option for trustlist.txtWerner Koch1-1/+34
2006-09-15Allow for a global trustlist.Werner Koch1-2/+2
2006-09-14Take advantage of newer gpg-error features.Werner Koch1-4/+4
2006-09-06The big Assuan error code removal.Werner Koch1-83/+78
2006-09-04Added comamnds PUTVAL and GETVALWerner Koch1-4/+192