git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0965e0
)
s4-smbtorture: rename SECRETS to LSA-SECRETS.
author
Günther Deschner
<gd@samba.org>
Tue, 9 Jun 2009 10:06:19 +0000
(12:06 +0200)
committer
Günther Deschner
<gd@samba.org>
Tue, 9 Jun 2009 12:09:23 +0000
(14:09 +0200)
Guenther
source4/torture/rpc/session_key.c
patch
|
blob
|
history
diff --git
a/source4/torture/rpc/session_key.c
b/source4/torture/rpc/session_key.c
index c069c6272408edbf39456785dec4c2856a041c66..431897ac7776b2000ed2a31f1558c67aa3fef33e 100644
(file)
--- 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++) {