aboutsummaryrefslogtreecommitdiffstats
path: root/scd (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-03-07The Cherry XX44 keyboard's PINpad does now work.Werner Koch5-55/+136
DINSIG and NKS card applications are now also PIN pad aware.
2007-02-18doc/Werner Koch2-1/+7
* gpg.texi (GPG Esoteric Options): No card reader options for gpg2. scd/ * scdaemon.c (DEFAULT_PCSC_DRIVER): Add a default for OS X.
2007-02-14Typo fixesWerner Koch1-5/+6
2007-01-31Included LIBICONV in all Makefiles.Werner Koch1-3/+6
g10/ * passphrase.c (passphrase_get): Set the cancel flag on all error from the agent. Fixes a bug reported by Tom Duerbusch. sm/ * gpgsm.c (main): Let --gen-key print a more informative error message.
2007-01-30Added LIBINTL to more Makefile targets.Werner Koch2-1/+7
doc/ * com-certs.pem: Added the current root certifcates of D-Trust and S-Trust. g10/ * status.c (write_status_begin_signing): New. * sign.c (sign_file, sign_symencrypt_file): Call it. * textfilter.c (copy_clearsig_text): Call it. * call-agent.c (agent_scd_pksign): Pass --hash-rmd160 to SCD if required. * gpg.c (main): Let --no-use-agent and --gpg-agent-info print a warning. * misc.c (obsolete_option): New.
2007-01-25agent/Werner Koch1-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-12-21The keypad is now also used for OpenPGP signing keys.Werner Koch2-98/+149
2006-11-28Preparing 2.0.1Werner Koch2-2/+9
2006-11-23Final fix for rc1gnupg-2.0.1rc1Werner Koch2-1/+5
2006-11-21No more warnings for AMD64 (at least when cross-compiling). Thus tehre is aWerner Koch4-6/+13
good chance that gpg2 will now work. Other cleanups. Updated gettext.
2006-11-20Made some PIN pads work.Werner Koch9-74/+225
Some cleanups for 64 bit CPUs.
2006-10-24Preparing another releasegnupg-1.9.94Werner Koch3-8/+42
2006-10-23.Werner Koch3-2/+11
2006-10-17Pth tweaks and improved estream.cWerner Koch3-3/+12
2006-10-11Allow pkcs#10 creation directkly from a smart cardWerner Koch2-1/+25
2006-10-10Various changesWerner Koch4-5/+13
2006-10-05bug fixesWerner Koch1-1/+1
2006-10-02Fix for bug 537Werner Koch1-1/+1
2006-10-022006-10-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-1/+6
* command.c (update_reader_status_file): Increase buffer of NUMBUF2 (fixing typo).
2006-09-232006-09-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-2/+13
* app-openpgp.c (do_sign): Advance INDATA by the SHA1 resp. RMD160 prefix length.
2006-09-15Allow for a global trustlist.Werner Koch1-1/+1
2006-09-14Take advantage of newer gpg-error features.Werner Koch6-32/+40
2006-09-07Let scdaemon call a script on status changesWerner Koch2-0/+48
2006-09-06The big Assuan error code removal.Werner Koch9-72/+83
2006-09-022006-09-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-4/+17
* command.c (get_reader_slot): Return the slot_table index, not the APDU slot number. (update_reader_status_file): Use the slot_table index in the update_card_removed invocation.
2006-09-012006-09-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-3/+35
* command.c (cmd_getinfo): Handle status command.
2006-08-302006-08-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-1/+9
* command.c (do_reset): Delay resetting CTRL->reader_slot until after update_card_removed invocation.
2006-08-292006-08-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-34/+47
* app-openpgp.c (do_decipher, do_sign): Allow "OPENPGP.2" resp. "OPENPGP.1" for KEYIDSTR.
2006-08-21disconnectafter wake-up bug fix by Bob Dunlop.Werner Koch2-11/+29
2006-06-30A couple of fixes. gpg2's key generation does now work.Werner Koch2-1/+7
2006-06-20Updated FSF's address.Werner Koch20-20/+40
2006-06-09agent/Marcus Brinkmann2-1/+5
2006-06-09 Marcus Brinkmann <[email protected]> * Makefile.am (gpg_agent_LDADD): Add $(NETLIBS). scd/ 2006-06-09 Marcus Brinkmann <[email protected]> * Makefile.am (scdaemon_LDADD): Add $(NETLIBS).
2006-05-23g10/ does build again.Werner Koch1-0/+10
2006-04-142006-04-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-19/+35
* app.c (select_application): Cover up a slot mismatch error in case it happens (it shouldn't happen). (release_application): Use APP->slot. Lock the reader. (application_notify_card_removed): Lock the reader.
2006-04-11Added command APDUWerner Koch5-4/+143
2006-03-21Allo RMD160 signaturesWerner Koch2-3/+29
2006-03-01Fixed card removal problemsWerner Koch5-136/+197
2006-02-09PIN caching of cards does now work.Werner Koch4-19/+173
2006-02-08Fixed a couple of problems with omnikey based readersWerner Koch2-20/+65
2006-02-06.Werner Koch1-1/+1
2006-02-06Support for CardMan 4040Werner Koch3-232/+510
2005-12-06Print warning for missing pcsc-wrapperWerner Koch2-1/+14
2005-11-28Preparing an interim releaseWerner Koch13-97/+461
2005-10-08agent/Marcus Brinkmann2-1/+6
2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (gpg_protect_tool_LDADD): Add ../gl/libgnu.a. (gpg_preset_passphrase_LDADD, t_common_ldadd): Likewise. (gpg_agent_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. kbx/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (kbxutil_LDADD): Add ../gl/libgnu.a after ../jnlib/libjnlib.a. scd/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (scdaemon_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. sm/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (gpgsm_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. tools/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (gpgconf_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. (symcryptrun_LDADD, gpg_connect_agent_LDADD, gpgkey2ssh_LDADD): Likewise.
2005-09-09Bug fixes and ssh support for the BELPIC.Werner Koch8-12/+170
2005-09-06The BELPIC card does now work.Werner Koch3-36/+130
2005-09-05Basically made Belgian EID cards work.Werner Koch7-44/+349
Signature creation has not yet been tested. Also other changes to better cope with T=0 cards.
2005-07-27Removed directories which are only used by the 1.9 branchWerner Koch20-7713/+0
2005-07-20* keylist.c (email_kludge): Reworked.Werner Koch4-3/+27
* certdump.c (gpgsm_print_serial, gpgsm_dump_serial): Cast printf arg to unsigned. * call-dirmngr.c (gpgsm_dirmngr_run_command): Ditto
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch9-51/+56
char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now.