smb_acl.c (29bd28862cfb8abbd3a0f0a4b17e08bbc3652836) smb_acl.c (bbf6f00c25b6a2bed23c35eac6d62998ecdb338c)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 13 unchanged lines hidden (view full) ---

22 * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
23 * Use is subject to license terms.
24 */
25
26#include <stddef.h>
27#include <strings.h>
28#include <assert.h>
29
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 13 unchanged lines hidden (view full) ---

22 * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
23 * Use is subject to license terms.
24 */
25
26#include <stddef.h>
27#include <strings.h>
28#include <assert.h>
29
30#include <smbsrv/ntifs.h>
30#include <smbsrv/smb.h>
31#include <smbsrv/smb_sid.h>
32#include <smbsrv/smb_idmap.h>
31#include <smbsrv/smb_sid.h>
32#include <smbsrv/smb_idmap.h>
33#include <smbsrv/ntstatus.h>
34#include <smbsrv/ntaccess.h>
35
36#define ACE_ALL_TYPES 0x001F
37
38/*
39 * ACE groups within a DACL
40 *
41 * This is from lower to higher ACE order priority
42 */

--- 571 unchanged lines hidden ---
33
34#define ACE_ALL_TYPES 0x001F
35
36/*
37 * ACE groups within a DACL
38 *
39 * This is from lower to higher ACE order priority
40 */

--- 571 unchanged lines hidden ---