typo, sorry
authorSimo Sorce <idra@samba.org>
Tue, 21 May 2002 13:49:08 +0000 (13:49 +0000)
committerSimo Sorce <idra@samba.org>
Tue, 21 May 2002 13:49:08 +0000 (13:49 +0000)
(This used to be commit d222bc8c4b620095a21ba327940d4750d5dee753)

source3/auth/auth.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

index 394b696cf6df0466e2210263e91e1c5af3f9775d..148826fa6e8631311f42ee84795dc3590bae9161 100644 (file)
@@ -21,7 +21,7 @@
 #include "includes.h"
 
 #undef DBGC_CLASS
-#define DBGC_CLASS DGBC_AUTH
+#define DBGC_CLASS DBGC_AUTH
 
 /** List of various built-in authenticaion modules */
 
index c049b3867b3bc7be4e13830cf0857caf2649e7a9..a70f1e98b7286b89dee21ddfa38ca1988fbaea0f 100644 (file)
@@ -21,7 +21,7 @@
 #include "includes.h"
 
 #undef DBGC_CLASS
-#define DBGC_CLASS DGBC_AUTH
+#define DBGC_CLASS DBGC_AUTH
 
 /****************************************************************************
  COMPATIBILITY INTERFACES:
index 92b2714cf06538fa895d8f5506588ec198f79880..d520dabbb26ff8f181e3eaaa24c20656b8054eac 100644 (file)
@@ -22,7 +22,7 @@
 #include "includes.h"
 
 #undef DBGC_CLASS
-#define DBGC_CLASS DGBC_AUTH
+#define DBGC_CLASS DBGC_AUTH
 
 BOOL global_machine_password_needs_changing = False;
 
index b2c9bc7ba89bbac99128c86720a170ac642ee41a..7730f50a3ceee3286cde245152296ace12b8147b 100644 (file)
@@ -21,7 +21,7 @@
 #include "includes.h"
 
 #undef DBGC_CLASS
-#define DBGC_CLASS DGBC_AUTH
+#define DBGC_CLASS DBGC_AUTH
 
 /****************************************************************************
  Read the a hosts.equiv or .rhosts file and check if it
index 3e25af3c978ec6ec45f68387c5a9d4477c8d0c8a..7e0cd513da6ced5e3fcb954f367d0a8abfd406d9 100644 (file)
@@ -23,7 +23,7 @@
 #include "includes.h"
 
 #undef DBGC_CLASS
-#define DBGC_CLASS DGBC_AUTH
+#define DBGC_CLASS DBGC_AUTH
 
 /****************************************************************************
 core of smb password checking routine.
index 5bbc5e14895ca2f56d9ffe31a2a73a3de9445327..bcb7d5059bf59a5c667af578e6ed372a02f3320d 100644 (file)
@@ -22,7 +22,7 @@
 #include "includes.h"
 
 #undef DBGC_CLASS
-#define DBGC_CLASS DGBC_AUTH
+#define DBGC_CLASS DBGC_AUTH
 
 extern pstring global_myname;
 extern userdom_struct current_user_info;
index 409090a09c51f08a261090b0240d77f04f506e06..69504ebb412853308540c7940da5134cc0dfbabf 100644 (file)
@@ -21,7 +21,7 @@
 #include "includes.h"
 
 #undef DBGC_CLASS
-#define DBGC_CLASS DGBC_AUTH
+#define DBGC_CLASS DBGC_AUTH
 
 /**
  * update the encrypted smbpasswd file from the plaintext username and password
index d7c748982da7a6916b31386a54709ffdc20b3460..7179252ce774dcb6a7dd699ffa3cf8bcd0b77e36 100644 (file)
@@ -23,7 +23,7 @@
 #include "includes.h"
 
 #undef DBGC_CLASS
-#define DBGC_CLASS DGBC_AUTH
+#define DBGC_CLASS DBGC_AUTH
 
 extern fstring remote_machine;
 extern pstring global_myname;
index 565b2de063a1f07357aecc590b05fc8abfc3b5f2..1a72c2df0fa234060ffdbfca833b208027d33027 100644 (file)
@@ -24,7 +24,7 @@
 #include "includes.h"
 
 #undef DBGC_CLASS
-#define DBGC_CLASS DGBC_AUTH
+#define DBGC_CLASS DBGC_AUTH
 
 /* Prototypes from common.h */
 
index a2e7e4c4c31049aad8c1ed8dfdf64357d0440db3..3831d1b1e74b67f9ecafc3320f1979fbdc04b14b 100644 (file)
@@ -30,7 +30,7 @@
 #include "includes.h"
 
 #undef DBGC_CLASS
-#define DBGC_CLASS DGBC_AUTH
+#define DBGC_CLASS DBGC_AUTH
 
 #ifdef WITH_PAM
 
index a98fe6b7c7a81ea495a518f5107c4f56f6a5f353..50ad20f113501f2882cdafaf6a3153c2490278ef 100644 (file)
@@ -24,7 +24,7 @@
 #include "includes.h"
 
 #undef DBGC_CLASS
-#define DBGC_CLASS DGBC_AUTH
+#define DBGC_CLASS DBGC_AUTH
 
 /* these are kept here to keep the string_combinations function simple */
 static fstring this_user;