From owner-cvs-all Wed Jun 20 9:14:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AC1F37B408; Wed, 20 Jun 2001 09:14:34 -0700 (PDT) (envelope-from pirzyk@FreeBSD.org) Received: (from pirzyk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5KGEYZ03749; Wed, 20 Jun 2001 09:14:34 -0700 (PDT) (envelope-from pirzyk) Message-Id: <200106201614.f5KGEYZ03749@freefall.freebsd.org> From: Jim Pirzyk Date: Wed, 20 Jun 2001 09:14:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/rcp rcp.c util.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pirzyk 2001/06/20 09:14:34 PDT Modified files: (Branch: RELENG_4) bin/rcp rcp.c util.c Log: Fixed two bugs, first not allowing '.' as a valid login name character in okname() in util.c and second, returning != 0 when you do have an error from okname in two places in rcp.c. Thanks to Garrett for the POSIX defintion of valid login and group names. PR: bin/25757 MFC: rcp.c (1.29) util.c (1.10) Revision Changes Path 1.26.2.1 +7 -3 src/bin/rcp/rcp.c 1.9.2.1 +2 -2 src/bin/rcp/util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message