Ignore:
Timestamp:
Nov 29, 2012, 1:59:04 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/locking/proto.h

    r745 r751  
    174174bool downgrade_share_oplock(struct share_mode_lock *lck, files_struct *fsp);
    175175NTSTATUS can_set_delete_on_close(files_struct *fsp, uint32 dosmode);
    176 const struct security_unix_token *get_delete_on_close_token(struct share_mode_lock *lck, uint32_t name_hash);
     176bool get_delete_on_close_token(struct share_mode_lock *lck,
     177                        uint32_t name_hash,
     178                        const struct security_token **pp_nt_tok,
     179                        const struct security_unix_token **pp_tok);
    177180void set_delete_on_close_lck(files_struct *fsp,
    178181                        struct share_mode_lock *lck,
    179182                        bool delete_on_close,
     183                        const struct security_token *nt_tok,
    180184                        const struct security_unix_token *tok);
    181 bool set_delete_on_close(files_struct *fsp, bool delete_on_close, const struct security_unix_token *tok);
     185bool set_delete_on_close(files_struct *fsp, bool delete_on_close,
     186                        const struct security_token *nt_tok,
     187                        const struct security_unix_token *tok);
    182188bool is_delete_on_close_set(struct share_mode_lock *lck, uint32_t name_hash);
    183189bool set_sticky_write_time(struct file_id fileid, struct timespec write_time);
Note: See TracChangeset for help on using the changeset viewer.