summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
Commit message (Expand)AuthorAgeFilesLines
* smbd: factor out fsp_bind_smb()Ralph Boehme2020-07-181-0/+1
* s3:smbd: pass smbXsrv_client to downgrade_lease()Stefan Metzmacher2020-07-081-1/+2
* smbd: let get_lease_type() take a non-const share_mode_entryRalph Boehme2020-07-021-1/+1
* smbd: add fd_openat()Ralph Boehme2020-05-211-0/+3
* smbd: remove redundant conn arg from fd_open()Ralph Boehme2020-05-211-1/+1
* smbd: add dirfsp arg to SMB_VFS_CREATE_FILE()Ralph Boehme2020-05-211-0/+1
* smbd: rename create_internal_dirfsp_at() to create_internal_dirfsp()Ralph Boehme2020-05-211-3/+3
* smbd: rename open_internal_dirfsp_at() to open_internal_dirfsp()Ralph Boehme2020-05-211-4/+4
* smbd: remove dirfsp arg from [create|open]_internal_dirfsp_at()Ralph Boehme2020-05-211-2/+0
* smbd: add open_flags arg to in open_internal_dirfsp_at()Ralph Boehme2020-05-211-0/+1
* vfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()Ralph Boehme2020-05-141-1/+0
* s3:smbd: add vfs_valid_{pread,pwrite}_range() helper functionsStefan Metzmacher2020-05-121-0/+2
* smbd: make get_real_filename_full_scan() publicRalph Boehme2020-05-061-0/+6
* smbd: pass ucf_flags to canonicalize_snapshot_path()Ralph Boehme2020-05-051-0/+1
* smbd: strip @GMT token in canonicalize_snapshot_path()Ralph Boehme2020-05-051-0/+2
* smbd: pass translated_path as const to stat_cache_add()Ralph Boehme2020-05-051-1/+1
* smbd: make canonicalize_snapshot_path() publicRalph Boehme2020-05-051-0/+2
* smbd: pass struct smb_filename to get_real_filename()Ralph Boehme2020-05-051-1/+1
* smbd: realign args of get_real_filename() and friendsRalph Boehme2020-05-051-2/+4
* smbd: pass twrp as NTTIME to filename_convert() and all the way down to canon...Ralph Boehme2020-05-051-2/+2
* smbd: move time_t twrp to @GMT string token conversion to canonicalize_snapsh...Ralph Boehme2020-05-051-0/+1
* s3: smbd: Add a dirfsp parameter to check_parent_access().Jeremy Allison2020-05-041-0/+1
* s3: smbd: Add a dirfsp parameter to smbd_check_access_rights().Jeremy Allison2020-05-041-0/+1
* s3: smbd: Add dirfsp parameter to can_write_to_file().Jeremy Allison2020-05-041-0/+1
* s3: smbd: Reformat users of can_write_to_file().Jeremy Allison2020-05-041-1/+1
* s3: smbd: Add dirfsp parameter to can_delete_file_in_directory().Jeremy Allison2020-05-041-0/+1
* s3: smbd: Reformat definition and callers of can_delete_file_in_directory().Jeremy Allison2020-05-041-1/+1
* smbd: add is_lease_stat_open()Ralph Boehme2020-04-301-0/+1
* smbd: rename is_stat_open() to is_oplock_stat_open()Ralph Boehme2020-04-301-1/+1
* s3: smbd: Cleanup - move the function get_nt_acl_no_snum() to it's user module.Jeremy Allison2020-04-301-5/+0
* s3: smbd: Add a dirfsp parameter to directory_has_default_acl().Jeremy Allison2020-04-301-0/+1
* s3: smbd: Reformat uses of directory_has_default_acl().Jeremy Allison2020-04-301-1/+1
* s3: smbd: Change is_visible_file() to take a directory handle not a name.Jeremy Allison2020-04-301-1/+2
* s3: smbd: Reformat calls to is_visible_file() to one arg per line.Jeremy Allison2020-04-301-4/+4
* smbd: convert inherit_from_dir arg of change_file_owner_to_parent() to struct...Ralph Boehme2020-04-291-1/+1
* smbd: convert inherit_access_posix_acl() arg parent_dir to struct smb_filenameRalph Boehme2020-04-291-1/+1
* smbd: pass dirname as struct smb_filename to is_visible_file()Ralph Boehme2020-04-291-1/+1
* smbd: realign is_visible_file() args one per lineRalph Boehme2020-04-291-1/+5
* smbd: pass struct smb_filename smb_fname_parent to unix_mode()Ralph Boehme2020-04-291-1/+1
* smbd: pass struct smb_filename parent_dir to file_set_dosmode()Ralph Boehme2020-04-291-1/+1
* smbd: align file_set_dosmode() args one per lineRalph Boehme2020-04-291-2/+5
* smbd: pass struct smb_filename to directory_has_default_acl()Ralph Boehme2020-04-291-1/+2
* s3: smbd: Add 'const char *dst_original_lcomp' parameter to rename_internals()Jeremy Allison2020-03-301-0/+1
* s3: smbd: Add a dst_original_lcomp parameter to rename_internals_fsp().Jeremy Allison2020-03-301-0/+1
* s3: smbd: Add utility function get_original_lcomp().Jeremy Allison2020-03-301-0/+4
* smbd: add open_internal_dirfsp_at()Ralph Boehme2020-03-241-3/+4
* smbd: add create_internal_dirfsp_at()Ralph Boehme2020-03-241-0/+9
* smbd: make canonicalize_connect_path() publicRalph Boehme2020-03-241-0/+1
* s3:rpc_server: Initialize global dcesrv_context for embedded servicesSamuel Cabrero2020-03-201-0/+2
* s3: smbd: Remove file_close_pid().Jeremy Allison2020-03-181-2/+0