The branch, master has been updated
via b5ca5412d86bd054b0865a3644c71624f3a8d017 (commit)
from c0965e0eec78a9900fabd0a55c7e8d8bfc64f4a4 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit b5ca5412d86bd054b0865a3644c71624f3a8d017
Author: Günther Deschner <[email protected]>
Date: Tue Jun 9 12:06:19 2009 +0200
s4-smbtorture: rename SECRETS to LSA-SECRETS.
Guenther
-----------------------------------------------------------------------
Summary of changes:
source4/torture/rpc/session_key.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source4/torture/rpc/session_key.c
b/source4/torture/rpc/session_key.c
index c069c62..431897a 100644
--- a/source4/torture/rpc/session_key.c
+++ b/source4/torture/rpc/session_key.c
@@ -215,7 +215,7 @@ static const bool bool_vals[] = { true, false };
/* TEST session key correctness by pushing and pulling secrets */
struct torture_suite *torture_rpc_lsa_secrets(TALLOC_CTX *mem_ctx)
{
- struct torture_suite *suite = torture_suite_create(mem_ctx, "SECRETS");
+ struct torture_suite *suite = torture_suite_create(mem_ctx,
"LSA-SECRETS");
int keyexchange, ntlm2, lm_key;
for (keyexchange = 0; keyexchange < ARRAY_SIZE(bool_vals);
keyexchange++) {
--
Samba Shared Repository