summaryrefslogtreecommitdiff
path: root/source3/smbd/close.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:smbd: call scavenger_schedule_disconnected() from close normal file for du...Gregor Beck2013-04-181-0/+2
* smbd: Convert rmdir_internals to synthetic_smb_fnameVolker Lendecke2013-04-171-7/+4
* smbd: Convert recursive_rmdir to synthetic_smb_fnameVolker Lendecke2013-04-171-5/+4
* smbd: Convert delete_all_streams to synthetic_smb_fnameVolker Lendecke2013-04-171-5/+5
* s3:smbd:smb2: fix segfault (access after free) in durable disconnect codeMichael Adam2013-02-191-0/+1
* s3:smbd: add debugging to close code (regarding disconnect of a durable)Michael Adam2013-02-181-0/+14
* s3:smbd: use smbXsrv_open_close() instead of smbXsrv_open_update()Stefan Metzmacher2013-02-181-1/+11
* s3: make recursive_rmdir function non-staticBjörn Baumbach2012-10-011-4/+4
* s3:smbd: initial durable handle support: special treatment of durable handles...Michael Adam2012-09-081-0/+44
* s3: Fix a panic when shutting downVolker Lendecke2012-09-081-10/+32
* Fix unused variable.Jeremy Allison2012-07-241-1/+0
* s3-aio: Panic if we try to close a fsp with outstanding aio requestsVolker Lendecke2012-07-191-1/+15
* s3: Properly handle shutdown with the _send/_recv based aioVolker Lendecke2012-07-181-10/+1