aboutsummaryrefslogtreecommitdiffstats
path: root/scd/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some minor bug fixes, new test utilities and started support for otherWerner Koch2004-01-271-13/+11
| | | | | smartcard applications.
* * configure.ac (HAVE_LIBUSB): Added a simple test for libusb.Werner Koch2003-09-021-3/+8
| | | | | | | | * scdaemon.c, scdaemon.h: New option --pcsc-ccid. * ccid-driver.c, ccid-driver.h: New but far from being useful. * Makefile.am: Add above. * apdu.c: Add support for that ccid driver.
* * Makefile.am: Add OPENSC_LIBS to all programs.Werner Koch2003-08-181-2/+2
| | | | | | | | | | | * scdaemon.c, scdaemon.h: New option --disable-opensc. * card.c (card_open): Implement it. * apdu.c (open_osc_reader, osc_send_apdu): New. (apdu_open_reader) [HAVE_OPENSC]: Use the opensc driver if not disabled. (error_string) [HAVE_OPENSC]: Use sc_strerror. (send_apdu) [HAVE_OPENSC]: Call osc_apdu_send.
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-08-051-0/+72
| | | | 'GNUPG-1-9-BRANCH'.
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-42/+0
| | | | 'GNUPG-1-9-BRANCH'.
* * card-common.h (struct p15_private_s): Forward declaration. AddWerner Koch2002-08-161-6/+3
| | | | | | | | | it to card_ctx_s. * card.c (card_close): Make sure private data is released. * card-p15.c (p15_release_private_data): New. (init_private_data): New to work around an OpenSC weirdness. (p15_enum_keypairs): Do an OpenSC get_objects only once.
* Minor changes for gettextNEWPG-0-3-10Werner Koch2002-08-101-0/+3
|
* * card.c (card_open, card_close): Adjusted for changes in OpenSC.Werner Koch2002-03-281-2/+4
|
* Added missing fileNEWPG-0-3-3Werner Koch2002-03-181-0/+1
|
* Doc fixes, moved some fizmes to TODO, fixed minor bugs.Werner Koch2002-03-181-1/+2
|
* Changes needed to support smartcards. Well, only _support_. There isWerner Koch2002-02-281-2/+4
| | | | | no real code yet.
* Some experimental code - don't use it.Werner Koch2002-02-181-1/+1
|
* * scdaemon.c scdaemon.h, command.c: New. Based on the code fromWerner Koch2002-01-261-0/+36
the gpg-agent.