mirror of
https://github.com/samba-team/samba.git
synced 2025-08-29 13:49:30 +03:00
Typo: s/preceeded/preceded/
Caught by lintian, the Debian package linter :) Change-Id: Ia7162ea8c2b1845155345526b66d71ae64f15227 Reviewed-on: https://gerrit.samba.org/216 Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Mon Apr 14 03:51:15 CEST 2014 on sn-devel-104
This commit is contained in:
@ -485,7 +485,7 @@ NTSTATUS ntlm_password_check(TALLOC_CTX *mem_ctx,
|
|||||||
client_domain,
|
client_domain,
|
||||||
&tmp_sess_key)) {
|
&tmp_sess_key)) {
|
||||||
if (nt_response->length > 24) {
|
if (nt_response->length > 24) {
|
||||||
/* If NTLMv2 authentication has preceeded us
|
/* If NTLMv2 authentication has preceded us
|
||||||
* (even if it failed), then use the session
|
* (even if it failed), then use the session
|
||||||
* key from that. See the RPC-SAMLOGON
|
* key from that. See the RPC-SAMLOGON
|
||||||
* torture test */
|
* torture test */
|
||||||
@ -514,7 +514,7 @@ NTSTATUS ntlm_password_check(TALLOC_CTX *mem_ctx,
|
|||||||
upper_client_domain,
|
upper_client_domain,
|
||||||
&tmp_sess_key)) {
|
&tmp_sess_key)) {
|
||||||
if (nt_response->length > 24) {
|
if (nt_response->length > 24) {
|
||||||
/* If NTLMv2 authentication has preceeded us
|
/* If NTLMv2 authentication has preceded us
|
||||||
* (even if it failed), then use the session
|
* (even if it failed), then use the session
|
||||||
* key from that. See the RPC-SAMLOGON
|
* key from that. See the RPC-SAMLOGON
|
||||||
* torture test */
|
* torture test */
|
||||||
@ -542,7 +542,7 @@ NTSTATUS ntlm_password_check(TALLOC_CTX *mem_ctx,
|
|||||||
"",
|
"",
|
||||||
&tmp_sess_key)) {
|
&tmp_sess_key)) {
|
||||||
if (nt_response->length > 24) {
|
if (nt_response->length > 24) {
|
||||||
/* If NTLMv2 authentication has preceeded us
|
/* If NTLMv2 authentication has preceded us
|
||||||
* (even if it failed), then use the session
|
* (even if it failed), then use the session
|
||||||
* key from that. See the RPC-SAMLOGON
|
* key from that. See the RPC-SAMLOGON
|
||||||
* torture test */
|
* torture test */
|
||||||
|
@ -563,7 +563,7 @@ static struct schema_conv process_file(FILE *in, FILE *out)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (ret2 == 2) {
|
if (ret2 == 2) {
|
||||||
fprintf(stderr, "Invalid entry %s, closing braces needs to be preceeded by a space\n", entry);
|
fprintf(stderr, "Invalid entry %s, closing braces need to be preceded by a space\n", entry);
|
||||||
ret.failures++;
|
ret.failures++;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user