Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-02-05 | SCD: API cleanup for keypad handling. | NIIBE Yutaka | 1 | -0/+1 | |
* scd/iso7816.h (struct pininfo_s): Rename from iso7816_pininfo_s. Change meaning of MODE. (pininfo_t): Rename from iso7816_pininfo_t. * scd/sc-copykeys.c: Include "iso7816.h". * scd/scdaemon.c, scd/command.c: Likewise. * scd/ccid-driver.c: Include "scdaemon.h" and "iso7816.h". (ccid_transceive_secure): Follow the change of PININFO_T. * scd/app.c: Include "apdu.h" after "iso7816.h". * scd/iso7816.c (iso7816_check_keypad, iso7816_verify_kp) (iso7816_change_reference_data_kp): Follow the change of API. * scd/apdu.c (struct reader_table_s): Change API of CHECK_KEYPAD, KEYPAD_VERIFY, KEYPAD_MODIFY to have arg of PININFO_T. (check_pcsc_keypad, check_ccid_keypad): Likewise. (apdu_check_keypad, apdu_keypad_verify, apdu_keypad_modify): Likewise. (pcsc_keypad_verify, pcsc_keypad_modify, ct_send_apdu) (pcsc_send_apdu_direct, pcsc_send_apdu_wrapped, pcsc_send_apdu) (send_apdu_ccid, ccid_keypad_operation, my_rapdu_send_apdu, send_apdu) (send_le): Follow the change of API. * scd/apdu.h (apdu_check_keypad, apdu_keypad_verify) (apdu_keypad_modify): Change the API. * scd/app-dinsig.c, scd/app-nks.c, scd/app-openpgp.c: Follow the change. | |||||
2012-12-07 | Revert SCD changes of 2010-05-03 (scd/ChangeLog 2010-03-17). | NIIBE Yutaka | 1 | -1/+1 | |
* scd/apdu.c (pcsc_no_service): Remove. (open_pcsc_reader_direct, open_pcsc_reader_wrapped): Remove pcsc_no_service support. (apdu_open_reader): Remove R_NO_SERVICE. * scd/apdu.h (apdu_open_reader): Remove R_NO_SERVICE. * scd/command.c (reader_disabled): Remove. (get_reader_slot): Follow the change of R_NO_SERVICE. (open_card, cmd_serialno, scd_command_handler): Remove reader_disabled support. * scd/sc-copykeys.c (main): Follow the change of R_NO_SERVICE. -- Daemon should handle all possible cases. Even if such a difficult case like reader_disabled, it should not exit. | |||||
2010-05-03 | Collected changes | Werner Koch | 1 | -1/+1 | |
2009-07-21 | Make bug reporting address easier changeable. | Werner Koch | 1 | -2/+2 | |
2008-10-14 | SCD changes for PC/SC under W32. | Werner Koch | 1 | -0/+2 | |
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2007-04-20 | Improved logging for error orginating from libgcrypt. | Werner Koch | 1 | -21/+2 | |
2007-01-25 | agent/ | Werner Koch | 1 | -1/+1 | |
* protect-tool.c (get_passphrase): New arg OPT_CHECK. (get_new_passphrase): Enable OTP_CHECK on the first call. * command.c (cmd_get_passphrase): Implement option --check. * gpg-agent.c (MIN_PASSPHRASE_LEN): New (parse_rereadable_options): New option --min-passphrase-len. * genkey.c (check_passphrase_constraints): New. (agent_genkey, agent_protect_and_store): Call new function. Fix memory leak. * call-pinentry.c (agent_askpin): Allow translation of the displayed error message. (agent_popup_message_start): Remove arg CANCEL_BTN. (popup_message_thread): Use --one-button option. * command.c (cmd_passwd): Now that we don't distinguish between assuan and regular error codes we can jump to the end on error. common/ * simple-pwquery.c (simple_pwquery): New arg OPT_CHECK. | |||||
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 | |
2005-07-27 | Removed directories which are only used by the 1.9 branch | Werner Koch | 1 | -731/+0 | |
2005-05-18 | Changed the scdaemon to handle concurrent sessions. Adjusted | Werner Koch | 1 | -1/+1 | |
gpg-agent accordingly. Code cleanups. | |||||
2004-01-27 | Some minor bug fixes, new test utilities and started support for other | Werner Koch | 1 | -1/+1 | |
smartcard applications. | |||||
2003-08-05 | Cleanups, fixes and PC/SC support | Werner Koch | 1 | -2/+6 | |
2003-08-05 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -0/+731 | |
'GNUPG-1-9-BRANCH'. | |||||
2003-07-28 | Adjusted for use with current libgcrypt (1.1.42). | Werner Koch | 1 | -8/+4 | |
2003-07-16 | * Makefile.am: Add sc-copykeys program. | Werner Koch | 1 | -0/+735 | |
* sc-copykeys.c: New. * app-openpgp.c (app_openpgp_storekey): New. (app_openpgp_cardinfo): New. (count_bits): New. (store_fpr): And use it here to get the actual length in bit. |