From owner-cvs-src-old@FreeBSD.ORG Tue Jul 6 17:20:29 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A807F106564A for ; Tue, 6 Jul 2010 17:20:29 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 965638FC15 for ; Tue, 6 Jul 2010 17:20:29 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o66HKTqP041758 for ; Tue, 6 Jul 2010 17:20:29 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o66HKT4r041757 for cvs-src-old@freebsd.org; Tue, 6 Jul 2010 17:20:29 GMT (envelope-from trasz@repoman.freebsd.org) Message-Id: <201007061720.o66HKT4r041757@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to trasz@repoman.freebsd.org using -f From: Edward Tomasz Napierala Date: Tue, 6 Jul 2010 17:20:08 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/posix1e acl_from_text.c acl_from_text_nfs4.c acl_support.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2010 17:20:29 -0000 trasz 2010-07-06 17:20:08 UTC FreeBSD src repository Modified files: lib/libc/posix1e acl_from_text.c acl_from_text_nfs4.c acl_support.h Log: SVN rev 209736 on 2010-07-06 17:20:08Z by trasz Fix acl_from_text(3) - and, therefore, setfacl(1) - for user and group names names starting with a digit. MFC after: 1 month Revision Changes Path 1.15 +3 -5 src/lib/libc/posix1e/acl_from_text.c 1.3 +6 -35 src/lib/libc/posix1e/acl_from_text_nfs4.c 1.9 +1 -0 src/lib/libc/posix1e/acl_support.h