s3/smbd: Fix error code for unsupported SET_INFO requests
[sfrench/samba-autobuild/.git] / source3 / smbd / smb2_flush.c
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