[security-dev 01606]: hg: jdk7/tl/jaxp: 6923146: Upgrade to JAXP 1.4.3

2010-02-04 Thread kelly . ohair
Changeset: df2e196a5f01 Author:ohair Date: 2010-02-03 16:44 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/df2e196a5f01 6923146: Upgrade to JAXP 1.4.3 Reviewed-by: darcy ! jaxp.properties

[security-dev 01605]: Re: Request for comment: spec: NTLM as a SASL mech

2010-02-04 Thread Natalie Li
Max (Weijun) Wang wrote: On Feb 4, 2010, at 4:15 PM, Natalie Li wrote: public final class Client { /** * Creates an NTLM Client instance. * @param version the NTLM version to use, which can be: * * 1: Original NTLM v1 * 1lm: Original NTLM v1, LM only * 1ntlm: Orig

[security-dev 01604]: Re: Request for comment: spec: NTLM as a SASL mech

2010-02-04 Thread Natalie Li
Natalie Li wrote: Security Blob: 605506062B0601050502A04B3049A00E300C060A2B060104... GSS-API Generic Security Service Application Program Interface OID: 1.3.6.1.5.5.2 (SPNEGO - Simple Protected Negotiation) SPNEGO negTokenInit

[security-dev 01603]: Re: Request for comment: spec: NTLM as a SASL mech

2010-02-04 Thread Natalie Li
Security Blob: 605506062B0601050502A04B3049A00E300C060A2B060104... GSS-API Generic Security Service Application Program Interface OID: 1.3.6.1.5.5.2 (SPNEGO - Simple Protected Negotiation) SPNEGO negTokenInit

[security-dev 01602]: Re: Request for comment: spec: NTLM as a SASL mech

2010-02-04 Thread Natalie Li
public final class Client { /** * Creates an NTLM Client instance. * @param version the NTLM version to use, which can be: * * 1: Original NTLM v1 * 1lm: Original NTLM v1, LM only * 1ntlm: Original NTLM v1, NTLM only * 1+: NTLM v1 with Client Challenge

[security-dev 01601]: hg: jdk7/tl/langtools: 6923080: TreeScanner.visitNewClass should scan tree.typeargs

2010-02-04 Thread jonathan . gibbons
Changeset: 4b4e282a3146 Author:jjg Date: 2010-02-04 10:14 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/4b4e282a3146 6923080: TreeScanner.visitNewClass should scan tree.typeargs Reviewed-by: darcy ! src/share/classes/com/sun/tools/javac/code/TypeAnnotations.java ! src

[security-dev 01600]: Re: Request for comment: spec: NTLM as a SASL mech

2010-02-04 Thread Max (Weijun) Wang
On Feb 4, 2010, at 4:15 PM, Natalie Li wrote: >> >> public final class Client { >>/** >> * Creates an NTLM Client instance. >> * @param version the NTLM version to use, which can be: >> * >> * 1: Original NTLM v1 >> * 1lm: Original NTLM v1, LM only >> * 1ntlm: Origin