aboutsummaryrefslogtreecommitdiffstats
path: root/scd/sc-investigate.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-07-27Removed directories which are only used by the 1.9 branchWerner Koch1-209/+0
2004-10-20* sc-investigate: Removed.Werner Koch1-812/+0
* 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-08-17* import.c (check_and_store): Do a full validation ifWerner Koch1-1/+1
--with-validation is set. * certchain.c (gpgsm_basic_cert_check): Print more detailed error messages. * certcheck.c (do_encode_md): Partly support DSA. Add new arg PKALGO. Changed all callers to pass it. (pk_algo_from_sexp): New. tests/pkits: New directory
2004-07-22* configure.ac: Define AM conditional HAVE_OPENSC.V1-9-10Werner Koch1-4/+7
* Makefile.am: Make OpenSC lib link after libgcrypt. Do not link to pth. * apdu.c: Don't use Pth if we use OpenSC. * sc-investigate.c, scdaemon.c: Disable use of pth if OpenSC is used. * scdaemon.c (main): Bumbed thread stack size up to 512k.
2004-07-01Initialize Pth which is now required.Werner Koch1-1/+40
(interactive_shell): New command "readpk".
2004-06-21* sc-investigate.c (my_read_line): Renamed from read_line.Werner Koch1-2/+2
2004-03-16*** empty log message ***Werner Koch1-6/+137
2004-02-18* sc-investigate.c (main): Setup the used character set.Werner Koch1-0/+4
* scdaemon.c (main): Ditto. * scdaemon.c (set_debug): New. Add option --debug-level. (main): Add option --gpgconf-list.
2004-01-27Some minor bug fixes, new test utilities and started support for otherWerner Koch1-29/+451
smartcard applications.
2003-08-05Cleanups, fixes and PC/SC supportWerner Koch1-2/+6
2003-08-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+209
'GNUPG-1-9-BRANCH'.
2003-07-23* command.c (cmd_pkauth): New.Werner Koch1-6/+41
(cmd_setdata): Check whether data was given at all to avoid passing 0 to malloc. * app.c (app_auth): New. * app-openpgp.c (do_auth): New.
2003-07-03* app-openpgp.c (do_setattr): Add setting of the URL.Werner Koch1-0/+3
(app_select_openpgp): Dump card data only in very verbose mode. (do_decipher): New.
2003-06-27Key generation and signing using the OpenPGP card does rudimentary work.Werner Koch1-2/+12
2003-06-05A small step for GnuPG but a huge leap for error codes.Werner Koch1-2/+2
(Sorry, it does not build currently - I need to check it in to avoid duplicate work.)
2003-06-03* scdaemon.h: Include gpg-error.h and errno.hWerner Koch1-0/+161
* card.c (map_sc_err): Use unknown for the error source. * Makefile.am: Link with libgpg-error