From owner-freebsd-current@FreeBSD.ORG Sun Feb 17 13:46:49 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E08169E1 for ; Sun, 17 Feb 2013 13:46:49 +0000 (UTC) (envelope-from lokedhs@gmail.com) Received: from mail-lb0-f178.google.com (mail-lb0-f178.google.com [209.85.217.178]) by mx1.freebsd.org (Postfix) with ESMTP id 5AC668E7 for ; Sun, 17 Feb 2013 13:46:48 +0000 (UTC) Received: by mail-lb0-f178.google.com with SMTP id n1so3673088lba.37 for ; Sun, 17 Feb 2013 05:46:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=y0FM5+ndHtxyrRzNocpygmCNHrm9OiOPIiXB+T+/XcU=; b=XmpwyHnUiXgjdQJ3Ij11ap8w+qwQBlGdvjxQW0yqIcrXiqcubZmdrmsjB2gWAuk3bK 4B3Yc28PWxh+PyzY6hcIuLTNNSIV/azMMI3NaQwQGQdIT1T3zBcoe7ziC4wix3fzcynn znNnfyWirxOURAMe7dF+HZuM4cqE/euE0YPcE3Lhfi5X9vTSu/bcEoleOOsxs2Zjwyyp 9+BJq3PsgoiJMrPx91v1eyl6A8xnwwuZDqtmvkR32GJv6TfgiX3tXWrpZy01JjhVX4Jk NKu6foTbTsdCqpVzxmADm1dVSylmy3ds3HJ5S1vmBqghXXnZpOTcTw8zFS5cwrWLesrf Z5PQ== MIME-Version: 1.0 X-Received: by 10.112.37.194 with SMTP id a2mr4453156lbk.40.1361108802373; Sun, 17 Feb 2013 05:46:42 -0800 (PST) Received: by 10.112.41.68 with HTTP; Sun, 17 Feb 2013 05:46:42 -0800 (PST) In-Reply-To: References: <336731055.3000548.1360798935813.JavaMail.root@erie.cs.uoguelph.ca> Date: Sun, 17 Feb 2013 21:46:42 +0800 Message-ID: Subject: Re: Possible bug in NFSv4 with krb5p security? From: =?ISO-8859-1?Q?Elias_M=E5rtenson?= To: Doug Rabson Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Rick Macklem , Benjamin Kaduk , freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Feb 2013 13:46:49 -0000 On 17 February 2013 02:17, Doug Rabson wrote: > > I think it was Rick that mentioned the patch. I would apply the patch and > rebuild your kernel in the interests of changing as little as possible > while debugging the original issue. > Fair enough. I did this. Thanks. Now, I'm sorry for asking something that should be obvious, but how can I rebuild crypto/heimdal? There is no Makefile in this directory, but when I did "make world" it did build it. So how does this actually work? Is there a special Makefile somewhere else that I should use? I need to be able to rebuild these things withou thaving to do a full "make world", which is the only way I figured out so far. (of course, I could do a automake/configure/make sequence, but it seems as though the official FreeBSD build doesn't do this (I couldn't find any config.log file dropped from the configure script)). Regards, Elias