Re: [opensc-devel] [opensc-commits] svn opensc changed [3579] remove html.out and man.out before filling them to avoid problems

2008-10-10 Thread Alon Bar-Lev
OK. Thanks! I believe that the doc/nonepersistance/Makefile.am should also be fixed for all packages. On 10/10/08, Ludovic Rousseau <[EMAIL PROTECTED]> wrote: > On Thu, Oct 9, 2008 at 9:59 PM, Alon Bar-Lev <[EMAIL PROTECTED]> wrote: > > If you enter a rule: > > xxx/*: > > > > Then xxx/* does

Re: [opensc-devel] Some small PAM prompt changes to pam_pkcs11 module

2008-10-10 Thread Huie-Ying Lee
Robert Relyea wrote: Huie-Ying Lee wrote: Hello, I have completed the prompt configuration enhancement, as suggested by Ludovic. In this enhancement, I added a new field, token_type, in the pam_pkcs11.conf file. The value of the "token_type" will be used in the user prompt messages a

Re: [opensc-devel] Some small PAM prompt changes to pam_pkcs11 module

2008-10-10 Thread Robert Relyea
Ludovic Rousseau wrote: On Fri, Oct 10, 2008 at 2:45 AM, Robert Relyea <[EMAIL PROTECTED]> wrote: BTW does the _(password_prompt) do the right thing for the translation teams? In general we go that using a declaration like N_("Smart card") in the source code. OK, that's the part I

Re: [opensc-devel] Some small PAM prompt changes to pam_pkcs11 module

2008-10-10 Thread Robert Relyea
Douglas E. Engert wrote: You need to look at the bigger picture of how the pam stack is being called, and what the user is seeing on the screen. So I don't have a problem with the ability to change the prompt on pam_pkcs11, but I do have a problem with forcing the change. In our situation, we

Re: [opensc-devel] Problems using opensc-pkcs11.so as a cryptoadm provider with Solaris libpkcs11

2008-10-10 Thread Douglas E. Engert
Ludovic Rousseau wrote: > On Thu, Oct 9, 2008 at 6:19 PM, Douglas E. Engert <[EMAIL PROTECTED]> wrote: >> It looks like CKF_TOKEN_PRESENT is set in framework-pkcs15init.c >> (if initilizing cards), and in framework-pkcs15.c. >> pkcs15_create_tokens calls in pkcs15_create_slot >> for the first slo

Re: [opensc-devel] Some small PAM prompt changes to pam_pkcs11 module

2008-10-10 Thread Douglas E. Engert
Robert Relyea wrote: > Huie-Ying Lee wrote: >> Hello, >> >> I have completed the prompt configuration enhancement, as suggested by >> Ludovic. In this enhancement, I added a new field, token_type, in >> the pam_pkcs11.conf file. The value of the "token_type" will be >> used in the user

Re: [opensc-devel] Problems using opensc-pkcs11.so as a cryptoadm provider with Solaris libpkcs11

2008-10-10 Thread Ludovic Rousseau
On Thu, Oct 9, 2008 at 6:19 PM, Douglas E. Engert <[EMAIL PROTECTED]> wrote: > It looks like CKF_TOKEN_PRESENT is set in framework-pkcs15init.c > (if initilizing cards), and in framework-pkcs15.c. > pkcs15_create_tokens calls in pkcs15_create_slot > for the first slot which sets the flag. pkcs15_cr

Re: [opensc-devel] Some small PAM prompt changes to pam_pkcs11 module

2008-10-10 Thread Ludovic Rousseau
On Fri, Oct 10, 2008 at 2:45 AM, Robert Relyea <[EMAIL PROTECTED]> wrote: > BTW does the _(password_prompt) do the right thing for the translation > teams? That would translate the string contained in password_prompt so this call is OK. But the program shall also declare that the string "Smart car

Re: [opensc-devel] [opensc-commits] svn opensc changed [3580] make the * targets depend on only one dependency to avoid problems on

2008-10-10 Thread Ludovic Rousseau
On Thu, Oct 9, 2008 at 9:58 PM, Alon Bar-Lev <[EMAIL PROTECTED]> wrote: > I could not reproduce this. > If I do b/* it will be executed once for b. > Anyway, if you are sure the modification works, it is great. > I just don't understand why it defer. Without the patch I can easily reproduce the pr

Re: [opensc-devel] [opensc-commits] svn opensc changed [3579] remove html.out and man.out before filling them to avoid problems

2008-10-10 Thread Ludovic Rousseau
On Thu, Oct 9, 2008 at 9:59 PM, Alon Bar-Lev <[EMAIL PROTECTED]> wrote: > If you enter a rule: > xxx/*: > > Then xxx/* does not exist, right? xxx/* is a valid filename (a file with a star as its name). So make will try to generate this file and execute the associated rules. I created a small Make