diff options
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/auth_server.c | 3 | ||||
-rw-r--r-- | source4/auth/gensec/gensec_gssapi.c | 3 | ||||
-rw-r--r-- | source4/auth/gensec/spnego.c | 3 | ||||
-rw-r--r-- | source4/auth/gensec/spnego_parse.c | 3 | ||||
-rw-r--r-- | source4/auth/ntlm_check.c | 3 | ||||
-rw-r--r-- | source4/auth/pampass.c | 3 | ||||
-rw-r--r-- | source4/auth/pass_check.c | 3 |
7 files changed, 0 insertions, 21 deletions
diff --git a/source4/auth/auth_server.c b/source4/auth/auth_server.c index fc87cd91f6..e5fe02efe7 100644 --- a/source4/auth/auth_server.c +++ b/source4/auth/auth_server.c @@ -21,9 +21,6 @@ #include "includes.h" -#undef DBGC_CLASS -#define DBGC_CLASS DBGC_AUTH - /**************************************************************************** Support for server level security. ****************************************************************************/ diff --git a/source4/auth/gensec/gensec_gssapi.c b/source4/auth/gensec/gensec_gssapi.c index b6fda0402f..183e3f201b 100644 --- a/source4/auth/gensec/gensec_gssapi.c +++ b/source4/auth/gensec/gensec_gssapi.c @@ -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; diff --git a/source4/auth/gensec/spnego.c b/source4/auth/gensec/spnego.c index 28d76ff5b5..2d1d779e43 100644 --- a/source4/auth/gensec/spnego.c +++ b/source4/auth/gensec/spnego.c @@ -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, diff --git a/source4/auth/gensec/spnego_parse.c b/source4/auth/gensec/spnego_parse.c index e48c32f0da..59b09b1969 100644 --- a/source4/auth/gensec/spnego_parse.c +++ b/source4/auth/gensec/spnego_parse.c @@ -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); diff --git a/source4/auth/ntlm_check.c b/source4/auth/ntlm_check.c index fb7dd3384d..fa9677e75e 100644 --- a/source4/auth/ntlm_check.c +++ b/source4/auth/ntlm_check.c @@ -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. ****************************************************************************/ diff --git a/source4/auth/pampass.c b/source4/auth/pampass.c index 8612aa9ac0..cb614b49af 100644 --- a/source4/auth/pampass.c +++ b/source4/auth/pampass.c @@ -29,9 +29,6 @@ #include "includes.h" -#undef DBGC_CLASS -#define DBGC_CLASS DBGC_AUTH - #ifdef WITH_PAM /******************************************************************* diff --git a/source4/auth/pass_check.c b/source4/auth/pass_check.c index 132d219490..6bcb52d5b6 100644 --- a/source4/auth/pass_check.c +++ b/source4/auth/pass_check.c @@ -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) |