From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xffzx-0003rN-AL for qemu-devel@nongnu.org; Sat, 18 Oct 2014 22:13:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xffzo-0003CL-9d for qemu-devel@nongnu.org; Sat, 18 Oct 2014 22:13:33 -0400 Received: from mail-qa0-x232.google.com ([2607:f8b0:400d:c00::232]:65525) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xffzo-0003CF-4n for qemu-devel@nongnu.org; Sat, 18 Oct 2014 22:13:24 -0400 Received: by mail-qa0-f50.google.com with SMTP id w8so2073617qac.9 for ; Sat, 18 Oct 2014 19:13:23 -0700 (PDT) From: Ray Strode Date: Sat, 18 Oct 2014 22:12:46 -0400 Message-Id: Subject: [Qemu-devel] [PATCH 0/3] A few smartcard patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Ray Strode , Robert Relyea , Michael Tokarev , Alon Levy , =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , Nalin Dahyabhai From: Ray Strode The first two patches are resends from last year that have already been reviewed and just need to be pulled in. The third patch is something I ran into a few days ago when trying to set up kerberos (preauthentication with pkinit) in a guest. Ray Strode (3): libcacard: introduce new vcard_emul_logout libcacard: Lock NSS cert db when selecting an applet on an emulated card cac: don't free sign buffer while sign op is pending libcacard/cac.c | 10 +++++++--- libcacard/vcard.c | 5 +++++ libcacard/vcard_emul.h | 1 + libcacard/vcard_emul_nss.c | 16 ++++++++++++---- 4 files changed, 25 insertions(+), 7 deletions(-) -- 2.1.0