mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
s4:torture:krb5: Fix code spelling
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
e2c952cfea
commit
56fdc3c588
@ -144,7 +144,7 @@ static NTSTATUS test_generate_session_info_pac(struct auth4_context *auth_ctx,
|
||||
|
||||
/* Check to see if we can pass the PAC across to the NETLOGON server for validation */
|
||||
|
||||
/* Also happens to be a really good one-step verfication of our Kerberos stack */
|
||||
/* Also happens to be a really good one-step verification of our Kerberos stack */
|
||||
|
||||
static bool test_accept_ticket(struct torture_context *tctx,
|
||||
struct cli_credentials *credentials,
|
||||
@ -762,7 +762,7 @@ static bool torture_krb5_as_req_canon(struct torture_context *tctx, const void *
|
||||
}
|
||||
|
||||
/*
|
||||
* Confirm gettting a ticket to pass to the server, running
|
||||
* Confirm getting a ticket to pass to the server, running
|
||||
* either the TEST_TGS_REQ or TEST_SELF_TRUST_TGS_REQ stage.
|
||||
*
|
||||
* This triggers the client to attempt to get a
|
||||
@ -868,7 +868,7 @@ static bool torture_krb5_as_req_canon(struct torture_context *tctx, const void *
|
||||
}
|
||||
|
||||
/*
|
||||
* Confirm gettting a ticket to pass to the server, running
|
||||
* Confirm getting a ticket to pass to the server, running
|
||||
* the TEST_TGS_REQ_HOST, TEST_TGS_REQ_HOST_SRV_INST, TEST_TGS_REQ_HOST_SRV_HST stage
|
||||
*
|
||||
* This triggers the client to attempt to get a
|
||||
@ -1002,7 +1002,7 @@ static bool torture_krb5_as_req_canon(struct torture_context *tctx, const void *
|
||||
}
|
||||
|
||||
/*
|
||||
* Confirm gettting a ticket for the same krbtgt/realm that we
|
||||
* Confirm getting a ticket for the same krbtgt/realm that we
|
||||
* got back with the initial ticket, running the
|
||||
* TEST_TGS_REQ_KRBTGT stage.
|
||||
*
|
||||
|
@ -410,7 +410,7 @@ static bool torture_krb5_post_recv_test(struct torture_krb5_context *test_contex
|
||||
break;
|
||||
|
||||
/*
|
||||
* Confirm correct error codes when we deliberatly send the wrong password
|
||||
* Confirm correct error codes when we deliberately send the wrong password
|
||||
*/
|
||||
case TORTURE_KRB5_TEST_BREAK_PW:
|
||||
if (test_context->packet_count == 0) {
|
||||
@ -435,7 +435,7 @@ static bool torture_krb5_post_recv_test(struct torture_krb5_context *test_contex
|
||||
break;
|
||||
|
||||
/*
|
||||
* Confirm correct error codes when we deliberatly skew the client clock
|
||||
* Confirm correct error codes when we deliberately skew the client clock
|
||||
*/
|
||||
case TORTURE_KRB5_TEST_CLOCK_SKEW:
|
||||
if (test_context->packet_count == 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user