aboutsummaryrefslogtreecommitdiffstats
path: root/g10/apdu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use inline functions to convert buffer data to scalars.Werner Koch2015-02-231-15/+12
* Fix syntax error introduced with 60bd6488Werner Koch2014-06-231-3/+4
* PC/SC cleanup.Werner Koch2014-06-231-43/+56
* Removed some set but unused vars.Werner Koch2011-08-091-27/+26
* First set of changes to backport the new card code from 2.0.Werner Koch2009-07-211-526/+1042
* Fix bug 1045Werner Koch2009-05-111-2/+5
* Switched to GPLv3.Werner Koch2007-10-231-4/+2
* Replaced an assert and fixed batch mode issue in cardglue.Werner Koch2006-03-051-0/+1
* * Makefile.am: Include @LIBUSB_CPPFLAGS@ in our CPPFLAGS. StrictlyDavid Shaw2005-11-061-1/+0
* cygwin fixesWerner Koch2005-10-271-38/+138
* Updated card stuff to support T=0 cards.Werner Koch2005-09-071-439/+298
* Updated FSF street address and preparations for a release candidate.Werner Koch2005-05-311-1/+2
* (pin_cb): Print a warning if the info string hack isWerner Koch2005-03-301-15/+15
* (get_cached_data): New arg GET_IMMEDIATE to bypassWerner Koch2005-01-251-12/+16
* * apdu.c (apdu_send_le, apdu_send_direct), keylist.cDavid Shaw2004-12-151-4/+8
* About to release 1.3.92Werner Koch2004-10-281-2/+3
* * apdu.c (apdu_open_reader): Load pcsc_get_status_change fucntion.Werner Koch2004-10-201-35/+449
* * README: Mentioned --enable-selinux-support.Werner Koch2004-10-151-2/+6
* 2004-10-03 Timo Schulz <[email protected]>Timo Schulz2004-10-041-0/+2
* * gpg.sgml: Document "addcardkey" and "keytocard".Werner Koch2004-09-231-1/+2
* * cardglue.c (open_card): Use shutdown code if possible.Werner Koch2004-09-201-0/+24
* (apdu_open_reader): No fallback if a full CCID reader id has beenWerner Koch2004-09-171-1/+9
* * configure.ac: Don't check for usb_create_match orWerner Koch2004-09-171-3/+4
* * README: Doc --disable-card-support and --without-readline.Werner Koch2004-09-091-536/+1145
* A bunch of changes for the openpgp card.Werner Koch2004-04-271-17/+700
* (close_ct_reader, close_pcsc_reader): Implemented.Werner Koch2003-10-301-3/+12
* * g10.c (main) [ENABLE_CARD_SUPPORT]: Add a default forWerner Koch2003-10-251-2/+3
* (apdu_open_reader): Hacks for PC/SC under Windows.Werner Koch2003-10-241-3/+29
* * passphrase.c (ask_passphrase): Add optional promptid arg.Werner Koch2003-10-211-34/+45
* * cardglue.c (card_close): New.Werner Koch2003-10-101-0/+58
* * cardglue.c (learn_status_cb): Release values before assignmentWerner Koch2003-10-021-8/+8
* * g10.c (main): New commands --card-edit, --card-status andWerner Koch2003-09-281-0/+1193