index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
smb2_close.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-28
smbd: add access_mask to delay_for_handle_lease_break_send()
Ralph Boehme
1
-0
/
+1
2025-03-27
smbd: remove get_change_timespec()
Ralph Boehme
1
-1
/
+1
2024-11-05
smbd: recursive delay_for_handle_lease_break_send()
Ralph Boehme
1
-0
/
+1
2024-11-05
smbd: use delay_for_handle_lease_break_send() for initial delete on close
Ralph Boehme
1
-0
/
+95
2023-07-10
smbd: don't leak the fsp if close_file_smb() fails
Ralph Boehme
1
-0
/
+2
2023-03-31
s3: smbd: Correctly set smb2req->smb1req->posix_pathnames from the calling fs...
Jeremy Allison
1
-1
/
+1
2022-12-09
smbd: debug in smbd_smb2_close_send()
Ralph Boehme
1
-0
/
+12
2022-05-02
smbd: optimize and streamline smbd_smb2_close()
Ralph Boehme
1
-56
/
+12
2022-05-02
smbd: pass fsp as pointer-pointer to smbd_smb2_close()
Ralph Boehme
1
-3
/
+4
2022-02-10
smbd: NULL out "fsp" in close_file()
Volker Lendecke
1
-1
/
+1
2021-12-16
s3: smbd: In setup_close_full_information(), remove unneeded vfs_stat().
Jeremy Allison
1
-6
/
+0
2021-12-15
s3: smbd: In setup_close_full_information() the posix_open parameter is not n...
Noel Power
1
-5
/
+0
2021-12-15
s3: smbd: In setup_close_full_information() use vfs_stat() helper function.
Jeremy Allison
1
-5
/
+1
2021-05-24
smbd: correctly initialize close timestamp fields
Ralph Boehme
1
-4
/
+4
2021-02-05
smbd: don't return NT_STATUS_STOPPED_ON_SYMLINK in openat_pathref_fsp()
Ralph Boehme
1
-1
/
+4
2020-12-16
smbd: use fdos_mode() in setup_close_full_information()
Ralph Boehme
1
-1
/
+11
2020-04-03
smbd: move files_struct.closing to a bitfield
Ralph Boehme
1
-1
/
+1
2020-04-03
smbd: move files_struct.delete_on_close to a bitfield
Ralph Boehme
1
-1
/
+1
2020-04-03
smbd: move files_struct.initial_delete_on_close to a bitfield
Ralph Boehme
1
-1
/
+1
2020-04-03
smbd: reformat an if expression in smbd_smb2_close()
Ralph Boehme
1
-1
/
+3
2020-03-23
s3: Remove tevent_wait code. The last user was fsp->deferred_close.
Jeremy Allison
1
-1
/
+0
2020-03-23
s3: smbd: Convert async SMB2 close to use the wait_queue idiom.
Jeremy Allison
1
-15
/
+37
2019-12-06
smbd: use put_long_date_full_timespec()
Ralph Boehme
1
-8
/
+8
2019-06-20
smbd: Base smb2_lock.c on tevent_req
Volker Lendecke
1
-0
/
+12
2019-01-11
Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the...
Ralph Boehme
1
-1
/
+1
2018-12-18
s3-smbd: avoid assuming fsp is always intact after close_file call.
Günther Deschner
1
-1
/
+1
2018-06-18
smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event c...
Stefan Metzmacher
1
-1
/
+1
2018-03-22
s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....
Jeremy Allison
1
-0
/
+3
2016-01-22
smbd:smb2_close: remove an irritating blank line
Michael Adam
1
-1
/
+0
2015-12-01
s3:smbd: convert file_struct.posix_open to a bitmap with flags
Ralph Boehme
1
-1
/
+1
2015-02-20
s3: smbd: SMB2 close. If a file has delete on close, store the return info be...
Jeremy Allison
1
-0
/
+20
2015-02-20
s3: smbd: SMB2 close. Call utility function setup_close_full_information()
Jeremy Allison
1
-26
/
+11
2015-02-20
s3: smbd: SMB2 close. Add utility function setup_close_full_information()
Jeremy Allison
1
-0
/
+42
2014-08-06
s3:smb2_server: pass smbXsrv_connection to smbd_server_connection_terminate*()
Stefan Metzmacher
1
-3
/
+3
2014-05-23
s3: smb2: Move from using SBVAL to put NTTIMEs on the wire to put_long_date_t...
Jeremy Allison
1
-70
/
+57
2014-03-05
s3:smb2_close: make use of smbd_smb2_generate_outbody()
Stefan Metzmacher
1
-1
/
+1
2013-12-12
s3:smbd/smb2 fix compiler warnings
Christian Ambach
1
-8
/
+8
2013-04-17
smbd: Convert smbd_smb2_close to cp_smb_filename
Volker Lendecke
1
-5
/
+3
2012-08-05
s3:smb2_close: make use of SMBD_SMB2_IN_BODY_PTR()
Stefan Metzmacher
1
-2
/
+1
2012-07-18
s3-smb2: Postpone close_file until all aio is handled
Volker Lendecke
1
-0
/
+52
2012-06-25
s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2
Stefan Metzmacher
1
-1
/
+1
2012-06-15
s3:smbd: change smb2_close.c to use fsp_fnum_dbg() for fsp->fnum logging.
Michael Adam
1
-2
/
+2
2012-06-09
s3:smb2_close: make use of file_fsp_smb2()
Stefan Metzmacher
1
-30
/
+15
2012-06-09
s3:smb2_close: add missing TALLOC_FREE(subreq) in smbd_smb2_request_close_done()
Stefan Metzmacher
1
-0
/
+1
2012-05-14
s3:smb2_close: make the top level code async using
Stefan Metzmacher
1
-39
/
+66
2012-05-14
s3:smb2_close: add add smbd_smb2_close_send/recv as wrapper
Stefan Metzmacher
1
-0
/
+99
2012-05-14
s3:smb2_close: don't do any marshalling in smbd_smb2_close() let the caller t...
Stefan Metzmacher
1
-19
/
+71
2012-02-18
Fix a bunch of "unused variable" warnings.
Jeremy Allison
1
-2
/
+0
2011-09-07
s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_close.c
Stefan Metzmacher
1
-12
/
+3
2011-03-30
s3: include smbd/smbd.h where needed.
Günther Deschner
1
-0
/
+1
[next]