pipe_default_auth_type   27 source3/rpcclient/rpcclient.c static enum pipe_auth_type pipe_default_auth_type = PIPE_AUTH_TYPE_NONE;
pipe_default_auth_type  342 source3/rpcclient/rpcclient.c 			     != pipe_default_auth_type)
pipe_default_auth_type  359 source3/rpcclient/rpcclient.c 	pipe_default_auth_type = PIPE_AUTH_TYPE_NTLMSSP;
pipe_default_auth_type  369 source3/rpcclient/rpcclient.c 			pipe_default_auth_type = PIPE_AUTH_TYPE_NTLMSSP;
pipe_default_auth_type  371 source3/rpcclient/rpcclient.c 			pipe_default_auth_type = PIPE_AUTH_TYPE_SPNEGO_NTLMSSP;
pipe_default_auth_type  373 source3/rpcclient/rpcclient.c 			pipe_default_auth_type = PIPE_AUTH_TYPE_SCHANNEL;
pipe_default_auth_type  391 source3/rpcclient/rpcclient.c 	pipe_default_auth_type = PIPE_AUTH_TYPE_NTLMSSP;
pipe_default_auth_type  401 source3/rpcclient/rpcclient.c 			pipe_default_auth_type = PIPE_AUTH_TYPE_NTLMSSP;
pipe_default_auth_type  403 source3/rpcclient/rpcclient.c 			pipe_default_auth_type = PIPE_AUTH_TYPE_SPNEGO_NTLMSSP;
pipe_default_auth_type  405 source3/rpcclient/rpcclient.c 			pipe_default_auth_type = PIPE_AUTH_TYPE_SCHANNEL;
pipe_default_auth_type  454 source3/rpcclient/rpcclient.c 	pipe_default_auth_type = PIPE_AUTH_TYPE_NONE;
pipe_default_auth_type  464 source3/rpcclient/rpcclient.c 	pipe_default_auth_type = PIPE_AUTH_TYPE_SCHANNEL;
pipe_default_auth_type  474 source3/rpcclient/rpcclient.c 	pipe_default_auth_type = PIPE_AUTH_TYPE_SCHANNEL;
pipe_default_auth_type  588 source3/rpcclient/rpcclient.c 		switch (pipe_default_auth_type) {
pipe_default_auth_type  627 source3/rpcclient/rpcclient.c 					  pipe_default_auth_type ));