hg: jdk7u/jdk7u-dev/jdk: 8049480: Current versions of Java can't verify jars signed and timestamped with Java 9

2014-07-09 Thread weijun . wang
Changeset: b8ebd45fff19 Author:weijun Date: 2014-07-10 14:25 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/b8ebd45fff19 8049480: Current versions of Java can't verify jars signed and timestamped with Java 9 Reviewed-by: xuelei, mullan ! src/share/classes/com/sun/cr

hg: jdk7u/jdk7u60-dev/jdk: 2 new changesets

2014-03-31 Thread weijun . wang
Changeset: 08512d0648dc Author:weijun Date: 2014-03-05 09:43 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u60-dev/jdk/rev/08512d0648dc 7176574: sun/security/krb5/auto/TcpTimeout.java failed with solaris-i586 Reviewed-by: xuelei ! test/sun/security/krb5/auto/TcpTimeout.java Chan

hg: jdk7u/jdk7u-dev/jdk: 8035963: The failed Kerberos tests due to timeouts

2014-03-20 Thread weijun . wang
Changeset: ad8118b85b4d Author:weijun Date: 2014-03-12 14:18 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/ad8118b85b4d 8035963: The failed Kerberos tests due to timeouts Reviewed-by: alanb, xuelei ! test/ProblemList.txt ! test/sun/security/krb5/auto/BadKdc.java ! t

hg: jdk7u/jdk7u-dev/jdk: 7176574: sun/security/krb5/auto/TcpTimeout.java failed with solaris-i586

2014-03-04 Thread weijun . wang
Changeset: 9c978bb7718b Author:weijun Date: 2014-03-05 09:43 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/9c978bb7718b 7176574: sun/security/krb5/auto/TcpTimeout.java failed with solaris-i586 Reviewed-by: xuelei ! test/sun/security/krb5/auto/TcpTimeout.java

hg: jdk7u/jdk7u-dev/jdk: 8027026: Change keytool -genkeypair to use -keyalg RSA

2014-02-19 Thread weijun . wang
Changeset: 544e82c5a52d Author:weijun Date: 2013-10-23 08:32 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/544e82c5a52d 8027026: Change keytool -genkeypair to use -keyalg RSA Reviewed-by: alanb, chegar, mullan ! test/ProblemList.txt ! test/java/util/TimeZone/TimeZon

hg: jdk7u/jdk7u-dev/jdk: 8031572: jarsigner -verify exits with 0 when a jar file is not properly signed

2014-01-30 Thread weijun . wang
Changeset: 5d4ddcee9b06 Author:weijun Date: 2014-01-21 12:08 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/5d4ddcee9b06 8031572: jarsigner -verify exits with 0 when a jar file is not properly signed Reviewed-by: mullan ! src/share/classes/java/util/jar/JarFile.java

hg: jdk7u/jdk7u60-dev/jdk: 8031572: jarsigner -verify exits with 0 when a jar file is not properly signed

2014-01-26 Thread weijun . wang
Changeset: 4fb749a31107 Author:weijun Date: 2014-01-21 12:08 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u60-dev/jdk/rev/4fb749a31107 8031572: jarsigner -verify exits with 0 when a jar file is not properly signed Reviewed-by: mullan ! src/share/classes/java/util/jar/JarFile.jav

[7u60] Request for phase 2 approval for CR 8028351: JWS doesn't get authenticated when using kerberos auth proxy

2013-12-05 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u60. 8028351: JWS doesn't get authenticated when using kerberos auth proxy https://bugs.openjdk.java.net/browse/JDK-8028351 The bug is about a useless but harmful Kerberos login when no password was given to a username, which could l

Re: hg: jdk7u/jdk7u-dev/jdk: 8028351: JWS doesn't get authenticated when using kerberos auth proxy

2013-12-05 Thread Weijun Wang
Oh, I thought those 7u60-critical-* labels are enough. I'll send a request now. Thanks Max On 12/5/13, 17:26, Seán Coffey wrote: Max, I don't see an approval request for this push to jdk7u-dev. Can you log a retrospective approval request ? Dalibor outlined the latest process for 7u-dev push

hg: jdk7u/jdk7u-dev/jdk: 8028351: JWS doesn't get authenticated when using kerberos auth proxy

2013-12-04 Thread weijun . wang
Changeset: 923dd08818f3 Author:weijun Date: 2013-12-01 09:17 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/923dd08818f3 8028351: JWS doesn't get authenticated when using kerberos auth proxy Reviewed-by: xuelei ! src/share/classes/com/sun/security/auth/module/Krb5Log

hg: jdk7u/jdk7u-dev/jdk: 8024861: Incomplete token triggers GSS-API NullPointerException

2013-09-27 Thread weijun . wang
Changeset: 18e69c8d46c5 Author:weijun Date: 2013-09-27 15:25 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/18e69c8d46c5 8024861: Incomplete token triggers GSS-API NullPointerException Reviewed-by: mullan ! src/share/classes/sun/security/jgss/spnego/SpNegoContext.jav

[7u] Request for approval for 8024861: Incomplete token triggers GSS-API NullPointerException

2013-09-27 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u-dev. 8024861: Incomplete token triggers GSS-API NullPointerException https://bugs.openjdk.java.net/browse/JDK-8024861 It avoids an NPE by substituting it with a GSSException. The fix is already included in jdk8 as: http://hg.op

hg: jdk7u/jdk7u-dev/jdk: 8012615: Realm.getRealmsList returns realms list in wrong

2013-09-25 Thread weijun . wang
Changeset: 02c400654a20 Author:weijun Date: 2013-09-18 18:22 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/02c400654a20 8012615: Realm.getRealmsList returns realms list in wrong Reviewed-by: valeriep, xuelei ! src/share/classes/sun/security/krb5/Realm.java ! src/sha

hg: jdk7u/jdk7u-dev/jdk: 2 new changesets

2013-09-10 Thread weijun . wang
Changeset: c2a02bfda994 Author:weijun Date: 2013-08-09 11:41 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/c2a02bfda994 8021788: JarInputStream doesn't provide certificates for some file under META-INF Reviewed-by: chegar, sherman ! src/share/classes/java/util/jar/

[7u] Request for approval for 8021788/8022761: JarInputStream doesn't provide certificates for some file under META-INF

2013-09-10 Thread Weijun Wang
Hi All This is a request to backport two related jdk8 fixes into jdk7u. 8021788: JarInputStream doesn't provide certificates for some file under META-INF 8022761: regression: SecurityException is NOT thrown while trying to pack a wrongly signed Indexed Jar file http://bugs.sun.com/b

hg: jdk7u/jdk7u-dev/jdk: 7151062: [macosx] SCDynamicStore prints error messages to stderr

2013-08-08 Thread weijun . wang
Changeset: fa364680d928 Author:weijun Date: 2013-08-07 19:06 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/fa364680d928 7151062: [macosx] SCDynamicStore prints error messages to stderr Reviewed-by: xuelei ! src/macosx/native/java/util/SCDynamicStoreConfig.m

[7u] Request for approval for 7151062: [macosx] SCDynamicStore prints error messages to stderr

2013-08-08 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u-dev. 7151062: [macosx] SCDynamicStore prints error messages to stderr http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7151062 The code change removes several NSLog calls so that System.err is clean. It is already included in jdk

hg: jdk7u/jdk7u-dev/jdk: 8019267: NPE in AbstractSaslImpl when trace level >= FINER in KRB5

2013-07-14 Thread weijun . wang
Changeset: 3e592fbe55fe Author:weijun Date: 2013-07-09 15:23 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/3e592fbe55fe 8019267: NPE in AbstractSaslImpl when trace level >= FINER in KRB5 Reviewed-by: mullan ! src/share/classes/com/sun/security/sasl/util/AbstractSasl

[7u-dev] Request for approval for 8019267: NPE in AbstractSaslImpl when trace level >= FINER in KRB5

2013-07-10 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u-dev. 8019267: NPE in AbstractSaslImpl when trace level >= FINER in KRB5 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8019267 The fix is already included in jdk8 as: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/780a64979c8d

hg: jdk7u/jdk7u-dev/jdk: 8014196: ktab creates a file with zero kt_vno

2013-05-29 Thread weijun . wang
Changeset: 224b33e3303f Author:weijun Date: 2013-05-24 17:15 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/224b33e3303f 8014196: ktab creates a file with zero kt_vno Reviewed-by: valeriep ! src/share/classes/sun/security/krb5/internal/ktab/KeyTab.java ! src/windows/

[7u] Request for approval for CR 8014196: ktab creates a file with zero kt_vno

2013-05-29 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8014196 ktab.exe in Java could create a ktab file that is not recognizable by 3rd party kerberos tools. The fix is already included in jdk8 as: http://hg.openjdk.java.net/jdk

hg: jdk7u/jdk7u-dev/jdk: 2 new changesets

2013-05-11 Thread weijun . wang
Changeset: 52545faaba9a Author:weijun Date: 2013-04-22 11:39 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/52545faaba9a 8005527: [TEST_BUG] console.sh failed Automatically with exit code 1. Reviewed-by: xuelei ! test/sun/security/tools/keytool/console.sh Changeset:

[7u] Request for approval for CR 8012082: SASL: auth-conf negotiated, but unencrypted data is accepted, reset to unencrypt

2013-05-07 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u-dev. 8012082: SASL: auth-conf negotiated, but unencrypted data is accepted, reset to unencrypt http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8012082 The qop (quality of protection) value is shared between wrap and unwrap, so

Re: [7u] Request for approval for 8005527: [TEST_BUG] console.sh failed Automatically with exit code 1

2013-04-22 Thread Weijun Wang
by existing SQE tests. Thanks Max On 4/22/13 6:08 PM, Alan Bateman wrote: On 22/04/2013 10:30, Weijun Wang wrote: : Yes, there are people (Everygreen here in Beijing) running it without -a and see a failure. I don't want to remove the test. On one hand, I will still directly run i

Re: [7u] Request for approval for 8005527: [TEST_BUG] console.sh failed Automatically with exit code 1

2013-04-22 Thread Weijun Wang
On 4/22/13 5:25 PM, Alan Bateman wrote: On 22/04/2013 04:45, Weijun Wang wrote: : The fix is already included in jdk8 as: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/22a27dfd0510 Reviewed-by: xuelei This was pushed to jdk8 a few hours ago and it's not clear why it is needed. I

[7u] Request for approval for 8005527: [TEST_BUG] console.sh failed Automatically with exit code 1

2013-04-21 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u 8005527: [TEST_BUG] console.sh failed Automatically with exit code 1 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8005527 It disables a test that cannot be run with jtreg. The fix is already included in jdk8 as: http://hg

hg: jdk7u/jdk7u-dev/jdk: 2 new changesets

2013-04-15 Thread weijun . wang
Changeset: e17bc65c4784 Author:weijun Date: 2013-04-11 11:10 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/e17bc65c4784 8011745: Unknown CertificateChoices Reviewed-by: vinnie ! src/share/classes/sun/security/pkcs/PKCS7.java Changeset: b5494c58ca19 Author:weiju

Re: [7u] Request for approval for two PKI bug fixes: 8011867 and 8011745

2013-04-15 Thread Weijun Wang
st wondering if this could introduce an unexpected behavioural change for some applications. Have all related TCK tests been run ? regards, Sean. On 15/04/2013 03:11, Weijun Wang wrote: Hi All This is a request to backport 2 jdk8 fixes into jdk7u. 8011867: Accept unknown PKCS #9 attr

[7u] Request for approval for two PKI bug fixes: 8011867 and 8011745

2013-04-14 Thread Weijun Wang
Hi All This is a request to backport 2 jdk8 fixes into jdk7u. 8011867: Accept unknown PKCS #9 attributes http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8011867 8011745: Unknown CertificateChoices http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8011745 Both bugs are about parsing

hg: jdk7u/jdk7u-dev/jdk: 8005460: [findbugs] Probably returned array should be cloned

2013-04-11 Thread weijun . wang
Changeset: faaa56f45475 Author:weijun Date: 2013-04-11 10:58 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/faaa56f45475 8005460: [findbugs] Probably returned array should be cloned Reviewed-by: xuelei ! src/share/classes/sun/security/krb5/PrincipalName.java + test/s

[7u] Request for approval for 8005460: [findbugs] Probably returned array should be cloned

2013-04-10 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u-dev. 8005460: [findbugs] Probably returned array should be cloned It's about sun.security.krb5.PrincipalName::getNameStrings returning the internal data without a clone, although a comment in the code explicitly warns to clone the

hg: jdk7u/jdk7u-dev/jdk: 8000624: Move MaxRetries.java to ProblemList for the moment; ...

2013-03-22 Thread weijun . wang
Changeset: 3ddd92f1e684 Author:weijun Date: 2013-03-22 19:59 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/3ddd92f1e684 8000624: Move MaxRetries.java to ProblemList for the moment 8010531: Add BadKdc* tests to problem list for solaris-sparcv9 Reviewed-by: alanb ! te

[7u] Request for approval for CR 8000624: Move MaxRetries.java to ProblemList for the moment

2013-03-22 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u. 8000624: Move MaxRetries.java to ProblemList for the moment It's related to the backport I just requested for 8010531: Add BadKdc* tests to problem list for solaris-sparcv9 The fix is already included in jdk8 as: http://hg.

[7u] Request for approval for CR 8010531: Add BadKdc* tests to problem list for solaris-sparcv9

2013-03-22 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7uXXX bXXX. 8010531: Add BadKdc* tests to problem list for solaris-sparcv9 The fix is already included in jdk8 as: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/93cd7052d306 Reviewed-by: alanb The patch for jdk7u is identical to th

hg: jdk7u/jdk7u-dev/jdk: 8009617: jarsigner fails when TSA response contains a status string

2013-03-08 Thread weijun . wang
Changeset: 901e346b6238 Author:weijun Date: 2013-03-08 17:39 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/901e346b6238 8009617: jarsigner fails when TSA response contains a status string Reviewed-by: mullan ! src/share/classes/sun/security/timestamp/TSResponse.java

[7u] Request for approval for CR 8009617: jarsigner fails when TSA response contains a status string

2013-03-07 Thread Weijun Wang
Hi All This is a request to fix a bug in jdk7u-dev. 8009617: jarsigner fails when TSA response contains a status string http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8009617 The bug was fixed in jdk8 as a part of 7102686: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/57eb9136b73b The

Code review request: 8009617: jarsigner fails when TSA response contains a status string

2013-03-07 Thread Weijun Wang
Hi Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8009617 Original bug: https://bugs.openjdk.java.net/show_bug.cgi?id=100304 Webrev: http://cr.openjdk.java.net/~weijun/8009617/webrev.00 I've added a few lines into an existing test. This bug is already fixed in jdk8, so th

hg: jdk7u/jdk7u-dev/jdk: 8007761: NTLM coding errors

2013-02-12 Thread weijun . wang
Changeset: cce9ada9668b Author:weijun Date: 2013-02-08 08:56 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/cce9ada9668b 8007761: NTLM coding errors Reviewed-by: chegar ! src/share/classes/com/sun/security/ntlm/Client.java ! src/share/classes/com/sun/security/ntlm/NT

[7u] Request for approval for 8007761: NTLM coding errors

2013-02-10 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8007761 Description. The fix is already included in jdk8 as: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/57cb988c811e Reviewed-by: chegar The patch for jdk7u is identical to

Re: [7u-dev] Request for approval for CR 8004904 - Makefile for ntlm

2013-02-08 Thread Weijun Wang
You changed package name from com.sun.security.ntlm to sun.security.ntlm. Need to adjust the makefile also. -Max On 02/09/2013 09:01 AM, Rob McKenna wrote: Hi folks, https://jbs.oracle.com/bugs/browse/JDK-8004904 Straight hg import of http://hg.openjdk.java.net/jdk8/tl/jdk/rev/12fba0974a9d

hg: jdk7u/jdk7u-dev/jdk: 8006564: Test sun/security/util/Oid/S11N.sh fails with timeout on Linux 32-bit

2013-02-01 Thread weijun . wang
Changeset: bfacad2059e6 Author:weijun Date: 2013-02-01 07:39 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/bfacad2059e6 8006564: Test sun/security/util/Oid/S11N.sh fails with timeout on Linux 32-bit Reviewed-by: alanb + test/sun/security/util/Oid/S11N.java - test/su

[7u] Request for approval for CR 8006564: Test sun/security/util/Oid/S11N.sh fails with timeout on Linux 32-bit

2013-01-31 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8006564 The updated test will not access old JDKs anymore. The fix is already included in jdk8 as: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d2495b9984fa Reviewed-by: alanb

hg: jdk7u/jdk7u-dev/jdk: 7149012: jarsigner needs not warn about cert expiration if the jar has a TSA timestamp

2013-01-31 Thread weijun . wang
Changeset: 204dc3d15e89 Author:weijun Date: 2012-03-06 10:25 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/204dc3d15e89 7149012: jarsigner needs not warn about cert expiration if the jar has a TSA timestamp Reviewed-by: xuelei ! src/share/classes/sun/security/tools

[7u] Request for approval for 7149012: jarsigner needs not warn about cert expiration if the jar has a TSA timestamp

2013-01-30 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7149012 The fix is already included in jdk8 as: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/26ed9a64a318 Reviewed-by: xuelei The patch for jdk7u is identical to the one in jd

hg: jdk7u/jdk7u-dev/jdk: 2 new changesets

2013-01-15 Thread weijun . wang
Changeset: 3f1c3479232a Author:weijun Date: 2011-11-09 15:51 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/3f1c3479232a 7109096: keytool -genkeypair needn't call -selfcert Reviewed-by: xuelei ! src/share/classes/sun/security/tools/KeyTool.java ! src/share/classes/su

[7u-dev] Request for approval for CR 7109096,7183203

2013-01-14 Thread Weijun Wang
Hi All This is a request to backport two jdk8 fixes into jdk7u-dev. 7109096: keytool -genkeypair needn't call -selfcert 7183203: ShortRSAKeynnn.sh tests intermittent failure default The fixes are already included in jdk8 as: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/52be75d060f9 h

hg: jdk7u/jdk7u-dev/jdk: 8002344: Krb5LoginModule config class does not return proper KDC list from DNS

2012-11-21 Thread weijun . wang
Changeset: 7afae731f5b1 Author:weijun Date: 2012-11-19 11:13 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/7afae731f5b1 8002344: Krb5LoginModule config class does not return proper KDC list from DNS Reviewed-by: weijun Contributed-by: Severin Gehwolf , Wang Weijun

hg: jdk7u/jdk7u-dev/jdk: 7178649: TEST BUG: BadKdc3.java needs improvement to ignore the unlikely but possible timeout

2012-11-19 Thread weijun . wang
Changeset: 8dd1fc706594 Author:weijun Date: 2012-07-21 19:56 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/8dd1fc706594 7178649: TEST BUG: BadKdc3.java needs improvement to ignore the unlikely but possible timeout Reviewed-by: xuelei ! test/sun/security/krb5/auto/B

[7u-dev] Request for approval for 8002344: Krb5LoginModule config class does not return proper KDC list from DNS

2012-11-19 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u-dev. 8002344: Krb5LoginModule config class does not return proper KDC list from DNS http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8002344 When there are multiple DNS SRV entries for Kerberos 5 KDC settings, the old codes onl

Re: [7u] Request for approval for CR 7178649,TEST BUG: BadKdc3.java needs improvement to ignore the unlikely but possible timeout

2012-11-18 Thread Weijun Wang
Ping again. On 11/07/2012 10:59 PM, Weijun Wang wrote: Hi All This is a request to backport a jdk8 fix into jdk7u-dev: 7178649: TEST BUG: BadKdc3.java needs improvement to ignore the unlikely but possible timeout http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7178649 Description

[7u] Request for approval for CR 7178649, TEST BUG: BadKdc3.java needs improvement to ignore the unlikely but possible timeout

2012-11-07 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u-dev: 7178649: TEST BUG: BadKdc3.java needs improvement to ignore the unlikely but possible timeout http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7178649 Description. The fix is already included in jdk8 as: http://hg.open

hg: jdk7u/jdk7u-dev/jdk: 8001208: Fix for KRB5CCNAME not complete

2012-10-22 Thread weijun . wang
Changeset: 3ba27e5ab1f9 Author:weijun Date: 2012-10-23 10:02 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/3ba27e5ab1f9 8001208: Fix for KRB5CCNAME not complete Reviewed-by: xuelei ! src/share/classes/sun/security/krb5/internal/ccache/FileCredentialsCache.java ! tes

Re: [7u-dev] Request for approval for 8001208: Fix for KRB5CCNAME not complete

2012-10-22 Thread Weijun Wang
liar with JIRA. Oh, I thought sub-task is a perfect description for this "task", as it's an unfinished part of the original bug. Also, it's easy to create and the two are automatically connected. Thanks Max regards, Sean. On 22/10/2012 19:09, Weijun Wang wrote: Hi All

[7u-dev] Request for approval for 8001208: Fix for KRB5CCNAME not complete

2012-10-22 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u-dev. The bug should be available at http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8001208 Basically, it recognizes the KRB5CCNAME environment variable which can take the form of FILE:/tmp/ccache but has not removed the FILE: p

hg: jdk7u/jdk7u-dev/jdk: 7201053: Krb5LoginModule shows NPE when both useTicketCache and storeKey are set to true

2012-10-10 Thread weijun . wang
Changeset: 0e5fb915ee7a Author:weijun Date: 2012-10-08 10:42 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/0e5fb915ee7a 7201053: Krb5LoginModule shows NPE when both useTicketCache and storeKey are set to true Reviewed-by: mullan ! src/share/classes/com/sun/security

Re: [7u-dev] Request for approval for 7201053: Krb5LoginModule shows NPE when both useTicketCache and storeKey are set to true

2012-10-08 Thread Weijun Wang
08/10/12 09:40, Weijun Wang wrote: Hi All This is a request to backport a jdk8 fix into jdk7u-dev. The fix is already included in jdk8 as: Changeset: 92f3a96f3c78 Author:weijun Date: 2012-10-08 10:42 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/92f3a96f3c78 The patch f

[7u-dev] Request for approval for 7201053: Krb5LoginModule shows NPE when both useTicketCache and storeKey are set to true

2012-10-08 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u-dev. The fix is already included in jdk8 as: Changeset: 92f3a96f3c78 Author:weijun Date: 2012-10-08 10:42 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/92f3a96f3c78 The patch for jdk7u-dev is identica

hg: jdk7u/jdk7u-dev/jdk: 3 new changesets

2012-09-27 Thread weijun . wang
Changeset: 5b7015ec2951 Author:juh Date: 2012-09-28 11:20 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/5b7015ec2951 7054918: jdk_security1 test target cleanup Reviewed-by: xuelei, weijun ! test/ProblemList.txt ! test/java/security/BasicPermission/PermClass.java ! t

hg: jdk7u/jdk7u-dev/jdk: 7158329: NPE in sun.security.krb5.Credentials.acquireDefaultCreds()

2012-09-27 Thread weijun . wang
Changeset: cdb1f9b8a78f Author:weijun Date: 2012-04-10 12:15 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/cdb1f9b8a78f 7158329: NPE in sun.security.krb5.Credentials.acquireDefaultCreds() Reviewed-by: valeriep, jjg ! src/share/classes/sun/security/krb5/Credentials.j

[7u-dev] Request for approval for CR 7158329 NPE in sun.security.krb5.Credentials.acquireDefaultCreds()

2012-09-24 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u-dev http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7158329 The fix is a simple check of null value. It is already included in jdk8 as: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/1ffe2565ec06 The patch for jdk7u-dev is ident

hg: jdk7u/jdk7u-dev/jdk: 7184815: [macosx] Need to read Kerberos config in files

2012-08-29 Thread weijun . wang
Changeset: 9c586a733dc1 Author:weijun Date: 2012-08-29 11:03 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/9c586a733dc1 7184815: [macosx] Need to read Kerberos config in files Reviewed-by: valeriep ! src/share/classes/sun/security/krb5/Config.java

[7u8] Request for approval for CR 7184815: [macosx] Need to read Kerberos config in files

2012-08-28 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u8. 7184815: [macosx] Need to read Kerberos config in files http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7184815 After this change, the Java kerberos has a chance to read the system default /etc/krb5.conf file if no other confi

hg: jdk7u/jdk7u-dev/jdk: 7194472: FileKeyTab.java test fails on Windows

2012-08-28 Thread weijun . wang
Changeset: f7ac6a1d5853 Author:weijun Date: 2012-08-28 17:25 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/f7ac6a1d5853 7194472: FileKeyTab.java test fails on Windows Reviewed-by: alanb ! test/sun/security/krb5/auto/FileKeyTab.java

[7u8] Request for approval for CR 7194472: FileKeyTab.java test fails on Windows

2012-08-28 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u8. 7194472: FileKeyTab.java test fails on Windows http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7194472 The recently added test in http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/d50a753bf368 does not work on Windows, becau

hg: jdk7u/jdk7u-dev/jdk: 7152121: Krb5LoginModule no longer handles keyTabNames with "file:" prefix

2012-08-27 Thread weijun . wang
Changeset: d50a753bf368 Author:weijun Date: 2012-08-27 10:23 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/d50a753bf368 7152121: Krb5LoginModule no longer handles keyTabNames with "file:" prefix Reviewed-by: mullan ! src/share/classes/com/sun/security/auth/module/Kr

[7u8] Request for approval for CR 7152121 - Krb5LoginModule no longer handles keyTabNames with "file:" prefix

2012-08-26 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u8. 7152121 - Krb5LoginModule no longer handles keyTabNames with "file:" prefix http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7152121 The fix is already included in jdk8 as: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/61ddc8ce

hg: jdk7u/jdk7u-dev/jdk: 7102106: TEST_BUG: sun/security/util/Oid/S11N.sh should be modified

2012-07-17 Thread weijun . wang
Changeset: 1914ba5878ea Author:weijun Date: 2012-07-17 11:57 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/1914ba5878ea 7102106: TEST_BUG: sun/security/util/Oid/S11N.sh should be modified Reviewed-by: mullan ! test/sun/security/util/Oid/S11N.sh

[7u8] Request for approval for CR 7102106: TEST_BUG: sun/security/util/Oid/S11N.sh should be modified

2012-07-16 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u8. 7102106: TEST_BUG: sun/security/util/Oid/S11N.sh should be modified http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7102106 This is a test bug. The fix is already included in jdk8 as: http://hg.openjdk.java.net/jdk8/tl/jdk

hg: jdk7u/jdk7u6-dev/jdk: 7180907: Jarsigner -verify fails if rsa file used sha-256 with authenticated attributes

2012-07-16 Thread weijun . wang
Changeset: c399756623cb Author:weijun Date: 2012-07-16 11:56 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u6-dev/jdk/rev/c399756623cb 7180907: Jarsigner -verify fails if rsa file used sha-256 with authenticated attributes Reviewed-by: xuelei, vinnie ! src/share/classes/sun/secu

[7u6] Request for phase 2 approval for CR 7180907 - Jarsigner -verify fails if rsa file used sha-256 with authenticated attributes

2012-07-15 Thread Weijun Wang
Hi All This is a request to fix a bug in jdk7u6 phase 2. 7180907: Jarsigner -verify fails if rsa file used sha-256 with authenticated attributes http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7180907 The bug prevents jarsigner verifying a signer jar. The fix for 7u6 is at http://

Re: CFV: New jdk7u Committer: Kurchi Subhra Hazra

2012-05-10 Thread Weijun Wang
Vote: yes -weijun

hg: jdk7u/jdk7u-dev: 7087428: move client tests out of jdk_misc

2012-03-26 Thread weijun . wang
Changeset: 79631d927303 Author:weijun Date: 2012-03-27 08:52 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/rev/79631d927303 7087428: move client tests out of jdk_misc Reviewed-by: alanb, ohair ! make/jprt.properties ! test/Makefile

hg: jdk7u/jdk7u-dev/jdk: 7087428: move client tests out of jdk_misc

2012-03-26 Thread weijun . wang
Changeset: dbabeb964487 Author:weijun Date: 2012-03-27 08:51 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/dbabeb964487 7087428: move client tests out of jdk_misc Reviewed-by: alanb, ohair ! make/jprt.properties ! test/Makefile

[7u6] Request for approval for 7087428: move client tests out of jdk_misc

2012-03-26 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u6 b01. CR: 7087428: move client tests out of jdk_misc http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7087428 Description: This code change moves GUI-related tests out of jdk_misc so that it can safely run in a headless environ

hg: jdk7u/jdk7u-dev/jdk: 2 new changesets

2012-03-07 Thread weijun . wang
Changeset: 7084c653175c Author:weijun Date: 2012-03-07 10:15 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/7084c653175c 6961765: Double byte characters corrupted in DN for LDAP referrals Reviewed-by: vinnie ! src/share/classes/com/sun/jndi/toolkit/url/UrlUtil.java +

Re: [7u6] Request for approval for CR 7144530: KeyTab.getInstance(String) no longer handles keyTabNames with "file:" prefix

2012-03-07 Thread Weijun Wang
Will defer from 7u4. -Max On 03/08/2012 02:17 PM, Edvard Wendelin wrote: Approved. I did notice that you have the sub-cr targeted to 7u4. Will you create another one for 7u6 or assume that it's ok to defer from 7u4? Cheers, Edvard On Mar 8, 2012, at 4:42 AM, Weijun Wang wrote: H

[7u6] Request for approval for CR 7144530: KeyTab.getInstance(String) no longer handles keyTabNames with "file:" prefix

2012-03-07 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u6. CR: 7144530: KeyTab.getInstance(String) no longer handles keyTabNames with "file:" prefix Weblink: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7144530 Description: We used to support specifying a keytab using a file-schemed UR

[7u6] Request for approval for CR 6961765: Double byte characters corrupted in DN for LDAP referrals

2012-03-07 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u6. CR: 6961765: Double byte characters corrupted in DN for LDAP referrals Weblink: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6961765 Description: We were using UrlUtil.decode() to decode an ASCII-formatted LDAP URI to get its

hg: jdk7u/jdk7u-dev/jdk: 6879539: enable empty password support for pkcs12 keystore

2012-02-11 Thread weijun . wang
Changeset: 43ccab247d67 Author:weijun Date: 2012-02-07 20:13 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/43ccab247d67 6879539: enable empty password support for pkcs12 keystore Reviewed-by: vinnie, weijun Contributed-by: Florian Weimer ! src/share/classes/com/sun

[7u4] Request for approval for CR 6879539: enable empty password support for pkcs12 keystore

2012-02-10 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u4. CR: 6879539: enable empty password support for pkcs12 keystore Weblink: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6879539 Description: The keystore type pkcs12 does not support pkcs12 files protected with an empty pas

hg: jdk7u/jdk7u-dev/jdk: 7133112: [macosx] org.ietf.jgss.GSSException while sun.security.jgss.GSSManagerImpl.createName

2012-02-07 Thread weijun . wang
Changeset: bc9c53f4b9c5 Author:weijun Date: 2012-02-08 13:08 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/bc9c53f4b9c5 7133112: [macosx] org.ietf.jgss.GSSException while sun.security.jgss.GSSManagerImpl.createName Reviewed-by: valeriep ! test/sun/security/krb5/run

[7u4] request for approval: 7133112: [macosx] org.ietf.jgss.GSSException while sun.security.jgss.GSSManagerImpl.createName

2012-02-07 Thread Weijun Wang
Hi [ My Thunderbird crashes, re-send in case it's not out ] I request code changes for 7133112: [macosx] org.ietf.jgss.GSSException while sun.security.jgss.GSSManagerImpl.createName to be putback into jdk7u-dev, since jdk7u-osx is now merged into it. The code change is at http://cr.o

Re: Mac OS X port - update

2012-02-03 Thread Weijun Wang
Sorry, I just found out that the new Xcode has no JDK at all, so an Apple JDK is still needed. I guess it just does not matter which one should be installed first now. -Max On 02/03/2012 05:06 PM, Weijun Wang wrote: A question: The wiki does not mention install Apple JDK after Xcode for

Re: Mac OS X port - update

2012-02-03 Thread Weijun Wang
A question: The wiki does not mention install Apple JDK after Xcode for 10.7.3. Does this mean the step is not necessary anymore. So the yellow background text can be removed now? Thanks Max On 02/03/2012 04:32 PM, Henri Gomez wrote: Very good news, I'll add a new build process on http://h

hg: jdk7u/jdk7u-dev/jdk: 7118809: rcache deadlock

2012-01-16 Thread weijun . wang
Changeset: 6e94688e622d Author:weijun Date: 2012-01-13 12:46 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/6e94688e622d 7118809: rcache deadlock Reviewed-by: valeriep ! src/share/classes/sun/security/krb5/internal/rcache/ReplayCache.java ! test/sun/security/krb5/aut

[7u4] Request for approval for CR 7118809: rcache deadlock

2012-01-15 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u4. CR: 7118809: rcache deadlock Weblink: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7118809 Description: CacheTable.put() operates on ReplayCache inside it, and ReplayCache.put() operates on CacheTable containing it, and both m

hg: jdk7u/jdk7u-dev/jdk: 7047200: keytool safe store

2012-01-10 Thread weijun . wang
Changeset: f56205750512 Author:weijun Date: 2011-09-09 11:18 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/f56205750512 7047200: keytool safe store Reviewed-by: xuelei ! src/share/classes/sun/security/tools/KeyTool.java + test/sun/security/tools/keytool/trystore.sh

[7u4] Request for approval for CR 7047200: keytool safe store

2012-01-10 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u4. 7047200: keytool safe store http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7047200 Description: Some illegal keytool commands might corrupt a keystore, we should avoid this. The fix is already included in jdk8 as: ht

hg: jdk7u/jdk7u-dev/jdk: 7115586: (so) Suppress creation of SocketImpl in SocketAdaptor's constructor

2012-01-09 Thread weijun . wang
Changeset: 0bb7ab40ab76 Author:mbankal Date: 2011-12-30 04:51 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/0bb7ab40ab76 7115586: (so) Suppress creation of SocketImpl in SocketAdaptor's constructor Reviewed-by: chegar ! src/share/classes/sun/nio/ch/SocketAdaptor.jav

No b200 for 7u4 in Bugster (was Re: [7u4-osx] Request for approval for 7123107: [macosx] native ccache)

2011-12-30 Thread Weijun Wang
41 PM, Paul Hohensee wrote: Approved. Paul On 12/30/11 2:17 AM, Weijun Wang wrote: Hello This a request to push the following changes to jdk7u-osx. 7123107: [macosx] native ccache to jdk7u-osx CR: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7123107 Webrev: http://cr.openjdk.java.net/~w

[7u4-osx] Request for approval for 7123107: [macosx] native ccache

2011-12-29 Thread Weijun Wang
Hello This a request to push the following changes to jdk7u-osx. 7123107: [macosx] native ccache to jdk7u-osx CR: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7123107 Webrev: http://cr.openjdk.java.net/~weijun/7123107/webrev.01/ The major part of the fix is contributed by Apple through M

Re: webrevs.2 for macosx changes to jdk7u-osx

2011-12-02 Thread Weijun Wang
Yes, I think jdk7u-osx is only a temporary playground. There is no need for approval to push anything there. In fact, it's even not as formal as jdk8/tl, where code reviews must be done seriously, jcheck rules must be obeyed, and all changesets will be pushed to the main repo with no change. T

hg: jdk7u/jdk7u-dev/jdk: 7115524: Regression: keytool -printcert -sslserver failure

2011-12-02 Thread weijun . wang
Changeset: 801c9c03302a Author:weijun Date: 2011-12-02 16:06 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/801c9c03302a 7115524: Regression: keytool -printcert -sslserver failure Reviewed-by: xuelei ! src/share/classes/sun/security/tools/KeyTool.java

Re: [7u4] Request for approval for 7113349 - Initial changeset for Macosx port to jdk7u (jdk7u-osx)

2011-12-01 Thread Weijun Wang
One more. 7116189: Export JVM_SetNativeThreadName from Hotspot http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/242b4e0e6f73 should be included in the hotspot repo. -Max On 12/02/2011 12:03 PM, Weijun Wang wrote: Another thing. I'm trying to build on my Mac and it failed s

Re: [7u4] Request for approval for 7113349 - Initial changeset for Macosx port to jdk7u (jdk7u-osx)

2011-12-01 Thread Weijun Wang
cosx/native/jobjc. I guess the reason is that with jcheck we cannot chmod any file inside openjdk as executable. Please note the file inside macosx-port is executable. Thanks Max On 12/02/2011 10:23 AM, Weijun Wang wrote: I tried to apply the patches to my jdk7u-osx repo, but found two confli

[7u4] Request for approval for CR 7115524 - Regression: keytool -printcert -sslserver failure

2011-12-01 Thread Weijun Wang
Hi, This is a request to backport a JDK 8 fix into JDK 7u4: 7115524: Regression: keytool -printcert -sslserver failure http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7115524 The fix for JDK 8 is: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d1928ae4e0a2 Due to a recent refactori

Re: [7u4] Request for approval for 7113349 - Initial changeset for Macosx port to jdk7u (jdk7u-osx)

2011-12-01 Thread Weijun Wang
I tried to apply the patches to my jdk7u-osx repo, but found two conflicts: make/java/java/Makefile src/solaris/native/java/util/TimeZone_md.c Thanks Max On 12/02/2011 07:16 AM, Michael McMahon wrote: Hi, This is a request to push the Macosx port of jdk into the jdk7u-osx forest, for 7u4. W

hg: jdk7u/jdk7u-dev/jdk: 7077172: KerberosTime does not take into account system clock adjustement

2011-11-23 Thread weijun . wang
Changeset: f604183d865f Author:weijun Date: 2011-11-18 16:13 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/f604183d865f 7077172: KerberosTime does not take into account system clock adjustement Reviewed-by: valeriep ! src/share/classes/sun/security/krb5/internal/Ker

Request for approval to 7u4 for CR 7077172: KerberosTime does not take into account system clock adjustement

2011-11-23 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u4 7077172: KerberosTime does not take into account system clock adjustement http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7077172 The fix is already included in jdk8 as: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5bfff9616b86

hg: jdk7u/jdk7u-dev/jdk: 3 new changesets

2011-10-23 Thread weijun . wang
Changeset: 254a44a0ed10 Author:weijun Date: 2011-09-28 14:21 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/254a44a0ed10 7077640: gss wrap for cfx doesn't handle rrc != 0 Reviewed-by: valeriep ! src/share/classes/sun/security/jgss/krb5/MessageToken_v2.java ! test/sun

  1   2   >