Re: [opensc-devel] Cardmod: classic form for the container's ID

2011-03-31 Thread Martin Paljak
Hello, On Mar 31, 2011, at 20:36 , Viktor TARASOV wrote: > Cardmod is promoted by Microsoft and is used (afaik) exclusively by Microsoft > . For the sake of terminology - the concept is called a mini(-)driver and most Miicrosoft originating documentation talks about "a minidriver", not a cardmod

Re: [opensc-devel] Cardmod: classic form for the container's ID

2011-03-31 Thread Jean-Michel Pouré - GOOZE
Le lundi 28 mars 2011 à 14:06 +0200, Viktor TARASOV a écrit : > I'm get used to this GUID format in the Windows world. > and so it seemed to me quite natural to use it for the Windows > containers. +1. -- Jean-Michel Pouré - Gooze - http://www.gooze.eu ___

Re: [opensc-devel] Cardmod: classic form for the container's ID

2011-03-31 Thread Viktor TARASOV
Le 30/03/2011 20:16, Douglas E. Engert a écrit : > On 3/30/2011 11:38 AM, Viktor TARASOV wrote: >> Le 28/03/2011 18:29, Douglas E. Engert a écrit : >>> On 3/28/2011 7:06 AM, Viktor TARASOV wrote: Le 25/03/2011 20:51, Douglas E. Engert a écrit : >> ... > Do we really need the GUID format? "

[opensc-devel] pkcs11 uri reference implementation and p11-kit docs

2011-03-31 Thread Stef Walter
I worked on documenting some of the p11-kit stuff today. Here's the documentation for the PKCS#11 URI reference implementation: http://p11-glue.freedesktop.org/doc/p11-kit/p11-kit-URIs.html And here's some docs for all of p11-kit, including the configuration files, formats, etc. http://p11-glue.

Re: [opensc-devel] Rv: Compiling for windows in Fedora 14

2011-03-31 Thread Ludovic Rousseau
2011/3/31 Martin Paljak : > Hello, > On Mar 31, 2011, at 15:34 , Tomas Gustavsson wrote: >> One of Windows gifts to developers, randomized pathnames :-) > > Well, not really. You get the same kind of stuff with Gnome for example, I > have "~/Töölaud" folder instead of "~/Desktop" and I know that O

Re: [opensc-devel] Rv: Compiling for windows in Fedora 14

2011-03-31 Thread Martin Paljak
Hello, On Mar 31, 2011, at 15:34 , Tomas Gustavsson wrote: > One of Windows gifts to developers, randomized pathnames :-) Well, not really. You get the same kind of stuff with Gnome for example, I have "~/Töölaud" folder instead of "~/Desktop" and I know that OS X does some fancy tricks with loc

Re: [opensc-devel] Re Rv: Compiling for windows in Fedora 14

2011-03-31 Thread Martin Paljak
Hello, On Mar 31, 2011, at 14:57 , jons...@terra.es wrote: > Something like this could help: > > # Build installer > programFiles=`grep ProgramFilesDir ${HOME}/.wine/system.reg | sed -e > 's/^.*="\(.*\)"/\1/g'` > wine "$programFiles\Inno Setup 5\ISCC.exe" win32/OpenSc.iss Close but does not

Re: [opensc-devel] Rv: Compiling for windows in Fedora 14

2011-03-31 Thread Tomas Gustavsson
One of Windows gifts to developers, randomized pathnames :-) /Tomas On 03/31/2011 01:38 PM, Martin Paljak wrote: > Hello, > On Mar 31, 2011, at 14:22 , jons...@terra.es wrote: >> Sorry: I forgot last notice: >> My Fedora installation has default language set to "ES", so wine looks >> for iscc.ex

[opensc-devel] Re Rv: Compiling for windows in Fedora 14

2011-03-31 Thread jons...@terra.es
> >Hello, >On Mar 31, 2011, at 14:22 , jons...@terra.es wrote: >> Sorry: I forgot last notice: >> My Fedora installation has default language set to "ES", so wine looks >> for iscc.exe at >> >> ${HOME}/.wine/drive_c/Archivos de programa/Inno Setup 5/ISCC.exe >> instead of >> ${HOME}/.wine/drive_c

Re: [opensc-devel] Rv: Compiling for windows in Fedora 14

2011-03-31 Thread Martin Paljak
Hello, On Mar 31, 2011, at 14:22 , jons...@terra.es wrote: > Sorry: I forgot last notice: > My Fedora installation has default language set to "ES", so wine looks > for iscc.exe at > > ${HOME}/.wine/drive_c/Archivos de programa/Inno Setup 5/ISCC.exe > instead of > ${HOME}/.wine/drive_c/Program Fi

Re: [opensc-devel] Compiling for windows in Fedora 14

2011-03-31 Thread Alon Bar-Lev
On Thu, Mar 31, 2011 at 1:34 PM, Martin Paljak wrote: > > 2- In building process an strip error found: > > - > > i686-pc-mingw32-strip: unable to copy file > > '/home/jantonio/work/dnie/opendnie/opensc-opendnie/trunk/win32/build/image/opensc/lib/engines/gosteay32.dll'; > > reason: Permis

Re: [opensc-devel] Compiling for windows in Fedora 14

2011-03-31 Thread Martin Paljak
Hello, On Mar 31, 2011, at 14:15 , jons...@terra.es wrote: > Some notices on compile for windows under Fedora 14 > 1- In file win32/installer_from_build.sh > > Fedora mingw compiler uses a different name: > - > # Ubuntu 10.10 (as wiki states) > # (cd ${build_dir};

[opensc-devel] Rv: Compiling for windows in Fedora 14

2011-03-31 Thread jons...@terra.es
> Mensaje original >De: jons...@terra.es > Fecha: 31/03/2011 13:15 >Para: >Asunto: [opensc-devel] Compiling for windows in Fedora 14 > >Some notices on compile for windows under Fedora 14 Sorry: I forgot last notice: My Fedora installation has default language set to "ES", so wine

[opensc-devel] Compiling for windows in Fedora 14

2011-03-31 Thread jons...@terra.es
Some notices on compile for windows under Fedora 14 Using r5283 and install instructions from wiki: http://www.opensc-project.org/opensc/wiki/WindowsInstaller 1- In file win32/installer_from_build.sh Fedora mingw compiler uses a different name: - # Ubuntu 10.10 (a

Re: [opensc-devel] Fwd: a little love for opensc-explorer.c

2011-03-31 Thread Martin Paljak
Hello Peter, On Sun, Mar 20, 2011 at 13:08, Peter Marschall wrote: > please find attached a few patches for opensc-explorer.c > It would be cool if the changes made it into OpenSC mainline Done in r5277-5280. Thanks! ___ opensc-devel mailing list open