aboutsummaryrefslogtreecommitdiffstats
path: root/agent/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-02Fix for bug#1066.Werner Koch1-0/+4
A couple of minor changes.
2009-05-19Fix possible system freeze on Mac OS X.Werner Koch1-0/+5
2009-05-15Fix bug #1053Werner Koch1-0/+19
Add option --qualitybar to command GET_PASSPHRASE.
2009-04-142009-04-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+5
* call-pinentry.c (agent_get_confirmation): Try SETNOTOK command with pinentry.
2009-04-01Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch1-0/+18
Removed duplicated code (percent unescaping).
2009-03-30Implement decryption for TCOS 3 cards.Werner Koch1-0/+4
2009-03-26Signing using Netkey 3 cards does now work.Werner Koch1-0/+4
2009-03-26Fixed a trustlist update problem.Werner Koch1-0/+7
Pretty format the marktrusted pinentry prompt.
2009-03-25Print NO_SECKEY status line in gpgsm.Werner Koch1-0/+3
This fixes bug#1020.
2009-03-25log file fixes.Werner Koch1-0/+4
2009-03-20Fix keygrip computation for TCOS 3 cards.Werner Koch1-0/+9
Emit PROGRESS status lines during --learn-card.
2009-03-19Changed order of the confirmation questions for root certificatesWerner Koch1-0/+7
and stores negative answers in trustlist.txt.
2009-03-19Make sure not to leak file descriptors if running gpg-agent with aWerner Koch1-0/+5
command. Restore the signal mask to solve a problem in Mono.
2009-03-17Enhanced last patch.Werner Koch1-0/+3
2009-03-17Move password repetition from gpg to gpg-agent.Werner Koch1-0/+10
2009-03-06New gpg-agent command to list key information.Werner Koch1-1/+14
Gpgsm does now print the S/N of cards. Consider ephemeral keys during listing an export.
2009-03-05New PIN Callback attributes in gpg-agent.Werner Koch1-0/+6
Common prompts for keypad and simple card reader. More support for Netkey cards; PIN management works now.
2009-03-03Add --reload command to gpgconf.Werner Koch1-0/+4
Fix a problem in exechelp.c Get ready for a release.
2009-03-02Add missing option strings.Werner Koch1-0/+3
2009-03-02Fix bug#1003.Werner Koch1-0/+6
2008-12-17Fix signal handling race condition.Werner Koch1-0/+5
2008-12-10Add option --no-ask for GET_PASSPHRASE.Werner Koch1-0/+4
2008-12-09Minor fixes.Werner Koch1-0/+9
2008-12-08Align ticker to the full or half second.Werner Koch1-0/+5
2008-12-05Add option --card-timeout.Werner Koch1-0/+6
Add a new attribyte to app-openpgp.c Fix two portability bugs. Have gpg-connect-agent autostart gpg-agent on W32.
2008-11-18Print library versions according to GNU standards.Werner Koch1-0/+5
2008-11-11Minor cleanups.Werner Koch1-0/+10
2008-10-29Check that the socket is well and served by us.Werner Koch1-0/+13
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-0/+17
2008-10-17Use more warning options with modern GCCs.Werner Koch1-0/+5
Other minor changes.
2008-10-15Made scdaemon more robust on Windows.Werner Koch1-0/+5
2008-10-14SCD changes for PC/SC under W32.Werner Koch1-0/+5
2008-09-29Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch1-0/+6
2008-09-25Finished support for v2 cards with the exception of secure messaging.Werner Koch1-0/+4
2008-09-03Fix gpg-preset-passphrase bug.Werner Koch1-1/+9
Cleanups
2008-06-01Changes the header presented before requesting the user ID.Werner Koch1-2/+2
2008-05-27Fixed segv in gpg-agent (command marktrusted).Werner Koch1-0/+27
Replaced almost all free by xfree. Translation fixes.
2008-03-20Fix a bug in the ambigious name detection.Werner Koch1-0/+6
Minor cleanups.
2008-02-14Poems for AllowSetForegroundWindow (W32)Werner Koch1-0/+7
2008-01-152008-01-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+5
* call-pinentry.c (start_pinentry): Start pinentry in detached mode.
2007-12-04Allow configuraton of pinentry tooltip.Werner Koch1-0/+4
Other minor buf fixes.
2007-12-03Fixed testing for an alive ssh standard socket.Werner Koch1-0/+7
2007-11-27[W32] Changed default socket for dirmngr.Werner Koch1-0/+12
[W32] Add some code for event notifications between scdaemon and gpg-agent.
2007-11-19Started to implement the audit log feature.Werner Koch1-0/+25
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
2007-10-24Changed wording of passphrase checking messages.Werner Koch1-0/+5
Fixed a segv in gpg-connect-agent.
2007-10-19Factored utf8 switching code out to i18n.c.Werner Koch1-0/+4
2007-10-152007-10-15 Daiki Ueno <[email protected]> (wk)Werner Koch1-0/+6
* command-ssh.c (reenter_compare_cb): New function; imported from genkey.c. (ssh_identity_register): Ask initial passphrase twice.
2007-10-02Extended gpg-connect-agent.Werner Koch1-0/+4
New "GETINFO pid" command for scdaemon and gpg-agent.
2007-10-01Use Assuan socket wrapper calls.Werner Koch1-0/+14
Made socket servers secure under Windows.
2007-09-18Support the SETQUALITYBAR command of recent pinentries.Werner Koch1-0/+11