#include "mapiproxy/dcesrv_mapiproxy.h"
#include "mapiproxy/dcesrv_mapiproxy_proto.h"
#include <util/debug.h>
Functions | |
static NTSTATUS | dummy_dispatch (struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx, void *r, struct mapiproxy *mapiproxy) |
static NTSTATUS | dummy_init (struct dcesrv_context *dce_ctx) |
static NTSTATUS | dummy_ndr_pull (struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx, struct ndr_pull *ndr) |
static NTSTATUS | dummy_pull (struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx, void *r) |
static NTSTATUS | dummy_push (struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx, void *r) |
static NTSTATUS | dummy_unbind (struct server_id server_id, uint32_t context_id) |
NTSTATUS | samba_init_module (void) |
static NTSTATUS dummy_dispatch | ( | struct dcesrv_call_state * | dce_call, | |
TALLOC_CTX * | mem_ctx, | |||
void * | r, | |||
struct mapiproxy * | mapiproxy | |||
) | [static] |
static NTSTATUS dummy_init | ( | struct dcesrv_context * | dce_ctx | ) | [static] |
Dummy init function which reads a parametric option from smb.conf and display it on the log channel.
static NTSTATUS dummy_ndr_pull | ( | struct dcesrv_call_state * | dce_call, | |
TALLOC_CTX * | mem_ctx, | |||
struct ndr_pull * | ndr | |||
) | [static] |
static NTSTATUS dummy_pull | ( | struct dcesrv_call_state * | dce_call, | |
TALLOC_CTX * | mem_ctx, | |||
void * | r | |||
) | [static] |
static NTSTATUS dummy_push | ( | struct dcesrv_call_state * | dce_call, | |
TALLOC_CTX * | mem_ctx, | |||
void * | r | |||
) | [static] |
static NTSTATUS dummy_unbind | ( | struct server_id | server_id, | |
uint32_t | context_id | |||
) | [static] |
NTSTATUS samba_init_module | ( | void | ) |
Register mapiproxy dynamic shared object modules
This function registers mapiproxy modules located
Entry point of mapiproxy dynamic shared object.
This function first registers exchange endpoints and ndr tables, then attempts to register the mapiproxy interface.
Entry point for the pack mapiproxy module
Entry point for the cache mapiproxy module
Entry point for the downgrade mapiproxy module
![]() ![]() ![]() |
This content is licensed under the Creative Commons Attribution ShareAlike License v. 3.0: http://creativecommons.org/licenses/by-sa/3.0/ |