svn commit: samba r7043 - in branches/SAMBA_4_0/source/build/pidl: .

abartlet at samba.org abartlet at samba.org
Fri May 27 23:10:36 GMT 2005


Author: abartlet
Date: 2005-05-27 23:10:36 +0000 (Fri, 27 May 2005)
New Revision: 7043

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

Log:
Patch from Julien Kerihuel <j.kerihuel at openchange.org> to reenable
'obfustication' in the new PIDL.

Jelmer:  Can you double-check this?  

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/build/pidl/ndr.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/pidl/ndr.pm
===================================================================
--- branches/SAMBA_4_0/source/build/pidl/ndr.pm	2005-05-27 22:29:05 UTC (rev 7042)
+++ branches/SAMBA_4_0/source/build/pidl/ndr.pm	2005-05-27 23:10:36 UTC (rev 7043)
@@ -143,7 +143,8 @@
 			HEADER_SIZE => $hdr_size,
 			SUBCONTEXT_SIZE => $subsize,
 			IS_DEFERRED => $is_deferred,
-			COMPRESSION => util::has_property($e, "compression")
+			COMPRESSION => util::has_property($e, "compression"),
+			OBFUSCATION => util::has_property($e, "obfuscation")
 		});
 	}
 



More information about the samba-cvs mailing list