From owner-cvs-all Wed May 27 10:01:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA09358 for cvs-all-outgoing; Wed, 27 May 1998 10:01:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA09352; Wed, 27 May 1998 10:01:22 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA17457; Wed, 27 May 1998 09:55:50 -0700 (PDT) Date: Wed, 27 May 1998 09:55:50 -0700 (PDT) Message-Id: <199805271655.JAA17457@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG Subject: cvs commit: src/contrib/cvs/src login.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/05/27 09:55:50 PDT Modified files: contrib/cvs/src login.c Log: If we are logging into a cvs pserver with the username of "anoncvs", and we have not done an explicit 'cvs login', then use a default password of "anoncvs". This allows things like: setenv CVSROOT :pserver:anoncvs@anoncvs.freebsd.org:/cvs cvs checkout src (without doing the normal 'cvs login' for pserver mode) but this runs over the :pserver: protocol rather than the more troublesome rsh. Naturally, the server had better be running in -R (readonly) mode :-) Revision Changes Path 1.2 +393 -283 src/contrib/cvs/src/login.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message