aboutsummaryrefslogtreecommitdiffstats
path: root/doc/scdaemon.texi (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-10-20* sc-investigate: Removed.Werner Koch1-1/+2
* Makefile.am (sc_investigate): Removed. * pcsc-wrapper.c (load_pcsc_driver): Load get_status_change func. (handle_open): Succeed even without a present card. (handle_status, handle_reset): New. * apdu.c (apdu_open_reader): Load pcsc_get_status_change fucntion. (pcsc_get_status): Implemented. (reset_pcsc_reader): Implemented. (open_pcsc_reader): Succeed even with no card inserted. (open_ccid_reader): Set LAST_STATUS. * iso7816.c (iso7816_select_application): Always use 0 for P1.
2004-09-30* gpg.texi: New.Werner Koch1-10/+11
* gnupg.texi: Include gpg.texi * tools.texi: Add a few @command markups. * gpgsm.texi: Ditto * gpg-agent.texi: Ditto. * scdaemon.texi: Ditto.
2004-08-05* configure.ac: Changed tests for libusb to also suuport theWerner Koch1-2/+55
stable version 0.1.x. * scdaemon.texi (Card applications): New section. * scdaemon.c (main): New option --disable-application. * app.c (is_app_allowed): New. (select_application): Use it to check for disabled applications. * ccid-driver.h (CCID_DRIVER_ERR_ABORTED): New. * ccid-driver.c (ccid_open_reader): Support the stable 0.1 version of libusb. (ccid_get_atr): Handle short messages. * apdu.c (my_rapdu_get_status): Implemented.
2004-02-18Described new optionsWerner Koch1-0/+23
2004-02-04Fixed a build bug (straw letter in sm/import.c) and updated the documentation.Werner Koch1-1/+3
2003-12-01(Certificate Options): Add --{enable,disable}-ocsp.Werner Koch1-0/+11
2003-10-21* card-util.c (card_edit): New command "passwd". Add logic toWerner Koch1-0/+40
check the PIN in advance. (card_status): Add new args to return the serial number. Changed all callers. * call-agent.c (agent_scd_checkpin): New.
2003-08-05Cleanups, fixes and PC/SC supportWerner Koch1-0/+4
2003-04-29* scdaemon.c: New options --print-atr and --reader-portWerner Koch1-0/+10
* apdu.c, apdu.h: New * card.c, card-p15.c, card-dinsig.c: Allow build without OpenSC.
2003-01-09Taken from NewPGWerner Koch1-0/+297