svn commit: samba r14368 - branches/SAMBA_3_0/source/include trunk/source/include

gd at samba.org gd at samba.org
Tue Mar 14 09:22:02 GMT 2006


Author: gd
Date: 2006-03-14 09:22:01 +0000 (Tue, 14 Mar 2006)
New Revision: 14368

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

Log:
Remove redundant set of logon flags (now in rpc_netlogon.h).

Guenther

Modified:
   branches/SAMBA_3_0/source/include/rpc_dce.h
   trunk/source/include/rpc_dce.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/rpc_dce.h
===================================================================
--- branches/SAMBA_3_0/source/include/rpc_dce.h	2006-03-14 08:27:44 UTC (rev 14367)
+++ branches/SAMBA_3_0/source/include/rpc_dce.h	2006-03-14 09:22:01 UTC (rev 14368)
@@ -90,8 +90,6 @@
 #define RPC_AUTH_SCHANNEL_SIGN_ONLY_CHK_LEN 	0x18
 
 
-#define NETLOGON_EXTRA_SIDS			    0x0020
-#define NETLOGON_RESOURCE_GROUPS		    0x0200
 #define NETLOGON_NEG_ARCFOUR			0x00000004
 #define NETLOGON_NEG_128BIT			0x00004000
 #define NETLOGON_NEG_SCHANNEL			0x40000000

Modified: trunk/source/include/rpc_dce.h
===================================================================
--- trunk/source/include/rpc_dce.h	2006-03-14 08:27:44 UTC (rev 14367)
+++ trunk/source/include/rpc_dce.h	2006-03-14 09:22:01 UTC (rev 14368)
@@ -90,8 +90,6 @@
 #define RPC_AUTH_SCHANNEL_SIGN_ONLY_CHK_LEN 	0x18
 
 
-#define NETLOGON_EXTRA_SIDS			    0x0020
-#define NETLOGON_RESOURCE_GROUPS		    0x0200
 #define NETLOGON_NEG_ARCFOUR			0x00000004
 #define NETLOGON_NEG_128BIT			0x00004000
 #define NETLOGON_NEG_SCHANNEL			0x40000000



More information about the samba-cvs mailing list