Re: [opensc-devel] ruToken and pkcs11.h modification

2008-03-25 Thread Alon Bar-Lev
Committed at revision 3440. On Saturday 22 March 2008, Alon Bar-Lev wrote: > > Cleanup rutoken interface. > > During the mingw build efforts I had to invest much time in this module. > I believe there are many more issue with this module compliant to other OpenSC > components. > This is yet ano

Re: [opensc-devel] some build questions about OpenSC/pam_pkcs11 module

2008-03-25 Thread Huie-Ying Lee
Ludovic Rousseau wrote: > On Fri, Mar 21, 2008 at 12:51 AM, Huie-Ying Lee <[EMAIL PROTECTED]> wrote: >> Q2: To meet the Solaris file location convention, I changed the default >> location of the pam_pkcs11.conf file in the pam_config.c file. To reserve >> the original code, I used CPP "#ifdef"

Re: [opensc-devel] some build questions about OpenSC/pam_pkcs11 module

2008-03-25 Thread Huie-Ying Lee
Douglas E. Engert wrote: Thank you for your help. Please see my comments below ... > > > Huie-Ying Lee wrote: >> Hi, >> >> >> I'm a Solaris engineer at Sun Micros. We have been working on porting >> the OpenSC/pam_pkcs11 module, version 0.6.0, to Solaris. During the >> porting, I encounter

Re: [opensc-devel] some build questions about OpenSC/pam_pkcs11 module

2008-03-25 Thread Ludovic Rousseau
On Fri, Mar 21, 2008 at 12:51 AM, Huie-Ying Lee <[EMAIL PROTECTED]> wrote: > Q2: To meet the Solaris file location convention, I changed the default > location of the pam_pkcs11.conf file in the pam_config.c file. To reserve > the original code, I used CPP "#ifdef" to differenciate the new code