summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/oxidresolver.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-09-27 22:06:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:59:24 -0500
commit322d1ccd9f40b838911a7c076ebf3fb754b2550c (patch)
tree8c72313208124a33ff50358e099dad953c5f232e /source4/librpc/idl/oxidresolver.idl
parentfc3c05e63f4fedb1532e86d9421490fda6435c79 (diff)
downloadsamba-322d1ccd9f40b838911a7c076ebf3fb754b2550c.tar.gz
samba-322d1ccd9f40b838911a7c076ebf3fb754b2550c.tar.bz2
samba-322d1ccd9f40b838911a7c076ebf3fb754b2550c.zip
r2699: Correct handle ServerAlive() and ServerAlive2() + add torture tests
(This used to be commit 9e74144aa8e5f9a8b6e3d5293833c4afeebeddb0)
Diffstat (limited to 'source4/librpc/idl/oxidresolver.idl')
-rw-r--r--source4/librpc/idl/oxidresolver.idl9
1 files changed, 6 insertions, 3 deletions
diff --git a/source4/librpc/idl/oxidresolver.idl b/source4/librpc/idl/oxidresolver.idl
index 57c5cd439f..61e3049a10 100644
--- a/source4/librpc/idl/oxidresolver.idl
+++ b/source4/librpc/idl/oxidresolver.idl
@@ -86,10 +86,13 @@ interface IOXIDResolver
[out, ref] uint32 *pAuthnHint,
[out, ref] COMVERSION *pComVersion
);
+ typedef struct {
+ COMVERSION version;
+ uint32 unknown1;
+ } COMINFO;
[idempotent] WERROR ServerAlive2 (
- [out] COMVERSION version,
- [out] uint8 unknown1[4],
+ [out] COMINFO info,
[out] DUALSTRINGARRAY dualstring,
- [out] uint8 unknown2[5]);
+ [out] uint8 unknown2[3]);
}