aboutsummaryrefslogtreecommitdiffstats
path: root/scd (unfollow)
Commit message (Collapse)AuthorFilesLines
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.
2005-06-07New debugging optionhs, updates to the manual.Werner Koch3-1/+24
2005-06-03* command.c (cmd_updatestartuptty): New.Werner Koch7-64/+202
* gpg-agent.c: New option --write-env-file. * gpg-agent.c (handle_connections): Make sure that the signals we are handling are not blocked.Block signals while creating new threads. * estream.c: Use HAVE_CONFIG_H and not USE_CONFIG_H! (es_func_fd_read, es_func_fd_write): Protect against EINTR. * gpg-agent.texi (Agent UPDATESTARTUPTTY): New. * scdaemon.c (handle_connections): Make sure that the signals we are handling are not blocked.Block signals while creating new threads. (handle_connections): Include the file descriptor into the name of the thread.
2005-06-01* configure.ac (gl_INIT): Add gnulib stuff.Werner Koch3-3/+7
(fseeko, ftello, ttyname, isascii): Replaced the AC_REPLACE_FUNCS by a simple check. (putc_unlocked): Removed check. Not used. (strsep, mkdtemp, asprintf): Replaced checks by gnulib checks. (xsize): Added will probably come handy soon. (CFLAGS): Use -Wformat-security instead of -Wformat-nonliteral. Add --Wno-format-y2k. * gl/, gl/m4/: New. * gpg-agent.c: Include setenv.h. * Makefile.am (AM_CPPFLAGS): Added. * util.h: Add some includes for gnulib. (ttyname, isascii): Define them inline. * fseeko.c, ftello.c: Removed. * strsep.c, mkdtemp.c: Removed. * ttyname.c, isascii.c: Removed. * mkdtemp.c: Removed. * exec.c: Include mkdtemp.h * keybox-file.c (ftello) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/ftello.c. * keybox-update.c (fseeko) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/iobuf.c. * scdaemon.c: Include mkdtemp.h. * misc.c: Include setenv.h. * symcryptrun.c: Include mkdtemp.h.
2005-05-31* agent.h (out_of_core): s/__inline__/inine. Noted by Ray Link.Werner Koch3-1/+19
* dynload.h: s/__inline__/inline/. * tlv.c [GNUPG_MAJOR_VERSION==1]: Define constants instead of including a gnupg 1.4 header. * watchgnupg.c: Make sure that PF_LCOAL and AF_LOCAL are defines. Noted by Ray Link.
2005-05-24* call-scd.c (inq_needpin): Skip leading spaces in of PINWerner Koch1-2/+2
description. * divert-scd.c (getpin_cb): Enhanced to cope with description flags. * query.c (agent_askpin): Add arg PROMPT_TEXT. Changed all callers.
2005-05-23* Makefile.am: Do not build sc-copykeys anymore.Werner Koch5-248/+44
* app-openpgp.c (app_openpgp_storekey, app_openpgp_readkey) (app_openpgp_cardinfo): Removed.
2005-05-23(parse_ccid_descriptor): SCR335 FW version 5.14 isWerner Koch2-22/+119
good. (do_close_reader): Never do a reset. The caller should instead make sure that the reader has been closed properly. The new retry code in ccid_slot_status will make sure that the readersatrts up fine even if the last process didn't closed the USB connection properly. (ccid_get_atr): For certain readers try switching to ISO mode. Thanks to Ludovic Rousseau for this hint and the magic numbers. (print_command_failed): New. (bulk_in): Use it here. Add new arg NO_DEBUG.
2005-05-21* call-scd.c (start_scd): Don't test for an alive scdaemon here.Werner Koch3-2/+7
(agent_scd_check_aliveness): New. * gpg-agent.c (handle_tick): Test for an alive scdaemon. (handle_signal): Print thread info on SIGUSR1. * scdaemon.c (handle_signal): Print thread info on SIGUSR1.