Changeset 740 for vendor/current/source3/modules/onefs.h
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/modules/onefs.h
r414 r740 121 121 122 122 NTSTATUS onefs_fget_nt_acl(vfs_handle_struct *handle, files_struct *fsp, 123 uint32 security_info, SEC_DESC**ppdesc);123 uint32 security_info, struct security_descriptor **ppdesc); 124 124 125 125 NTSTATUS onefs_get_nt_acl(vfs_handle_struct *handle, const char* name, 126 uint32 security_info, SEC_DESC**ppdesc);126 uint32 security_info, struct security_descriptor **ppdesc); 127 127 128 128 NTSTATUS onefs_fset_nt_acl(vfs_handle_struct *handle, files_struct *fsp, 129 uint32 security_info_sent, const SEC_DESC *psd); 129 uint32 security_info_sent, 130 const struct security_descriptor *psd); 130 131 131 132 /* … … 133 134 */ 134 135 struct ifs_security_descriptor; 135 NTSTATUS onefs_samba_sd_to_sd(uint32_t security_info_sent, const SEC_DESC *psd, 136 NTSTATUS onefs_samba_sd_to_sd(uint32_t security_info_sent, 137 const struct security_descriptor *psd, 136 138 struct ifs_security_descriptor *sd, int snum, 137 139 uint32_t *security_info_effective); 138 139 NTSTATUS onefs_split_ntfs_stream_name(TALLOC_CTX *mem_ctx, const char *fname,140 char **pbase, char **pstream);141 140 142 141 NTSTATUS onefs_stream_prep_smb_fname(TALLOC_CTX *ctx,
Note:
See TracChangeset
for help on using the changeset viewer.