Some questions on IIS on Windows 2008

2010-01-18 Thread Max (Weijun) Wang
Hi All I've just installed a Windows 2008 system with IIS, and find something confusing: 1. What does "Enable Kernel-mode authentication" mean? When it's turned on, I can successfully authenticate using NTLM. When it's off, the three NTLM packets looks fine, but the server does not retur

hg: jdk7/tl/jdk: 6917791: KeyTabEntry, when the byte value smaller then 16, the string drop '0'

2010-01-18 Thread weijun . wang
Changeset: 8339fd49bf6b Author:weijun Date: 2010-01-19 11:43 +0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/8339fd49bf6b 6917791: KeyTabEntry, when the byte value smaller then 16, the string drop '0' Reviewed-by: xuelei ! src/share/classes/sun/security/krb5/internal/ktab/Key

hg: jdk7/tl/jdk: 6916217: make/modules/Makefile requires ALT_JDK_IMPORT_PATH

2010-01-18 Thread mandy . chung
Changeset: 056d88d0f4d4 Author:mchung Date: 2010-01-18 15:23 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/056d88d0f4d4 6916217: make/modules/Makefile requires ALT_JDK_IMPORT_PATH Summary: build modules not depending on ALT_JDK_IMPORT_PATH being set Reviewed-by: alanb ! mak

Re: Request for Review: 6915313

2010-01-18 Thread Andrew John Hughes
2010/1/8 Christopher Hegarty - Sun Microsystems Ireland : > > On 08/01/2010 16:32, Andrew John Hughes wrote: >> >> >> >> For OpenJDK6, I think it would be better to port over SCTP after the >> b18 release which is currently undergoing final testing.  So please >> don't push anything to the Ope

hg: jdk7/tl/jdk: 6917663: test/java/security/Provider/Turkish.java not samevm friendly

2010-01-18 Thread ptisnovs
Changeset: 7f2b99bd5123 Author:ptisnovs Date: 2010-01-18 17:53 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/7f2b99bd5123 6917663: test/java/security/Provider/Turkish.java not samevm friendly Summary: Added othervm flag to ensure that this test will run in isolation. Reviewe

hg: jdk7/tl/jdk: 6917021: (file) copyTo/moveTo can overrwrite existing file when target associated with custom provider

2010-01-18 Thread alan . bateman
Changeset: 42894ae6671c Author:alanb Date: 2010-01-18 15:21 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/42894ae6671c 6917021: (file) copyTo/moveTo can overrwrite existing file when target associated with custom provider Reviewed-by: chegar ! src/share/classes/sun/nio/fs/

hg: jdk7/tl/jdk: 6917317: (sctp) Remove dependency on handleSocketError

2010-01-18 Thread christopher . hegarty
Changeset: e0870a19b09e Author:chegar Date: 2010-01-18 14:56 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/e0870a19b09e 6917317: (sctp) Remove dependency on handleSocketError Reviewed-by: alanb ! src/solaris/native/sun/nio/ch/SctpNet.c ! test/com/sun/nio/sctp/SctpChannel/Co

Request for Review: 6917317

2010-01-18 Thread Christopher Hegarty -Sun Microsystems Ireland
Problem Description: handleSocketError is an exported nio function in JDK7, but not JDK6. The sctp implementation calls it in the case of an error on the socket. You will receive an error from the dynamic linker becuase this function is not in libnio of JDK6, if running SCTP with Suns JDK6.

hg: jdk7/tl/jdk: 6916890: (sctp) SctpChannel.send may cause IAE if given a heap buffer with an offset

2010-01-18 Thread christopher . hegarty
Changeset: 680d7d312a30 Author:chegar Date: 2010-01-18 14:01 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/680d7d312a30 6916890: (sctp) SctpChannel.send may cause IAE if given a heap buffer with an offset Reviewed-by: alanb ! src/solaris/classes/sun/nio/ch/SctpChannelImpl.