Re: [opensc-devel] Add card minidriver base on trunk.

2010-02-05 Thread Andreas Jellinghaus
Am Freitag 05 Februar 2010 19:51:00 schrieb Alon Bar-Lev: > Also, can we put the .inf and .reg anywhere else but bin? doesn't windows "install" the files if you double-click an inf file (or right-click / install)? it needs to find the files? Ok, currently the "CopyFiles" sections are empty, but we

Re: [opensc-devel] Add card minidriver base on trunk.

2010-02-05 Thread Alon Bar-Lev
Committed some stuff build system related, I hope I did not damage your build. One more question... Why don't you use the logging of opensc and implemented your own? 2010/2/5 Alon Bar-Lev : > 2010/2/5 François Leblanc : >> >> Hi, >> >> Minidriver added. > > I have some fixups to the build. > Can

Re: [opensc-devel] Add card minidriver base on trunk.

2010-02-05 Thread Alon Bar-Lev
2010/2/5 François Leblanc : > > Hi, > > Minidriver added. I have some fixups to the build. Can you please send me a usable cardmod.h so I can compile this stuff? Also, can we put the .inf and .reg anywhere else but bin? Regarding the 32bit and 64bit card modules, we do not compile both 64bit and

Re: [opensc-devel] Add card minidriver base on trunk.

2010-02-05 Thread François Leblanc
>note: I removed the "Makefile.in". >All those files generated by automake, autoconf and libtool >are not submitted to svn, as they change, depending on the >version of these tools used by each developer, and we are >not interested in having these changes in the svn. Ok. >> Unfortunatly I can su

Re: [opensc-devel] Add card minidriver base on trunk.

2010-02-05 Thread Andreas Jellinghaus
Am Freitag 05 Februar 2010 14:18:39 schrieb François Leblanc: > Hi, > > Minidriver added. good! note: I removed the "Makefile.in". All those files generated by automake, autoconf and libtool are not submitted to svn, as they change, depending on the version of these tools used by each developer,

Re: [opensc-devel] Add card minidriver base on trunk.

2010-02-05 Thread François Leblanc
Hi, Minidriver added. > - Move libopensc/opensccm.c to cardmod/cardmod.c -> build > opensc-cardmod.dll >leave it as is, and commit the code you posted. > >the code can be changed later, when there is an agreement how it can >be changed. Unfortunatly I can successfully use env to transmit SCA

Re: [opensc-devel] cross build broken since changeset 3992 due to pthread.h

2010-02-05 Thread François Leblanc
>oops, sorry, didn't know it would be missing on windows. > >I commited a fix for that, please test! I will do. >> This file should be part of compiler or other.. Do you successfully >> Cross build for mingw since the change? Someone do that? > >sorry, I haven't found time to setup a cross-comp

Re: [opensc-devel] cross build broken since changeset 3992 due to pthread.h

2010-02-05 Thread Andreas Jellinghaus
Am Freitag 05 Februar 2010 11:47:34 schrieb François Leblanc: > Hi, > > Andreas since your change : > http://www.opensc-project.org/opensc/changeset/3992 > > I can't cross build, the "#include " in log.c file fail > in error no pthread.h file. oops, sorry, didn't know it would be missing on wind

[opensc-devel] cross build broken since changeset 3992 due to pthread.h

2010-02-05 Thread François Leblanc
Hi, Andreas since your change : http://www.opensc-project.org/opensc/changeset/3992 I can't cross build, the "#include " in log.c file fail in error no pthread.h file. This file should be part of compiler or other.. Do you successfully Cross build for mingw since the change? Someone do that?

Re: [opensc-devel] PIN cache issue

2010-02-05 Thread Viktor TARASOV
Hi Martin, Martin Paljak wrote: On Feb 3, 2010, at 18:41 , Viktor TARASOV wrote: Maybe pin cache should be attached not to 'pkcs15_card', but to the PIN 'pkcs15_object' ? In object info there are path, reference, flags, ... Why not. If objects get destroyed and don't leak it would pr