On Sat, May 11, 2019 at 08:02:48AM +0800, Weijun Wang wrote: > > On May 10, 2019, at 11:55 PM, Nico Williams <nico.willi...@twosigma.com> > > wrote: > > Who can review? > > Anyone who is watching security-dev@. The mail list is quite active.
OK, thanks. I'll ask Peter B. to subscribe. > We've done this before. Below are the first 3 code review threads of your > contributions: > > 8212165: JGSS: Fix cut/paste error in NativeUtil.c > https://mail.openjdk.java.net/pipermail/security-dev/2018-October/018489.html > > 8212216: JGSS: Fix leak in exception cases in getJavaOID() > https://mail.openjdk.java.net/pipermail/security-dev/2018-October/018506.html > > 8212217: JGSS: Don't dispose() of creds too eagerly > https://mail.openjdk.java.net/pipermail/security-dev/2018-October/018507.html > > You can see Sean and Alan replying, and of course I'll also review all > changes. I've got new updates coming that respond to the code review comments I collated from GitHub and some comments received here. I've also added bindings for gss_acquire_cred_from() and gss_store_cred_into(), which makes GssLoginModule a drop-in replacement for Krb5LoginModule as far as functionality goes. Using these new bindings I've been able to write a Java-coded kinit, and a Java-coded ccache copy program. Nico --