ntret 53 source3/utils/net_rpc_join.c NTSTATUS ntret = NT_STATUS_UNSUCCESSFUL;
ntret 69 source3/utils/net_rpc_join.c ntret = net_make_ipc_connection_ex(c, domain, server, pss, conn_flags,
ntret 71 source3/utils/net_rpc_join.c if (!NT_STATUS_IS_OK(ntret)) {
ntret 72 source3/utils/net_rpc_join.c return ntret;
ntret 76 source3/utils/net_rpc_join.c ntret = get_schannel_session_key(cli, domain, &neg_flags,
ntret 82 source3/utils/net_rpc_join.c if (!NT_STATUS_IS_OK(ntret)) {
ntret 83 source3/utils/net_rpc_join.c if (NT_STATUS_EQUAL(ntret, NT_STATUS_INVALID_NETWORK_RESPONSE)) {
ntret 89 source3/utils/net_rpc_join.c cli->desthost, domain, nt_errstr(ntret) ));
ntret 91 source3/utils/net_rpc_join.c return ntret;
ntret 99 source3/utils/net_rpc_join.c return ntret;
ntret 102 source3/utils/net_rpc_join.c ntret = cli_rpc_pipe_open_schannel_with_key(
ntret 107 source3/utils/net_rpc_join.c if (!NT_STATUS_IS_OK(ntret)) {
ntret 110 source3/utils/net_rpc_join.c cli->desthost, domain, nt_errstr(ntret) ));
ntret 118 source3/utils/net_rpc_join.c return ntret;
ntret 493 source3/winbindd/winbindd_cred_cache.c NTSTATUS ntret;
ntret 572 source3/winbindd/winbindd_cred_cache.c ntret = remove_ccache(username);
ntret 573 source3/winbindd/winbindd_cred_cache.c if (!NT_STATUS_IS_OK(ntret)) {
ntret 578 source3/winbindd/winbindd_cred_cache.c nt_errstr(ntret)));
ntret 579 source3/winbindd/winbindd_cred_cache.c return ntret;