summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-12-28 22:51:56 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:30:22 -0500
commit105d18eb305197366172943c8037e27a96b24782 (patch)
treefe5fb163de046b7c70d28d0dcbc23185bfd58a4a /source4/librpc
parenta1a6a0d52a9d6a5e14263d31cab47c2fbaefa967 (diff)
downloadsamba-105d18eb305197366172943c8037e27a96b24782.tar.gz
samba-105d18eb305197366172943c8037e27a96b24782.tar.bz2
samba-105d18eb305197366172943c8037e27a96b24782.zip
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)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/drsuapi.idl4
1 files changed, 2 insertions, 2 deletions
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;