Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-06-17 | Use cancel button in confirmation only if requested. | Werner Koch | 8 | -18/+41 | |
2009-06-09 | app-openpgp changes | Werner Koch | 2 | -3/+22 | |
2009-06-05 | Fix last change | Werner Koch | 2 | -1/+7 | |
2009-06-03 | Fixed an fopen problem on Windows Vista. | Werner Koch | 3 | -23/+32 | |
2009-06-02 | Fix for bug#1066. | Werner Koch | 2 | -0/+7 | |
A couple of minor changes. | |||||
2009-05-19 | Fix possible system freeze on Mac OS X. | Werner Koch | 2 | -3/+7 | |
2009-05-15 | Fix bug #1053 | Werner Koch | 9 | -80/+178 | |
Add option --qualitybar to command GET_PASSPHRASE. | |||||
2009-04-14 | 2009-04-14 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -1/+12 | |
* call-pinentry.c (agent_get_confirmation): Try SETNOTOK command with pinentry. | |||||
2009-04-01 | Ported changes from 1.4. | Werner Koch | 1 | -1/+1 | |
2009-04-01 | Import/export of pkcs#12 now uses the gpg-agent directly. | Werner Koch | 6 | -255/+122 | |
Removed duplicated code (percent unescaping). | |||||
2009-03-30 | Implement decryption for TCOS 3 cards. | Werner Koch | 2 | -1/+7 | |
2009-03-26 | Signing using Netkey 3 cards does now work. | Werner Koch | 3 | -2/+13 | |
2009-03-26 | Fixed a trustlist update problem. | Werner Koch | 2 | -31/+92 | |
Pretty format the marktrusted pinentry prompt. | |||||
2009-03-25 | Print NO_SECKEY status line in gpgsm. | Werner Koch | 2 | -1/+7 | |
This fixes bug#1020. | |||||
2009-03-25 | log file fixes. | Werner Koch | 2 | -2/+9 | |
2009-03-20 | Fix keygrip computation for TCOS 3 cards. | Werner Koch | 3 | -6/+31 | |
Emit PROGRESS status lines during --learn-card. | |||||
2009-03-19 | Changed order of the confirmation questions for root certificates | Werner Koch | 4 | -66/+113 | |
and stores negative answers in trustlist.txt. | |||||
2009-03-19 | Make sure not to leak file descriptors if running gpg-agent with a | Werner Koch | 2 | -0/+56 | |
command. Restore the signal mask to solve a problem in Mono. | |||||
2009-03-17 | Enhanced last patch. | Werner Koch | 2 | -1/+68 | |
2009-03-17 | Move password repetition from gpg to gpg-agent. | Werner Koch | 2 | -15/+73 | |
2009-03-06 | New gpg-agent command to list key information. | Werner Koch | 6 | -70/+348 | |
Gpgsm does now print the S/N of cards. Consider ephemeral keys during listing an export. | |||||
2009-03-05 | New PIN Callback attributes in gpg-agent. | Werner Koch | 4 | -8/+42 | |
Common prompts for keypad and simple card reader. More support for Netkey cards; PIN management works now. | |||||
2009-03-03 | Add --reload command to gpgconf. | Werner Koch | 5 | -2/+21 | |
Fix a problem in exechelp.c Get ready for a release. | |||||
2009-03-02 | Add missing option strings. | Werner Koch | 2 | -1/+7 | |
2009-03-02 | Fix bug#1003. | Werner Koch | 2 | -3/+16 | |
2009-02-25 | Fixed a nasty bug in scdaemon which led to a card reset if the card was | Werner Koch | 1 | -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. | |||||
2008-12-18 | Fixed some card related problems. | Werner Koch | 1 | -1/+1 | |
2008-12-17 | Fix signal handling race condition. | Werner Koch | 2 | -14/+32 | |
2008-12-10 | Add option --no-ask for GET_PASSPHRASE. | Werner Koch | 2 | -2/+13 | |
2008-12-09 | Preparing a release candidate. | Werner Koch | 1 | -1/+1 | |
2008-12-09 | Minor fixes. | Werner Koch | 5 | -12/+13 | |
2008-12-08 | Align ticker to the full or half second. | Werner Koch | 2 | -3/+18 | |
2008-12-05 | Add option --card-timeout. | Werner Koch | 3 | -2/+8 | |
Add a new attribyte to app-openpgp.c Fix two portability bugs. Have gpg-connect-agent autostart gpg-agent on W32. | |||||
2008-11-18 | Print library versions according to GNU standards. | Werner Koch | 2 | -0/+30 | |
2008-11-11 | Minor cleanups. | Werner Koch | 3 | -3/+19 | |
2008-10-29 | Check that the socket is well and served by us. | Werner Koch | 2 | -35/+158 | |
2008-10-20 | Marked all unused args on non-W32 platforms. | Werner Koch | 9 | -1/+66 | |
2008-10-17 | Use more warning options with modern GCCs. | Werner Koch | 3 | -5/+8 | |
Other minor changes. | |||||
2008-10-15 | Made scdaemon more robust on Windows. | Werner Koch | 2 | -3/+15 | |
2008-10-14 | SCD changes for PC/SC under W32. | Werner Koch | 3 | -4/+33 | |
2008-09-29 | Remove hacks which are not anymore needed since we now require Libgcrypt 1.4 | Werner Koch | 5 | -7/+13 | |
2008-09-25 | Finished support for v2 cards with the exception of secure messaging. | Werner Koch | 2 | -2/+19 | |
2008-09-23 | Support the Certifciate DO of the v2 OpenPGP cards. | Werner Koch | 1 | -1/+1 | |
2008-09-03 | Fix gpg-preset-passphrase bug. | Werner Koch | 3 | -42/+27 | |
Cleanups | |||||
2008-06-01 | Changes the header presented before requesting the user ID. | Werner Koch | 1 | -2/+2 | |
2008-05-27 | Fixed segv in gpg-agent (command marktrusted). | Werner Koch | 9 | -59/+100 | |
Replaced almost all free by xfree. Translation fixes. | |||||
2008-03-20 | Fix a bug in the ambigious name detection. | Werner Koch | 4 | -4/+13 | |
Minor cleanups. | |||||
2008-02-14 | Poems for AllowSetForegroundWindow (W32) | Werner Koch | 3 | -3/+72 | |
2008-01-15 | 2008-01-15 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -2/+9 | |
* call-pinentry.c (start_pinentry): Start pinentry in detached mode. | |||||
2007-12-04 | Created help files form the current po entries. | Werner Koch | 1 | -1/+1 | |