lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLOC_CTX *)
[amitay/samba.git] / source3 / smbd / smb2_close.c
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