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