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

metze at samba.org metze at samba.org
Wed Dec 27 18:00:21 GMT 2006


Author: metze
Date: 2006-12-27 18:00:20 +0000 (Wed, 27 Dec 2006)
New Revision: 20360

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

Log:
level -4 of DsReplicaGetInfo(), which gives back all open bind handles
returned by DsBind() on all drsuapi connection also contains the client
ip address. Also the u1 value of the clients DsBindInfoX structure is returned
in u5 here...

metze
Modified:
   branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl	2006-12-27 17:57:20 UTC (rev 20359)
+++ branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl	2006-12-27 18:00:20 UTC (rev 20360)
@@ -1446,8 +1446,8 @@
 		uint32 u3;
 		GUID bind_guid;
 		NTTIME_1sec bind_time;
-		uint32 u4; /* flags? */
-		uint32 u5;
+		[flag(NDR_BIG_ENDIAN)] ipv4address client_ip_address;
+		uint32 u5; /* this is the same value the client used as u1 in the DsBindInfoX struct */
 	} drsuapi_DsReplicaConnection04;
 
 	typedef struct {



More information about the samba-cvs mailing list