Re: RFR: 8327818: Implement Kerberos debug with sun.security.util.Debug [v4]

2024-03-14 Thread Mark Powers
On Thu, 14 Mar 2024 20:25:06 GMT, Weijun Wang wrote: >> src/jdk.security.auth/share/classes/com/sun/security/auth/module/Krb5LoginModule.java >> line 1015: >> >>> 1013: } catch (Exception e) { >>> 1014: lcreds = null; >>> 1015: if (debug != null) >> >> Might wan

Re: RFR: 8327818: Implement Kerberos debug with sun.security.util.Debug [v4]

2024-03-14 Thread Weijun Wang
On Thu, 14 Mar 2024 19:18:16 GMT, Mark Powers wrote: >> Weijun Wang has updated the pull request incrementally with one additional >> commit since the last revision: >> >> just use true > > src/java.security.jgss/share/classes/sun/security/jgss/spnego/SpNegoToken.java > line 30: > >> 28: im

Re: RFR: 8327818: Implement Kerberos debug with sun.security.util.Debug [v5]

2024-03-14 Thread Weijun Wang
On Thu, 14 Mar 2024 19:53:41 GMT, Mark Powers wrote: >> Weijun Wang has updated the pull request incrementally with one additional >> commit since the last revision: >> >> native debug in stderr > > src/jdk.security.auth/share/classes/com/sun/security/auth/module/Krb5LoginModule.java > line

Re: RFR: 8327818: Implement Kerberos debug with sun.security.util.Debug [v7]

2024-03-14 Thread Weijun Wang
> Change `Krb5LoginModule` debugging to use `sun.security.util.Debug`. Weijun Wang has updated the pull request incrementally with one additional commit since the last revision: Mark's comments - Changes: - all: https://git.openjdk.org/jdk/pull/18199/files - new: https://git.

Re: RFR: 8327818: Implement Kerberos debug with sun.security.util.Debug [v6]

2024-03-14 Thread Weijun Wang
> Change `Krb5LoginModule` debugging to use `sun.security.util.Debug`. Weijun Wang has updated the pull request incrementally with one additional commit since the last revision: a native test - Changes: - all: https://git.openjdk.org/jdk/pull/18199/files - new: https://git.op

Re: RFR: 8327818: Implement Kerberos debug with sun.security.util.Debug [v5]

2024-03-14 Thread Mark Powers
On Thu, 14 Mar 2024 18:04:57 GMT, Weijun Wang wrote: >> Change `Krb5LoginModule` debugging to use `sun.security.util.Debug`. > > Weijun Wang has updated the pull request incrementally with one additional > commit since the last revision: > > native debug in stderr src/jdk.security.auth/share

Re: RFR: 8327818: Implement Kerberos debug with sun.security.util.Debug [v4]

2024-03-14 Thread Mark Powers
On Thu, 14 Mar 2024 13:43:01 GMT, Weijun Wang wrote: >> Change `Krb5LoginModule` debugging to use `sun.security.util.Debug`. > > Weijun Wang has updated the pull request incrementally with one additional > commit since the last revision: > > just use true src/java.security.jgss/share/classes

Re: RFR: 8296244: Alternate implementation of user-based authorization Subject APIs that doesn’t depend on Security Manager APIs [v6]

2024-03-14 Thread Weijun Wang
On Wed, 13 Mar 2024 19:53:40 GMT, Sean Mullan wrote: >> Weijun Wang has updated the pull request incrementally with one additional >> commit since the last revision: >> >> revert changes to MBeanServerFileAccessController.java > > test/jdk/javax/security/auth/Subject/CallAsWithScopedValue.jav

Re: RFR: 8327818: Implement Kerberos debug with sun.security.util.Debug [v5]

2024-03-14 Thread Weijun Wang
> Change `Krb5LoginModule` debugging to use `sun.security.util.Debug`. Weijun Wang has updated the pull request incrementally with one additional commit since the last revision: native debug in stderr - Changes: - all: https://git.openjdk.org/jdk/pull/18199/files - new: https

Re: RFR: 8051959: Add decorator options for java.security.debug output [v2]

2024-03-14 Thread Sean Coffey
On Wed, 13 Mar 2024 19:30:40 GMT, Sean Mullan wrote: >> Sean Coffey has updated the pull request incrementally with one additional >> commit since the last revision: >> >> use default hex output > > src/java.base/share/classes/sun/security/util/Debug.java line 75: > >> 73: if (ar

Key Missing Feature for IoT

2024-03-14 Thread Simon Bernard
Hi all, I'm the main Maintainer of *Leshan* . An open Source Java Implementation of *LWM2M * protocol. *LWM2M* is mainly based on *coap* and *coap+tcp* protocol. Security i

Re: RFR: 8313367: SunMSCAPI cannot read Local Computer certs w/o Windows elevation

2024-03-14 Thread Weijun Wang
On Thu, 16 Nov 2023 12:06:26 GMT, rebarbora-mckvak wrote: > This fixes the defect described at https://bugs.openjdk.org/browse/JDK-8313367 > > If the process does not have write permissions, the store is opened as > read-only (instead of failing). > > Please note that permissions to use a cert

Re: RFR: 8313367: SunMSCAPI cannot read Local Computer certs w/o Windows elevation

2024-03-14 Thread Weijun Wang
On Thu, 16 Nov 2023 12:06:26 GMT, rebarbora-mckvak wrote: > This fixes the defect described at https://bugs.openjdk.org/browse/JDK-8313367 > > If the process does not have write permissions, the store is opened as > read-only (instead of failing). > > Please note that permissions to use a cert

Re: RFR: 8327818: Implement Kerberos debug with sun.security.util.Debug [v4]

2024-03-14 Thread Weijun Wang
> Change `Krb5LoginModule` debugging to use `sun.security.util.Debug`. Weijun Wang has updated the pull request incrementally with one additional commit since the last revision: just use true - Changes: - all: https://git.openjdk.org/jdk/pull/18199/files - new: https://git.op

Re: RFR: 8327818: Implement Kerberos debug with sun.security.util.Debug [v3]

2024-03-14 Thread Weijun Wang
On Thu, 14 Mar 2024 13:31:58 GMT, Weijun Wang wrote: >> Change `Krb5LoginModule` debugging to use `sun.security.util.Debug`. > > Weijun Wang has updated the pull request incrementally with one additional > commit since the last revision: > > all other JGSS debugging A new commit is pushed to

Re: RFR: 8327818: Implement Kerberos debug with sun.security.util.Debug [v3]

2024-03-14 Thread Weijun Wang
> Change `Krb5LoginModule` debugging to use `sun.security.util.Debug`. Weijun Wang has updated the pull request incrementally with one additional commit since the last revision: all other JGSS debugging - Changes: - all: https://git.openjdk.org/jdk/pull/18199/files - new: htt