mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
and make that the primary context for the request which the implementations can also use. - go via functions pointers in the ndr_interface_table instead of calling functions directly. metze (This used to be commit 5c4d998300d0c9836eb3cc6c3cd8ee4f262396b8)
241 lines
5.0 KiB
C
241 lines
5.0 KiB
C
/*
|
|
* Unix SMB/CIFS implementation.
|
|
* server auto-generated by pidl. DO NOT MODIFY!
|
|
*/
|
|
|
|
#include "includes.h"
|
|
#include "librpc/gen_ndr/srv_initshutdown.h"
|
|
|
|
static BOOL api_initshutdown_Init(pipes_struct *p)
|
|
{
|
|
const struct ndr_interface_call *call;
|
|
struct ndr_pull *pull;
|
|
struct ndr_push *push;
|
|
NTSTATUS status;
|
|
DATA_BLOB blob;
|
|
struct initshutdown_Init *r;
|
|
|
|
call = &ndr_table_initshutdown.calls[NDR_INITSHUTDOWN_INIT];
|
|
|
|
r = talloc(NULL, struct initshutdown_Init);
|
|
if (r == NULL) {
|
|
return False;
|
|
}
|
|
|
|
if (!prs_data_blob(&p->in_data.data, &blob, r)) {
|
|
talloc_free(r);
|
|
return False;
|
|
}
|
|
|
|
pull = ndr_pull_init_blob(&blob, r);
|
|
if (pull == NULL) {
|
|
talloc_free(r);
|
|
return False;
|
|
}
|
|
|
|
pull->flags |= LIBNDR_FLAG_REF_ALLOC;
|
|
status = call->ndr_pull(pull, NDR_IN, r);
|
|
if (NT_STATUS_IS_ERR(status)) {
|
|
talloc_free(r);
|
|
return False;
|
|
}
|
|
|
|
if (DEBUGLEVEL >= 10)
|
|
NDR_PRINT_IN_DEBUG(initshutdown_Init, r);
|
|
|
|
r->out.result = _initshutdown_Init(p, r);
|
|
|
|
if (p->rng_fault_state) {
|
|
talloc_free(r);
|
|
/* Return True here, srv_pipe_hnd.c will take care */
|
|
return True;
|
|
}
|
|
|
|
if (DEBUGLEVEL >= 10)
|
|
NDR_PRINT_OUT_DEBUG(initshutdown_Init, r);
|
|
|
|
push = ndr_push_init_ctx(r);
|
|
if (push == NULL) {
|
|
talloc_free(r);
|
|
return False;
|
|
}
|
|
|
|
status = call->ndr_push(push, NDR_OUT, r);
|
|
if (NT_STATUS_IS_ERR(status)) {
|
|
talloc_free(r);
|
|
return False;
|
|
}
|
|
|
|
blob = ndr_push_blob(push);
|
|
if (!prs_copy_data_in(&p->out_data.rdata, (const char *)blob.data, (uint32)blob.length)) {
|
|
talloc_free(r);
|
|
return False;
|
|
}
|
|
|
|
talloc_free(r);
|
|
|
|
return True;
|
|
}
|
|
|
|
static BOOL api_initshutdown_Abort(pipes_struct *p)
|
|
{
|
|
const struct ndr_interface_call *call;
|
|
struct ndr_pull *pull;
|
|
struct ndr_push *push;
|
|
NTSTATUS status;
|
|
DATA_BLOB blob;
|
|
struct initshutdown_Abort *r;
|
|
|
|
call = &ndr_table_initshutdown.calls[NDR_INITSHUTDOWN_ABORT];
|
|
|
|
r = talloc(NULL, struct initshutdown_Abort);
|
|
if (r == NULL) {
|
|
return False;
|
|
}
|
|
|
|
if (!prs_data_blob(&p->in_data.data, &blob, r)) {
|
|
talloc_free(r);
|
|
return False;
|
|
}
|
|
|
|
pull = ndr_pull_init_blob(&blob, r);
|
|
if (pull == NULL) {
|
|
talloc_free(r);
|
|
return False;
|
|
}
|
|
|
|
pull->flags |= LIBNDR_FLAG_REF_ALLOC;
|
|
status = call->ndr_pull(pull, NDR_IN, r);
|
|
if (NT_STATUS_IS_ERR(status)) {
|
|
talloc_free(r);
|
|
return False;
|
|
}
|
|
|
|
if (DEBUGLEVEL >= 10)
|
|
NDR_PRINT_IN_DEBUG(initshutdown_Abort, r);
|
|
|
|
r->out.result = _initshutdown_Abort(p, r);
|
|
|
|
if (p->rng_fault_state) {
|
|
talloc_free(r);
|
|
/* Return True here, srv_pipe_hnd.c will take care */
|
|
return True;
|
|
}
|
|
|
|
if (DEBUGLEVEL >= 10)
|
|
NDR_PRINT_OUT_DEBUG(initshutdown_Abort, r);
|
|
|
|
push = ndr_push_init_ctx(r);
|
|
if (push == NULL) {
|
|
talloc_free(r);
|
|
return False;
|
|
}
|
|
|
|
status = call->ndr_push(push, NDR_OUT, r);
|
|
if (NT_STATUS_IS_ERR(status)) {
|
|
talloc_free(r);
|
|
return False;
|
|
}
|
|
|
|
blob = ndr_push_blob(push);
|
|
if (!prs_copy_data_in(&p->out_data.rdata, (const char *)blob.data, (uint32)blob.length)) {
|
|
talloc_free(r);
|
|
return False;
|
|
}
|
|
|
|
talloc_free(r);
|
|
|
|
return True;
|
|
}
|
|
|
|
static BOOL api_initshutdown_InitEx(pipes_struct *p)
|
|
{
|
|
const struct ndr_interface_call *call;
|
|
struct ndr_pull *pull;
|
|
struct ndr_push *push;
|
|
NTSTATUS status;
|
|
DATA_BLOB blob;
|
|
struct initshutdown_InitEx *r;
|
|
|
|
call = &ndr_table_initshutdown.calls[NDR_INITSHUTDOWN_INITEX];
|
|
|
|
r = talloc(NULL, struct initshutdown_InitEx);
|
|
if (r == NULL) {
|
|
return False;
|
|
}
|
|
|
|
if (!prs_data_blob(&p->in_data.data, &blob, r)) {
|
|
talloc_free(r);
|
|
return False;
|
|
}
|
|
|
|
pull = ndr_pull_init_blob(&blob, r);
|
|
if (pull == NULL) {
|
|
talloc_free(r);
|
|
return False;
|
|
}
|
|
|
|
pull->flags |= LIBNDR_FLAG_REF_ALLOC;
|
|
status = call->ndr_pull(pull, NDR_IN, r);
|
|
if (NT_STATUS_IS_ERR(status)) {
|
|
talloc_free(r);
|
|
return False;
|
|
}
|
|
|
|
if (DEBUGLEVEL >= 10)
|
|
NDR_PRINT_IN_DEBUG(initshutdown_InitEx, r);
|
|
|
|
r->out.result = _initshutdown_InitEx(p, r);
|
|
|
|
if (p->rng_fault_state) {
|
|
talloc_free(r);
|
|
/* Return True here, srv_pipe_hnd.c will take care */
|
|
return True;
|
|
}
|
|
|
|
if (DEBUGLEVEL >= 10)
|
|
NDR_PRINT_OUT_DEBUG(initshutdown_InitEx, r);
|
|
|
|
push = ndr_push_init_ctx(r);
|
|
if (push == NULL) {
|
|
talloc_free(r);
|
|
return False;
|
|
}
|
|
|
|
status = call->ndr_push(push, NDR_OUT, r);
|
|
if (NT_STATUS_IS_ERR(status)) {
|
|
talloc_free(r);
|
|
return False;
|
|
}
|
|
|
|
blob = ndr_push_blob(push);
|
|
if (!prs_copy_data_in(&p->out_data.rdata, (const char *)blob.data, (uint32)blob.length)) {
|
|
talloc_free(r);
|
|
return False;
|
|
}
|
|
|
|
talloc_free(r);
|
|
|
|
return True;
|
|
}
|
|
|
|
|
|
/* Tables */
|
|
static struct api_struct api_initshutdown_cmds[] =
|
|
{
|
|
{"INITSHUTDOWN_INIT", NDR_INITSHUTDOWN_INIT, api_initshutdown_Init},
|
|
{"INITSHUTDOWN_ABORT", NDR_INITSHUTDOWN_ABORT, api_initshutdown_Abort},
|
|
{"INITSHUTDOWN_INITEX", NDR_INITSHUTDOWN_INITEX, api_initshutdown_InitEx},
|
|
};
|
|
|
|
void initshutdown_get_pipe_fns(struct api_struct **fns, int *n_fns)
|
|
{
|
|
*fns = api_initshutdown_cmds;
|
|
*n_fns = sizeof(api_initshutdown_cmds) / sizeof(struct api_struct);
|
|
}
|
|
|
|
NTSTATUS rpc_initshutdown_init(void)
|
|
{
|
|
return rpc_pipe_register_commands(SMB_RPC_INTERFACE_VERSION, "initshutdown", "initshutdown", api_initshutdown_cmds, sizeof(api_initshutdown_cmds) / sizeof(struct api_struct));
|
|
}
|