summaryrefslogtreecommitdiff
path: root/source3/auth
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2002-05-21 13:49:08 +0000
committerSimo Sorce <idra@samba.org>2002-05-21 13:49:08 +0000
commit66f1182adc0d025cd023c7430b0b0764629c1092 (patch)
tree7668da8f0a559b71f225b2f174c0e07c568ec14e /source3/auth
parentab59d1c21a58aeb87a8eeb58478ee16ad69e53c1 (diff)
downloadsamba-66f1182adc0d025cd023c7430b0b0764629c1092.tar.gz
samba-66f1182adc0d025cd023c7430b0b0764629c1092.tar.bz2
samba-66f1182adc0d025cd023c7430b0b0764629c1092.zip
typo, sorry
(This used to be commit d222bc8c4b620095a21ba327940d4750d5dee753)
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/auth.c2
-rw-r--r--source3/auth/auth_compat.c2
-rw-r--r--source3/auth/auth_domain.c2
-rw-r--r--source3/auth/auth_rhosts.c2
-rw-r--r--source3/auth/auth_sam.c2
-rw-r--r--source3/auth/auth_server.c2
-rw-r--r--source3/auth/auth_unix.c2
-rw-r--r--source3/auth/auth_util.c2
-rw-r--r--source3/auth/auth_winbind.c2
-rw-r--r--source3/auth/pampass.c2
-rw-r--r--source3/auth/pass_check.c2
11 files changed, 11 insertions, 11 deletions
diff --git a/source3/auth/auth.c b/source3/auth/auth.c
index 394b696cf6..148826fa6e 100644
--- a/source3/auth/auth.c
+++ b/source3/auth/auth.c
@@ -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 */
diff --git a/source3/auth/auth_compat.c b/source3/auth/auth_compat.c
index c049b3867b..a70f1e98b7 100644
--- a/source3/auth/auth_compat.c
+++ b/source3/auth/auth_compat.c
@@ -21,7 +21,7 @@
#include "includes.h"
#undef DBGC_CLASS
-#define DBGC_CLASS DGBC_AUTH
+#define DBGC_CLASS DBGC_AUTH
/****************************************************************************
COMPATIBILITY INTERFACES:
diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c
index 92b2714cf0..d520dabbb2 100644
--- a/source3/auth/auth_domain.c
+++ b/source3/auth/auth_domain.c
@@ -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;
diff --git a/source3/auth/auth_rhosts.c b/source3/auth/auth_rhosts.c
index b2c9bc7ba8..7730f50a3c 100644
--- a/source3/auth/auth_rhosts.c
+++ b/source3/auth/auth_rhosts.c
@@ -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
diff --git a/source3/auth/auth_sam.c b/source3/auth/auth_sam.c
index 3e25af3c97..7e0cd513da 100644
--- a/source3/auth/auth_sam.c
+++ b/source3/auth/auth_sam.c
@@ -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.
diff --git a/source3/auth/auth_server.c b/source3/auth/auth_server.c
index 5bbc5e1489..bcb7d5059b 100644
--- a/source3/auth/auth_server.c
+++ b/source3/auth/auth_server.c
@@ -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;
diff --git a/source3/auth/auth_unix.c b/source3/auth/auth_unix.c
index 409090a09c..69504ebb41 100644
--- a/source3/auth/auth_unix.c
+++ b/source3/auth/auth_unix.c
@@ -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
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c
index d7c748982d..7179252ce7 100644
--- a/source3/auth/auth_util.c
+++ b/source3/auth/auth_util.c
@@ -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;
diff --git a/source3/auth/auth_winbind.c b/source3/auth/auth_winbind.c
index 565b2de063..1a72c2df0f 100644
--- a/source3/auth/auth_winbind.c
+++ b/source3/auth/auth_winbind.c
@@ -24,7 +24,7 @@
#include "includes.h"
#undef DBGC_CLASS
-#define DBGC_CLASS DGBC_AUTH
+#define DBGC_CLASS DBGC_AUTH
/* Prototypes from common.h */
diff --git a/source3/auth/pampass.c b/source3/auth/pampass.c
index a2e7e4c4c3..3831d1b1e7 100644
--- a/source3/auth/pampass.c
+++ b/source3/auth/pampass.c
@@ -30,7 +30,7 @@
#include "includes.h"
#undef DBGC_CLASS
-#define DBGC_CLASS DGBC_AUTH
+#define DBGC_CLASS DBGC_AUTH
#ifdef WITH_PAM
diff --git a/source3/auth/pass_check.c b/source3/auth/pass_check.c
index a98fe6b7c7..50ad20f113 100644
--- a/source3/auth/pass_check.c
+++ b/source3/auth/pass_check.c
@@ -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;