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

tridge at samba.org tridge at samba.org
Wed Oct 27 05:30:29 GMT 2004


Author: tridge
Date: 2004-10-27 05:30:29 +0000 (Wed, 27 Oct 2004)
New Revision: 3286

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/librpc/idl&rev=3286&nolog=1

Log:
filled in more missing SV_TYPE_* defines

Modified:
   branches/SAMBA_4_0/source/librpc/idl/svcctl.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/svcctl.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/svcctl.idl	2004-10-27 05:22:10 UTC (rev 3285)
+++ branches/SAMBA_4_0/source/librpc/idl/svcctl.idl	2004-10-27 05:30:29 UTC (rev 3286)
@@ -48,23 +48,33 @@
 
 	const int SV_TYPE_WORKSTATION       = 0x00000001;
 	const int SV_TYPE_SERVER            = 0x00000002;
+	const int SV_TYPE_SQLSERVER         = 0x00000004;
 	const int SV_TYPE_DOMAIN_CTRL       = 0x00000008;
 	const int SV_TYPE_DOMAIN_BAKCTRL    = 0x00000010;
 	const int SV_TYPE_TIME_SOURCE       = 0x00000020;
 	const int SV_TYPE_AFP               = 0x00000040;
+	const int SV_TYPE_NOVELL            = 0x00000080;
+
 	const int SV_TYPE_DOMAIN_MEMBER     = 0x00000100;
 	const int SV_TYPE_PRINTQ_SERVER     = 0x00000200;
 	const int SV_TYPE_DIALIN_SERVER     = 0x00000400;
-	const int SV_TYPE_XENIX_SERVER      = 0x00000800;
 	const int SV_TYPE_SERVER_UNIX       = 0x00000800;
 	const int SV_TYPE_NT                = 0x00001000;
 	const int SV_TYPE_WFW               = 0x00002000;
+	const int SV_TYPE_SERVER_MFPN       = 0x00004000;
+	const int SV_TYPE_SERVER_NT         = 0x00008000;
 	const int SV_TYPE_POTENTIAL_BROWSER = 0x00010000;
 	const int SV_TYPE_BACKUP_BROWSER    = 0x00020000;
 	const int SV_TYPE_MASTER_BROWSER    = 0x00040000;
 	const int SV_TYPE_DOMAIN_MASTER     = 0x00080000;
+	const int SV_TYPE_SERVER_OSF        = 0x00100000;
+	const int SV_TYPE_SERVER_VMS        = 0x00200000;
+	const int SV_TYPE_WIN95_PLUS        = 0x00400000;
+	const int SV_TYPE_DFS_SERVER        = 0x00800000;
+	const int SV_TYPE_ALTERNATE_XPORT   = 0x20000000;
 	const int SV_TYPE_LOCAL_LIST_ONLY   = 0x40000000;
 	const int SV_TYPE_DOMAIN_ENUM       = 0x80000000;
+	const int SV_TYPE_ALL               = 0xFFFFFFFF;
 	
 	/*****************/
 	/* Function 0x00 */



More information about the samba-cvs mailing list