svn commit: samba r11102 - in branches/SAMBA_4_0/source/librpc/idl: .

jelmer at samba.org jelmer at samba.org
Sun Oct 16 19:12:03 GMT 2005


Author: jelmer
Date: 2005-10-16 19:12:02 +0000 (Sun, 16 Oct 2005)
New Revision: 11102

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

Log:
Remove unistr_noterm

Modified:
   branches/SAMBA_4_0/source/librpc/idl/idl_types.h
   branches/SAMBA_4_0/source/librpc/idl/lsa.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/idl_types.h
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/idl_types.h	2005-10-16 18:59:57 UTC (rev 11101)
+++ branches/SAMBA_4_0/source/librpc/idl/idl_types.h	2005-10-16 19:12:02 UTC (rev 11102)
@@ -13,12 +13,6 @@
 #define STR_LARGE_SIZE	LIBNDR_FLAG_STR_LARGE_SIZE
 
 /*
-  a UCS2 string prefixed with [size] [offset] [length], all 32 bits
-  not null terminated
-*/
-#define unistr_noterm	[flag(STR_NOTERM|STR_SIZE4|STR_LEN4)] string
-
-/*
   a UCS2 string prefixed with [size], 32 bits
 */
 #define lstring		[flag(STR_SIZE4)] string

Modified: branches/SAMBA_4_0/source/librpc/idl/lsa.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/lsa.idl	2005-10-16 18:59:57 UTC (rev 11101)
+++ branches/SAMBA_4_0/source/librpc/idl/lsa.idl	2005-10-16 19:12:02 UTC (rev 11102)
@@ -17,7 +17,7 @@
 	typedef [public,noejs] struct {
 		[value(2*strlen_m(string))] uint16 length;
 		[value(2*strlen_m(string))] uint16 size;
-		unistr_noterm *string;
+		[charset(UTF16),size_is(size),length_is(length)] uint8 *string;
 	} lsa_String;
 
 	typedef [public] struct {



More information about the samba-cvs mailing list