Re: [opensc-devel] PINpad reader in Windows

2006-08-02 Thread Ludovic Rousseau
On 03/08/06, Robert Konklewski <[EMAIL PROTECTED]> wrote: Hello! Hi, A word of warning: this patch might cause problems in Linux since byte order of IOCTLs is changed to little-endian (it is required in Windows) and it was not altered in the original code (which probably worked well in Linu

[opensc-devel] PINpad reader in Windows

2006-08-02 Thread Robert Konklewski
Hello! I'm totally new on this list. In fact, the only reason I signed up is to share this quick & dirty hack for opensc 0.11.1 that enables usage of a PINpad in Windows through PC/SC. At least on SCM SPR 532 PINpad reader and Setec cards it is possible to verify or change a PIN (with sc_pin_cm

Re: [opensc-devel] Changes for Windows to use strlcpy and my_getopt.h

2006-08-02 Thread Nils Larsch
Douglas E. Engert wrote: Here are changes to allow OpenSC to build under windows with the new my_getopt and strlcpy changes. win/Make.rules.mak added /I$(TOPDIR)\src\common to get the my_getopts.h and strlcpy.h netkey-tools,c, eidenv.c util.c replaced #include with #include rem

[opensc-devel] Changes for Windows to use strlcpy and my_getopt.h

2006-08-02 Thread Douglas E. Engert
Here are changes to allow OpenSC to build under windows with the new my_getopt and strlcpy changes. win/Make.rules.mak added /I$(TOPDIR)\src\common to get the my_getopts.h and strlcpy.h netkey-tools,c, eidenv.c util.c replaced #include with #include removed the #ifdef for HAVE_G