]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Remove some unused/redundant set of netlogon headers.
authorGünther Deschner <gd@samba.org>
Fri, 15 Feb 2008 00:19:43 +0000 (01:19 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 15 Feb 2008 12:59:39 +0000 (13:59 +0100)
Guenther

source/include/rpc_netlogon.h

index f8c9fc5c7fbe6eb1684a5757cee534d909cff20c..c8a25cdf4d607dcb93fa163b149617be7f41763b 100644 (file)
 #define SAM_DELTA_DELETE_USER    0x15
 #define SAM_DELTA_MODIFIED_COUNT 0x16
 
-/* SAM database types */
-#define SAM_DATABASE_DOMAIN    0x00 /* Domain users and groups */
-#define SAM_DATABASE_BUILTIN   0x01 /* BUILTIN users and groups */
-#define SAM_DATABASE_PRIVS     0x02 /* Privileges */
-
 /* flags use when sending a NETLOGON_CONTROL request */
 
 #define NETLOGON_CONTROL_SYNC                  0x2
@@ -281,42 +276,6 @@ typedef struct net_user_info_3 {
        uint32 *other_sids_attrib;
 } NET_USER_INFO_3;
 
-
-/* NETLOGON_INFO_1 - pdc status info, i presume */
-typedef struct netlogon_1_info {
-       uint32 flags;            /* 0x0 - undocumented */
-       uint32 pdc_status;       /* 0x0 - undocumented */
-} NETLOGON_INFO_1;
-
-/* NETLOGON_INFO_2 - pdc status info, plus trusted domain info */
-typedef struct netlogon_2_info {
-       uint32  flags;            /* 0x0 - undocumented */
-       uint32  pdc_status;       /* 0x0 - undocumented */
-       uint32  ptr_trusted_dc_name; /* pointer to trusted domain controller name */
-       uint32  tc_status;           
-       UNISTR2 uni_trusted_dc_name; /* unicode string - trusted dc name */
-} NETLOGON_INFO_2;
-
-/* NETLOGON_INFO_3 - logon status info, i presume */
-typedef struct netlogon_3_info {
-       uint32 flags;            /* 0x0 - undocumented */
-       uint32 logon_attempts;   /* number of logon attempts */
-       uint32 reserved_1;       /* 0x0 - undocumented */
-       uint32 reserved_2;       /* 0x0 - undocumented */
-       uint32 reserved_3;       /* 0x0 - undocumented */
-       uint32 reserved_4;       /* 0x0 - undocumented */
-       uint32 reserved_5;       /* 0x0 - undocumented */
-} NETLOGON_INFO_3;
-
-/********************************************************
- Logon Control Query
-
- This is generated by a nltest /bdc_query:DOMAIN
-
- query_level 0x1, function_code 0x1
-
- ********************************************************/
-
 /* NEG_FLAGS */
 typedef struct neg_flags_info {
        uint32 neg_flags; /* negotiated flags */