Home
last modified time | relevance | path

Searched refs:CVS_Username (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dserver.h155 extern char *CVS_Username;
H A Dserver.c104 char *CVS_Username = NULL; variable
3312 if (CVS_Username == NULL) in check_command_valid_p()
3379 if (strcmp (linebuf, CVS_Username) == 0) in check_command_valid_p()
3434 if (strcmp (linebuf, CVS_Username) == 0) in check_command_valid_p()
6701 if (CVS_Username == NULL) in switch_to_user()
6702 CVS_Username = xstrdup (username); in switch_to_user()
6710 setenv ("CVS_USER", CVS_Username, 1); in switch_to_user()
7104 CVS_Username = xmalloc (strlen (username) + 1); in check_password()
7105 strcpy (CVS_Username, username); in check_password()
H A Dsubr.c300 if (CVS_Username != NULL) in getcaller()
301 return CVS_Username; in getcaller()
H A Dacl.c516 if (CVS_Username == NULL) in get_perms()
519 username = CVS_Username; in get_perms()
H A DChangeLog-971973 * server.h, server.c (CVS_Username): Now extern.
1974 * subr.c (getcaller): Return CVS_Username if it is set.
3163 Everywhere: wrap all references to CVS_Username in #ifdef
3204 (CVS_Username): new global, init to NULL. Used by
3206 (check_password): set above new global CVS_Username; reorganized a
H A DChangeLog10228 * server.c (switch_to_user): Only set CVS_Username if
10519 * server.c (switch_to_user): Set CVS_Username if it hasn't already