aboutsummaryrefslogtreecommitdiffstats
path: root/agent/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-12-21A bunch of minor changesWerner Koch1-0/+4
2009-12-14Implement dynamic S2K count computation for GPGSMWerner Koch1-1/+10
2009-12-03Allow for numerical debug levels.Werner Koch1-0/+5
2009-12-02Fix realloc usage. Fixes bug#1163.Werner Koch1-0/+7
2009-09-042009-09-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+5
* command.c (start_command_handler): Add comment about gap in implementation (in dead code), for future reference.
2009-08-11Ask to insert the right OpenPGP card.Werner Koch1-0/+4
2009-07-07Reworked passing of envars to Pinentry.Werner Koch1-0/+18
2009-06-24Fixed a bunch of little bugs as reported by Fabian Keil.Werner Koch1-0/+6
Still one problem left; marked with a gcc #warning.
2009-06-17Use cancel button in confirmation only if requested.Werner Koch1-0/+6
2009-06-09app-openpgp changesWerner Koch1-0/+4
2009-06-05Fix last changeWerner Koch1-1/+6
2009-06-03Fixed an fopen problem on Windows Vista.Werner Koch1-0/+10
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.