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
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
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
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
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
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/
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
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.
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.