From owner-svn-src-all@FreeBSD.ORG Tue Feb 2 07:28:02 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72B21106566C; Tue, 2 Feb 2010 07:28:02 +0000 (UTC) (envelope-from joel@freebsd.org) Received: from mail.vnode.se (mail.vnode.se [62.119.52.80]) by mx1.freebsd.org (Postfix) with ESMTP id 27E428FC15; Tue, 2 Feb 2010 07:28:01 +0000 (UTC) Received: from mail.vnode.se (localhost [127.0.0.1]) by mail.vnode.se (Postfix) with ESMTP id 781C0E3F086; Tue, 2 Feb 2010 08:28:00 +0100 (CET) X-Virus-Scanned: amavisd-new at vnode.se Received: from mail.vnode.se ([127.0.0.1]) by mail.vnode.se (mail.vnode.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id k2N476aMFWyF; Tue, 2 Feb 2010 08:27:57 +0100 (CET) Received: by mail.vnode.se (Postfix, from userid 1004) id 1D170E3F085; Tue, 2 Feb 2010 08:27:57 +0100 (CET) Date: Tue, 2 Feb 2010 08:27:57 +0100 From: Joel Dahl To: Ulf Lilleengen Message-ID: <20100202072757.GB15285@mail.vnode.se> References: <201002020557.o125vgTl089837@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201002020557.o125vgTl089837@svn.freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r203368 - in head: contrib/csup usr.bin/csup X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2010 07:28:02 -0000 On 5:57 02-02-10, Ulf Lilleengen wrote: > Author: lulf > Date: Tue Feb 2 05:57:42 2010 > New Revision: 203368 > URL: http://svn.freebsd.org/changeset/base/203368 > > Log: > - Add support for CVSup authentication mechanisms to csup. > - Include a cpasswd script performing the same mechanisms as the cvpasswd > utility from CVSup. Isn't it about time we move csup away from contrib/? It isn't contributed software anymore and all development seems to happen in the FreeBSD repo. -- Joel