From 105d18eb305197366172943c8037e27a96b24782 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 28 Dec 2006 22:51:56 +0000 Subject: r20395: Decode more unknowns in the IDL. These are language and codepage IDs! Try to pass more of the CrackNames test. Make the test quieter. Andrew Bartlett (This used to be commit a6bbfebf52f53f99b0edf52d3c23b72785b97469) --- source4/librpc/idl/drsuapi.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/drsuapi.idl b/source4/librpc/idl/drsuapi.idl index d60c3dd78a..4b78d848ed 100644 --- a/source4/librpc/idl/drsuapi.idl +++ b/source4/librpc/idl/drsuapi.idl @@ -915,8 +915,8 @@ interface drsuapi } drsuapi_DsNameString; typedef struct { - uint32 unknown1; /* 0x000004e4 */ - uint32 unknown2; /* 0x00000407 */ + uint32 codepage; /* 0x000004e4 - 1252 is german codepage*/ + uint32 language; /* 0x00000407 - german language ID*/ drsuapi_DsNameFlags format_flags; drsuapi_DsNameFormat format_offered; drsuapi_DsNameFormat format_desired; -- cgit