Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-12-21 | A bunch of minor changes | Werner Koch | 4 | -3/+14 | |
2009-12-14 | Implement dynamic S2K count computation for GPGSM | Werner Koch | 4 | -5/+166 | |
2009-12-03 | Allow for numerical debug levels. | Werner Koch | 2 | -6/+33 | |
2009-12-02 | Fix realloc usage. Fixes bug#1163. | Werner Koch | 2 | -1/+9 | |
2009-09-04 | 2009-09-04 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -0/+7 | |
* command.c (start_command_handler): Add comment about gap in implementation (in dead code), for future reference. | |||||
2009-08-11 | Ask to insert the right OpenPGP card. | Werner Koch | 2 | -3/+8 | |
2009-07-21 | Make bug reporting address easier changeable. | Werner Koch | 3 | -6/+9 | |
2009-07-07 | Impleemned gpgsm's IMPORT --re-import feature. | Werner Koch | 1 | -1/+1 | |
Typo fix. | |||||
2009-07-07 | Reworked passing of envars to Pinentry. | Werner Koch | 7 | -145/+211 | |
2009-06-24 | Fixed a bunch of little bugs as reported by Fabian Keil. | Werner Koch | 3 | -3/+12 | |
Still one problem left; marked with a gcc #warning. | |||||
2009-06-17 | Post release updates | Werner Koch | 1 | -1/+1 | |
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 | |