r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like to
authorTim Potter <tpot@samba.org>
Wed, 17 Aug 2005 12:51:07 +0000 (12:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:33:27 +0000 (13:33 -0500)
replace this with something funkier.
(This used to be commit 8d376d56c78894b9bbd27ed7fa70da415c0cd038)

13 files changed:
source4/auth/auth_server.c
source4/auth/gensec/gensec_gssapi.c
source4/auth/gensec/spnego.c
source4/auth/gensec/spnego_parse.c
source4/auth/ntlm_check.c
source4/auth/pampass.c
source4/auth/pass_check.c
source4/lib/gencache.c
source4/lib/registry/common/reg_interface.c
source4/lib/registry/common/reg_util.c
source4/lib/registry/reg_samba.c
source4/passdb/secrets.c
source4/utils/ntlm_auth.c

index fc87cd91f65e31ab99c713d60adcec0dc6030bec..e5fe02efe7f9b6c9e97874d476c288a5cd75108e 100644 (file)
@@ -21,9 +21,6 @@
 
 #include "includes.h"
 
-#undef DBGC_CLASS
-#define DBGC_CLASS DBGC_AUTH
-
 /****************************************************************************
  Support for server level security.
 ****************************************************************************/
index b6fda0402f8ac8b1b6a314b0f261b2c9d4d37995..183e3f201b14adb4597a2ef46fb1d617fea040b3 100644 (file)
@@ -29,9 +29,6 @@
 #include "librpc/gen_ndr/ndr_krb5pac.h"
 #include "auth/auth.h"
 
-#undef DBGC_CLASS
-#define DBGC_CLASS DBGC_AUTH
-
 struct gensec_gssapi_state {
        gss_ctx_id_t gssapi_context;
        struct gss_channel_bindings_struct *input_chan_bindings;
index 28d76ff5b50f9d7d030df17b98aa8b272a3090c2..2d1d779e434df79a43ac8e0a377db70c389144f3 100644 (file)
@@ -25,9 +25,6 @@
 #include "includes.h"
 #include "auth/auth.h"
 
-#undef DBGC_CLASS
-#define DBGC_CLASS DBGC_AUTH
-
 enum spnego_state_position {
        SPNEGO_SERVER_START,
        SPNEGO_CLIENT_START,
index e48c32f0dab039d504033fb821ed2aecbc95e02d..59b09b1969c52064d12e41185a50384a4d9b478b 100644 (file)
@@ -25,9 +25,6 @@
 #include "auth/auth.h"
 #include "asn_1.h"
 
-#undef DBGC_CLASS
-#define DBGC_CLASS DBGC_AUTH
-
 static BOOL read_negTokenInit(struct asn1_data *asn1, struct spnego_negTokenInit *token)
 {
        ZERO_STRUCTP(token);
index fb7dd3384d07151c299f30e0b02e554917d658fd..fa9677e75e0ce70d0a9febb16ccb521b74a0029e 100644 (file)
@@ -24,9 +24,6 @@
 #include "lib/crypto/crypto.h"
 #include "librpc/gen_ndr/ndr_samr.h"
 
-#undef DBGC_CLASS
-#define DBGC_CLASS DBGC_AUTH
-
 /****************************************************************************
  Core of smb password checking routine.
 ****************************************************************************/
index 8612aa9ac0b44e035d65addc4019983fa0c02a8b..cb614b49afec4adfe2a775ce513d3b82fd4ce353 100644 (file)
@@ -29,9 +29,6 @@
 
 #include "includes.h"
 
-#undef DBGC_CLASS
-#define DBGC_CLASS DBGC_AUTH
-
 #ifdef WITH_PAM
 
 /*******************************************************************
index 132d21949031865f250ac0510f1c0d913223470d..6bcb52d5b685f0f46436be84ea407ad84efe69a3 100644 (file)
@@ -25,9 +25,6 @@
 #include "system/passwd.h"
 #include "system/iconv.h"
 
-#undef DBGC_CLASS
-#define DBGC_CLASS DBGC_AUTH
-
 /* these are kept here to keep the string_combinations function simple */
 static fstring this_user;
 #if !defined(WITH_PAM) 
index 2db66b7564ee8e0d9f457d619a43e4372b4a547b..de8c47ada5911798af05a8ffb3c2f3166f5e406b 100644 (file)
@@ -27,9 +27,6 @@
 #include "system/filesys.h"
 #include "db_wrap.h"
 
-#undef  DBGC_CLASS
-#define DBGC_CLASS DBGC_TDB
-
 #define TIMEOUT_LEN 12
 #define CACHE_DATA_FMT "%12u/%s"
 
index 76de2f041f349e11a95995c0dc639afe65e94e33..2abe90f2d10ba6afe5c1fd924227fda2d58aaf42 100644 (file)
@@ -22,9 +22,6 @@
 #include "dlinklist.h"
 #include "registry.h"
 
-#undef DBGC_CLASS
-#define DBGC_CLASS DBGC_REGISTRY
-
 /* List of available backends */
 static struct reg_init_function_entry *backends = NULL;
 
index e12cff186a2036acec584058d760134723e4169a..2d933f2e6bc391db31b7dc327f7b49f5075b6272 100644 (file)
@@ -21,9 +21,6 @@
 #include "includes.h"
 #include "registry.h"
 
-#undef DBGC_CLASS
-#define DBGC_CLASS DBGC_REGISTRY
-
 static const struct {
        uint32_t id;
        const char *name;
index 3c9ae3f4153a46193619595bbb7d227aea9babdf..6341a1c4eec15dbedc0da7cf0ec0c343bc645b29 100644 (file)
@@ -20,9 +20,6 @@
 #include "includes.h"
 #include "registry.h"
 
-#undef DBGC_CLASS
-#define DBGC_CLASS DBGC_REGISTRY
-
 static WERROR reg_samba_get_predef (struct registry_context *ctx, uint32_t hkey, struct registry_key **k)
 {
        WERROR error;
index 44f9fe93116104807f38ad9853ffed9d125b0c7b..356847c6eeb691bfbdd0c4470c226b4f7f1a789a 100644 (file)
@@ -29,9 +29,6 @@
 #include "pstring.h"
 #include "db_wrap.h"
 
-#undef DBGC_CLASS
-#define DBGC_CLASS DBGC_PASSDB
-
 static struct tdb_wrap *tdb;
 
 /**
index 61d6ff3b85c24f5aaada920f3ecf7a223e9d05b2..35520756e71f4681f2182c94a8dd1583ec1f7294 100644 (file)
@@ -30,9 +30,6 @@
 #include "auth/auth.h"
 #include "librpc/gen_ndr/ndr_security.h"
 
-#undef DBGC_CLASS
-#define DBGC_CLASS DBGC_WINBIND
-
 #define SQUID_BUFFER_SIZE 2010
 
 enum stdio_helper_mode {