aboutsummaryrefslogtreecommitdiffstats
path: root/scd/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-04-01Prepare for OpenPGP cards with extended length support.Werner Koch1-0/+5
2009-04-01Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch1-0/+5
Removed duplicated code (percent unescaping).
2009-03-30Implement decryption for TCOS 3 cards.Werner Koch1-0/+13
2009-03-26Signing using Netkey 3 cards does now work.Werner Koch1-0/+13
2009-03-24Better syncronization of several smartcard sessions.Werner Koch1-0/+11
2009-03-20Fix keygrip computation for TCOS 3 cards.Werner Koch1-0/+4
Emit PROGRESS status lines during --learn-card.
2009-03-19Make sure not to leak file descriptors if running gpg-agent with aWerner Koch1-0/+2
command. Restore the signal mask to solve a problem in Mono.
2009-03-18Add server option with-ephemeral-keys.Werner Koch1-0/+9
Extend SCD LEARN command.
2009-03-10Add new attribute KEY-ATTR.Werner Koch1-0/+6
2009-03-06New gpg-agent command to list key information.Werner Koch1-0/+7
Gpgsm does now print the S/N of cards. Consider ephemeral keys during listing an export.
2009-03-05New PIN Callback attributes in gpg-agent.Werner Koch1-0/+27
Common prompts for keypad and simple card reader. More support for Netkey cards; PIN management works now.
2009-03-03Fix segv.gnupg-2.0.11Werner Koch1-0/+5
2009-02-27Fix a gpg2 problem with removed cards.Werner Koch1-0/+9
Allow runtime conf change for scdaemon. New commands for scdaemon.
2009-02-25Fixed a nasty bug in scdaemon which led to a card reset if the card wasWerner Koch1-0/+10
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-24Better debug output.Werner Koch1-0/+23
2009-02-19Fix bug 1001.Werner Koch1-1/+0
Documentation updates.
2009-02-12New scd getinfo subcommand deny_adminWerner Koch1-0/+4
2009-01-28Make --allow-admin the default.Werner Koch1-0/+5
2009-01-27Return the balance of a Geldkarte.Werner Koch1-0/+2
2009-01-27Add a Geldkarte gadget application.Werner Koch1-0/+11
Minor other changes.
2009-01-12Minor fixesWerner Koch1-0/+5
2009-01-08Add limited support for NetKey 3.0 cards.Werner Koch1-0/+15
2009-01-05Fix card change detection.Werner Koch1-0/+4
2008-12-18Fixed some card related problems.Werner Koch1-0/+14
2008-12-09Minor fixes.Werner Koch1-0/+4
2008-12-08Align ticker to the full or half second.Werner Koch1-0/+6
2008-12-05Add option --card-timeout.Werner Koch1-0/+12
Add a new attribyte to app-openpgp.c Fix two portability bugs. Have gpg-connect-agent autostart gpg-agent on W32.
2008-11-18Print library versions according to GNU standards.Werner Koch1-0/+5
2008-11-11Minor cleanups.Werner Koch1-0/+5
2008-11-03Fixed the card removed with cached app bug. (Famous last fix).Werner Koch1-0/+15
2008-11-03Use bin2hex if possible.Werner Koch1-0/+10
2008-10-212008-10-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+5
* command.c (open_card): If connect error is SW_HOST_NO_CARD, return a more descriptive error.
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-0/+18
2008-10-17Use more warning options with modern GCCs.Werner Koch1-0/+5
Other minor changes.
2008-10-15Made scdaemon more robust on Windows.Werner Koch1-0/+9
2008-10-14SCD changes for PC/SC under W32.Werner Koch1-0/+42
2008-09-29Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch1-0/+6
2008-09-282008-09-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+4
* apdu.c (pcsc_get_status): Fix last change.
2008-09-25Finished support for v2 cards with the exception of secure messaging.Werner Koch1-1/+22
2008-09-23Improvements for 2k keys.Werner Koch1-0/+7
2008-09-23Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+5
* apdu.c (pcsc_get_status): Be more relaxed with the usable flag under Windows. M scd/ChangeLog M scd/apdu.c
2008-09-23Untested fix for TPDU level exchange of large data (command chaining)Werner Koch1-0/+1
2008-09-23Support the Certifciate DO of the v2 OpenPGP cards.Werner Koch1-0/+26
2008-08-312008-08-30 Moritz <[email protected]>Moritz Schulte1-0/+11
* 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-18Fix new test for v2 cards.Werner Koch1-0/+4
2008-08-13Print a 'f' for validated non-root certificates in gpgsm colon style listing.Werner Koch1-1/+1
Doc fixes.
2008-08-11Fix APDU buffer problem under MAC OS.Werner Koch1-0/+8
2008-07-30prompt change.Werner Koch1-0/+5
2008-07-17Do not run the setuid test if running under as root proper.Werner Koch1-0/+7
Documentation fixes. Some enhancements for the new OpenPGP Card.
2008-06-26Start support of TCOS 3 cards.Werner Koch1-0/+4
Support restriction attribute. Fix utf-8 printing problems. Use AES by default.