From 21aaa719b5c3bc59216fcb2cc81a3c8e69ce12fe Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sat, 5 Jun 2004 03:37:27 +0000 Subject: r1026: Spelling. (This used to be commit b7fe73613acf5423b77fd91c56849351bf386960) --- source4/auth/auth_ntlmssp.c | 2 +- source4/libads/ldap.c | 2 +- source4/rpc_server/netlogon/dcerpc_netlogon.c | 4 ++-- source4/torture/rpc/netlogon.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'source4') diff --git a/source4/auth/auth_ntlmssp.c b/source4/auth/auth_ntlmssp.c index 006ee49d16..50ec07fe41 100644 --- a/source4/auth/auth_ntlmssp.c +++ b/source4/auth/auth_ntlmssp.c @@ -48,7 +48,7 @@ static BOOL auth_ntlmssp_may_set_challenge(const struct ntlmssp_state *ntlmssp_s } /** - * NTLM2 authentication modifies the effective challange, + * NTLM2 authentication modifies the effective challenge, * @param challenge The new challenge value */ static NTSTATUS auth_ntlmssp_set_challenge(struct ntlmssp_state *ntlmssp_state, DATA_BLOB *challenge) diff --git a/source4/libads/ldap.c b/source4/libads/ldap.c index 0abdb3f106..2954c286ab 100644 --- a/source4/libads/ldap.c +++ b/source4/libads/ldap.c @@ -1661,7 +1661,7 @@ char **ads_pull_strings_range(ADS_STRUCT *ads, } if (!attr) { ber_free(ptr, 0); - /* nothing here - this feild is just empty */ + /* nothing here - this field is just empty */ *more_strings = False; return NULL; } diff --git a/source4/rpc_server/netlogon/dcerpc_netlogon.c b/source4/rpc_server/netlogon/dcerpc_netlogon.c index e159123c87..05ee0521fc 100644 --- a/source4/rpc_server/netlogon/dcerpc_netlogon.c +++ b/source4/rpc_server/netlogon/dcerpc_netlogon.c @@ -121,7 +121,7 @@ static NTSTATUS netr_ServerAuthenticate3(struct dcesrv_call_state *dce_call, TAL *r->out.negotiate_flags = *r->in.negotiate_flags; if (!pipe_state) { - DEBUG(1, ("No challange requested by client, cannot authenticate\n")); + DEBUG(1, ("No challenge requested by client, cannot authenticate\n")); return NT_STATUS_ACCESS_DENIED; } @@ -306,7 +306,7 @@ static NTSTATUS netr_ServerPasswordSet(struct dcesrv_call_state *dce_call, TALLO } if (!pipe_state) { - DEBUG(1, ("No challange requested by client, cannot authenticate\n")); + DEBUG(1, ("No challenge requested by client, cannot authenticate\n")); return NT_STATUS_ACCESS_DENIED; } diff --git a/source4/torture/rpc/netlogon.c b/source4/torture/rpc/netlogon.c index 3ee7afa575..04741d8b90 100644 --- a/source4/torture/rpc/netlogon.c +++ b/source4/torture/rpc/netlogon.c @@ -1008,7 +1008,7 @@ static BOOL test_plaintext_lm_only(struct samlogon_state *samlogon_state, - NTLMv2 - NTLMv2 and LMv2 - LMv2 - - plaintext tests (in challenge-response feilds) + - plaintext tests (in challenge-response fields) check we get the correct session key in each case check what values we get for the LM session key -- cgit