From owner-cvs-all Sun Aug 22 8:36: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F0CFE14D13; Sun, 22 Aug 1999 08:35:55 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA59087; Sun, 22 Aug 1999 08:34:47 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199908221534.IAA59087@freefall.freebsd.org> From: Bill Paul Date: Sun, 22 Aug 1999 08:34:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/yp_mkdb yp_mkdb.8 yp_mkdb.c src/usr.sbin/ypserv Makefile.yp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/08/22 08:34:47 PDT Modified files: usr.sbin/yp_mkdb yp_mkdb.8 yp_mkdb.c usr.sbin/ypserv Makefile.yp Log: Modify yp_mkdb so that it only checks for bogus '+' and '-' characters in source input if the -f flag is used, and modify Makefile.yp to only use -f for the passwd, master.passwd and group maps. These should be the only ones for which the + and - characters have special meaning that make it important for us to avoid letting them into any of the map databases. In some cases (namely the automounter maps) we have to allow at least the - character through in order to create the map properly. This closes PR #8699. Revision Changes Path 1.9 +18 -1 src/usr.sbin/yp_mkdb/yp_mkdb.8 1.9 +14 -7 src/usr.sbin/yp_mkdb/yp_mkdb.c 1.27 +7 -7 src/usr.sbin/ypserv/Makefile.yp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message