smbd: add some space in recursive_rmdir()
[bbaumbach/samba-autobuild/.git] / source3 / smbd / close.c
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 Boehmesmbd: use synthetic_pathref() in delete_all_streams()
2021-01-26 Ralph Boehmesmbd: use fsp->conn->session_info for the initial delet...
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...
2020-12-18 Jeremy Allisonsmbd: close_file() should never see an internal dirfsp.
2020-12-17 Jeremy Allisonsmbd: Ensure close_directory() and close_normal_file...
2020-12-17 Jeremy Allisonsmbd: Move closing a print file out of close_normal_fil...
2020-12-16 Ralph Boehmesmbd: use fh_[get|set]_refcount()
2020-12-16 Ralph Boehmesmbd: use fh_[get|set]_gen_id()
2020-12-16 Ralph Boehmesmbd: use fsp_get_pathref_fd() as part of DEBUG and...
2020-11-10 Volker Lendeckesmbd: Use share_mode_changed_write_time() in smbd/close.c
2020-11-10 Volker Lendeckesmbd: Give locking/share_mode_lock.c its own header...
2020-10-02 Ralph Boehmesmbd: remove fsp->dirfsp
2020-09-30 Jeremy Allisons3: smbd: Don't overwrite contents of fsp->aio_requests...
2020-06-24 Jeremy Allisons3: smbd: Allow a SHUTDOWN_CLOSE on a file with outstan...
2020-06-22 Christof Schmittsmbd: Use NT_STATUS_NOTIFY_CLEANUP instead of STATUS_NO...
2020-05-30 Ralph Boehmesmbd: avoid become_user_without_service() in close_dire...
2020-05-30 Ralph Boehmesmbd: avoid become_user_without_service() in close_remo...
2020-05-21 Ralph Boehmesmbd: handling of fsp->dirfsps in close_file()
2020-05-05 Ralph Boehmesmbd: add twrp arg to synthetic_smb_fname()
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: pass dirname as struct smb_filename to is_visible...
2020-04-03 Ralph Boehmesmbd: move files_struct.delete_on_close to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.initial_delete_on_close to...
2020-04-03 Ralph Boehmesmbd: move files_struct.is_directory to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.write_time_forced to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.update_write_time_on_close...
2020-04-03 Ralph Boehmesmbd: move files_struct.kernel_share_modes_taken to...
2020-03-18 Ralph Boehmesmbd: enforce AIO requests draining
2020-03-09 Ralph Boehmesmbd: reuse close_free_pending_aio() in close_directory()
2020-03-09 Ralph Boehmesmbd: call tevent_req_nterror() for directories when...
2020-03-09 Ralph Boehmesmbd: move pending aio cleanup to a helper function
2020-03-08 Jeremy Allisons3: smbd: Make sure we correctly reply to outstanding...
2019-12-06 Ralph Boehmesmbd: fix handling of sentinel timestamp values
2019-11-27 Ralph Boehmesmbdotconf: mark "veto files" with substitution="1"
2019-11-27 Ralph Boehmesmbdotconf: mark "magic script" with substitution="1"
2019-11-27 Ralph Boehmesmbdotconf: mark "magic output" with substitution="1"
2019-11-13 Volker Lendeckesmbd: Remove write cache
2019-10-10 Jeremy Allisons3: smbd: Change rmdir_internals() to call SMB_VFS_UNLI...
2019-10-10 Jeremy Allisons3: smbd: Change recursive_rmdir() to call SMB_VFS_UNLI...
2019-09-26 Jeremy Allisons3: smbd: Change rmdir_internals() to call SMB_VFS_UNLI...
2019-09-26 Jeremy Allisons3: smbd: Change recursive_rmdir() to call SMB_VFS_UNLI...
2019-09-26 Jeremy Allisons3: smbd: Change close_remove_share_mode() to call...
2019-09-26 Jeremy Allisons3: smbd: Change delete_all_streams() to call SMB_VFS_U...
2019-09-17 Volker Lendeckesmbd: Use share_mode_forall_entries() in has_other_nonp...
2019-09-11 Stefan Metzmachersmbd: rename [un]become_user*() to [un]become_user_with...
2019-09-10 Volker Lendeckesmbd: Do boolean short-circuiting
2019-09-10 Volker Lendeckesmbd: Use file_id_str_buf() in close_remove_share_mode()
2019-08-19 Volker Lendeckesmbd: Simplify has_other_nonposix_opens()
2019-08-19 Volker Lendeckesmbd: Align integer types
2019-08-06 Volker Lendeckesmbd: Make remove_oplock_under_lock static
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from locking_close_file()
2019-06-20 Volker Lendeckesmbd: Add smbd_smb1_do_locks_send/recv()
2018-09-29 Jeremy Allisons3: smbd: Prevent valgrind errors in smbtorture3 POSIX...
2018-09-11 Volker Lendeckesmbd: Factor out "has_other_nonposix_opens"
2018-09-11 Volker Lendeckesmbd: Simplify close_directory()
2018-07-27 Ralph Boehmesmbd: deal with fsp->aio_requests in close_directory()
2018-06-14 Stefan Metzmachersmbd: split out a fsp_flush_write_time_update() functio...
2018-02-12 Volker Lendeckesmbd: Avoid a dependency on share_mode_entry->id
2018-02-12 Volker Lendeckesmbd: Pass "file_id" explicitly to message_to_share_mod...
2018-02-12 Volker Lendeckesmbd: Pass in "file_id" into share_mode_str()
2018-01-17 Christof SchmittRemove file system sharemode before calling unlink
2017-01-22 Volker Lendeckelib: Add lib/util/server_id.h
2016-10-13 Trever L. AdamsUpdate smbrun to allow for settings environment variables.
2016-08-11 Jeremy Allisons3: oplock: Fix race condition when closing an oplocked...
2016-07-19 Jeremy Allisons3: smbd: Fix delete operations enumerating streams...
2016-05-19 Michael Adamsmbd:close: only remove kernel share modes if they...
2016-03-24 Jeremy Allisons3: Filenames: Add uint32_t flags parameter to syntheti...
2016-03-07 Jeremy Allisons3: smbd: Change open_streams_for_delete() to take...
2016-03-07 Jeremy Allisons3: smbd: Change delete_all_streams() to take a const...
2016-03-01 Jeremy Allisons3: smbd: Change OpenDir() to take a struct smb_filenam...
2016-02-25 Jeremy AllisonVFS: Modify rmdir to take a const struct smb_filename...
2015-12-01 Ralph Boehmes3:smbd: convert file_struct.posix_open to a bitmap...
2015-05-06 Stefan Metzmachers3:smbd: use STATUS_NOTIFY_CLEANUP when closing a smb2...
2015-04-22 Volker Lendeckesmbd: Remove bool arg from set_delete_on_close_lck
2015-04-22 Volker Lendeckesmbd: Use reset_delete_on_close_lck directly
2014-02-08 Garming Samparam: rename lp function and variable from "magicscrip...
2014-02-08 Garming Samparam: rename lp function and variable from "magicoutpu...
2014-02-08 Garming Samparam: rename lp function and variable from "recursive_...
2013-11-22 Jeremy AllisonRename the profile enums with a SAMBA_ prefix to avoid...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-24 Volker Lendeckesmbd: Use remove_oplock() in close_normal_file
2013-07-11 Volker Lendeckesmbd: Fix a 100% loop at shutdown time
2013-06-25 Christian Ambachs3:smbd/close remove filesystem lock before removing...
2013-06-25 Christian Ambachs3:smbd/close use common exit path
2013-06-11 Volker Lendeckesmbd: Remove unused code
2013-04-26 Volker Lendeckesmbd: We don't use DEFERRED_OPEN_ENTRY anymore
2013-04-26 Volker Lendeckesmbd: Obsolete MSG_SMB_OPEN_RETRY
2013-04-26 Volker Lendeckesmbd: Remove unused reply_to_oplock_break_requests
2013-04-18 Gregor Becks3:smbd: call scavenger_schedule_disconnected() from...
2013-04-17 Volker Lendeckesmbd: Convert rmdir_internals to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert recursive_rmdir to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert delete_all_streams to synthetic_smb_fname
2013-02-19 Michael Adams3:smbd:smb2: fix segfault (access after free) in durab...
2013-02-18 Michael Adams3:smbd: add debugging to close code (regarding disconn...
2013-02-18 Stefan Metzmachers3:smbd: use smbXsrv_open_close() instead of smbXsrv_op...
next