auth_type 50 source3/include/client.h enum pipe_auth_type auth_type; /* switch for the union below. Defined in ntdomain.h */ auth_type 192 source3/include/ntdomain.h enum pipe_auth_type auth_type; /* switch for union below. */ auth_type 5280 source3/include/proto.h enum pipe_auth_type auth_type, auth_type 5811 source3/include/proto.h uint8 auth_type, uint8 auth_level, auth_type 229 source3/include/rpc_dce.h uint8 auth_type; /* See XXX_AUTH_TYPE above. */ auth_type 119 source3/rpc_client/cli_pipe.c static int map_pipe_auth_type_to_rpc_auth_type(enum pipe_auth_type auth_type) auth_type 121 source3/rpc_client/cli_pipe.c switch (auth_type) { auth_type 142 source3/rpc_client/cli_pipe.c (unsigned int)auth_type )); auth_type 716 source3/rpc_client/cli_pipe.c if (auth_info.auth_type != RPC_SCHANNEL_AUTH_TYPE) { auth_type 718 source3/rpc_client/cli_pipe.c auth_info.auth_type)); auth_type 790 source3/rpc_client/cli_pipe.c switch(cli->auth->auth_type) { auth_type 823 source3/rpc_client/cli_pipe.c cli->auth->auth_type )); auth_type 1747 source3/rpc_client/cli_pipe.c enum pipe_auth_type auth_type, auth_type 1758 source3/rpc_client/cli_pipe.c switch (auth_type) { auth_type 1832 source3/rpc_client/cli_pipe.c cli->auth->auth_type), auth_type 1913 source3/rpc_client/cli_pipe.c map_pipe_auth_type_to_rpc_auth_type(cli->auth->auth_type), auth_type 1988 source3/rpc_client/cli_pipe.c switch(cli->auth->auth_type) { auth_type 2188 source3/rpc_client/cli_pipe.c switch (state->cli->auth->auth_type) { auth_type 2429 source3/rpc_client/cli_pipe.c enum pipe_auth_type auth_type, auth_type 2462 source3/rpc_client/cli_pipe.c map_pipe_auth_type_to_rpc_auth_type(auth_type), auth_type 2568 source3/rpc_client/cli_pipe.c (unsigned int)auth->auth_type, auth_type 2585 source3/rpc_client/cli_pipe.c cli->auth->auth_type, auth_type 2661 source3/rpc_client/cli_pipe.c switch(state->cli->auth->auth_type) { auth_type 2695 source3/rpc_client/cli_pipe.c (unsigned int)state->cli->auth->auth_type)); auth_type 2745 source3/rpc_client/cli_pipe.c state->cli->auth->auth_type, auth_type 3000 source3/rpc_client/cli_pipe.c if ((rpc_cli->auth->auth_type == PIPE_AUTH_TYPE_NTLMSSP) auth_type 3001 source3/rpc_client/cli_pipe.c || (rpc_cli->auth->auth_type == PIPE_AUTH_TYPE_SPNEGO_NTLMSSP)) { auth_type 3024 source3/rpc_client/cli_pipe.c result->auth_type = PIPE_AUTH_TYPE_NONE; auth_type 3045 source3/rpc_client/cli_pipe.c enum pipe_auth_type auth_type, auth_type 3060 source3/rpc_client/cli_pipe.c result->auth_type = auth_type; auth_type 3125 source3/rpc_client/cli_pipe.c result->auth_type = PIPE_AUTH_TYPE_SCHANNEL; auth_type 3182 source3/rpc_client/cli_pipe.c result->auth_type = PIPE_AUTH_TYPE_KRB5; auth_type 3738 source3/rpc_client/cli_pipe.c enum pipe_auth_type auth_type, auth_type 3755 source3/rpc_client/cli_pipe.c result, auth_type, auth_level, domain, username, auth_type 4154 source3/rpc_client/cli_pipe.c switch (cli->auth->auth_type) { auth_type 468 source3/rpc_parse/parse_rpc.c uint8 auth_type, uint8 auth_level, auth_type 472 source3/rpc_parse/parse_rpc.c rai->auth_type = auth_type; auth_type 494 source3/rpc_parse/parse_rpc.c if(!prs_uint8 ("auth_type ", ps, depth, &rai->auth_type)) auth_type 269 source3/rpc_server/srv_lsa_hnd.c if (p->pipe_bound && (p->auth.auth_type == PIPE_AUTH_TYPE_SCHANNEL)) { auth_type 945 source3/rpc_server/srv_lsa_nt.c if (p->auth.auth_type != PIPE_AUTH_TYPE_SCHANNEL) { auth_type 1227 source3/rpc_server/srv_lsa_nt.c if (p->auth.auth_type != PIPE_AUTH_TYPE_SCHANNEL) { auth_type 677 source3/rpc_server/srv_netlog_nt.c if ( (lp_server_schannel() == True) && (p->auth.auth_type != PIPE_AUTH_TYPE_SCHANNEL) ) { auth_type 798 source3/rpc_server/srv_netlog_nt.c if ( (lp_server_schannel() == True) && (p->auth.auth_type != PIPE_AUTH_TYPE_SCHANNEL) ) { auth_type 874 source3/rpc_server/srv_netlog_nt.c if ( (lp_server_schannel() == True) && (p->auth.auth_type != PIPE_AUTH_TYPE_SCHANNEL) ) { auth_type 1076 source3/rpc_server/srv_netlog_nt.c if ((p->auth.auth_type != PIPE_AUTH_TYPE_SCHANNEL) auth_type 1099 source3/rpc_server/srv_netlog_nt.c if (p->auth.auth_type != PIPE_AUTH_TYPE_SCHANNEL) { auth_type 67 source3/rpc_server/srv_pipe.c uint8 auth_type, auth_level; auth_type 192 source3/rpc_server/srv_pipe.c if (p->auth.auth_type == PIPE_AUTH_TYPE_NTLMSSP) { auth_type 193 source3/rpc_server/srv_pipe.c auth_type = RPC_NTLMSSP_AUTH_TYPE; auth_type 195 source3/rpc_server/srv_pipe.c auth_type = RPC_SPNEGO_AUTH_TYPE; auth_type 203 source3/rpc_server/srv_pipe.c init_rpc_hdr_auth(&auth_info, auth_type, auth_level, ss_padding_len, 1 /* context id. */); auth_type 582 source3/rpc_server/srv_pipe.c switch(p->auth.auth_type) { auth_type 595 source3/rpc_server/srv_pipe.c (unsigned int)p->auth.auth_type)); auth_type 737 source3/rpc_server/srv_pipe.c if (auth_info.auth_type != RPC_NTLMSSP_AUTH_TYPE) { auth_type 739 source3/rpc_server/srv_pipe.c (unsigned int)auth_info.auth_type )); auth_type 828 source3/rpc_server/srv_pipe.c p->auth.auth_type = PIPE_AUTH_TYPE_NONE; auth_type 1150 source3/rpc_server/srv_pipe.c if (p->auth.auth_type == PIPE_AUTH_TYPE_SPNEGO_NTLMSSP && p->auth.a_u.auth_ntlmssp_state) { auth_type 1202 source3/rpc_server/srv_pipe.c p->auth.auth_type = PIPE_AUTH_TYPE_SPNEGO_NTLMSSP; auth_type 1247 source3/rpc_server/srv_pipe.c if (p->auth.auth_type != PIPE_AUTH_TYPE_SPNEGO_NTLMSSP || !a) { auth_type 1420 source3/rpc_server/srv_pipe.c p->auth.auth_type = PIPE_AUTH_TYPE_SCHANNEL; auth_type 1488 source3/rpc_server/srv_pipe.c p->auth.auth_type = PIPE_AUTH_TYPE_NTLMSSP; auth_type 1523 source3/rpc_server/srv_pipe.c unsigned int auth_type = RPC_ANONYMOUS_AUTH_TYPE; auth_type 1644 source3/rpc_server/srv_pipe.c auth_type = auth_info.auth_type; auth_type 1665 source3/rpc_server/srv_pipe.c switch(auth_type) { auth_type 1688 source3/rpc_server/srv_pipe.c p->auth.auth_type = PIPE_AUTH_TYPE_NONE; auth_type 1697 source3/rpc_server/srv_pipe.c DEBUG(0,("api_pipe_bind_req: unknown auth type %x requested.\n", auth_type )); auth_type 1875 source3/rpc_server/srv_pipe.c if (auth_info.auth_type == RPC_SPNEGO_AUTH_TYPE) { auth_type 2154 source3/rpc_server/srv_pipe.c if (auth_info.auth_type != RPC_SCHANNEL_AUTH_TYPE) { auth_type 2156 source3/rpc_server/srv_pipe.c auth_info.auth_type)); auth_type 2251 source3/rpc_server/srv_pipe.c ((p->auth.auth_type == PIPE_AUTH_TYPE_NTLMSSP) || auth_type 2252 source3/rpc_server/srv_pipe.c (p->auth.auth_type == PIPE_AUTH_TYPE_SPNEGO_NTLMSSP))) { auth_type 386 source3/rpc_server/srv_pipe_hnd.c switch(p->auth.auth_type) { auth_type 412 source3/rpc_server/srv_pipe_hnd.c DEBUG(0,("process_request_pdu: unknown auth type %u set.\n", (unsigned int)p->auth.auth_type )); auth_type 2837 source3/rpc_server/srv_samr_nt.c if (p->auth.auth_type != PIPE_AUTH_TYPE_NTLMSSP || p->auth.auth_type != PIPE_AUTH_TYPE_SPNEGO_NTLMSSP) { auth_type 341 source3/rpcclient/rpcclient.c if ((tmp_set->rpc_pipe->auth->auth_type auth_type 139 source4/auth/gensec/gensec.c uint8_t auth_type) auth_type 153 source4/auth/gensec/gensec.c if (backends[i]->auth_type == auth_type) { auth_type 668 source4/auth/gensec/gensec.c uint8_t auth_type, uint8_t auth_level) auth_type 670 source4/auth/gensec/gensec.c gensec_security->ops = gensec_security_by_authtype(gensec_security, auth_type); auth_type 672 source4/auth/gensec/gensec.c DEBUG(3, ("Could not find GENSEC backend for auth_type=%d\n", (int)auth_type)); auth_type 94 source4/auth/gensec/gensec.h uint8_t auth_type; /* 0 if not offered on DCE-RPC */ auth_type 277 source4/auth/gensec/gensec.h uint8_t auth_type, uint8_t auth_level); auth_type 1436 source4/auth/gensec/gensec_gssapi.c .auth_type = DCERPC_AUTH_TYPE_SPNEGO, auth_type 1459 source4/auth/gensec/gensec_gssapi.c .auth_type = DCERPC_AUTH_TYPE_KRB5, auth_type 778 source4/auth/gensec/gensec_krb5.c .auth_type = DCERPC_AUTH_TYPE_KRB5, auth_type 264 source4/auth/gensec/schannel.c .auth_type = DCERPC_AUTH_TYPE_SCHANNEL, auth_type 1136 source4/auth/gensec/spnego.c .auth_type = DCERPC_AUTH_TYPE_SPNEGO, auth_type 412 source4/auth/ntlmssp/ntlmssp.c .auth_type = DCERPC_AUTH_TYPE_NTLMSSP, auth_type 327 source4/librpc/rpc/dcerpc.h uint8_t auth_type, uint8_t auth_level, auth_type 226 source4/librpc/rpc/dcerpc_auth.c uint8_t auth_type, uint8_t auth_level, auth_type 291 source4/librpc/rpc/dcerpc_auth.c auth_type, auth_level); auth_type 294 source4/librpc/rpc/dcerpc_auth.c gensec_get_name_by_authtype(sec->generic_state, auth_type), auth_type 303 source4/librpc/rpc/dcerpc_auth.c sec->auth_info->auth_type = auth_type; auth_type 391 source4/librpc/rpc/dcerpc_auth.c uint8_t auth_type, uint8_t auth_level, auth_type 396 source4/librpc/rpc/dcerpc_auth.c auth_type, auth_level, service); auth_type 497 source4/librpc/rpc/dcerpc_util.c uint8_t auth_type; auth_type 564 source4/librpc/rpc/dcerpc_util.c auth_type = DCERPC_AUTH_TYPE_SPNEGO; auth_type 567 source4/librpc/rpc/dcerpc_util.c auth_type = DCERPC_AUTH_TYPE_KRB5; auth_type 570 source4/librpc/rpc/dcerpc_util.c auth_type = DCERPC_AUTH_TYPE_SCHANNEL; auth_type 573 source4/librpc/rpc/dcerpc_util.c auth_type = DCERPC_AUTH_TYPE_NTLMSSP; auth_type 590 source4/librpc/rpc/dcerpc_util.c auth_type, auth_type 87 source4/rpc_server/dcesrv_auth.c status = gensec_start_mech_by_authtype(auth->gensec_security, auth->auth_info->auth_type, auth_type 92 source4/rpc_server/dcesrv_auth.c (int)auth->auth_info->auth_type, auth_type 703 source4/rpc_server/netlogon/dcerpc_netlogon.c dce_call->conn->auth_state.auth_info->auth_type != DCERPC_AUTH_TYPE_SCHANNEL) { auth_type 666 source4/torture/rpc/lsa.c } else if (p->conn->security_state.auth_info->auth_type == DCERPC_AUTH_TYPE_SCHANNEL && auth_type 205 source4/torture/rpc/samba3rpc.c uint8_t auth_type, uint8_t auth_level) auth_type 240 source4/torture/rpc/samba3rpc.c credentials, lp_gensec_settings(lp_ctx, lp_ctx), auth_type, auth_level, auth_type 352 source4/torture/rpc/samba3rpc.c uint8_t auth_type, auth_type 397 source4/torture/rpc/samba3rpc.c admin_creds, lp_gensec_settings(lp_ctx, lp_ctx), auth_type, auth_level, auth_type 38 source4/winbind/wb_connect_lsa.c uint8_t auth_type;