Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-03-03 | Fix segv.gnupg-2.0.11 | Werner Koch | 2 | -1/+8 | |
2009-02-27 | Fix a gpg2 problem with removed cards. | Werner Koch | 4 | -2/+75 | |
Allow runtime conf change for scdaemon. New commands for scdaemon. | |||||
2009-02-25 | Fixed a nasty bug in scdaemon which led to a card reset if the card was | Werner Koch | 4 | -17/+65 | |
inserted during scdaemon startup and a connection was made before the ticker had a chance to run. Add some stuff for better debugging. | |||||
2009-02-24 | Better debug output. | Werner Koch | 2 | -85/+443 | |
2009-02-19 | Fix bug 1001. | Werner Koch | 2 | -2/+1 | |
Documentation updates. | |||||
2009-02-12 | New scd getinfo subcommand deny_admin | Werner Koch | 2 | -0/+10 | |
2009-02-09 | Change default gpgsm cipher back to 3DES. | Werner Koch | 2 | -2/+2 | |
Typo fixes. | |||||
2009-01-28 | Make --allow-admin the default. | Werner Koch | 2 | -5/+12 | |
2009-01-27 | Return the balance of a Geldkarte. | Werner Koch | 2 | -18/+90 | |
2009-01-27 | Add a Geldkarte gadget application. | Werner Koch | 5 | -3/+371 | |
Minor other changes. | |||||
2009-01-13 | Add a sample key. | Werner Koch | 1 | -1/+2 | |
Detect and show the card type. | |||||
2009-01-12 | Minor fixes | Werner Koch | 2 | -1/+6 | |
2009-01-08 | Add limited support for NetKey 3.0 cards. | Werner Koch | 6 | -46/+180 | |
2009-01-05 | Fix card change detection. | Werner Koch | 2 | -2/+7 | |
2008-12-18 | Fixed some card related problems. | Werner Koch | 4 | -49/+236 | |
2008-12-09 | Minor fixes. | Werner Koch | 2 | -1/+5 | |
2008-12-08 | Align ticker to the full or half second. | Werner Koch | 2 | -6/+26 | |
2008-12-05 | Add option --card-timeout. | Werner Koch | 5 | -45/+78 | |
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/+35 | |
2008-11-11 | Minor cleanups. | Werner Koch | 2 | -7/+33 | |
2008-11-03 | Fixed the card removed with cached app bug. (Famous last fix). | Werner Koch | 5 | -46/+66 | |
2008-11-03 | Use bin2hex if possible. | Werner Koch | 8 | -53/+34 | |
2008-10-29 | Cosmetic fix | Werner Koch | 1 | -1/+2 | |
2008-10-21 | 2008-10-21 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -1/+11 | |
* command.c (open_card): If connect error is SW_HOST_NO_CARD, return a more descriptive error. | |||||
2008-10-20 | Marked all unused args on non-W32 platforms. | Werner Koch | 9 | -6/+64 | |
2008-10-17 | Use more warning options with modern GCCs. | Werner Koch | 2 | -0/+19 | |
Other minor changes. | |||||
2008-10-15 | Made scdaemon more robust on Windows. | Werner Koch | 5 | -18/+29 | |
2008-10-14 | SCD changes for PC/SC under W32. | Werner Koch | 6 | -416/+687 | |
2008-09-29 | Remove hacks which are not anymore needed since we now require Libgcrypt 1.4 | Werner Koch | 3 | -7/+13 | |
2008-09-28 | 2008-09-28 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -2/+6 | |
* apdu.c (pcsc_get_status): Fix last change. | |||||
2008-09-25 | Finished support for v2 cards with the exception of secure messaging. | Werner Koch | 4 | -90/+482 | |
2008-09-23 | Improvements for 2k keys. | Werner Koch | 2 | -37/+144 | |
2008-09-23 | Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -0/+12 | |
* apdu.c (pcsc_get_status): Be more relaxed with the usable flag under Windows. M scd/ChangeLog M scd/apdu.c | |||||
2008-09-23 | Untested fix for TPDU level exchange of large data (command chaining) | Werner Koch | 2 | -4/+9 | |
2008-09-23 | Support the Certifciate DO of the v2 OpenPGP cards. | Werner Koch | 11 | -118/+551 | |
2008-08-31 | 2008-08-30 Moritz <[email protected]> | Moritz Schulte | 4 | -21/+32 | |
* scdaemon.c (main): Use estream_asprintf instead of asprintf. * command.c (update_reader_status_file): Likewise. (cmd_serialno): Use estream_asprintf instead of asprintf and xfree instead of free to release memory allocated through (estream_)asprintf. (cmd_learn): Likewise. (pin_cb): Likewise. * app-openpgp.c (get_public_key): Likewise. | |||||
2008-08-18 | Fix new test for v2 cards. | Werner Koch | 2 | -2/+6 | |
2008-08-13 | Print a 'f' for validated non-root certificates in gpgsm colon style listing. | Werner Koch | 1 | -1/+1 | |
Doc fixes. | |||||
2008-08-11 | Fix APDU buffer problem under MAC OS. | Werner Koch | 2 | -6/+14 | |
2008-07-30 | prompt change. | Werner Koch | 2 | -2/+7 | |
2008-07-17 | Do not run the setuid test if running under as root proper. | Werner Koch | 3 | -3/+68 | |
Documentation fixes. Some enhancements for the new OpenPGP Card. | |||||
2008-06-26 | Minor fixes. | Werner Koch | 1 | -1/+1 | |
2008-06-26 | Start support of TCOS 3 cards. | Werner Koch | 2 | -10/+100 | |
Support restriction attribute. Fix utf-8 printing problems. Use AES by default. | |||||
2008-06-24 | Add support for the TCOS NullPIN feature. | Werner Koch | 5 | -10/+92 | |
2008-04-21 | W32 related keyserver fixes. | Werner Koch | 1 | -1/+1 | |
2008-04-21 | Use default PIN flag | Werner Koch | 2 | -1/+24 | |
2008-04-18 | Adjust for the changed Camellia draft. | Werner Koch | 1 | -1/+1 | |
W32 gettext changes. Comment and typo fixes. | |||||
2008-03-26 | Preparing a release. | Werner Koch | 2 | -21/+73 | |
2008-02-09 | 2008-02-09 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -2/+9 | |
* scdaemon.c (main): Use CONFIG_FILENAME as filename if it is set in gpgconf-list output. | |||||
2007-12-12 | Support DSA2. | Werner Koch | 2 | -2/+2 | |
Support Camellia for testing. More audit stuff. |