Re: [opensc-devel] SCB build using mingw on linux

2008-04-21 Thread Alon Bar-Lev
The build environment moved to its new repository [1]. [1] http://www.opensc-project.org/svn/windows/trunk ___ opensc-devel mailing list [email protected] http://www.opensc-project.org/mailman/listinfo/opensc-devel

Re: [opensc-devel] OpenSC and Plug&Play -- libopensc and opensc-pkcs11

2008-04-21 Thread Peter Stuge
On Mon, Apr 21, 2008 at 10:36:31PM +0300, Alon Bar-Lev wrote: > Anyway this branch adds the following: Looks good. //Peter ___ opensc-devel mailing list [email protected] http://www.opensc-project.org/mailman/listinfo/opensc-devel

Re: [opensc-devel] OpenSC and Plug&Play -- libopensc and opensc-pkcs11

2008-04-21 Thread Alon Bar-Lev
On Friday 18 April 2008, Alon Bar-Lev wrote: > And I found the he PKCS#11 provider does not refresh slot list with > C_GetSlotList is called with NULL_PTR. > > This is extremely important for tokens, as the reader hardware is removed and > inserted when > card is removed and inserted. > > Lacki

Re: [opensc-devel] SCB build using mingw on linux

2008-04-21 Thread Alon Bar-Lev
On 4/21/08, Douglas E. Engert <[EMAIL PROTECTED]> wrote: > After removing the CC=gcc from my environment, and new svn > checkouts for opensc, libp11, engine_pkcs11 and scb, the > SCB built using the create-using-mingw ran on Ubuntu. I have > started testing on XP, and so far the command line to

[opensc-devel] SCB build using mingw on linux

2008-04-21 Thread Douglas E. Engert
After removing the CC=gcc from my environment, and new svn checkouts for opensc, libp11, engine_pkcs11 and scb, the SCB built using the create-using-mingw ran on Ubuntu. I have started testing on XP, and so far the command line tools work. -- Douglas E. Engert <[EMAIL PROTECTED]> Argonn

Re: [opensc-devel] [opensc-commits] svn opensc changed [3483] Handle SCARD_E_INVALID_HANDLE at pcsc_lock

2008-04-21 Thread Alon Bar-Lev
On 4/21/08, Ludovic Rousseau <[EMAIL PROTECTED]> wrote: > Why is the SCardEndTransaction() call needed? > It is needed to Linux or Windows or both? Hi! I reverted this, it was caused due to fork() something... > If the application calls SCardConnect() again then all previous > transactions sh

Re: [opensc-devel] [opensc-commits] svn opensc changed [3483] Handle SCARD_E_INVALID_HANDLE at pcsc_lock

2008-04-21 Thread Ludovic Rousseau
On Mon, Apr 21, 2008 at 11:20 AM, Ludovic Rousseau <[EMAIL PROTECTED]> wrote: > On Sun, Apr 20, 2008 at 11:23 PM, <[EMAIL PROTECTED]> wrote: > > Revision: 3483 > > Author: alonbl > > Date: 2008-04-20 23:23:26 +0200 (Sun, 20 Apr 2008) > > > > Log Message: > > --- > > Hand

Re: [opensc-devel] [opensc-commits] svn opensc changed [3483] Handle SCARD_E_INVALID_HANDLE at pcsc_lock

2008-04-21 Thread Ludovic Rousseau
Hello Alon, On Sun, Apr 20, 2008 at 11:23 PM, <[EMAIL PROTECTED]> wrote: > Revision: 3483 > Author: alonbl > Date: 2008-04-20 23:23:26 +0200 (Sun, 20 Apr 2008) > > Log Message: > --- > Handle SCARD_E_INVALID_HANDLE at pcsc_lock > > Modified Paths: > -- > branc