Author: gd
Date: 2007-11-27 12:28:38 +0000 (Tue, 27 Nov 2007)
New Revision: 26169

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26169

Log:
Use the NDR_PAHEX flag to print the encrypted wkssvc password buffer.

Guenther

Modified:
   branches/SAMBA_4_0/source/librpc/idl/wkssvc.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/wkssvc.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/wkssvc.idl     2007-11-27 12:27:27 UTC 
(rev 26168)
+++ branches/SAMBA_4_0/source/librpc/idl/wkssvc.idl     2007-11-27 12:28:38 UTC 
(rev 26169)
@@ -1,3 +1,5 @@
+#include "idl_types.h"
+
 /*
   wkssvc interface definitions
 */
@@ -649,7 +651,7 @@
                [out,ref] [size_is(*num_ous)] [string,charset(UTF16)] uint16 
***ous
                );
 
-       typedef struct {
+       typedef [flag(NDR_PAHEX)] struct {
                uint8 data[524];
        } wkssvc_PasswordBuffer;
 
@@ -667,7 +669,7 @@
 
                /* TRUE: allow the join to complete even if the account already 
exists */
                WKSSVC_JOIN_FLAGS_DOMAIN_JOIN_IF_JOINED = 0x00000020,
-       
+
                /* TRUE: this join is part of a w9x upgrade */
                WKSSVC_JOIN_FLAGS_WIN9X_UPGRADE         = 0x00000010,
 
@@ -679,7 +681,7 @@
 
                /* TRUE: join domain    FALSE: join workgroup */
                WKSSVC_JOIN_FLAGS_JOIN_TYPE             = 0x00000001
-               
+
        } wkssvc_joinflags;
 
        /*****************************/

Reply via email to