aboutsummaryrefslogtreecommitdiffstats
path: root/scd/pcsc-wrapper.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-4/+13
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2006-11-21No more warnings for AMD64 (at least when cross-compiling). Thus tehre is aWerner Koch1-1/+1
good chance that gpg2 will now work. Other cleanups. Updated gettext.
2006-09-06The big Assuan error code removal.Werner Koch1-1/+2
2006-08-21disconnectafter wake-up bug fix by Bob Dunlop.Werner Koch1-11/+20
2005-09-09Bug fixes and ssh support for the BELPIC.Werner Koch1-1/+0
2005-09-05Basically made Belgian EID cards work.Werner Koch1-1/+7
Signature creation has not yet been tested. Also other changes to better cope with T=0 cards.
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch1-2/+2
char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now.
2004-10-20* sc-investigate: Removed.Werner Koch1-39/+235
* 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-04-20* pcsc-wrapper.c: New.Werner Koch1-0/+631
* Makefile.am (pkglib_PROGRAMS): Install it here. * apdu.c (writen, readn): New. (open_pcsc_reader, pcsc_send_apdu, close_pcsc_reader): Use the pcsc-wrapper if we are using Pth.