debug classized
authorSimo Sorce <idra@samba.org>
Tue, 21 May 2002 07:53:28 +0000 (07:53 +0000)
committerSimo Sorce <idra@samba.org>
Tue, 21 May 2002 07:53:28 +0000 (07:53 +0000)
(This used to be commit ae5d24873ad0fb3df970cc9912e18e6a5067ae2d)

15 files changed:
source3/auth/auth.c
source3/auth/auth_builtin.c
source3/auth/auth_compat.c
source3/auth/auth_domain.c
source3/auth/auth_rhosts.c
source3/auth/auth_sam.c
source3/auth/auth_server.c
source3/auth/auth_unix.c
source3/auth/auth_util.c
source3/auth/auth_winbind.c
source3/auth/pampass.c
source3/auth/pass_check.c
source3/nsswitch/wb_client.c
source3/nsswitch/wbinfo.c
source3/nsswitch/winbindd.h

index c7b9fcc1d8b7e25cc41fc839ffdcec723c4d8d17..394b696cf6df0466e2210263e91e1c5af3f9775d 100644 (file)
@@ -20,6 +20,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DGBC_AUTH
+
 /** List of various built-in authenticaion modules */
 
 const struct auth_init_function builtin_auth_init_functions[] = {
index 6e999b0d14f805a5d179d15662ca1ca6b6ecc438..c7af07cc48c26a5e74af0b3bae900284eea30a72 100644 (file)
@@ -20,6 +20,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DGBC_AUTH
+
 /**
  * Return a guest logon for guest users (username = "")
  *
index 857cf2b7d9fb71c65fdb9249d3ae21445287b98f..c049b3867b3bc7be4e13830cf0857caf2649e7a9 100644 (file)
@@ -20,6 +20,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DGBC_AUTH
+
 /****************************************************************************
  COMPATIBILITY INTERFACES:
  ***************************************************************************/
index 32949a575ef48d6142e8e053c0b079de4851d5d1..92b2714cf06538fa895d8f5506588ec198f79880 100644 (file)
@@ -21,6 +21,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DGBC_AUTH
+
 BOOL global_machine_password_needs_changing = False;
 
 extern pstring global_myname;
index 9586d1d65ec6b5bf7681f604a34613ea7e6aaac1..b2c9bc7ba89bbac99128c86720a170ac642ee41a 100644 (file)
@@ -20,6 +20,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DGBC_AUTH
+
 /****************************************************************************
  Read the a hosts.equiv or .rhosts file and check if it
  allows this user from this machine.
index 6753951c8988525187f5b022932b471b07d710cc..3e25af3c978ec6ec45f68387c5a9d4477c8d0c8a 100644 (file)
@@ -22,6 +22,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DGBC_AUTH
+
 /****************************************************************************
 core of smb password checking routine.
 ****************************************************************************/
index 5190d45c20364986d1640f825eb773ecf4cae4e1..5bbc5e14895ca2f56d9ffe31a2a73a3de9445327 100644 (file)
@@ -21,6 +21,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DGBC_AUTH
+
 extern pstring global_myname;
 extern userdom_struct current_user_info;
 
index 05646f554e262111071cb00df33c60a0daf27df0..409090a09c51f08a261090b0240d77f04f506e06 100644 (file)
@@ -20,6 +20,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DGBC_AUTH
+
 /**
  * update the encrypted smbpasswd file from the plaintext username and password
  *  
index d80c927c19ed0c463cec14347c4d83b3a4bfe2c2..d7c748982da7a6916b31386a54709ffdc20b3460 100644 (file)
@@ -22,6 +22,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DGBC_AUTH
+
 extern fstring remote_machine;
 extern pstring global_myname;
 
index bc19b36b541a27724406bd719491c27a9269c735..565b2de063a1f07357aecc590b05fc8abfc3b5f2 100644 (file)
@@ -23,6 +23,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DGBC_AUTH
+
 /* Prototypes from common.h */
 
 NSS_STATUS winbindd_request(int req_type, 
index 1428e929f166fb81768acaacddff475f86c1cae0..a2e7e4c4c31049aad8c1ed8dfdf64357d0440db3 100644 (file)
@@ -29,6 +29,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DGBC_AUTH
+
 #ifdef WITH_PAM
 
 /*******************************************************************
index 47c9664a74cd55569fa024b4f3783de75f12d048..a98fe6b7c7a81ea495a518f5107c4f56f6a5f353 100644 (file)
@@ -23,6 +23,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DGBC_AUTH
+
 /* these are kept here to keep the string_combinations function simple */
 static fstring this_user;
 #if !defined(WITH_PAM) 
index 53550ca353d4c5b9c739c2f3379d893e93a44d9e..9e34ecdd0d0fca5ea32bae4f3db55670c0a343c4 100644 (file)
@@ -25,6 +25,9 @@
 #include "includes.h"
 #include "nsswitch/nss.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_WINBIND
+
 NSS_STATUS winbindd_request(int req_type,
                                  struct winbindd_request *request,
                                  struct winbindd_response *response);
index 8517a5ce1c7d5e029f51479e112406aed01866da..5a4af08c19135315099050ae8d7629c41acf7d25 100644 (file)
@@ -25,6 +25,9 @@
 #include "winbindd.h"
 #include "debug.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_WINBIND
+
 /* Prototypes from common.h */
 
 NSS_STATUS winbindd_request(int req_type, 
index 4d35c27c21339ba6d74a5887053247443101b9ad..11d399be49a101792dfa5ccb8c1198eef05acb54 100644 (file)
@@ -29,6 +29,9 @@
 
 #include "winbindd_nss.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_WINBIND
+
 /* Client state structure */
 
 struct winbindd_cli_state {