Re: RFR [7195480]: javax.smartcardio does not detect cards on Mac OS X

2014-05-19 Thread Ivan Gerasimov
Thank you Valerie! On 20.05.2014 3:16, Valerie (Yu-Ching) Peng wrote: Changes look fine to me. Thanks, Valerie On 05/16/14 08:54, Ivan Gerasimov wrote: Hello! It was reported that CardTerminal.isCardPresent(), CardTerminal.waitForCardAbsent(...) and CardTerminal.waitForCardPresent(...) do

Re: RFR [7195480]: javax.smartcardio does not detect cards on Mac OS X

2014-05-19 Thread Valerie (Yu-Ching) Peng
Changes look fine to me. Thanks, Valerie On 05/16/14 08:54, Ivan Gerasimov wrote: Hello! It was reported that CardTerminal.isCardPresent(), CardTerminal.waitForCardAbsent(...) and CardTerminal.waitForCardPresent(...) do not work correctly on Mac OS X. It is due to the difference in the types

Re: unit of kdc_timeout

2014-05-19 Thread Greg Hudson
On 05/18/2014 10:36 PM, Wang Weijun wrote: > I do notice MIT's krb5 doc has no kdc_timeout at all. MIT krb5's sendto_kdc timeouts are all hardcoded and, as far as I can tell, they always have been. Way back in 1.2, there were some global variables which a sufficiently dodgy application could set,

Re: unit of kdc_timeout

2014-05-19 Thread Love Hörnquist Åstrand
A sub second unit would be used. However we use time_t, so currently sub second time is not possible in Heimdal. The default unit is seconds. Skickat från min iPad 19 maj 2014 kl. 05:07 skrev "Henry B Hotz" mailto:hbh...@oxy.edu>>: I presume this is for parameters specified the "Java way", an

Re: RFR 8036779: sun.security.krb5.KdcComm interprets kdc_timeout asmsec instead of sec

2014-05-19 Thread Xuelei Fan
On 5/19/2014 9:49 PM, Wang Weijun wrote: > After some discussion with mit and heimdal lead engineers, I don't want to > support ms at the moment. mit does not use kdc_timeout at all and heimdal's > internal presentation is of seconds. > > So this is my plan: support "s" but if unspecified treat

Re: RFR 8036779: sun.security.krb5.KdcComm interprets kdc_timeout asmsec instead of sec

2014-05-19 Thread Wang Weijun
After some discussion with mit and heimdal lead engineers, I don't want to support ms at the moment. mit does not use kdc_timeout at all and heimdal's internal presentation is of seconds. So this is my plan: support "s" but if unspecified treat it as "ms". There will be a release notes describi

Re: RFR - 8028627: Unsynchronized code path from javax.crypto.Cipher to the WeakHashMap used by JceSecurity to store codebase mappings

2014-05-19 Thread Rob McKenna
Thanks Sean, will do. -Rob On 16/05/14 17:52, Sean Mullan wrote: Looks ok to me. While you are in there, can you fix the typo a couple lines above that: s/Retuns/Returns You also need to add an appropriate "noreg" label to the bug. --Sean On 05/16/2014 10:29 AM, Rob McKenna wrote: Hi

Re: RFR [7195480]: javax.smartcardio does not detect cards on Mac OS X

2014-05-19 Thread Ivan Gerasimov
Thanks Seán! Yes, I was in doubt which noreg- label to choose. noreg-sqe seems to be more appropriate, so I set it. Sincerely yours, Ivan On 19.05.2014 13:30, Seán Coffey wrote: Hopefully a member of the security team can help review this Ivan. It looks good to me. I'm not sure if QA run any

Re: RFR [7195480]: javax.smartcardio does not detect cards on Mac OS X

2014-05-19 Thread Seán Coffey
Hopefully a member of the security team can help review this Ivan. It looks good to me. I'm not sure if QA run any smart card tests on mac - doesn't look like it! It could be worth following up with them to ensure they add this to their test configurations. One note on the 'noreg-existing' lab