diff options
author | Günther Deschner <gd@samba.org> | 2008-02-15 01:19:43 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-15 13:59:39 +0100 |
commit | cfd9d5d65959e9360711494d62e19a8bb55626d7 (patch) | |
tree | 6f4ca1f8264fd8ad9eab4fd529c9abb9d6e8e5ca /source3 | |
parent | 71c34ad4e09aad2fbf5de9c60c0dd65874751e13 (diff) | |
download | samba-cfd9d5d65959e9360711494d62e19a8bb55626d7.tar.gz samba-cfd9d5d65959e9360711494d62e19a8bb55626d7.tar.bz2 samba-cfd9d5d65959e9360711494d62e19a8bb55626d7.zip |
Remove some unused/redundant set of netlogon headers.
Guenther
(This used to be commit 1cd556f763da2ffba6078135b9436906987f1235)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/rpc_netlogon.h | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/source3/include/rpc_netlogon.h b/source3/include/rpc_netlogon.h index f8c9fc5c7f..c8a25cdf4d 100644 --- a/source3/include/rpc_netlogon.h +++ b/source3/include/rpc_netlogon.h @@ -63,11 +63,6 @@ #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 */ |