Searched refs:rpc_pipe_bind (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/auth/
H A Dauth_netlogond.c71 status = rpc_pipe_bind(p, auth);
73 DEBUG(10, ("rpc_pipe_bind failed: %s\n", nt_errstr(status)));
233 status = rpc_pipe_bind(p, auth);
235 DEBUG(10, ("rpc_pipe_bind failed: %s\n", nt_errstr(status)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/auth/
H A Dauth_netlogond.c71 status = rpc_pipe_bind(p, auth);
73 DEBUG(10, ("rpc_pipe_bind failed: %s\n", nt_errstr(status)));
233 status = rpc_pipe_bind(p, auth);
235 DEBUG(10, ("rpc_pipe_bind failed: %s\n", nt_errstr(status)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/auth/
H A Dauth_netlogond.c71 status = rpc_pipe_bind(p, auth);
73 DEBUG(10, ("rpc_pipe_bind failed: %s\n", nt_errstr(status)));
233 status = rpc_pipe_bind(p, auth);
235 DEBUG(10, ("rpc_pipe_bind failed: %s\n", nt_errstr(status)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/rpc_client/
H A Dcli_pipe.c2027 static NTSTATUS rpc_pipe_bind(struct rpc_pipe_client *cli, function
2077 DEBUG(3,("rpc_pipe_bind: Remote machine %s pipe %s "
2085 DEBUG(0,("rpc_pipe_bind: failed to unmarshall RPC_HDR.\n"));
2091 DEBUG(0,("rpc_pipe_bind: Failed to unmarshall RPC_HDR_BA.\n"));
2097 DEBUG(2,("rpc_pipe_bind: check_bind_response failed.\n"));
2262 *perr = rpc_pipe_bind(result, PIPE_AUTH_TYPE_NONE, PIPE_AUTH_LEVEL_NONE);
2270 DEBUG(lvl, ("cli_rpc_pipe_open_noauth: rpc_pipe_bind for pipe %s failed with error %s\n",
2359 *perr = rpc_pipe_bind(result, auth_type, auth_level);
2527 *perr = rpc_pipe_bind(result, PIPE_AUTH_TYPE_SCHANNEL, auth_level);
2757 *perr = rpc_pipe_bind(resul
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/rpc_client/
H A Dcli_pipe.c2027 static NTSTATUS rpc_pipe_bind(struct rpc_pipe_client *cli, function
2077 DEBUG(3,("rpc_pipe_bind: Remote machine %s pipe %s "
2085 DEBUG(0,("rpc_pipe_bind: failed to unmarshall RPC_HDR.\n"));
2091 DEBUG(0,("rpc_pipe_bind: Failed to unmarshall RPC_HDR_BA.\n"));
2097 DEBUG(2,("rpc_pipe_bind: check_bind_response failed.\n"));
2262 *perr = rpc_pipe_bind(result, PIPE_AUTH_TYPE_NONE, PIPE_AUTH_LEVEL_NONE);
2270 DEBUG(lvl, ("cli_rpc_pipe_open_noauth: rpc_pipe_bind for pipe %s failed with error %s\n",
2359 *perr = rpc_pipe_bind(result, auth_type, auth_level);
2527 *perr = rpc_pipe_bind(result, PIPE_AUTH_TYPE_SCHANNEL, auth_level);
2757 *perr = rpc_pipe_bind(resul
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/rpc_client/
H A Dcli_pipe.c2027 static NTSTATUS rpc_pipe_bind(struct rpc_pipe_client *cli, function
2077 DEBUG(3,("rpc_pipe_bind: Remote machine %s pipe %s "
2085 DEBUG(0,("rpc_pipe_bind: failed to unmarshall RPC_HDR.\n"));
2091 DEBUG(0,("rpc_pipe_bind: Failed to unmarshall RPC_HDR_BA.\n"));
2097 DEBUG(2,("rpc_pipe_bind: check_bind_response failed.\n"));
2262 *perr = rpc_pipe_bind(result, PIPE_AUTH_TYPE_NONE, PIPE_AUTH_LEVEL_NONE);
2270 DEBUG(lvl, ("cli_rpc_pipe_open_noauth: rpc_pipe_bind for pipe %s failed with error %s\n",
2359 *perr = rpc_pipe_bind(result, auth_type, auth_level);
2527 *perr = rpc_pipe_bind(result, PIPE_AUTH_TYPE_SCHANNEL, auth_level);
2757 *perr = rpc_pipe_bind(resul
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/rpc_client/
H A Dcli_pipe.c1082 static BOOL rpc_pipe_bind(struct cli_state *cli, char *pipe_name, char *my_name) function
1119 DEBUG(5, ("rpc_pipe_bind: rpc_api_pipe returned OK.\n"));
1122 DEBUG(0,("rpc_pipe_bind: Failed to unmarshall RPC_HDR_BA.\n"));
1128 DEBUG(0,("rpc_pipe_bind: check_bind_response failed.\n"));
1143 DEBUG(0,("rpc_pipe_bind: rpc_send_auth_reply failed.\n"));
1199 if (!rpc_pipe_bind(cli, pipe_name, global_myname)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/rpc_client/
H A Dcli_pipe.c1082 static BOOL rpc_pipe_bind(struct cli_state *cli, char *pipe_name, char *my_name) function
1119 DEBUG(5, ("rpc_pipe_bind: rpc_api_pipe returned OK.\n"));
1122 DEBUG(0,("rpc_pipe_bind: Failed to unmarshall RPC_HDR_BA.\n"));
1128 DEBUG(0,("rpc_pipe_bind: check_bind_response failed.\n"));
1143 DEBUG(0,("rpc_pipe_bind: rpc_send_auth_reply failed.\n"));
1199 if (!rpc_pipe_bind(cli, pipe_name, global_myname)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/rpc_client/
H A Dcli_pipe.c1082 static BOOL rpc_pipe_bind(struct cli_state *cli, char *pipe_name, char *my_name) function
1119 DEBUG(5, ("rpc_pipe_bind: rpc_api_pipe returned OK.\n"));
1122 DEBUG(0,("rpc_pipe_bind: Failed to unmarshall RPC_HDR_BA.\n"));
1128 DEBUG(0,("rpc_pipe_bind: check_bind_response failed.\n"));
1143 DEBUG(0,("rpc_pipe_bind: rpc_send_auth_reply failed.\n"));
1199 if (!rpc_pipe_bind(cli, pipe_name, global_myname)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/rpc_client/
H A Dcli_pipe.c2690 DEBUG(3, ("rpc_pipe_bind: %s bind request returned %s\n",
2699 DEBUG(0, ("rpc_pipe_bind: failed to unmarshall RPC_HDR.\n"));
2706 DEBUG(0, ("rpc_pipe_bind: Failed to unmarshall "
2714 DEBUG(2, ("rpc_pipe_bind: check_bind_response failed.\n"));
3003 NTSTATUS rpc_pipe_bind(struct rpc_pipe_client *cli, function
3396 status = rpc_pipe_bind(epm_pipe, auth);
3702 status = rpc_pipe_bind(result, auth);
3704 DEBUG(1, ("rpc_pipe_bind failed: %s\n", nt_errstr(status)));
3781 status = rpc_pipe_bind(result, auth);
3790 DEBUG(lvl, ("cli_rpc_pipe_open_noauth: rpc_pipe_bind fo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/rpc_client/
H A Dcli_pipe.c2690 DEBUG(3, ("rpc_pipe_bind: %s bind request returned %s\n",
2699 DEBUG(0, ("rpc_pipe_bind: failed to unmarshall RPC_HDR.\n"));
2706 DEBUG(0, ("rpc_pipe_bind: Failed to unmarshall "
2714 DEBUG(2, ("rpc_pipe_bind: check_bind_response failed.\n"));
3003 NTSTATUS rpc_pipe_bind(struct rpc_pipe_client *cli, function
3396 status = rpc_pipe_bind(epm_pipe, auth);
3702 status = rpc_pipe_bind(result, auth);
3704 DEBUG(1, ("rpc_pipe_bind failed: %s\n", nt_errstr(status)));
3781 status = rpc_pipe_bind(result, auth);
3790 DEBUG(lvl, ("cli_rpc_pipe_open_noauth: rpc_pipe_bind fo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/rpc_client/
H A Dcli_pipe.c2690 DEBUG(3, ("rpc_pipe_bind: %s bind request returned %s\n",
2699 DEBUG(0, ("rpc_pipe_bind: failed to unmarshall RPC_HDR.\n"));
2706 DEBUG(0, ("rpc_pipe_bind: Failed to unmarshall "
2714 DEBUG(2, ("rpc_pipe_bind: check_bind_response failed.\n"));
3003 NTSTATUS rpc_pipe_bind(struct rpc_pipe_client *cli, function
3396 status = rpc_pipe_bind(epm_pipe, auth);
3702 status = rpc_pipe_bind(result, auth);
3704 DEBUG(1, ("rpc_pipe_bind failed: %s\n", nt_errstr(status)));
3781 status = rpc_pipe_bind(result, auth);
3790 DEBUG(lvl, ("cli_rpc_pipe_open_noauth: rpc_pipe_bind fo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/include/
H A Dproto.h5309 NTSTATUS rpc_pipe_bind(struct rpc_pipe_client *cli,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/include/
H A Dproto.h5309 NTSTATUS rpc_pipe_bind(struct rpc_pipe_client *cli,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/include/
H A Dproto.h5309 NTSTATUS rpc_pipe_bind(struct rpc_pipe_client *cli,

Completed in 312 milliseconds