aboutsummaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-04-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2009-04-142-1/+12
| | | | | | * call-pinentry.c (agent_get_confirmation): Try SETNOTOK command with pinentry.
* Ported changes from 1.4.Werner Koch2009-04-011-1/+1
|
* Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch2009-04-016-255/+122
| | | | | Removed duplicated code (percent unescaping).
* Implement decryption for TCOS 3 cards.Werner Koch2009-03-302-1/+7
|
* Signing using Netkey 3 cards does now work.Werner Koch2009-03-263-2/+13
|
* Fixed a trustlist update problem.Werner Koch2009-03-262-31/+92
| | | | | Pretty format the marktrusted pinentry prompt.
* Print NO_SECKEY status line in gpgsm.Werner Koch2009-03-252-1/+7
| | | | | This fixes bug#1020.
* log file fixes.Werner Koch2009-03-252-2/+9
|
* Fix keygrip computation for TCOS 3 cards.Werner Koch2009-03-203-6/+31
| | | | | Emit PROGRESS status lines during --learn-card.
* Changed order of the confirmation questions for root certificatesWerner Koch2009-03-194-66/+113
| | | | | and stores negative answers in trustlist.txt.
* Make sure not to leak file descriptors if running gpg-agent with aWerner Koch2009-03-192-0/+56
| | | | | command. Restore the signal mask to solve a problem in Mono.
* Enhanced last patch.Werner Koch2009-03-172-1/+68
|
* Move password repetition from gpg to gpg-agent.Werner Koch2009-03-172-15/+73
|
* New gpg-agent command to list key information.Werner Koch2009-03-066-70/+348
| | | | | | 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-054-8/+42
| | | | | | 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-035-2/+21
| | | | | | Fix a problem in exechelp.c Get ready for a release.
* Add missing option strings.Werner Koch2009-03-022-1/+7
|
* Fix bug#1003.Werner Koch2009-03-022-3/+16
|
* Fixed a nasty bug in scdaemon which led to a card reset if the card wasWerner Koch2009-02-251-1/+1
| | | | | | inserted during scdaemon startup and a connection was made before the ticker had a chance to run. Add some stuff for better debugging.
* Fixed some card related problems.Werner Koch2008-12-181-1/+1
|
* Fix signal handling race condition.Werner Koch2008-12-172-14/+32
|
* Add option --no-ask for GET_PASSPHRASE.Werner Koch2008-12-102-2/+13
|
* Preparing a release candidate.Werner Koch2008-12-091-1/+1
|
* Minor fixes.Werner Koch2008-12-095-12/+13
|
* Align ticker to the full or half second.Werner Koch2008-12-082-3/+18
|
* Add option --card-timeout.Werner Koch2008-12-053-2/+8
| | | | | | | 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-182-0/+30
|
* Minor cleanups.Werner Koch2008-11-113-3/+19
|
* Check that the socket is well and served by us.Werner Koch2008-10-292-35/+158
|
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-209-1/+66
|
* Use more warning options with modern GCCs.Werner Koch2008-10-173-5/+8
| | | | | Other minor changes.
* Made scdaemon more robust on Windows.Werner Koch2008-10-152-3/+15
|
* SCD changes for PC/SC under W32.Werner Koch2008-10-143-4/+33
|
* Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch2008-09-295-7/+13
|
* Finished support for v2 cards with the exception of secure messaging.Werner Koch2008-09-252-2/+19
|
* Support the Certifciate DO of the v2 OpenPGP cards.Werner Koch2008-09-231-1/+1
|
* Fix gpg-preset-passphrase bug.Werner Koch2008-09-033-42/+27
| | | | | 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-279-59/+100
| | | | | | Replaced almost all free by xfree. Translation fixes.
* Fix a bug in the ambigious name detection.Werner Koch2008-03-204-4/+13
| | | | | Minor cleanups.
* Poems for AllowSetForegroundWindow (W32)Werner Koch2008-02-143-3/+72
|
* 2008-01-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-01-152-2/+9
| | | | | | * call-pinentry.c (start_pinentry): Start pinentry in detached mode.
* Created help files form the current po entries.Werner Koch2007-12-041-1/+1
|
* Allow configuraton of pinentry tooltip.Werner Koch2007-12-042-15/+23
| | | | | Other minor buf fixes.
* Fixed testing for an alive ssh standard socket.Werner Koch2007-12-032-14/+32
|
* [W32] Changed default socket for dirmngr.Werner Koch2007-11-275-16/+84
| | | | | | [W32] Add some code for event notifications between scdaemon and gpg-agent.
* Started to implement the audit log feature.Werner Koch2007-11-198-12/+145
| | | | | | | | 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-242-15/+19
| | | | | Fixed a segv in gpg-connect-agent.
* Factored utf8 switching code out to i18n.c.Werner Koch2007-10-192-31/+7
|
* 2007-10-15 Daiki Ueno <[email protected]> (wk)Werner Koch2007-10-152-3/+43
| | | | | | | | * command-ssh.c (reenter_compare_cb): New function; imported from genkey.c. (ssh_identity_register): Ask initial passphrase twice.