Robert Reif : winnt.h: Add more SID defines.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jul 24 06:54:57 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 11370742b55678357902e429329d9cad865c9149
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=11370742b55678357902e429329d9cad865c9149

Author: Robert Reif <reif at earthlink.net>
Date:   Sun Jul 23 08:25:24 2006 -0400

winnt.h: Add more SID defines.

---

 include/winnt.h |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/include/winnt.h b/include/winnt.h
index 1ee3bd2..c8eca8f 100644
--- a/include/winnt.h
+++ b/include/winnt.h
@@ -3351,6 +3351,20 @@ #define SECURITY_NETWORK_SERVICE_RID    
 #define SECURITY_NT_NON_UNIQUE                  0x00000015L
 #define SECURITY_BUILTIN_DOMAIN_RID             0x00000020L
 
+#define SECURITY_PACKAGE_BASE_RID               0x00000040L
+#define SECURITY_PACKAGE_NTLM_RID               0x0000000AL
+#define SECURITY_PACKAGE_SCHANNEL_RID           0x0000000EL
+#define SECURITY_PACKAGE_DIGEST_RID             0x00000015L
+#define SECURITY_MAX_ALWAYS_FILTERED            0x000003E7L
+#define SECURITY_MIN_NEVER_FILTERED             0x000003E8L
+#define SECURITY_OTHER_ORGANIZATION_RID         0x000003E8L
+
+#define FOREST_USER_RID_MAX                     0x000001F3L
+#define DOMAIN_USER_RID_ADMIN                   0x000001F4L
+#define DOMAIN_USER_RID_GUEST                   0x000001F5L
+#define DOMAIN_USER_RID_KRBTGT                  0x000001F6L
+#define DOMAIN_USER_RID_MAX                     0x000003E7L
+
 #define DOMAIN_GROUP_RID_ADMINS                 0x00000200L
 #define DOMAIN_GROUP_RID_USERS                  0x00000201L
 #define DOMAIN_GROUP_RID_GUESTS                 0x00000202L
@@ -3380,7 +3394,8 @@ #define DOMAIN_ALIAS_RID_DCOM_USERS     
 
 #define SECURITY_SERVER_LOGON_RID		SECURITY_ENTERPRISE_CONTROLLERS_RID
 
-#define SECURITY_LOGON_IDS_RID_COUNT		(3L)
+#define SECURITY_PACKAGE_RID_COUNT              2L
+#define SECURITY_LOGON_IDS_RID_COUNT		3L
 
 typedef enum {
     WinNullSid                                  = 0,




More information about the wine-cvs mailing list