summaryrefslogtreecommitdiff
path: root/source3/smbd/close.c
Commit message (Expand)AuthorAgeFilesLines
* s3: smbd: Change rmdir_internals() to call SMB_VFS_UNLINKAT() in rmdir cases.Jeremy Allison2019-10-101-4/+14
* s3: smbd: Change recursive_rmdir() to call SMB_VFS_UNLINKAT() in rmdir case.Jeremy Allison2019-10-101-1/+5
* s3: smbd: Change rmdir_internals() to call SMB_VFS_UNLINKAT() in 2 places.Jeremy Allison2019-09-261-3/+12
* s3: smbd: Change recursive_rmdir() to call SMB_VFS_UNLINKAT().Jeremy Allison2019-09-261-2/+9
* s3: smbd: Change close_remove_share_mode() to call SMB_VFS_UNLINKAT().Jeremy Allison2019-09-261-1/+6
* s3: smbd: Change delete_all_streams() to call SMB_VFS_UNLINKAT().Jeremy Allison2019-09-261-1/+4
* smbd: Use share_mode_forall_entries() in has_other_nonposix_opens_fn()Volker Lendecke2019-09-171-26/+42
* smbd: rename [un]become_user*() to [un]become_user_without_service*()Stefan Metzmacher2019-09-111-4/+4
* smbd: Do boolean short-circuitingVolker Lendecke2019-09-101-7/+5
* smbd: Use file_id_str_buf() in close_remove_share_mode()Volker Lendecke2019-09-101-2/+3
* smbd: Simplify has_other_nonposix_opens()Volker Lendecke2019-08-191-6/+4
* smbd: Align integer typesVolker Lendecke2019-08-191-1/+1
* smbd: Make remove_oplock_under_lock staticVolker Lendecke2019-08-061-1/+1
* smbd: Remove unused "msg_ctx" from locking_close_file()Volker Lendecke2019-07-021-1/+1
* smbd: Add smbd_smb1_do_locks_send/recv()Volker Lendecke2019-06-201-0/+6
* s3: smbd: Prevent valgrind errors in smbtorture3 POSIX test.Jeremy Allison2018-09-291-0/+4
* smbd: Factor out "has_other_nonposix_opens"Volker Lendecke2018-09-111-58/+35
* smbd: Simplify close_directory()Volker Lendecke2018-09-111-16/+20
* smbd: deal with fsp->aio_requests in close_directory()Ralph Boehme2018-07-271-0/+25
* smbd: split out a fsp_flush_write_time_update() function from update_write_ti...Stefan Metzmacher2018-06-141-4/+1
* smbd: Avoid a dependency on share_mode_entry->idVolker Lendecke2018-02-131-3/+4
* smbd: Pass "file_id" explicitly to message_to_share_mode_entry()Volker Lendecke2018-02-131-1/+1
* smbd: Pass in "file_id" into share_mode_str()Volker Lendecke2018-02-131-1/+1
* Remove file system sharemode before calling unlinkChristof Schmitt2018-01-171-0/+16
* lib: Add lib/util/server_id.hVolker Lendecke2017-01-221-0/+1
* Update smbrun to allow for settings environment variables.Trever L. Adams2016-10-131-1/+1
* s3: oplock: Fix race condition when closing an oplocked file.Jeremy Allison2016-08-111-5/+5
* s3: smbd: Fix delete operations enumerating streams inside a file. This must ...Jeremy Allison2016-07-201-1/+2
* smbd:close: only remove kernel share modes if they had been taken at openMichael Adam2016-05-191-7/+10
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-5/+12
* s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.Jeremy Allison2016-03-071-1/+1
* s3: smbd: Change delete_all_streams() to take a const struct smb_filename *.Jeremy Allison2016-03-071-6/+9
* s3: smbd: Change OpenDir() to take a struct smb_filename *, not a char *.Jeremy Allison2016-03-011-2/+2
* VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison2016-02-251-5/+4
* s3:smbd: convert file_struct.posix_open to a bitmap with flagsRalph Boehme2015-12-011-2/+4
* s3:smbd: use STATUS_NOTIFY_CLEANUP when closing a smb2 directory handleStefan Metzmacher2015-05-061-4/+11
* smbd: Remove bool arg from set_delete_on_close_lckVolker Lendecke2015-04-221-2/+2
* smbd: Use reset_delete_on_close_lck directlyVolker Lendecke2015-04-221-1/+1
* param: rename lp function and variable from "magicscript" to "magic_script"Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from "magicoutput" to "magic_output"Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from "recursive_veto_delete" to "delet...Garming Sam2014-02-071-1/+1
* Rename the profile enums with a SAMBA_ prefix to avoid conflict with system f...Jeremy Allison2013-11-221-1/+1
* smbd: Use remove_oplock() in close_normal_fileVolker Lendecke2013-10-241-1/+1
* smbd: Fix a 100% loop at shutdown timeVolker Lendecke2013-07-111-2/+5
* s3:smbd/close remove filesystem lock before removing sharemodeChristian Ambach2013-06-251-0/+9
* s3:smbd/close use common exit pathChristian Ambach2013-06-251-9/+2
* smbd: Remove unused codeVolker Lendecke2013-06-111-7/+0
* smbd: We don't use DEFERRED_OPEN_ENTRY anymoreVolker Lendecke2013-04-261-85/+0
* smbd: Obsolete MSG_SMB_OPEN_RETRYVolker Lendecke2013-04-261-9/+0
* smbd: Remove unused reply_to_oplock_break_requestsVolker Lendecke2013-04-261-1/+0