Searched refs:auth_level (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dext.h60 extern int auth_level;
H A Dtelnetd.c55 int auth_level = 0; variable
177 auth_level = 0;
179 auth_level = AUTH_OTHER;
181 auth_level = AUTH_USER;
183 auth_level = AUTH_VALID;
188 auth_level = -1;
483 if (auth_level >= 0) {
H A Dsys_term.c982 if (autologin < auth_level) {
1049 if ((auth_level < 0) || (autologin != AUTH_VALID))
1084 if (auth_level >= 0 && autologin == AUTH_VALID) {
H A Dstate.c556 if (auth_level >= 0) {
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dext.h54 extern int auth_level;
H A Dtelnetd.c51 int auth_level = 0; variable
194 auth_level = 0;
196 auth_level = 0;
199 auth_level = AUTH_OTHER;
201 auth_level = AUTH_USER;
203 auth_level = AUTH_VALID;
208 auth_level = -1;
H A Dsys_term.c1111 if (autologin < auth_level) {
1330 if (auth_level < 0 || autologin != AUTH_VALID) {
1346 if (auth_level >= 0 && autologin == AUTH_VALID)
/freebsd-9.3-release/crypto/heimdal/appl/login/
H A Dlogin.c377 static char *auth_level = NULL; variable
380 { NULL, 'a', arg_string, &auth_level, "authentication mode" },
825 if(auth_level && strcmp(auth_level, "otp") == 0 &&
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c99 static int auth_level = 0; /* Only allow kerberos login by default */ variable
296 auth_level = parse_auth_level(auth_string);
512 if(auth_level == 0 && !sec_complete){
530 if ((auth_level & AUTH_FTP) == 0 ||
556 if((auth_level & AUTH_PLAIN) == 0 && !sec_complete){
609 if ((auth_level & AUTH_OTP) == 0) {
916 else if((auth_level & AUTH_OTP) == 0) {

Completed in 131 milliseconds