mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
s3-messages: make ndr_messaging.h part of messages.h.
Guenther
This commit is contained in:
@ -147,4 +147,6 @@ NTSTATUS messaging_send_buf(struct messaging_context *msg_ctx,
|
|||||||
void messaging_dispatch_rec(struct messaging_context *msg_ctx,
|
void messaging_dispatch_rec(struct messaging_context *msg_ctx,
|
||||||
struct messaging_rec *rec);
|
struct messaging_rec *rec);
|
||||||
|
|
||||||
|
#include "librpc/gen_ndr/ndr_messaging.h"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -22,8 +22,6 @@
|
|||||||
|
|
||||||
#ifdef CLUSTER_SUPPORT
|
#ifdef CLUSTER_SUPPORT
|
||||||
|
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "librpc/gen_ndr/ndr_messaging.h"
|
|
||||||
#include "ctdbd_conn.h"
|
#include "ctdbd_conn.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "messages.h"
|
#include "messages.h"
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "messages.h"
|
#include "messages.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "system/filesys.h"
|
#include "system/filesys.h"
|
||||||
#include "g_lock.h"
|
#include "g_lock.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "ctdbd_conn.h"
|
#include "ctdbd_conn.h"
|
||||||
#include "../lib/util/select.h"
|
#include "../lib/util/select.h"
|
||||||
#include "system/select.h"
|
#include "system/select.h"
|
||||||
|
@ -46,8 +46,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "librpc/gen_ndr/ndr_messaging.h"
|
|
||||||
#include "dbwrap.h"
|
#include "dbwrap.h"
|
||||||
#include "serverid.h"
|
#include "serverid.h"
|
||||||
#include "messages.h"
|
#include "messages.h"
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
|
|
||||||
#ifdef CLUSTER_SUPPORT
|
#ifdef CLUSTER_SUPPORT
|
||||||
|
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "ctdb.h"
|
#include "ctdb.h"
|
||||||
#include "ctdb_private.h"
|
#include "ctdb_private.h"
|
||||||
#include "ctdbd_conn.h"
|
#include "ctdbd_conn.h"
|
||||||
|
@ -44,8 +44,6 @@
|
|||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "system/filesys.h"
|
#include "system/filesys.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "librpc/gen_ndr/ndr_messaging.h"
|
|
||||||
#include "messages.h"
|
#include "messages.h"
|
||||||
|
|
||||||
struct messaging_tdb_context {
|
struct messaging_tdb_context {
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "messages.h"
|
#include "messages.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "libsmb/clidgram.h"
|
#include "libsmb/clidgram.h"
|
||||||
#include "libsmb/nmblib.h"
|
#include "libsmb/nmblib.h"
|
||||||
#include "messages.h"
|
#include "messages.h"
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
#include "libads/sitename_cache.h"
|
#include "libads/sitename_cache.h"
|
||||||
#include "libads/dns.h"
|
#include "libads/dns.h"
|
||||||
#include "../libcli/netlogon/netlogon.h"
|
#include "../libcli/netlogon/netlogon.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "lib/async_req/async_sock.h"
|
#include "lib/async_req/async_sock.h"
|
||||||
#include "libsmb/nmblib.h"
|
#include "libsmb/nmblib.h"
|
||||||
|
|
||||||
|
@ -27,7 +27,6 @@
|
|||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "system/filesys.h"
|
#include "system/filesys.h"
|
||||||
#include "locking/proto.h"
|
#include "locking/proto.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "smbd/globals.h"
|
#include "smbd/globals.h"
|
||||||
#include "dbwrap.h"
|
#include "dbwrap.h"
|
||||||
#include "serverid.h"
|
#include "serverid.h"
|
||||||
|
@ -38,7 +38,6 @@
|
|||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "system/filesys.h"
|
#include "system/filesys.h"
|
||||||
#include "locking/proto.h"
|
#include "locking/proto.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "smbd/globals.h"
|
#include "smbd/globals.h"
|
||||||
#include "dbwrap.h"
|
#include "dbwrap.h"
|
||||||
#include "../libcli/security/security.h"
|
#include "../libcli/security/security.h"
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "system/filesys.h"
|
#include "system/filesys.h"
|
||||||
#include "popt_common.h"
|
#include "popt_common.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "nmbd/nmbd.h"
|
#include "nmbd/nmbd.h"
|
||||||
#include "serverid.h"
|
#include "serverid.h"
|
||||||
#include "messages.h"
|
#include "messages.h"
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "printing.h"
|
#include "printing.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "../librpc/gen_ndr/spoolss.h"
|
#include "../librpc/gen_ndr/spoolss.h"
|
||||||
#include "nt_printing.h"
|
#include "nt_printing.h"
|
||||||
#include "printing/notify.h"
|
#include "printing/notify.h"
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "printing/pcap.h"
|
#include "printing/pcap.h"
|
||||||
#include "printing/nt_printing_tdb.h"
|
#include "printing/nt_printing_tdb.h"
|
||||||
#include "printing/nt_printing_migrate.h"
|
#include "printing/nt_printing_migrate.h"
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
#include "system/syslog.h"
|
#include "system/syslog.h"
|
||||||
#include "system/filesys.h"
|
#include "system/filesys.h"
|
||||||
#include "printing.h"
|
#include "printing.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "../librpc/gen_ndr/ndr_spoolss.h"
|
#include "../librpc/gen_ndr/ndr_spoolss.h"
|
||||||
#include "nt_printing.h"
|
#include "nt_printing.h"
|
||||||
#include "../librpc/gen_ndr/netlogon.h"
|
#include "../librpc/gen_ndr/netlogon.h"
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
#include "smbd/smbd.h"
|
#include "smbd/smbd.h"
|
||||||
#include "locking/proto.h"
|
#include "locking/proto.h"
|
||||||
|
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "messages.h"
|
#include "messages.h"
|
||||||
#include "include/printing.h"
|
#include "include/printing.h"
|
||||||
#include "printing/nt_printing_migrate.h"
|
#include "printing/nt_printing_migrate.h"
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "messages.h"
|
#include "messages.h"
|
||||||
|
|
||||||
#ifdef WITH_PROFILE
|
#ifdef WITH_PROFILE
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
|
|
||||||
#include "serverid.h"
|
#include "serverid.h"
|
||||||
#include "../librpc/gen_ndr/messaging.h"
|
|
||||||
#include "../librpc/gen_ndr/srv_epmapper.h"
|
#include "../librpc/gen_ndr/srv_epmapper.h"
|
||||||
#include "rpc_server/rpc_server.h"
|
#include "rpc_server/rpc_server.h"
|
||||||
#include "rpc_server/epmapper/srv_epmapper.h"
|
#include "rpc_server/epmapper/srv_epmapper.h"
|
||||||
|
@ -32,7 +32,6 @@
|
|||||||
#include "../librpc/gen_ndr/ndr_samr_c.h"
|
#include "../librpc/gen_ndr/ndr_samr_c.h"
|
||||||
#include "../librpc/gen_ndr/ndr_lsa_c.h"
|
#include "../librpc/gen_ndr/ndr_lsa_c.h"
|
||||||
#include "rpc_client/cli_lsarpc.h"
|
#include "rpc_client/cli_lsarpc.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "../lib/crypto/md4.h"
|
#include "../lib/crypto/md4.h"
|
||||||
#include "rpc_client/init_lsa.h"
|
#include "rpc_client/init_lsa.h"
|
||||||
#include "rpc_server/rpc_ncacn_np.h"
|
#include "rpc_server/rpc_ncacn_np.h"
|
||||||
|
@ -34,7 +34,6 @@
|
|||||||
#include "../librpc/gen_ndr/ndr_spoolss_c.h"
|
#include "../librpc/gen_ndr/ndr_spoolss_c.h"
|
||||||
#include "rpc_client/init_spoolss.h"
|
#include "rpc_client/init_spoolss.h"
|
||||||
#include "rpc_client/cli_pipe.h"
|
#include "rpc_client/cli_pipe.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "../libcli/security/security.h"
|
#include "../libcli/security/security.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
#include "librpc/gen_ndr/ndr_security.h"
|
||||||
#include "registry.h"
|
#include "registry.h"
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "system/passwd.h"
|
#include "system/passwd.h"
|
||||||
#include "../librpc/gen_ndr/srv_srvsvc.h"
|
#include "../librpc/gen_ndr/srv_srvsvc.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "../libcli/security/security.h"
|
#include "../libcli/security/security.h"
|
||||||
#include "../librpc/gen_ndr/ndr_security.h"
|
#include "../librpc/gen_ndr/ndr_security.h"
|
||||||
#include "dbwrap.h"
|
#include "dbwrap.h"
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "smbd/smbd.h"
|
#include "smbd/smbd.h"
|
||||||
#include "smbd/globals.h"
|
#include "smbd/globals.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "messages.h"
|
#include "messages.h"
|
||||||
|
|
||||||
#undef DBGC_CLASS
|
#undef DBGC_CLASS
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "system/filesys.h"
|
#include "system/filesys.h"
|
||||||
#include "printing.h"
|
#include "printing.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "smbd/smbd.h"
|
#include "smbd/smbd.h"
|
||||||
#include "smbd/globals.h"
|
#include "smbd/globals.h"
|
||||||
#include "fake_file.h"
|
#include "fake_file.h"
|
||||||
|
@ -30,7 +30,6 @@
|
|||||||
#include "memcache.h"
|
#include "memcache.h"
|
||||||
#include "globals.h"
|
#include "globals.h"
|
||||||
#include "../libcli/security/dom_sid.h"
|
#include "../libcli/security/dom_sid.h"
|
||||||
#include "../librpc/gen_ndr/messaging.h"
|
|
||||||
#include "../librpc/gen_ndr/ndr_security.h"
|
#include "../librpc/gen_ndr/ndr_security.h"
|
||||||
#include "idmap_cache.h"
|
#include "idmap_cache.h"
|
||||||
#include "passdb/lookup_sid.h"
|
#include "passdb/lookup_sid.h"
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "system/filesys.h"
|
#include "system/filesys.h"
|
||||||
#include "librpc/gen_ndr/ndr_notify.h"
|
#include "librpc/gen_ndr/ndr_notify.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "dbwrap.h"
|
#include "dbwrap.h"
|
||||||
#include "smbd/smbd.h"
|
#include "smbd/smbd.h"
|
||||||
#include "messages.h"
|
#include "messages.h"
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
#include "smbd/smbd.h"
|
#include "smbd/smbd.h"
|
||||||
#include "smbd/globals.h"
|
#include "smbd/globals.h"
|
||||||
#include "fake_file.h"
|
#include "fake_file.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "../libcli/security/security.h"
|
#include "../libcli/security/security.h"
|
||||||
#include "../librpc/gen_ndr/ndr_security.h"
|
#include "../librpc/gen_ndr/ndr_security.h"
|
||||||
#include "auth.h"
|
#include "auth.h"
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "smbd/smbd.h"
|
#include "smbd/smbd.h"
|
||||||
#include "smbd/globals.h"
|
#include "smbd/globals.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "messages.h"
|
#include "messages.h"
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
#include "smbd/smbd.h"
|
#include "smbd/smbd.h"
|
||||||
#include "smbd/globals.h"
|
#include "smbd/globals.h"
|
||||||
#include "librpc/gen_ndr/netlogon.h"
|
#include "librpc/gen_ndr/netlogon.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "../lib/async_req/async_sock.h"
|
#include "../lib/async_req/async_sock.h"
|
||||||
#include "ctdbd_conn.h"
|
#include "ctdbd_conn.h"
|
||||||
#include "../lib/util/select.h"
|
#include "../lib/util/select.h"
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
#include "popt_common.h"
|
#include "popt_common.h"
|
||||||
#include "smbd/smbd.h"
|
#include "smbd/smbd.h"
|
||||||
#include "smbd/globals.h"
|
#include "smbd/globals.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "registry.h"
|
#include "registry.h"
|
||||||
#include "registry/reg_init_full.h"
|
#include "registry/reg_init_full.h"
|
||||||
#include "libcli/auth/schannel.h"
|
#include "libcli/auth/schannel.h"
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "smbd/smbd.h"
|
#include "smbd/smbd.h"
|
||||||
#include "smbd/globals.h"
|
#include "smbd/globals.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
|
|
||||||
#include "../librpc/gen_ndr/srv_dfs.h"
|
#include "../librpc/gen_ndr/srv_dfs.h"
|
||||||
#include "../librpc/gen_ndr/srv_dssetup.h"
|
#include "../librpc/gen_ndr/srv_dssetup.h"
|
||||||
|
@ -24,7 +24,6 @@
|
|||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "smbd/smbd.h"
|
#include "smbd/smbd.h"
|
||||||
#include "smbd/globals.h"
|
#include "smbd/globals.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "nt_printing.h"
|
#include "nt_printing.h"
|
||||||
#include "printing/pcap.h"
|
#include "printing/pcap.h"
|
||||||
#include "printing/load.h"
|
#include "printing/load.h"
|
||||||
|
@ -28,7 +28,6 @@
|
|||||||
#include "../libcli/auth/spnego.h"
|
#include "../libcli/auth/spnego.h"
|
||||||
#include "../libcli/auth/ntlmssp.h"
|
#include "../libcli/auth/ntlmssp.h"
|
||||||
#include "ntlmssp_wrap.h"
|
#include "ntlmssp_wrap.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "../librpc/gen_ndr/krb5pac.h"
|
#include "../librpc/gen_ndr/krb5pac.h"
|
||||||
#include "libads/kerberos_proto.h"
|
#include "libads/kerberos_proto.h"
|
||||||
#include "../lib/util/asn1.h"
|
#include "../lib/util/asn1.h"
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
#include "smbd/smbd.h"
|
#include "smbd/smbd.h"
|
||||||
#include "smbd/globals.h"
|
#include "smbd/globals.h"
|
||||||
#include "../libcli/smb/smb_common.h"
|
#include "../libcli/smb/smb_common.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "messages.h"
|
#include "messages.h"
|
||||||
|
|
||||||
struct smbd_smb2_lock_element {
|
struct smbd_smb2_lock_element {
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "memcache.h"
|
#include "memcache.h"
|
||||||
#include "smbd/smbd.h"
|
#include "smbd/smbd.h"
|
||||||
#include "messages.h"
|
#include "messages.h"
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "messages.h"
|
#include "messages.h"
|
||||||
|
|
||||||
static int pong_count;
|
static int pong_count;
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "system/filesys.h"
|
#include "system/filesys.h"
|
||||||
#include "popt_common.h"
|
#include "popt_common.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "librpc/gen_ndr/spoolss.h"
|
#include "librpc/gen_ndr/spoolss.h"
|
||||||
#include "nt_printing.h"
|
#include "nt_printing.h"
|
||||||
#include "printing/notify.h"
|
#include "printing/notify.h"
|
||||||
|
@ -27,7 +27,6 @@
|
|||||||
#include "winbindd.h"
|
#include "winbindd.h"
|
||||||
#include "nsswitch/winbind_client.h"
|
#include "nsswitch/winbind_client.h"
|
||||||
#include "nsswitch/wb_reqtrans.h"
|
#include "nsswitch/wb_reqtrans.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "../librpc/gen_ndr/srv_lsa.h"
|
#include "../librpc/gen_ndr/srv_lsa.h"
|
||||||
#include "../librpc/gen_ndr/srv_samr.h"
|
#include "../librpc/gen_ndr/srv_samr.h"
|
||||||
#include "secrets.h"
|
#include "secrets.h"
|
||||||
|
@ -69,7 +69,6 @@
|
|||||||
#include "rpc_client/cli_lsarpc.h"
|
#include "rpc_client/cli_lsarpc.h"
|
||||||
#include "../librpc/gen_ndr/ndr_dssetup_c.h"
|
#include "../librpc/gen_ndr/ndr_dssetup_c.h"
|
||||||
#include "libads/sitename_cache.h"
|
#include "libads/sitename_cache.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "libsmb/clidgram.h"
|
#include "libsmb/clidgram.h"
|
||||||
#include "ads.h"
|
#include "ads.h"
|
||||||
#include "secrets.h"
|
#include "secrets.h"
|
||||||
|
@ -30,7 +30,6 @@
|
|||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "winbindd.h"
|
#include "winbindd.h"
|
||||||
#include "nsswitch/wb_reqtrans.h"
|
#include "nsswitch/wb_reqtrans.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
|
||||||
#include "secrets.h"
|
#include "secrets.h"
|
||||||
#include "../lib/util/select.h"
|
#include "../lib/util/select.h"
|
||||||
#include "../libcli/security/security.h"
|
#include "../libcli/security/security.h"
|
||||||
|
Reference in New Issue
Block a user