Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/modules/onefs.h

    r414 r740  
    121121
    122122NTSTATUS 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);
    124124
    125125NTSTATUS 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);
    127127
    128128NTSTATUS 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);
    130131
    131132/*
     
    133134 */
    134135struct ifs_security_descriptor;
    135 NTSTATUS onefs_samba_sd_to_sd(uint32_t security_info_sent, const SEC_DESC *psd,
     136NTSTATUS onefs_samba_sd_to_sd(uint32_t security_info_sent,
     137                              const struct security_descriptor *psd,
    136138                              struct ifs_security_descriptor *sd, int snum,
    137139                              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);
    141140
    142141NTSTATUS onefs_stream_prep_smb_fname(TALLOC_CTX *ctx,
Note: See TracChangeset for help on using the changeset viewer.