From 661a4a3f6742cf1d249cb49e78410c4121a5407b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 27 Oct 2004 05:30:29 +0000 Subject: r3286: filled in more missing SV_TYPE_* defines (This used to be commit 891d87a71203fcee504875976a4ee61b84579c83) --- source4/librpc/idl/svcctl.idl | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'source4/librpc/idl/svcctl.idl') diff --git a/source4/librpc/idl/svcctl.idl b/source4/librpc/idl/svcctl.idl index 149971e8af..4910b1f0b9 100644 --- a/source4/librpc/idl/svcctl.idl +++ b/source4/librpc/idl/svcctl.idl @@ -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 */ -- cgit