mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
r1026: Spelling.
This commit is contained in:
parent
4e35418c27
commit
b7fe73613a
@ -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)
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user