s4:registry: Add missing break in switch statement
[samba.git] / source3 / smbd /
2021-02-01 Andreas Schneiders3:smbd: Add missing break in switch statement
2021-02-01 Jeremy Allisons3: smbd: Add missing lock free and file close in error...
2021-01-28 Ralph Boehmesmbd: use real dirfsp for SMB_VFS_UNLINKAT() in py_smbd...
2021-01-28 Ralph Boehmesmbd: use real dirfsp for SMB_VFS_UNLINKAT() in remove_...
2021-01-28 Ralph Boehmesmbd: use real dirfsp for SMB_VFS_CREATE_DFS_PATHAT...
2021-01-28 Ralph Boehmesmbd: use real dirfsp for SMB_VFS_UNLINKAT() in create_...
2021-01-28 Ralph Boehmesmbd: use real dirfsp with SMB_VFS_UNLINKAT() in rmdir_...
2021-01-28 Ralph Boehmesmbd: reduce indentation in rmdir_internals()
2021-01-28 Ralph Boehmesmbd: simplify rmdir_internals()
2021-01-28 Ralph Boehmesmbd: README.Coding fixes in rmdir_internals()
2021-01-28 Ralph Boehmesmbd: use real dirfsp for SMB_VFS_UNLINKAT() in recursi...
2021-01-28 Ralph Boehmesmbd: add dir_hnd_fetch_fsp()
2021-01-28 Ralph Boehmesmbd: add some space in recursive_rmdir()
2021-01-28 Ralph Boehmesmbd: simplify recursive_rmdir()
2021-01-28 Ralph Boehmesmbd: use real dirfsp and atname when deleting file...
2021-01-28 Ralph Boehmepysmbd: use parent_pathref() in py_smbd_mkdir()
2021-01-28 Ralph Boehmesmbd: use parent_pathref() in smb_set_file_unix_link()
2021-01-28 Ralph Boehmesmbd: use parent_pathref() in smb_unix_mknod()
2021-01-28 Ralph Boehmesmbd: use parent_pathref() in mkdir_internal()
2021-01-28 Ralph Boehmesmbd: add parent_pathref()
2021-01-28 Ralph Boehmesmbd: use synthetic_pathref() in delete_all_streams()
2021-01-28 Ralph Boehmesmbd: add synthetic_pathref()
2021-01-28 Ralph Boehmevfs: make fsp arg of vfs_[memctx|fetch]_fsp_extension...
2021-01-28 Jeremy Allisonsmbd: In conn_force_tdis_done() when forcing a connecti...
2021-01-26 Ralph Boehmesmbd: use fsp->conn->session_info for the initial delet...
2021-01-22 Volker Lendeckesmbd: Simplify sendfile_short_send()
2021-01-17 Jeremy Allisons3: smbd: Change smb_set_file_unix_link() to use a...
2021-01-15 Ralph Boehmepysmbd: use real dirfsp for SMB_VFS_MKDIRAT()
2021-01-15 Jeremy Allisons3: smbd: Change smb_unix_mknod() to use a real directo...
2021-01-15 Jeremy Allisons3: smbd: Move creation of parent_fname out of lp_inher...
2021-01-15 Stefan Metzmachersmbd: implement FSCTL_SMBTORTURE_IOCTL_RESPONSE_BODY_PA...
2021-01-14 Ralph Boehmesmbd: inherit st_ex_mode to basename from stream name...
2021-01-14 Ralph Boehmesmbd: call vfs_stat() in mkdir_internal()
2021-01-14 Ralph Boehmepysmbd: call vfs_stat() in set_sys_acl_conn()
2021-01-14 Stefan Metzmachers3:smbd: simplify the error handling in create_file_uni...
2021-01-14 Stefan Metzmachers3:smbd: allow close_file() with a non-fsa fsp for...
2021-01-14 Stefan Metzmachers3:smbd: make sure a SHUTDOWN_CLOSE applies to a stream...
2021-01-14 Stefan Metzmachers3:smbd: make use of fsp_set_base_fsp() when changing...
2021-01-14 Stefan Metzmachers3:smbd: add fsp_set_base_fsp() helper
2021-01-14 Stefan Metzmachers3:smbd: remove duplicate assignment of base_fsp in...
2021-01-14 Stefan Metzmachers3:smbd: fix the error cleanup in create_file_unixpath()
2021-01-14 Stefan Metzmachers3:smbd: split out create_internal_fsp() from create_in...
2021-01-14 Stefan Metzmachers3:smbd: make fsp_free() static, it should only ever...
2021-01-14 Stefan Metzmachers3:smbd: let vfs_default_durable_reconnect() use file_f...
2021-01-14 Ralph Boehmes3:smbd: close pathref fsp in call_trans2findfirst()
2021-01-14 Ralph Boehmes3:smbd: turn assignment into assert check in call_tran...
2021-01-14 Stefan Metzmachers3:smbd: let call_trans2findfirst() use file_free(...
2021-01-14 Stefan Metzmachers3:smbd: make sure openat_pathref_fsp() calls fd_close...
2021-01-14 Stefan Metzmachers3:smbd: introduce a reopen_from_fsp() helper function
2021-01-14 Stefan Metzmachers3:smbd: don't pass an unused smb_fname to reopen_from_...
2021-01-14 Stefan Metzmachers3:smbd: let open_directory() also use fd_open_atomic...
2021-01-14 Stefan Metzmachers3:smbd: let open_pathref_base_fsp() make use of smb_fn...
2021-01-14 Stefan Metzmachers3:smbd: let openat_pathref_fsp() make use of fsp_attac...
2021-01-14 Stefan Metzmachers3:smbd: let openat_pathref_fsp() allocate fsp->fsp_nam...
2021-01-14 Stefan Metzmachers3:smbd: split out a fsp_attach_smb_fname() helper...
2021-01-14 Stefan Metzmachers3:smbd: let fsp_set_smb_fname() always link fsp to...
2021-01-14 Stefan Metzmachers3:smbd: let fsp_smb_fname_link() set both sides of...
2021-01-14 Stefan Metzmachers3:smbd: rearrange move_smb_fname_fsp_link a bit
2021-01-13 Jeremy Allisons3: smbd: Add call to conn_setup_case_options() to...
2021-01-13 Jeremy Allisons3: smbd: Factor out setting up case parameters for...
2021-01-12 Volker Lendeckesmbd: Slightly simplify smbd_smb2_create_send()
2021-01-11 Ralph Boehmesmbd: pass O_DIRECTORY to fd_openat() for directories
2021-01-11 Ralph Boehmesmbd: move S_ISDIR check up a bit in openat_pathref_fsp()
2021-01-08 Stefan Metzmachers3:smbd: add vfs_fake_fd_close() helper
2021-01-08 Volker Lendeckelib: give global_contexts.c its own header file
2020-12-18 Jeremy Allisonsmbd: close_file() should never see an internal dirfsp.
2020-12-17 Ralph Boehmevfs: RIP SMB_VFS_SYS_ACL_SET_FILE()
2020-12-17 Ralph Boehmeposix_acls: use pathref fsp in copy_access_posix_acl()
2020-12-17 Ralph Boehmesmbd: use pathref fsp in change_dir_owner_to_parent()
2020-12-17 Ralph Boehmesmbd: use a real dirfsp/atname in mkdir_internal()...
2020-12-17 Ralph Boehmesmbd: after creating a directory, open the fsp as pathr...
2020-12-17 Ralph Boehmesmbd: pass fsp to mkdir_internal()
2020-12-17 Ralph Boehmesmbd: open a pathref fsp on the parent directory
2020-12-17 Ralph Boehmesmbd: check for absolute paths in full_path_from_dirfsp...
2020-12-17 Ralph Boehmesmbd: move mode logic out of vfswrap_mkdirat() to the...
2020-12-17 Ralph Boehmepysmbd: use SMB_VFS_SYS_ACL_SET_FD() in set_sys_acl_conn()
2020-12-17 Ralph Boehmeposix_acls: use SMB_VFS_SYS_ACL_SET_FD() in set_unix_po...
2020-12-17 Ralph Boehmeposix_acls: use SMB_VFS_SYS_ACL_SET_FD() in set_canon_a...
2020-12-17 Ralph Boehmevfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()
2020-12-17 Ralph Boehmesmbd: remove fd_close() from open_directory()
2020-12-17 Jeremy Allisonsmbd: Ensure close_directory() and close_normal_file...
2020-12-17 Ralph Boehmesmbd: mark fsp as valid FSA fsp after Durable Handle...
2020-12-17 Jeremy Allisonsmbd: Move closing a print file out of close_normal_fil...
2020-12-17 Jeremy Allisonsmbd: On error exit in create_file_unixpath(), we can...
2020-12-17 Jeremy Allisonsmbd: If an smb_filename already has a pathref fsp...
2020-12-17 Jeremy Allisonsmbd: dup_file_fsp() for old DOS style opens also needs...
2020-12-17 Jeremy Allisonsmbd: Fix debugs in file_new() and fsp_new().
2020-12-17 Björn Baumbachsmbd/notify: add option "honor change notify privilege"
2020-12-16 Jeremy Allisonsmbd: Remove the smb_fname parameter from set_ea().
2020-12-16 Jeremy Allisonsmbd: set_ea() must have an fsp, so remove uses of...
2020-12-16 Jeremy Allisonsmbd: smb_info_set_ea() can only get fsp==NULL in POSIX...
2020-12-16 Ralph Boehmevfs: SMB_VFS_GET_COMPRESSION() -> SMB_VFS_FGET_COMPRESS...
2020-12-16 Ralph Boehmesmbd: remove unused get_ea_dos_attribute()
2020-12-16 Ralph Boehmevfs: RIP SMB_VFS_GET_DOS_ATTRIBUTES()
2020-12-16 Ralph Boehmevfs: add and use fget_ea_dos_attribute()
2020-12-16 Ralph Boehmesmbd: use SMB_VFS_FGET_DOS_ATTRIBUTES() in open_file_nt...
2020-12-16 Ralph Boehmesmbd: RIP dos_mode()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in dos_mode_at_vfs_get_dosmode_done()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in smb_set_file_disposition_info()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in smb_set_file_dosmode()
next