diff options
author | Tim Potter <tpot@samba.org> | 2004-06-05 03:37:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:30 -0500 |
commit | 21aaa719b5c3bc59216fcb2cc81a3c8e69ce12fe (patch) | |
tree | 1c3ca6ebc3eb59bb94a5efe3c77595166f32dd00 | |
parent | 5b04ca8080708573207eb58f2c2b207780a6ea28 (diff) | |
download | samba-21aaa719b5c3bc59216fcb2cc81a3c8e69ce12fe.tar.gz samba-21aaa719b5c3bc59216fcb2cc81a3c8e69ce12fe.tar.bz2 samba-21aaa719b5c3bc59216fcb2cc81a3c8e69ce12fe.zip |
r1026: Spelling.
(This used to be commit b7fe73613acf5423b77fd91c56849351bf386960)
-rw-r--r-- | source4/auth/auth_ntlmssp.c | 2 | ||||
-rw-r--r-- | source4/libads/ldap.c | 2 | ||||
-rw-r--r-- | source4/rpc_server/netlogon/dcerpc_netlogon.c | 4 | ||||
-rw-r--r-- | source4/torture/rpc/netlogon.c | 2 |
4 files changed, 5 insertions, 5 deletions
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 |