Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 1998 09:55:50 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG
Subject:   cvs commit: src/contrib/cvs/src login.c
Message-ID:  <199805271655.JAA17457@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805271655.JAA17457>