From owner-cvs-src@FreeBSD.ORG Fri Apr 28 14:13:52 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D535D16A404 for ; Fri, 28 Apr 2006 14:13:52 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8268143D48 for ; Fri, 28 Apr 2006 14:13:51 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by nz-out-0102.google.com with SMTP id i28so1920596nzi for ; Fri, 28 Apr 2006 07:13:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=ZuxGiC8eE7QJCJUF16/IOGZ3kX+CG7ozxmriERj5YokthF80P8ZPtdfINynM0MIB7DekPXVfAbPtNUsAf3MRYivM4Z/nFu9BpiAaq2OqM9yKiMZmUSE6AA4gZXovPcaWn1dOBjwinzgtz6pgaDnpkJ8F+ZsOm45gP36bBnwFqY4= Received: by 10.36.65.17 with SMTP id n17mr5313773nza; Fri, 28 Apr 2006 07:13:50 -0700 (PDT) Received: by 10.36.58.13 with HTTP; Fri, 28 Apr 2006 07:13:50 -0700 (PDT) Message-ID: <6eb82e0604280713s1f755042lbf13d1500fd18610@mail.gmail.com> Date: Fri, 28 Apr 2006 10:13:50 -0400 From: "Rong-En Fan" To: "Hajimu UMEMOTO" , bushman@rsu.ru MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc Makefile cached.conf src/etc/defaults rc.conf src/etc/rc.d Makefile cached src/include nsswitch.h src/include/rpc rpcent.h src/lib/libc Makefile src/lib/libc/gen getgrent.c getpwent.c src/lib/libc/include nscache.h nscachedcli X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 14:13:52 -0000 On 4/28/06, Hajimu UMEMOTO wrote: > ume 2006-04-28 12:03:38 UTC > > FreeBSD src repository > > Log: > - Extend the nsswitch to support Services, Protocols and Rpc > databases. > - Make nsswitch support caching. > > Submitted by: Michael Bushkov > Sponsored by: Google Summer of Code 2005 A big thank you! I have been waiting this for a long time :) Thanks, Rong-En Fan