From owner-freebsd-arch@FreeBSD.ORG Sun Nov 20 13:40:26 2005 Return-Path: X-Original-To: freebsd-arch@freebsd.org Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2846416A42B; Sun, 20 Nov 2005 13:40:26 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from itchy.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id C23F143D60; Sun, 20 Nov 2005 13:40:20 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from herring.rabson.org (herring [10.0.0.2]) by itchy.rabson.org (8.13.3/8.13.3) with ESMTP id jAKDe47l039404; Sun, 20 Nov 2005 13:40:04 GMT (envelope-from dfr@nlsystems.com) From: Doug Rabson To: freebsd-arch@freebsd.org Date: Sun, 20 Nov 2005 13:40:02 +0000 User-Agent: KMail/1.8.2 References: <200511121042.42425.dfr@nlsystems.com> In-Reply-To: <200511121042.42425.dfr@nlsystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511201340.02934.dfr@nlsystems.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.6 (itchy.rabson.org [80.177.232.242]); Sun, 20 Nov 2005 13:40:08 +0000 (GMT) X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on itchy.rabson.org X-Virus-Scanned: ClamAV 0.83/1180/Sun Nov 20 10:20:28 2005 on itchy.rabson.org X-Virus-Status: Clean Cc: arch@freebsd.org, Love =?iso-8859-1?q?H=F6rnquist_=C5strand?= Subject: Re: New extensible GSSAPI implementation X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2005 13:40:26 -0000 On Saturday 12 November 2005 10:42, Doug Rabson wrote: > The patch is too large to post here but you can find it at > http://people.freebsd.org/~dfr/gss-12112005.diff. It has survived > limited buildworld testing on one architecture and limited testing on > a newly install FreeBSD-current machine. I have not attempted to > build any GSS-API using ports and I expect there to be problems in > that area due to the moved header file and changed linking > requirements. > > Any comments, feedback, patches welcome... I've put up a new iteration of the patch at http://people.freebsd.org/~dfr/gss-20112005.diff which fixes a number of problems with the manpages and some issues that showed up while testing with ssh/sshd. It also adds an implementation of gss_add_cred which I managed to miss out before.