s3:smbd: Fix code spelling
[samba.git] / source3 / smbd / smb2_close.c
2023-07-10 Ralph Boehmesmbd: don't leak the fsp if close_file_smb() fails
2023-03-31 Jeremy Allisons3: smbd: Correctly set smb2req->smb1req->posix_pathnam...
2022-12-09 Ralph Boehmesmbd: debug in smbd_smb2_close_send()
2022-05-02 Ralph Boehmesmbd: optimize and streamline smbd_smb2_close()
2022-05-02 Ralph Boehmesmbd: pass fsp as pointer-pointer to smbd_smb2_close()
2022-02-10 Volker Lendeckesmbd: NULL out "fsp" in close_file()
2021-12-16 Jeremy Allisons3: smbd: In setup_close_full_information(), remove...
2021-12-15 Noel Powers3: smbd: In setup_close_full_information() the posix_o...
2021-12-15 Jeremy Allisons3: smbd: In setup_close_full_information() use vfs_sta...
2021-05-24 Ralph Boehmesmbd: correctly initialize close timestamp fields
2021-02-05 Ralph Boehmesmbd: don't return NT_STATUS_STOPPED_ON_SYMLINK in...
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in setup_close_full_information()
2020-04-03 Ralph Boehmesmbd: move files_struct.closing to a bitfield
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: reformat an if expression in smbd_smb2_close()
2020-03-23 Jeremy Allisons3: Remove tevent_wait code. The last user was fsp...
2020-03-23 Jeremy Allisons3: smbd: Convert async SMB2 close to use the wait_queu...
2019-12-06 Ralph Boehmesmbd: use put_long_date_full_timespec()
2019-06-20 Volker Lendeckesmbd: Base smb2_lock.c on tevent_req
2019-01-11 Ralph BoehmeRevert "smbd: add an effective {smb,smbd_smb2}_request...
2018-12-18 Günther Deschners3-smbd: avoid assuming fsp is always intact after...
2018-06-18 Stefan Metzmachersmbd: add an effective {smb,smbd_smb2}_request->ev_ctx...
2018-03-22 Jeremy Allisons3: debug: smb2: Create a new DBGC_SMB2 debug class...
2016-01-22 Michael Adamsmbd:smb2_close: remove an irritating blank line
2015-12-01 Ralph Boehmes3:smbd: convert file_struct.posix_open to a bitmap...
2015-02-20 Jeremy Allisons3: smbd: SMB2 close. If a file has delete on close...
2015-02-20 Jeremy Allisons3: smbd: SMB2 close. Call utility function setup_close...
2015-02-20 Jeremy Allisons3: smbd: SMB2 close. Add utility function setup_close_...
2014-08-06 Stefan Metzmachers3:smb2_server: pass smbXsrv_connection to smbd_server_...
2014-05-23 Jeremy Allisons3: smb2: Move from using SBVAL to put NTTIMEs on the...
2014-03-05 Stefan Metzmachers3:smb2_close: make use of smbd_smb2_generate_outbody()
2013-12-12 Christian Ambachs3:smbd/smb2 fix compiler warnings
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-04-17 Volker Lendeckesmbd: Convert smbd_smb2_close to cp_smb_filename
2012-08-05 Stefan Metzmachers3:smb2_close: make use of SMBD_SMB2_IN_BODY_PTR()
2012-07-18 Volker Lendeckes3-smb2: Postpone close_file until all aio is handled
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_tcon and smbXsrv_session...
2012-06-15 Michael Adams3:smbd: change smb2_close.c to use fsp_fnum_dbg()...
2012-06-09 Stefan Metzmachers3:smb2_close: make use of file_fsp_smb2()
2012-06-09 Stefan Metzmachers3:smb2_close: add missing TALLOC_FREE(subreq) in smbd_...
2012-05-14 Stefan Metzmachers3:smb2_close: make the top level code async using
2012-05-14 Stefan Metzmachers3:smb2_close: add add smbd_smb2_close_send/recv as...
2012-05-14 Stefan Metzmachers3:smb2_close: don't do any marshalling in smbd_smb2_cl...
2012-02-18 Jeremy AllisonFix a bunch of "unused variable" warnings.
2011-09-07 Stefan Metzmachers3:smb2_server: use smbd_smb2_request_verify_sizes...
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-02-24 Jeremy AllisonImplement the SMB2 close flag SMB2_CLOSE_FLAGS_FULL_INF...
2010-05-20 Jeremy Allison(Finally) fix bug #7158 - SMB2 connection resets during...
2009-08-12 Stefan Metzmacherlibcli: move some common SMB and SMB2 stuff into libcli...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Change fsp->fsp_name to be an smb_filename struct!
2009-07-13 Stefan Metzmachers3:smbd: close_file() handles named pipes just fine...
2009-06-09 Stefan Metzmachers3:smbd: skip file handle checks for SMB2 compounded...
2009-06-03 Stefan Metzmachers3:smbd: implement SMB2 Close