summaryrefslogtreecommitdiff
path: root/source4/include/smb.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-05-24 05:01:34 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:53:54 -0500
commitd62e63304d1e2d3b1d1b1a0bc535f52ba04405e1 (patch)
treeba49c88f15d52abec435877e249a47bdeb16f1ba /source4/include/smb.h
parentfa62ea0853838f68599dafea966949479fc17f37 (diff)
downloadsamba-d62e63304d1e2d3b1d1b1a0bc535f52ba04405e1.tar.gz
samba-d62e63304d1e2d3b1d1b1a0bc535f52ba04405e1.tar.bz2
samba-d62e63304d1e2d3b1d1b1a0bc535f52ba04405e1.zip
r837: get rid of some more old rpc headers, and the genparser headers
(This used to be commit 3068b766edb17accbf52f82a81734f6d76e9f9bc)
Diffstat (limited to 'source4/include/smb.h')
-rw-r--r--source4/include/smb.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/source4/include/smb.h b/source4/include/smb.h
index 0881469af3..3b173cbeb5 100644
--- a/source4/include/smb.h
+++ b/source4/include/smb.h
@@ -240,33 +240,9 @@ typedef smb_ucs2_t wfstring[FSTRING_LEN];
#define MAX_HOURS_LEN 32
-#ifndef MAXSUBAUTHS
-#define MAXSUBAUTHS 15 /* max sub authorities in a SID */
-#endif
-
/* for compatibility */
#define SID_NAME_USE samr_SidType
-/**
- * @brief Security Identifier
- *
- * @sa http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/accctrl_38yn.asp
- **/
-typedef struct sid_info
-{
- uint8 sid_rev_num; /**< SID revision number */
- uint8 num_auths; /**< Number of sub-authorities */
- uint8 id_auth[6]; /**< Identifier Authority */
- /*
- * Pointer to sub-authorities.
- *
- * @note The values in these uint32's are in *native* byteorder, not
- * neccessarily little-endian...... JRA.
- */
- uint32 sub_auths[MAXSUBAUTHS];
-
-} DOM_SID;
-
/*
* The complete list of SIDS belonging to this user.
* Created when a vuid is registered.