s3: smbd: Add a dirfsp parameter to check_parent_access().
[amitay/samba.git] / source3 / smbd / proto.h
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()
2019-08-06 Volker Lendeckesmbd: Use "req->request_time" in schedule_async_open()
2019-08-06 Ralph Boehmes3: smbd: remove redundant smb_dname arg from dptr_create()
2019-08-06 Jeremy Allisons3: smbd: Remove dptr_close().
2019-08-06 Jeremy Allisons3: smbd: Remove dptr_fsp(). No longer used.
2019-08-06 Jeremy Allisons3: smbd: Remove dptr_fetch_lanman2() - unused.
2019-08-06 Jeremy Allisons3: smbd: Add dptr_fetch_lanman2_fsp() - to replace...
2019-08-06 Jeremy Allisons3: smbd: Remove dptr_fetch() - replace internals with...
2019-08-06 Jeremy Allisons3: smbd: Add dptr_fetch_fsp() for SMB1 code. We will...
2019-08-06 Jeremy Allisons3: smbd: Remove now unused dptr_activecnum().
2019-08-06 Jeremy Allisons3: smbd: Remove now unused dptr_closepath().
2019-08-06 Jeremy Allisons3: smbd: Add dptr_fsp() to return any stored files_str...
2019-07-24 Jeremy Allisons3: smbd: Naming consistency. Change all uses of struct...
2019-07-24 Jeremy Allisons3: smbd: Naming consistency. Change all uses of struct...
2019-07-09 Jeremy Allisons3: smbd: Remove now unused dptr_idlecnum().
2019-07-09 Jeremy Allisons3: smbd: Add dptr_activecnum(), not yet used.
2019-07-08 Volker Lendeckesmbd: Make get_relative_fid_filename() static to open.c
2019-07-04 Volker Lendeckesmbd: Don't store num_read_oplocks in brlock.tdb
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from smbd_smb1_do_locks_s...
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from smbd_do_locks_try()
2019-07-01 Ralph Boehmevfs_fruit: move zero file-id to vfs_fruit
2019-07-01 Ralph Boehmes3:vfs: move get_fs_file_id to vfs_default
2019-07-01 Ralph Boehmes3:smbd: rename get_FileIndex() to get_fs_file_id()
2019-06-24 Jeremy Allisons3: smbd: Make set_unix_posix_default_acl() take an...
2019-06-24 Jeremy Allisons3: smbd: Only pass fsp to set_unix_posix_acl(). No...
2019-06-24 Jeremy Allisons3: smbd: Change set_unix_posix_default_acl() to return...
2019-06-24 Jeremy Allisons3: smbd: Make set_unix_posix_acl() return NTSTATUS.
2019-06-20 Volker Lendeckesmbd: Remove unused brlock code
2019-06-20 Volker Lendeckesmbd: Add smbd_smb1_do_locks_send/recv()
2019-06-20 Volker Lendeckesmbd: Only remove locks by mid if necessary
2019-05-28 Volker Lendeckesmbd: Simplify fsp_lease_update()
2019-05-21 Andreas Schneiders3:smbd: Return NTSTATUS for srv_calculate_sign_mac()
2019-05-03 Volker Lendeckesmbd: Make "check_access()" static to trans2.c
2019-04-14 Volker Lendeckesmbd: Remove share_mode_lease and the leases array...
2019-04-14 Volker Lendeckesmbd: Make find_share_mode_lease() static
2019-04-14 Volker Lendeckesmbd: Add update_share_mode_lease_from_db()
2019-04-14 Volker Lendeckesmbd: Pass lease parameters explicitly to find_fsp_lease
2019-03-29 Stefan Metzmachers3:smbd: fix max_buffer handling of initial notify...
2019-01-11 Ralph BoehmeRevert "smbd: add [un]become_guest() helper functions"
2019-01-11 Ralph BoehmeRevert "smbd: add smbd_impersonate_debug_create() helper"
next