#include "lib/server_prefork.h"
#include "lib/server_prefork_util.h"
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
#define SPOOLSS_PIPE_NAME "spoolss"
#define DAEMON_NAME "spoolssd"
#include "auth.h"
#include "auth/gensec/gensec.h"
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
static NTSTATUS auth_generic_server_authtype_start_as_root(TALLOC_CTX *mem_ctx,
uint8_t auth_type, uint8_t auth_level,
const struct tsocket_address *remote_address,
#include "rpc_server/epmapper/srv_epmapper.h"
#include "rpc_server/epmd.h"
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
#define DAEMON_NAME "epmd"
static void epmd_reopen_logs(void)
#include "rpc_server/fss/srv_fss_agent.h"
#include "rpc_server/fssd.h"
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
#define DAEMON_NAME "fssd"
void start_fssd(struct tevent_context *ev_ctx,
#include "librpc/gen_ndr/srv_netlogon.h"
#include "rpc_server/lsasd.h"
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
#define DAEMON_NAME "lsasd"
#define LSASD_MAX_SOCKETS 64
#include "includes.h"
#include "rpc_server/rpc_config.h"
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
/* the default is "embedded" so this table
* lists only services that are not using
* the default in order to keep enumerating it
#include "rpc_contexts.h"
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
struct pipe_rpc_fns *find_pipe_fns_by_context(struct pipe_rpc_fns *list,
uint32_t context_id)
{
#include "librpc/rpc/dcerpc_ep.h"
#include "rpc_server/rpc_ep_register.h"
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
static void rpc_ep_register_loop(struct tevent_req *subreq);
static NTSTATUS rpc_ep_try_register(TALLOC_CTX *mem_ctx,
struct tevent_context *ev_ctx,
#include "includes.h"
#include "rpc_server/rpc_modules.h"
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
static struct rpc_module *rpc_modules;
struct rpc_module {
#include "rpc_server/srv_pipe_hnd.h"
#include "rpc_server/srv_pipe.h"
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
/* Creates a pipes_struct and initializes it with the information
* sent from the client */
int make_server_pipes_struct(TALLOC_CTX *mem_ctx,
#include "rpc_server/rpc_modules.h"
#include "rpc_server/epmapper/srv_epmapper.h"
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
static_decl_rpc;
/* Common routine for embedded RPC servers */
#include "rpc_server/rpc_sock_helper.h"
#include "lib/server_prefork.h"
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
NTSTATUS dcesrv_create_ncacn_ip_tcp_sockets(
const struct ndr_interface_table *iface,
struct dcerpc_binding_vector *bvec,
#include "../libcli/security/security.h"
#include "passdb/machine_sid.h"
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
/*******************************************************************
Checks if access to an object should be granted, and returns that
level of access for further checks.