Re: [Muscle] PCSC-Lite patch for SCardUnload in winscard.h

2006-10-30 Thread Ludovic Rousseau
On 30/10/06, Tomas Gustavsson <[EMAIL PROTECTED]> wrote: In src/PCSC/winscard.h there is a line void SCardUnload(void); We think the line should be: PCSC_API void SCardUnload(void); for the function to be exported correctly. This function is not part of the PC/SC API (but is used internally

[Muscle] PCSC-Lite patch for SCardUnload in winscard.h

2006-10-30 Thread Tomas Gustavsson
In src/PCSC/winscard.h there is a line void SCardUnload(void); We think the line should be: PCSC_API void SCardUnload(void); for the function to be exported correctly. Regards, Tomas Gustavsson PrimeKey Solutions AB http://www.primekey.se/ ___ Musc

Re: [Muscle] Would like to find ideal err const to return in pcsc-lite

2006-10-30 Thread Michael Bender
Hi Ludovic, BTW, none of this work is meant to provide a mechanism for PC/SC-lite to work across a network boundary, i.e. between two machines on the network. All of this is restricted to the local machine only. Getting something to work securely over a network is a much bigger challenge, and as

Re: [Muscle] using pcscd to check webmail, keeps prompting for login

2006-10-30 Thread John H.
not pin, just user/pass. It's for NMCI, but i do not have the problem in windows, that's why I think it's a muscle issue. I had to use todd's link to patch to get OWA working w/NMCI. On 10/30/06, Todd Denniston <[EMAIL PROTECTED]> wrote: John H. wrote: > I use pcscd, patched, to check militar

Re: [Muscle] using pcscd to check webmail, keeps prompting for login

2006-10-30 Thread Todd Denniston
John H. wrote: I use pcscd, patched, to check military webmail, and often after i enter my pin, it pops up the user/pass dialogue and it has my saved information there, but other times it does not, forcing me to enter it. but worse, often when i am in, i get prompted EVERY time i click on a link

[Muscle] xavier de lophem is out of office.

2006-10-30 Thread x . delophem
I will be out of the office starting 30/10/2006 and will not return until 02/11/2006. ___ Muscle mailing list Muscle@lists.musclecard.com http://lists.drizzle.com/mailman/listinfo/muscle

Re: [Muscle] using pcscd to check webmail, keeps prompting for login

2006-10-30 Thread Ludovic Rousseau
Hello, On 29/10/06, John H. <[EMAIL PROTECTED]> wrote: I use pcscd, patched, to check military webmail Why do you need to patch pcscd? Can you show use this patch? Bye, -- Dr. Ludovic Rousseau ___ Muscle mailing list Muscle@lists.musclecard.com ht

Re: [Muscle] Would like to find ideal err const to return in pcsc-lite

2006-10-30 Thread Ludovic Rousseau
Hello Mike, On 27/10/06, Michael Bender <[EMAIL PROTECTED]> wrote: BTW, none of this work is meant to provide a mechanism for PC/SC-lite to work across a network boundary, i.e. between two machines on the network. All of this is restricted to the local machine only. Getting something to work sec