Date: Wed, 30 May 2001 09:19:13 -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: <200105301619.f4UGJEo91944@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
pirzyk 2001/05/30 09:19:13 PDT Modified files: 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 after: 3 weeks Revision Changes Path 1.29 +7 -3 src/bin/rcp/rcp.c 1.10 +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?200105301619.f4UGJEo91944>