s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2
[metze/samba/wip.git] / source3 / smbd / smb2_setinfo.c
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_tcon and smbXsrv_session...
2012-06-15 Michael Adams3:smbd: change smb2_setinfo.c to use fsp_fnum_dbg...
2012-06-09 Stefan Metzmachers3:smb2_setinfo: make use of file_fsp_smb2()
2012-05-31 Volker Lendeckes3: Fix some 64-bit warnings
2012-05-29 Christian Ambachs3:smbd/smb2_setinfo add a debug message
2012-03-10 Christian Ambachs3:smb2_server verify creditcharge
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-10-13 Stefan Metzmachers3:smb2_server: get/set info are limited by max_trans...
2011-09-07 Stefan Metzmachers3:smb2_server: use smbd_smb2_request_verify_sizes...
2011-08-29 Jeremy AllisonFix bug 8412 - Microsoft Office 2007 (Microsoft Word...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-upstream/tags/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.
2011-03-29 Günther Deschners3-trans2: only include trans2.h where needed.
2011-03-18 Jeremy AllisonSMB2 renames return SHARING_VIOLATION if there is any...
2011-02-08 Jeremy AllisonIf possible (O_DIRECTORY exists) open an fd for a direc...
2010-09-09 Jeremy AllisonDon't rely on the underlying ACL modules to enforce...
2010-05-20 Jeremy Allison(Finally) fix bug #7158 - SMB2 connection resets during...
2010-04-28 Jeremy AllisonUpdate (C) for 2010.
2010-04-28 Jeremy AllisonConnect set security descriptor into SMB2 code.
2010-03-05 Jeremy AllisonFix for bug #7189 - Open txt files with notepad on...
2010-02-25 Jeremy AllisonImplement rename/move in SMB2 from Windows7.
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-07-15 Stefan Metzmachers3:smbd: add support for SMB2 SetInfo File*Information
2009-07-06 Tim Proutys3 smb2: Fix unused variable warning
2009-07-02 Stefan Metzmachers3:smbd: add marshalling layer for SMB2 SetInfo support