Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SCD: API cleanup for keypad handling. | NIIBE Yutaka | 2013-02-05 | 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. | ||||
* | Revert SCD changes of 2010-05-03 (scd/ChangeLog 2010-03-17). | NIIBE Yutaka | 2012-12-07 | 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. | ||||
* | Collected changes | Werner Koch | 2010-05-03 | 1 | -1/+1 |
| | |||||
* | Make bug reporting address easier changeable. | Werner Koch | 2009-07-21 | 1 | -2/+2 |
| | |||||
* | SCD changes for PC/SC under W32. | Werner Koch | 2008-10-14 | 1 | -0/+2 |
| | |||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 |
| | | | | | Removed intl/. | ||||
* | Improved logging for error orginating from libgcrypt. | Werner Koch | 2007-04-20 | 1 | -21/+2 |
| | |||||
* | agent/ | Werner Koch | 2007-01-25 | 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. | ||||
* | Updated FSF's address. | Werner Koch | 2006-06-20 | 1 | -1/+2 |
| | |||||
* | Changed the scdaemon to handle concurrent sessions. Adjusted | Werner Koch | 2005-05-18 | 1 | -1/+1 |
| | | | | | gpg-agent accordingly. Code cleanups. | ||||
* | Some minor bug fixes, new test utilities and started support for other | Werner Koch | 2004-01-27 | 1 | -1/+1 |
| | | | | | smartcard applications. | ||||
* | Cleanups, fixes and PC/SC support | Werner Koch | 2003-08-05 | 1 | -2/+6 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2003-08-05 | 1 | -0/+731 |
'GNUPG-1-9-BRANCH'. |