Date: Wed, 20 Jun 2001 09:14:34 -0700 (PDT) From: Jim Pirzyk <pirzyk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/rcp rcp.c util.c Message-ID: <200106201614.f5KGEYZ03749@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106201614.f5KGEYZ03749>