Changeset 221 for branches/samba-3.3.x/source/modules/nfs4_acls.h
- Timestamp:
- May 24, 2009, 7:17:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/modules/nfs4_acls.h
r206 r221 118 118 /* prop's contents are copied */ 119 119 /* it doesn't change the order, appends */ 120 SMB4ACE_T *smb_add_ace4(SMB4ACL_T * acl, SMB_ACE4PROP_T *prop);120 SMB4ACE_T *smb_add_ace4(SMB4ACL_T *theacl, SMB_ACE4PROP_T *prop); 121 121 122 122 SMB_ACE4PROP_T *smb_get_ace4(SMB4ACE_T *ace); 123 123 124 124 /* Returns NULL if none - or error */ 125 SMB4ACE_T *smb_first_ace4(SMB4ACL_T * acl);125 SMB4ACE_T *smb_first_ace4(SMB4ACL_T *theacl); 126 126 127 127 /* Returns NULL in the end - or error */ 128 128 SMB4ACE_T *smb_next_ace4(SMB4ACE_T *ace); 129 129 130 uint32 smb_get_naces(SMB4ACL_T * acl);130 uint32 smb_get_naces(SMB4ACL_T *theacl); 131 131 132 132 NTSTATUS smb_fget_nt_acl_nfs4(files_struct *fsp, 133 133 uint32 security_info, 134 SEC_DESC **ppdesc, SMB4ACL_T * acl);134 SEC_DESC **ppdesc, SMB4ACL_T *theacl); 135 135 136 136 NTSTATUS smb_get_nt_acl_nfs4(connection_struct *conn, 137 137 const char *name, 138 138 uint32 security_info, 139 SEC_DESC **ppdesc, SMB4ACL_T * acl);139 SEC_DESC **ppdesc, SMB4ACL_T *theacl); 140 140 141 141 /* Callback function needed to set the native acl
Note:
See TracChangeset
for help on using the changeset viewer.