Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 44864 invoked from network); 28 Feb 2006 11:48:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Feb 2006 11:48:05 -0000 Received: (qmail 80595 invoked by uid 500); 28 Feb 2006 11:47:55 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 80529 invoked by uid 500); 28 Feb 2006 11:47:54 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 80518 invoked by uid 99); 28 Feb 2006 11:47:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2006 03:47:54 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of stepan.mishura@gmail.com designates 64.233.182.192 as permitted sender) Received: from [64.233.182.192] (HELO nproxy.gmail.com) (64.233.182.192) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2006 03:47:53 -0800 Received: by nproxy.gmail.com with SMTP id c2so713940nfe for ; Tue, 28 Feb 2006 03:47:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=tuBvvBM3NnnxbHwzkde4VODaA5mNw9u7JWRPJOsawVqmB3BK5cdJvnkLsTQb3UBcX2PuM72JKg0XCs2JhoHe3WlFlpaShliK8zjSPoDmn0rG3zc0b43LFi1Mrb1aRan7YaBD4pE0lF0KVMSHzw8OzJEP/r1uIGxRPfQCIhBLm48= Received: by 10.49.33.14 with SMTP id l14mr4217571nfj; Tue, 28 Feb 2006 03:47:31 -0800 (PST) Received: by 10.49.9.20 with HTTP; Tue, 28 Feb 2006 03:47:31 -0800 (PST) Message-ID: <6e47b64f0602280347v32cc2ad3p7814a54f3c5a6ec1@mail.gmail.com> Date: Tue, 28 Feb 2006 17:47:31 +0600 From: "Stepan Mishura" To: harmony-dev@incubator.apache.org Subject: Re: auth natives In-Reply-To: <4404306C.9090709@gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4790_5348112.1141127251630" References: <20060216230027.63677.qmail@minotaur.apache.org> <20060217114651.GC81198@bali.sjc.webweaving.org> <43F5C3B5.6030905@gmail.com> <43FB953D.9010007@gmail.com> <6e47b64f0602220124i55698cf3n6f55a7ee836d893@mail.gmail.com> <4404306C.9090709@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_4790_5348112.1141127251630 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi Tim, I reviewed source files: they look OK for me. Also I successfully (after small fix in java code:-)) run the test for login module on Windows with 'hyauth' library. Currently I'm trying to build Harmony and run the similar test on Linux. Hope to finish it tomorrow. Does it works for you? Thanks, Stepan. On 2/28/06, Tim Ellison wrote: > > Stepan, > > Have you completed your review? If things look ok I'll change the > loadlibray calls to use 'hyauth'. > > (As I mentioned before, this is simply to bring the code in line with > the other natives as a stepping-stone to the final native code layout > within each module.) > > Thanks > Tim > > Stepan Mishura wrote: > > I've just checked out your update (have problems with network) and goin= g > to > > review it. I'll let you know if I have questions or comments to your > update. > > > > BTW, we developed small tests for login modules that use these librarie= s > > see: > > 1) > > > modules\security\test\windows\unit\org\apache\harmony\security\x\security= \auth\module\NTLoginModuleTest.java > > 2) > > > modules\security\test\linux\unit\org\apache\harmony\security\x\security\a= uth\module\UnixLoginModuleTest.java > > > > Thanks, > > Stepan Mishura > > Intel Middleware Products Division > > > > > > > > On 2/22/06, Tim Ellison wrote: > >> FYI: I have added the C versions of the auth natives into the build. > >> They are building as hyayth.dll | libhyauth.so into jre/bin. > >> > >> However, I *haven't* removed the jaaswin.dll | libjaasnix.so code (and > >> these are still being loaded by NTSystem.java | UnixSystem.java) until > >> I've tested the new libraries. > >> > >> Regards, > >> Tim > >> > >> Tim Ellison wrote: > >>> sure -- this is the C version of the jaaswin code (including some Hy > >>> portlib-ification), with building code in the makefile format that th= e > >>> other natives use. The Linux version still needs doing, so I wanted > to > >>> stash it in SVN for discussion with Mikhail et al before linking it > into > >>> the actual build. > >>> > >>> Thanks > >>> Tim > >>> > >>> Leo Simons wrote: > >>>> On Thu, Feb 16, 2006 at 11:00:26PM -0000, tellison@apache.org wrote: > >>>>> Author: tellison > >>>>> Date: Thu Feb 16 15:00:22 2006 > >>>>> New Revision: 378390 > >>>>> > >>>>> URL: http://svn.apache.org/viewcvs?rev=3D378390&view=3Drev > >>>>> Log: > >>>>> Just stashing this code in svn, > >>>>> not included in the build. > >>>> When you put new things in SVN, please either make sure to have some > >> notes next > >>>> to them describing what it is for / what it does / what you will use > it > >> for or, > >>>> failing that, write a meaningful commit message that has this info. > >>>> > >>>> The subversion project has a great HACKING.html that describes the > how > >> and the why > >>>> and the like for this kind of thing. > >>>> > >>>> Thanks! > >>>> > >>>> Leo > >>>> > >> -- > >> > >> Tim Ellison (t.p.ellison@gmail.com) > >> IBM Java technology centre, UK. > >> > > > > -- > > Tim Ellison (t.p.ellison@gmail.com) > IBM Java technology centre, UK. > -- Thanks, Stepan Mishura Intel Middleware Products Division ------=_Part_4790_5348112.1141127251630--