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

/macosx-10.10.1/Heimdal-398.1.2/appl/popper/
H A Dpop_user.c19 if (p->auth_level == AUTH_OTP) {
31 if (p->auth_level == AUTH_SASL) {
H A Dpop_get_command.c58 if(p->auth_level == AUTH_NONE || p->auth_level == AUTH_OTP)
H A Dpop_init.c229 p->auth_level = AUTH_NONE;
255 p->auth_level = AUTH_NONE;
258 p->auth_level = AUTH_OTP;
265 p->auth_level = AUTH_SASL;
H A Dpop_pass.c179 if (p->auth_level != AUTH_NONE)
H A Dpopper.h264 int auth_level; /* Dont allow cleartext */ member in struct:__anon492
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dext.h60 extern int auth_level;
H A Dtelnetd.c60 int auth_level = 0; variable
190 auth_level = 0;
192 auth_level = AUTH_OTHER;
194 auth_level = AUTH_USER;
196 auth_level = AUTH_VALID;
201 auth_level = -1;
H A Dsys_term.c1054 if (autologin < auth_level) {
1143 if ((auth_level < 0) || (autologin != AUTH_VALID))
1178 if (auth_level >= 0 && autologin == AUTH_VALID) {
/macosx-10.10.1/Heimdal-398.1.2/appl/login/
H A Dlogin.c246 static char *auth_level = NULL; variable
249 { NULL, 'a', arg_string, &auth_level, "authentication mode" },
671 if(auth_level && strcmp(auth_level, "otp") == 0 &&
/macosx-10.10.1/Heimdal-398.1.2/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.c1120 if (autologin < auth_level) {
1341 if (auth_level < 0 || autologin != AUTH_VALID) {
1357 if (auth_level >= 0 && autologin == AUTH_VALID)
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dschnauthcn.c1187 switch (com_tlr->auth_level) {
1364 switch (auth_tlr->auth_level) {
1478 authn_level = auth_tlr->auth_level;
H A Dcnpkt.h592 unsigned8 auth_level; /* :01 which level within service */
607 * The valid values for the auth_level field are contained in nbase.idl.
650 * only if auth_level pkt or higher
588 unsigned8 auth_level; /* :01 which level within service */ member in struct:__anon7937
H A Dcnsassm.c3861 req_auth_tlr->auth_level,
4013 resp_auth_tlr->auth_level = req_auth_tlr->auth_level;
4065 ("CN: call_rep->%p assoc->%p desc->%p client verification failed security_context->%p auth_type->%x auth_level->%x auth_len->%x stub_pad_length->%x st->%x\n",
4071 req_auth_tlr->auth_level,
H A Dnoauthcn.c1252 authn_level = auth_tlr->auth_level;
H A Dcncassm.c3241 ("CN: call_rep->%p assoc->%p desc->%p server verification failed security_context->%p auth_type->%x auth_level->%x auth_len->%x st->%x\n",
3247 auth_tlr->auth_level,
4961 auth_tlr->auth_level = sec_context->sec_info->authn_level;
H A Dcnsclsm.c1479 auth_tlr->auth_level = call_rep->sec->sec_info->authn_level;
H A Dcncall.c597 auth_tlr->auth_level = call_rep->sec->sec_info->authn_level;
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dftpd.c100 static int auth_level = 0; /* Only allow kerberos login by default */ variable
287 auth_level = parse_auth_level(auth_string);
492 if(auth_level == 0 && !sec_complete){
510 if ((auth_level & AUTH_FTP) == 0 ||
536 if((auth_level & AUTH_PLAIN) == 0 && !sec_complete){
589 if ((auth_level & AUTH_OTP) == 0) {
896 else if((auth_level & AUTH_OTP) == 0) {

Completed in 408 milliseconds