Lines Matching defs:user

29 /* We use Kerberos 5 routines to map the GSSAPI credential to a user
2563 * write attempts by a read-only user. Therefore, if CVS_Username
2574 * we check if the user have permission to do that.
2581 * If $CVSROOT/CVSADMROOT_READERS exists and user is listed
2582 * in it, then read-only access for user.
2584 * Or if $CVSROOT/CVSADMROOT_WRITERS exists and user NOT
2585 * listed in it, then also read-only access for user.
2587 * Else read-write access for user.
2641 /* If not listed specifically as a reader, then this user
2708 else /* writers file exists, but this user not listed in it */
2778 this user. */
4506 /* Might want to warn the user that the rcsinfo feature won't work. */
5463 error 0 %s: no such user\n", username);
5481 the user. But at least for now make it an error. */
5516 /* Note that this means that if run as a non-root user,
5517 CVSROOT/passwd must contain the user we are running as
5518 (e.g. "joe:FsEfVcu:cvs" if run as "cvs" user). This seems
5571 * 0 means no entry found for this user.
5577 * CVS username) of this user; caller may free this. Global
5617 /* Look for a relevant line -- one with this user's name. */
5691 /* Of course, maybe there was no system user portion... */
5709 else /* Didn't find this user, so deny access. */
5731 /* First we see if this user has a password in the CVS-specific
5772 error 0 %s: no such user\n", username);
5789 /* user exists and has a password */
5796 /* user exists and has no system password, but we got
5803 /* user exists but has no password at all */
5816 printf ("error 0 no such user %s in CVSROOT/passwd\n", username);
5854 If correct, then switch to run as that user and send an ACK to the
5892 * When the client is "cvs login", the user does not desire actual
6042 /* Switch to run as this user. */
6070 char user[ANAME_SZ];
6122 status = krb_kntoln (&auth, user);
6135 /* Switch to run as this user. */
6136 switch_to_user (user);
6216 /* FIXME: Use Kerberos v5 specific code to authenticate to a user.
6260 /* This global variable is non-zero if the user requests encryption on
6716 /* Make it possible for the user to see what has been written to
6768 as extraneous sugar for the user. */