libndr: Avoid assigning duplicate versions to symbols
[amitay/samba.git] / source3 / smbd / proto.h
2020-10-08 Jeremy Allisons3: smbd: Add a 'const char *src_orginal_lcomp' (last...
2020-10-08 Jeremy Allisons3: smbd: Fix SMB1 reply_unlink() to handle wildcards.
2020-10-08 Jeremy Allisons3: smbd: Pure reformatting of unlink_internals() to...
2020-10-02 Ralph Boehmevfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()
2020-10-02 Ralph Boehmesmbd: switch caller of fd_openat() to fd_open()
2020-10-02 Ralph Boehmevfs: add and use vfs_fake_fd()
2020-09-30 Jeremy Allisons3: smbd: Remove unused check_path_syntax_wcard().
2020-09-30 Jeremy Allisons3: smbd: Remove wrapper resolve_dfspath_wcard(). Just...
2020-09-30 Jeremy Allisons3: smbd: Remove unused 'bool *ppath_contains_wcard...
2020-09-30 Jeremy Allisons3: smbd: The only caller of filename_convert_with_priv...
2020-09-30 Jeremy Allisons3: smbd: All callers to filename_convert() pass in...
2020-09-30 Jeremy Allisons3: smbd: Remove srvstr_get_path_wcard() - no longer...
2020-09-30 Jeremy Allisons3: smbd: srvstr_get_path_wcard_posix() is no longer...
2020-09-30 Jeremy Allisons3: smbd: SMB1 rename_internals() can figure out the...
2020-09-30 Jeremy Allisons3: smbd: unlink_internals() can figure out if the...
2020-09-30 Jeremy Allisons3: smbd: srvstr_get_path_req_wcard() is now static...
2020-09-30 Jeremy Allisons3: smbd: dptr_create() doesn't need a separate wcard_h...
2020-07-29 Ralph Boehmesmbd: remove get_current_vuid()
2020-07-18 Ralph Boehmesmbd: factor out fsp_bind_smb()
2020-07-08 Stefan Metzmachers3:smbd: pass smbXsrv_client to downgrade_lease()
2020-07-02 Ralph Boehmesmbd: let get_lease_type() take a non-const share_mode_...
2020-05-21 Ralph Boehmesmbd: add fd_openat()
2020-05-21 Ralph Boehmesmbd: remove redundant conn arg from fd_open()
2020-05-21 Ralph Boehmesmbd: add dirfsp arg to SMB_VFS_CREATE_FILE()
2020-05-21 Ralph Boehmesmbd: rename create_internal_dirfsp_at() to create_inte...
2020-05-21 Ralph Boehmesmbd: rename open_internal_dirfsp_at() to open_internal...
2020-05-21 Ralph Boehmesmbd: remove dirfsp arg from [create|open]_internal_dir...
2020-05-21 Ralph Boehmesmbd: add open_flags arg to in open_internal_dirfsp_at()
2020-05-14 Ralph Boehmevfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()
2020-05-12 Stefan Metzmachers3:smbd: add vfs_valid_{pread,pwrite}_range() helper...
2020-05-06 Ralph Boehmesmbd: make get_real_filename_full_scan() public
2020-05-05 Ralph Boehmesmbd: pass ucf_flags to canonicalize_snapshot_path()
2020-05-05 Ralph Boehmesmbd: strip @GMT token in canonicalize_snapshot_path()
2020-05-05 Ralph Boehmesmbd: pass translated_path as const to stat_cache_add()
2020-05-05 Ralph Boehmesmbd: make canonicalize_snapshot_path() public
2020-05-05 Ralph Boehmesmbd: pass struct smb_filename to get_real_filename()
2020-05-05 Ralph Boehmesmbd: realign args of get_real_filename() and friends
2020-05-05 Ralph Boehmesmbd: pass twrp as NTTIME to filename_convert() and...
2020-05-05 Ralph Boehmesmbd: move time_t twrp to @GMT string token conversion...
2020-05-04 Jeremy Allisons3: smbd: Add a dirfsp parameter to check_parent_access().
2020-05-04 Jeremy Allisons3: smbd: Add a dirfsp parameter to smbd_check_access_r...
2020-05-04 Jeremy Allisons3: smbd: Add dirfsp parameter to can_write_to_file().
2020-05-04 Jeremy Allisons3: smbd: Reformat users of can_write_to_file().
2020-05-04 Jeremy Allisons3: smbd: Add dirfsp parameter to can_delete_file_in_di...
2020-05-04 Jeremy Allisons3: smbd: Reformat definition and callers of can_delete...
2020-04-30 Ralph Boehmesmbd: add is_lease_stat_open()
2020-04-30 Ralph Boehmesmbd: rename is_stat_open() to is_oplock_stat_open()
2020-04-30 Jeremy Allisons3: smbd: Cleanup - move the function get_nt_acl_no_snu...
2020-04-30 Jeremy Allisons3: smbd: Add a dirfsp parameter to directory_has_defau...
2020-04-30 Jeremy Allisons3: smbd: Reformat uses of directory_has_default_acl().
2020-04-30 Jeremy Allisons3: smbd: Change is_visible_file() to take a directory...
2020-04-30 Jeremy Allisons3: smbd: Reformat calls to is_visible_file() to one...
2020-04-29 Ralph Boehmesmbd: convert inherit_from_dir arg of change_file_owner...
2020-04-29 Ralph Boehmesmbd: convert inherit_access_posix_acl() arg parent_dir...
2020-04-29 Ralph Boehmesmbd: pass dirname as struct smb_filename to is_visible...
2020-04-29 Ralph Boehmesmbd: realign is_visible_file() args one per line
2020-04-29 Ralph Boehmesmbd: pass struct smb_filename smb_fname_parent to...
2020-04-29 Ralph Boehmesmbd: pass struct smb_filename parent_dir to file_set_d...
2020-04-29 Ralph Boehmesmbd: align file_set_dosmode() args one per line
2020-04-29 Ralph Boehmesmbd: pass struct smb_filename to directory_has_default...
2020-03-30 Jeremy Allisons3: smbd: Add 'const char *dst_original_lcomp' paramete...
2020-03-30 Jeremy Allisons3: smbd: Add a dst_original_lcomp parameter to rename_...
2020-03-30 Jeremy Allisons3: smbd: Add utility function get_original_lcomp().
2020-03-24 Ralph Boehmesmbd: add open_internal_dirfsp_at()
2020-03-24 Ralph Boehmesmbd: add create_internal_dirfsp_at()
2020-03-24 Ralph Boehmesmbd: make canonicalize_connect_path() public
2020-03-20 Samuel Cabreros3:rpc_server: Initialize global dcesrv_context for...
2020-03-18 Jeremy Allisons3: smbd: Remove file_close_pid().
2020-02-18 Jeremy Allisons3: smbd: dfs: Make parse_msdfs_symlink() external.
2020-02-07 Volker Lendeckesmbd: Make unix_perms_from_wire() public
2020-01-21 Christof Schmittsmbd: Remove unused function linux_set_lease_capability
2020-01-15 Volker Lendeckesmbd: Add close-denied-share message
2020-01-15 Volker Lendeckesmbd: Move sharename check of conn_force_tdis() into...
2020-01-13 Ralph Boehmesmbd: RIP user_struct
2020-01-13 Ralph Boehmesmbd: remove unused vuser arg from make_connection_smb2()
2019-12-20 Ralph Boehmes3:rpc_server: pass session_info to get_nt_acl_no_snum()
2019-12-20 Ralph Boehmes3: pass session_info to enum_msdfs_links()
2019-12-20 Ralph Boehmes3: pass session_info to remove_msdfs_link()
2019-12-20 Ralph Boehmes3: pass session_info to create_msdfs_link()
2019-12-20 Ralph Boehmes3: pass session info to get_referred_path()
2019-12-16 Jeremy Allisons3: smbd: msdfs: Factor out the code to create a msdfs...
2019-12-06 Ralph Boehmes3: add init_smb_file_time()
2019-11-13 Volker Lendeckesmbd: Remove write cache
2019-10-15 Jeremy Allisons3: smbd: Remove vfs_chown_fsp().
2019-10-08 Anoop C Ss3: VFS: Use SMB_VFS_FCNTL to set fd flags in open_file()
2019-09-17 Volker Lendeckesmbd: Pass "struct file_id" to get_lease_type()
2019-09-17 Volker Lendeckesmbd: Make fsp->fh->gen_id unique per process
2019-09-11 Stefan Metzmachersmbd: rename [un]become_user*() to [un]become_user_with...
2019-09-11 Ralph Boehmesmbd: rename change_to_user_by_fsp() to change_to_user_...
2019-09-11 Ralph Boehmesmbd: rename change_to_user() to change_to_user_and_ser...
2019-09-10 Ralph Boehmes3: replace fsp_stat() with vfs_stat_fsp()
2019-09-09 Stefan Metzmachers3:blocking: move from 'timeout' to 'smbd_smb1_do_locks...
2019-09-09 Stefan Metzmachers3:blocking: remove unused timeval_brl_min()
2019-08-19 Volker Lendeckesmbd: Simplify has_other_nonposix_opens()
2019-08-14 Christof Schmittsmbd: Make sys_disk_free static
2019-08-09 Volker Lendeckesmbd: Make "lease" const in create_file_default()
2019-08-07 Volker Lendeckesmbd: Add defer_sharing_violation_smb1
2019-08-06 Volker Lendeckesmbd: Make remove_oplock_under_lock static
2019-08-06 Volker Lendeckesmbd: Move fsp_client_guid() to locking/
2019-08-06 Volker Lendeckesmbd: Remove "share_access" from dup_file_fsp()
next