Home
last modified time | relevance | path

Searched refs:AUTH_VALID (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/telnet/libtelnet/
H A Dauth.h60 #define AUTH_VALID 4 /* We know him, and he needs no password */ macro
H A Dsra.c212 auth_finished(ap, AUTH_VALID); in sra_is()
329 auth_finished(ap, AUTH_VALID); in sra_reply()
345 return(AUTH_VALID); in sra_status()
H A Dkrb4encpwd.c336 return(AUTH_VALID);
H A Drsaencpwd.c387 return(AUTH_VALID);
H A Dkerberos.c403 return(AUTH_VALID); in kerberos4_status()
H A Dauth.c576 if (validuser == AUTH_VALID) in auth_wait()
H A Dkerberos5.c668 return(AUTH_VALID); in kerberos5_status()
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Dauth.h65 #define AUTH_VALID 4 /* We know him, and he needs no password */ macro
H A Drsaencpwd.c396 return(AUTH_VALID);
H A Dauth.c579 if (validuser == AUTH_VALID) in auth_wait()
H A Dspx.c522 return(AUTH_VALID);
H A Dkerberos5.c717 return(AUTH_VALID); in kerberos5_status()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1341 if (auth_level < 0 || autologin != AUTH_VALID) { in start_login()
1357 if (auth_level >= 0 && autologin == AUTH_VALID) in start_login()
H A Dtelnetd.c203 auth_level = AUTH_VALID; in main()