ctdb-scripts: Do not de-duplicate the interfaces list
[samba.git] / source3 / smbd / smb2_flush.c
2024-01-08 Ralph Boehmesmbd: use check_any_access_fsp() for all access checks
2024-01-08 Ralph Boehmesmbd: replace CHECK_WRITE() macro with calls to check_a...
2023-03-31 Jeremy Allisons3: smbd: Correctly set smb2req->smb1req->posix_pathnam...
2022-11-17 Jeremy Allisons3: smbd: Cause SMB2_OP_FLUSH to go synchronous in...
2020-12-16 Ralph Boehmesmbd: use fsp_get_io_fd() when accessing a file or...
2020-04-03 Ralph Boehmesmbd: move files_struct.is_directory to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.modified to a bitfield
2020-03-19 Ralph Boehmesmbd: flush pending writetime update when flushing...
2019-11-13 Volker Lendeckesmbd: Remove write cache
2019-01-11 Ralph BoehmeRevert "smbd: add an effective {smb,smbd_smb2}_request...
2018-06-18 Stefan Metzmachersmbd: add an effective {smb,smbd_smb2}_request->ev_ctx...
2018-05-17 Jeremy Allisons3: smbd: Fix SMB2-FLUSH against directories.
2018-05-09 Jeremy Allisons3: smbd: Remove unused counters for outstanding aio...
2018-03-22 Jeremy Allisons3: debug: smb2: Create a new DBGC_SMB2 debug class...
2018-03-16 Anton Nefedov via... s3:smbd: map nterror on smb2_flush errorpath
2016-03-02 Ralph Boehmes3/vfs: wrap async io function args inside struct vfs_a...
2015-11-13 Jeremy Allisons3: smbd: Remove checks causing fallback to sync on...
2015-11-13 Christof Schmittsmbd: Issue fsync for SMB2 FLUSH asynchronously
2014-08-06 Stefan Metzmachers3:smb2_server: pass smbXsrv_connection to smbd_server_...
2014-03-05 Stefan Metzmachers3:smb2_flush: make use of smbd_smb2_generate_outbody()
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-08-05 Stefan Metzmachers3:smb2_flush: make use of SMBD_SMB2_IN_BODY_PTR()
2012-06-15 Michael Adams3:smbd: change smb2_flush.c to use fsp_fnum_dbg()...
2012-06-09 Stefan Metzmachers3:smb2_flush: make use of file_fsp_smb2()
2011-12-12 Stefan Metzmachers3:smb2_server: use sconn->ev_ctx instead of sconn...
2011-11-15 Stefan Metzmachers3:smb2_server: pass explicit defer_times to smbd_smb2_...
2011-11-14 Stefan Metzmachers3:smb2_flush: outbody only needs 4 bytes
2011-09-07 Stefan Metzmachers3:smb2_server: use smbd_smb2_request_verify_sizes...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-04-29 Günther Deschners3-tevent: only include ../lib/util/tevent wrappers...
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2010-05-20 Jeremy Allison(Finally) fix bug #7158 - SMB2 connection resets during...
2009-08-17 Stefan Metzmachers3:smbd: implement SMB2 Cancel correctly.
2009-08-12 Stefan Metzmacherlibcli: move some common SMB and SMB2 stuff into libcli...
2009-08-08 Stefan Metzmachers3:smbd: rename conn => sconn for smbd_server_connectio...
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-06-24 Stefan Metzmachers3:smbd: send SMB2 interim responses for async calls
2009-06-09 Stefan Metzmachers3:smbd: skip file handle checks for SMB2 compounded...
2009-06-05 Stefan Metzmachers3:smbd: split smbd_smb2_flush() into a tevent_req...
2009-06-03 Stefan Metzmachers3:smbd: implement SMB2 Flush