more debug classess activated
authorSimo Sorce <idra@samba.org>
Tue, 18 Jun 2002 09:20:13 +0000 (09:20 +0000)
committerSimo Sorce <idra@samba.org>
Tue, 18 Jun 2002 09:20:13 +0000 (09:20 +0000)
(This used to be commit 897e64d2e0c1d04ab93441ccaffe369bf43be46e)

56 files changed:
source3/include/debug.h
source3/lib/debug.c
source3/nsswitch/wb_client.c
source3/nsswitch/winbindd_ads.c
source3/nsswitch/winbindd_cache.c
source3/nsswitch/winbindd_cm.c
source3/nsswitch/winbindd_dual.c
source3/nsswitch/winbindd_group.c
source3/nsswitch/winbindd_idmap.c
source3/nsswitch/winbindd_misc.c
source3/nsswitch/winbindd_pam.c
source3/nsswitch/winbindd_rpc.c
source3/nsswitch/winbindd_sid.c
source3/nsswitch/winbindd_user.c
source3/nsswitch/winbindd_util.c
source3/nsswitch/winbindd_wins.c
source3/rpc_client/cli_pipe.c
source3/rpc_client/cli_reg.c
source3/rpc_client/cli_samr.c
source3/rpc_client/cli_spoolss.c
source3/rpc_client/cli_spoolss_notify.c
source3/rpc_client/cli_srvsvc.c
source3/rpc_client/cli_wkssvc.c
source3/rpc_client/msrpc_spoolss.c
source3/rpc_parse/parse_dfs.c
source3/rpc_parse/parse_lsa.c
source3/rpc_parse/parse_misc.c
source3/rpc_parse/parse_net.c
source3/rpc_parse/parse_prs.c
source3/rpc_parse/parse_reg.c
source3/rpc_parse/parse_rpc.c
source3/rpc_parse/parse_samr.c
source3/rpc_parse/parse_sec.c
source3/rpc_parse/parse_spoolss.c
source3/rpc_parse/parse_srv.c
source3/rpc_parse/parse_wks.c
source3/rpc_server/srv_dfs.c
source3/rpc_server/srv_dfs_nt.c
source3/rpc_server/srv_lsa.c
source3/rpc_server/srv_lsa_hnd.c
source3/rpc_server/srv_lsa_nt.c
source3/rpc_server/srv_netlog.c
source3/rpc_server/srv_netlog_nt.c
source3/rpc_server/srv_pipe.c
source3/rpc_server/srv_pipe_hnd.c
source3/rpc_server/srv_reg.c
source3/rpc_server/srv_reg_nt.c
source3/rpc_server/srv_samr.c
source3/rpc_server/srv_samr_nt.c
source3/rpc_server/srv_spoolss.c
source3/rpc_server/srv_spoolss_nt.c
source3/rpc_server/srv_srvsvc.c
source3/rpc_server/srv_srvsvc_nt.c
source3/rpc_server/srv_util.c
source3/rpc_server/srv_wkssvc.c
source3/rpc_server/srv_wkssvc_nt.c

index e56e0de14483cf22a3f5c19a1fdd32ead34e7dc6..08858274337ca073b7421e06d444ec022b06c662 100644 (file)
@@ -85,7 +85,7 @@ extern int DEBUGLEVEL;
 #define DBGC_PRINTDRIVERS      2
 #define DBGC_LANMAN            3
 #define DBGC_SMB               4
-#define DBGC_RPC               5
+#define DBGC_RPC_PARSE         5
 #define DBGC_RPC_SRV           6
 #define DBGC_RPC_CLI           7
 #define DBGC_PASSDB            8
index 487b4957feac856944ff53516c6ea707718ee9fc..f41c3b649760961fa8a4514036a3f731b4c9b1f8 100644 (file)
@@ -149,7 +149,7 @@ static const char *default_classname_table[] = {
        "printdrivers",      /* DBGC_PRINTDRIVERS */
        "lanman",            /* DBGC_LANMAN       */
        "smb",               /* DBGC_SMB          */
-       "rpc",               /* DBGC_RPC          */
+       "rpc_parse",         /* DBGC_RPC_PARSE    */
        "rpc_srv",           /* DBGC_RPC_SRV      */
        "rpc_cli",           /* DBGC_RPC_CLI      */
        "passdb",            /* DBGC_PASSDB       */
index 941d54a4c8af88d2f8a64db3ff0cfb10978f9669..bcb339864aecb16700712c7eef7051ea46f81ea4 100644 (file)
@@ -27,6 +27,7 @@
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_WINBIND
+
 extern DOM_SID global_sid_NULL;                        /* NULL sid */
 
 NSS_STATUS winbindd_request(int req_type,
index 28aeb397303972c2b117e8fa842caf5ef619b696..44aee8d30734ac60d66ba5c944da480103623469 100644 (file)
@@ -24,6 +24,9 @@
 
 #ifdef HAVE_ADS
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_WINBIND
+
 /* the realm of our primary LDAP server */
 static char *primary_realm;
 
index d9ed63baf8d34020d23c69cc39be9fbcd9d6a318..a607727867fd86140c95b98d4fac6e0998bd739f 100644 (file)
@@ -22,6 +22,9 @@
 
 #include "winbindd.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_WINBIND
+
 struct winbind_cache {
        struct winbindd_methods *backend;
        TDB_CONTEXT *tdb;
index 907282ddb9b8de0b17197515358ad53e151e9cda..bffa169ab1700aaa8d2822118c282686bc9bb770 100644 (file)
@@ -60,6 +60,9 @@
 
 #include "winbindd.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_WINBIND
+
 /* Global list of connections. Initially a DLIST but can become a hash
    table or whatever later. */
 
index c91021adf896aab60ed9ffd6f8ca94a47174f478..d55e84ca510be73c847b20d20381c1de0fbce5e7 100644 (file)
@@ -31,6 +31,9 @@
 
 #include "winbindd.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_WINBIND
+
 extern BOOL opt_dual_daemon;
 BOOL backgroud_process = False;
 int dual_daemon_pipe = -1;
index ab8e1cfd7847d8eddc400ef1be1df5f10efe1fcc..94aae73baf5b6526195340403abaab7b7dcfb6bd 100644 (file)
@@ -23,6 +23,9 @@
 
 #include "winbindd.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_WINBIND
+
 /***************************************************************
  Empty static struct for negative caching.
 ****************************************************************/
index 0594f61680173a8dd0f6cacc01b7716ebd61ae16..6d184fec5fe4266bf7f23664d870baab60834eb2 100644 (file)
@@ -22,6 +22,9 @@
 
 #include "winbindd.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_WINBIND
+
 /* High water mark keys */
 
 #define HWM_GROUP  "GROUP HWM"
index f465f783b454de4fc62d475b5828005b4d478a50..45f2d42f980ae6b51cb91837b5d85c0558bebf13 100644 (file)
@@ -23,6 +23,9 @@
 
 #include "winbindd.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_WINBIND
+
 extern pstring global_myname;
 
 /************************************************************************
index f7959c2febe19d13d247df2a20276ec33bdd0418..e608f826c917f2f9b64aaa59e9b9382d9885c799 100644 (file)
@@ -24,6 +24,9 @@
 
 #include "winbindd.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_WINBIND
+
 /* Return a password structure from a username.  */
 
 enum winbindd_result winbindd_pam_auth(struct winbindd_cli_state *state) 
index 938867552552479838d9b42d1bbeba0e1de252d2..a4abc175bd5dd5f1edb4014347e3769f3ff087ef 100644 (file)
@@ -23,6 +23,9 @@
 
 #include "winbindd.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_WINBIND
+
 /* Query display info for a domain.  This returns enough information plus a
    bit extra to give an overview of domain users for the User Manager
    application. */
index b65b12922b3059dd4a004bde282312c6f7e4ebb5..372898a08a4562fd7de3b6793c9a938c67e5106f 100644 (file)
@@ -22,6 +22,9 @@
 
 #include "winbindd.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_WINBIND
+
 /* Convert a string  */
 
 enum winbindd_result winbindd_lookupsid(struct winbindd_cli_state *state)
index d89717ad47c38ab8f46d6c29a0e91fe103e8ca5f..55593d6ae57dc8c6325d950c50381d4872a30b75 100644 (file)
@@ -23,6 +23,9 @@
 
 #include "winbindd.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_WINBIND
+
 /* Fill a pwent structure with information we have obtained */
 
 static BOOL winbindd_fill_pwent(char *dom_name, char *user_name, 
index 3030a2839ab3b2b995f77ec373038d6f7bcfb7f2..5a20066757157461d838d0e7271b7d985ca46bbf 100644 (file)
@@ -23,6 +23,9 @@
 
 #include "winbindd.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_WINBIND
+
 /**
  * @file winbindd_util.c
  *
index 5163cfcea1f088bd4e09bb484f901710fb276b98..a8b4566ba0ef1d5091a5ed2d7a8f51dac5a42aef 100644 (file)
@@ -23,6 +23,9 @@
 
 #include "winbindd.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_WINBIND
+
 /* Use our own create socket code so we don't recurse.... */
 
 static int wins_lookup_open_socket_in(void)
index a7049f78df1d9031bd4792dd56b895fcf71c4aed..eae6be512825ef37c7d675fdcfd81511e0343f58 100644 (file)
@@ -23,6 +23,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_CLI
+
 extern struct pipe_id_info pipe_names[];
 extern fstring global_myworkgroup;
 extern pstring global_myname;
index 628cd576a885ace08a5f42c75830ec1a2941d5e8..07001f13bd7ccdd4857caec9fb1194feb49d89f6 100644 (file)
@@ -24,6 +24,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_CLI
+
 /****************************************************************************
 do a REG Open Policy
 ****************************************************************************/
index 6467ae4fa9e7bcfe997fe5d55e4176c530729e38..0d4db7f88f9b308a15d041b643bb6a5ceb11760f 100644 (file)
@@ -22,6 +22,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_CLI
+
 /****************************************************************************
 do a SAMR query user groups
 ****************************************************************************/
index ca01808f59cc0c65728a75751079b2f1abdb64d7..5292569ed435ba2af3c066428b0ea1333e7ab8c1 100644 (file)
@@ -25,6 +25,9 @@
 #include "rpc_parse.h"
 #include "nterr.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_CLI
+
 /****************************************************************************
 do a SPOOLSS Enum Printer Drivers
 ****************************************************************************/
index a678e72713fee21ef3192cfc392ba50bc1e18e36..eddf3d891a98f2cf438e31eb954503858e17779e 100644 (file)
 #include "rpc_parse.h"
 #include "nterr.h"
 #endif
+
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_CLI
+
 extern pstring global_myname;
 
 struct msg_info_table {
index f5c19e289f0daba3b2edadb9abbb172d167fa6cf..06e733893e188b0c81ce5a3a8919c6c4acb9ee17 100644 (file)
@@ -23,6 +23,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_CLI
+
 /****************************************************************************
 do a server net conn enum
 ****************************************************************************/
index 788d60c56e3b03f221fa30db7bdb99322bcaca36..90269dfbee95856122bf3173dcd5bba41b817b3e 100644 (file)
@@ -23,6 +23,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_CLI
+
 /****************************************************************************
 do a WKS Open Policy
 ****************************************************************************/
index 2267190d8e3eaceb1989ddb3d09569a914c25148..56c70730ba7d5c9eaa1992ffbfff17719532a699 100644 (file)
@@ -25,6 +25,9 @@
 #include "rpc_parse.h"
 #include "rpcclient.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_CLI
+
 #define DEBUG_TESTING
 
 extern FILE* out_hnd;
index 6c83963d7a66206a6dd304cc74e2e9c52f3df44b..38633ac0f7e49fef7afd514bdbbf9312c80db166 100644 (file)
@@ -25,6 +25,9 @@
 #include "nterr.h"
 #include "rpc_parse.h"   
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_PARSE
+
 /******************************************************************* 
 Make a DFS_Q_DFS_QUERY structure
 *******************************************************************/
index e2f3abc910f25b7f51e8bdeb7eab32944da647e1..0cf7ea38f214a16f5f5387272d2bd068ebb7f0e4 100644 (file)
@@ -23,6 +23,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_PARSE
+
 static BOOL lsa_io_trans_names(char *desc, LSA_TRANS_NAME_ENUM *trn, prs_struct *ps, int depth);
 
 /*******************************************************************
index 1883a551216877e9cdf458b9e381c6322f6ac980..398ccccab3d041e684a4d777e29cbb6267edfcfa 100644 (file)
@@ -22,6 +22,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_PARSE
+
 /****************************************************************************
  A temporary TALLOC context for things like unistrs, that is valid for
  the life of a complete RPC call.
index 98266e0fb25c530b34f51785caf088ed2d5f63bb..46fdce63ff4233505a8014bae13ef8be04032356 100644 (file)
@@ -22,6 +22,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_PARSE
+
 /*******************************************************************
  Reads or writes a structure.
 ********************************************************************/
index c3e4992263dfc72d09f8ed6faedca5b86b281d0a..cb84f9bccc13e6d12de876f79652a8a71a0f1822 100644 (file)
@@ -22,6 +22,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_PARSE
+
 /**
  * Dump a prs to a file: from the current location through to the end.
  **/
index 1b8d1cd5c8332354d3feaa1889dec4d20d1f7795..354ef5c78fe2117fb015a0490d4035740d1dfbfc 100644 (file)
@@ -24,6 +24,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_PARSE
+
 /*******************************************************************
  Inits a structure.
 ********************************************************************/
index ee15d7cdedede983a32565d2906dd434e7ae359e..41e0b4cb5f41c309561d25ccc221f212e49e3923 100644 (file)
@@ -23,6 +23,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_PARSE
+
 /*******************************************************************
 interface/version dce/rpc pipe identification
 ********************************************************************/
index 8a741d768d5cb4c220dda908f86cb717142f1647..34aa75f1d02cace024fcc9d443608e97b7191b22 100644 (file)
@@ -27,6 +27,9 @@
 #include "rpc_parse.h"
 #include "nterr.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_PARSE
+
 /*******************************************************************
 inits a SAMR_Q_CLOSE_HND structure.
 ********************************************************************/
index a8c956a2095dead1c24ec4cd4716a235e638de37..55e05531cbc965220954aaaf096e321bb853bc03 100644 (file)
@@ -23,6 +23,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_PARSE
+
 /*******************************************************************
  Sets up a SEC_ACCESS structure.
 ********************************************************************/
index 72d88c8129fc9de164c85f0bcb8b77bac6670f51..60b5e60a81ec06a3829ff3362027ff5b31bf6fd2 100644 (file)
@@ -24,6 +24,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_PARSE
+
 /*******************************************************************
 return the length of a UNISTR string.
 ********************************************************************/  
index 107661b49bd572c9e91685bc79430d824e097e6e..3dc054d2b172b7400fff2299a3c70dc52f4aeee6 100644 (file)
@@ -24,6 +24,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_PARSE
+
 /*******************************************************************
  Inits a SH_INFO_1_STR structure
 ********************************************************************/
index 3846c2e3b612d7689a61c319866a9e535621b2f9..7b8fd76b7b94276c88fa143a407156ce9f93a81f 100644 (file)
@@ -22,6 +22,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_PARSE
+
 /*******************************************************************
  Init
  ********************************************************************/
index 4351fd088e8f132cab1561a6ce484185edd1fa5c..5edc1222a8d127d21521dbc7f5ea6be038531ff1 100644 (file)
@@ -28,6 +28,9 @@
 
 #define MAX_MSDFS_JUNCTIONS 256
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
 extern pstring global_myname;
 
 /**********************************************************************
index 5732af7e9a8811fc999b65c3c6dcce9079dc7ad0..65e387176d3a69ad94083dace585c5667eb39c39 100644 (file)
@@ -26,6 +26,9 @@
 #include "includes.h"
 #include "nterr.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
 extern pstring global_myname;
 
 #define MAX_MSDFS_JUNCTIONS 256
index 3914556e8895f186cb2265d5ae320f77084f80b2..e5a4d3b46d5937b760ea04f253ab6dab691d6264 100644 (file)
@@ -25,6 +25,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
 /***************************************************************************
  api_lsa_open_policy2
  ***************************************************************************/
index 5af1e8c265740dff8b071838409821f0efa7f214..2d04d7232303261de6418511f68b14231f533ffe 100644 (file)
@@ -22,6 +22,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
 /* This is the max handles across all instances of a pipe name. */
 #ifndef MAX_OPEN_POLS
 #define MAX_OPEN_POLS 1024
index c74f25f77a5513dff0277626bf59e8f9b0b89370..f2f91d2d9a0d82d392e394ea43a9d2da4fb680fe 100644 (file)
@@ -26,6 +26,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
 extern fstring global_myworkgroup;
 extern pstring global_myname;
 extern PRIVS privs[];
index dfd270ff7d056d629ca76a7529d35a01422ed56e..f96a0e2f2dab3df8d80d3a101e2db468c4611918 100644 (file)
@@ -25,6 +25,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
 /*************************************************************************
  api_net_req_chal:
  *************************************************************************/
index 49b9fcd0f24984c70ee9f10c2c833847fa7ea325..4ab9c470d0803cc8d25dddb2190f0acada1bc89e 100644 (file)
@@ -26,6 +26,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
 extern pstring global_myname;
 
 /*************************************************************************
index 70574b4cdd9c743f9d3069b1085e23f2944109f9..157d7566072d92e045240fdaa99b949feb3f27a3 100644 (file)
@@ -39,6 +39,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
 static void NTLMSSPcalc_p( pipes_struct *p, unsigned char *data, int len)
 {
     unsigned char *hash = p->ntlmssp_hash;
index a4a9e85ae46ff5421ed33ab17aa4786ef80ec680..c55e05fe8d795ba447c36a98142ed5e9c133da18 100644 (file)
@@ -22,6 +22,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
 #define        PIPE            "\\PIPE\\"
 #define        PIPELEN         strlen(PIPE)
 
index 569f3fb8b139a920ba093561adaf048be950fa7d..e024ba74e7e39a9eeba5238e5c063b8cab22fe4c 100644 (file)
@@ -26,6 +26,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
 /*******************************************************************
  api_reg_close
  ********************************************************************/
index adedd4a8fabb6724ff8f63ea7e6aebf15c2be41e..03aae14b53ccce8279bfdd912569d0b237e73f44 100644 (file)
@@ -26,6 +26,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
 struct reg_info {
        /* for use by \PIPE\winreg */
        fstring name; /* name of registry key */
index c555305bceb956fa2c31d6803e8b43e8425ba0d3..1c4fab5312b7318e045a23f8343450b39cba011b 100644 (file)
@@ -32,6 +32,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
 /*******************************************************************
  api_samr_close_hnd
  ********************************************************************/
index 94be26b16cf847360083af536767ffa912791da3..94d8e99576326ba86938e0c63acec21353ccf1e2 100644 (file)
@@ -29,6 +29,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
 extern fstring global_myworkgroup;
 extern pstring global_myname;
 extern DOM_SID global_sid_Builtin;
index c7dc5d27ffb208b15a0d392e336525c3031cecf4..fa013fe89789d71c2fd3f2470398cf677cfddcf6 100755 (executable)
@@ -23,6 +23,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
 /********************************************************************
  * api_spoolss_open_printer_ex (rarely seen - older call)
  ********************************************************************/
index 76e7967e254822b99d90f2b4dc5bda9e6e89bef2..fc6327586948e5b1c99b8438f15db51de81a0fe7 100644 (file)
@@ -28,6 +28,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
 #ifndef MAX_OPEN_PRINTER_EXS
 #define MAX_OPEN_PRINTER_EXS 50
 #endif
index b09df1e2044666fc7302277778b994936797ce7f..96e617236622284e48e9fa5024cf30e13a5a1ccc 100644 (file)
@@ -25,6 +25,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
 /*******************************************************************
  api_srv_net_srv_get_info
 ********************************************************************/
index f5b9959b2c72050ee15ad09dd730187287d23bd9..d99b45f3e6dc25b049c7d97eb2561eeb7f58af33 100644 (file)
@@ -23,6 +23,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
 extern pstring global_myname;
 
 /*******************************************************************
index 7500ec361fb7dcdb031481a14b532dcf6697af15..f896d1d9d8c5c8d088eecb8082a4fcb9d959f51b 100644 (file)
@@ -38,6 +38,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
 /*
  * A list of the rids of well known BUILTIN and Domain users
  * and groups.
index 8eb5b3002e6a654a5e78a2c6eb54a9ea7e938373..013884844021bfb3851716f6929d43830bc16abe 100644 (file)
@@ -24,6 +24,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
 /*******************************************************************
  api_wks_query_info
  ********************************************************************/
index 637c95af69370e1ab46a8ea0b9222d84404dc9f6..7687e7b00afcf5a3c62da9669ecbc9564dcb0540 100644 (file)
@@ -25,6 +25,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_RPC_SRV
+
 extern pstring global_myname;
 
 /*******************************************************************