vfs: Implement a sys_acl_blob_get_{fd,file} for POSIX ACL backends
[kai/samba.git] / source3 / smbd / smb2_close.c
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