[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-1071-g5753d7f

Stefan Metzmacher metze at samba.org
Wed Feb 27 19:40:59 GMT 2008


The branch, v4-0-test has been updated
       via  5753d7fd8300d36558d3304418e1b0a300f56575 (commit)
      from  91980a2bd352f26cf6ddb058d0f330ca20fa6554 (commit)

http://gitweb.samba.org/?samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 5753d7fd8300d36558d3304418e1b0a300f56575
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Feb 27 19:47:23 2008 +0100

    unixinfo.idl: don't use utf8string anymore
    
    Note:
    
    This changes the on wire format!!!
    
    But it's a very bad idea to keep utf8string
    as it's not valid NDR encoding and noone
    would be able to write a compatible IDL
    file using another compiler than pidl.
    
    Maybe we should change the uuid,
    but as this isn't really used yet
    I keep the old one.
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 source/librpc/idl/unixinfo.idl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/librpc/idl/unixinfo.idl b/source/librpc/idl/unixinfo.idl
index 48bc565..6929e86 100644
--- a/source/librpc/idl/unixinfo.idl
+++ b/source/librpc/idl/unixinfo.idl
@@ -42,8 +42,8 @@ import "security.idl";
 
 	typedef struct {
 		NTSTATUS status;
-		utf8string homedir;
-		utf8string shell;
+		[charset(UTF8),string] uint8 homedir[];
+		[charset(UTF8),string] uint8 shell[];
 	} unixinfo_GetPWUidInfo;
 
 	/******************/


-- 
Samba Shared Repository


More information about the samba-cvs mailing list