Changeset 745 for trunk/server/source3/modules/vfs_aixacl2.c
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source3/modules/vfs_aixacl2.c
r429 r745 19 19 20 20 #include "includes.h" 21 #include "smbd/smbd.h" 21 22 #include "nfs4_acls.h" 22 23 … … 156 157 static NTSTATUS aixjfs2_fget_nt_acl(vfs_handle_struct *handle, 157 158 files_struct *fsp, uint32 security_info, 158 SEC_DESC**ppdesc)159 struct security_descriptor **ppdesc) 159 160 { 160 161 SMB4ACL_T *pacl = NULL; … … 178 179 static NTSTATUS aixjfs2_get_nt_acl(vfs_handle_struct *handle, 179 180 const char *name, 180 uint32 security_info, SEC_DESC**ppdesc)181 uint32 security_info, struct security_descriptor **ppdesc) 181 182 { 182 183 SMB4ACL_T *pacl = NULL; … … 371 372 } 372 373 373 static NTSTATUS aixjfs2_set_nt_acl_common(files_struct *fsp, uint32 security_info_sent, const SEC_DESC*psd)374 static NTSTATUS aixjfs2_set_nt_acl_common(files_struct *fsp, uint32 security_info_sent, const struct security_descriptor *psd) 374 375 { 375 376 acl_type_t acl_type_info; … … 395 396 } 396 397 397 NTSTATUS aixjfs2_fset_nt_acl(vfs_handle_struct *handle, files_struct *fsp, uint32 security_info_sent, const SEC_DESC*psd)398 NTSTATUS aixjfs2_fset_nt_acl(vfs_handle_struct *handle, files_struct *fsp, uint32 security_info_sent, const struct security_descriptor *psd) 398 399 { 399 400 return aixjfs2_set_nt_acl_common(fsp, security_info_sent, psd);
Note:
See TracChangeset
for help on using the changeset viewer.