Searched refs:AUTH_VALID (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dauth.h65 #define AUTH_VALID 4 /* We know him, and he needs no password */ macro
H A Dauth.c579 if (validuser == AUTH_VALID)
H A Drsaencpwd.c396 return(AUTH_VALID);
H A Dspx.c522 return(AUTH_VALID);
H A Dkerberos5.c717 return(AUTH_VALID);
/freebsd-12-stable/contrib/telnet/libtelnet/
H A Dauth.h60 #define AUTH_VALID 4 /* We know him, and he needs no password */ macro
H A Dsra.c216 auth_finished(ap, AUTH_VALID);
333 auth_finished(ap, AUTH_VALID);
349 return(AUTH_VALID);
H A Dkrb4encpwd.c340 return(AUTH_VALID);
H A Dauth.c579 if (validuser == AUTH_VALID)
H A Dkerberos.c407 return(AUTH_VALID);
H A Drsaencpwd.c391 return(AUTH_VALID);
H A Dkerberos5.c672 return(AUTH_VALID);
/freebsd-12-stable/contrib/telnet/telnetd/
H A Dsys_term.c999 if ((auth_level < 0) || (autologin != AUTH_VALID))
1034 if (auth_level >= 0 && autologin == AUTH_VALID) {
H A Dtelnetd.c178 auth_level = AUTH_VALID;
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1341 if (auth_level < 0 || autologin != AUTH_VALID) {
1357 if (auth_level >= 0 && autologin == AUTH_VALID)
H A Dtelnetd.c203 auth_level = AUTH_VALID;

Completed in 182 milliseconds