Revert "smbd: add smbd_server_connection->raw_ev_ctx pointer"
[bbaumbach/samba-autobuild/.git] / source3 / smbd / smb2_getinfo.c
2019-01-11 Ralph BoehmeRevert "smbd: add an effective {smb,smbd_smb2}_request...
2018-12-06 Ralph Boehmesmbd: use lp_smbd_getinfo_ask_sharemode()
2018-08-10 Noel Powers3/smbd: Ensure quota code is only called when quota...
2018-07-31 Noel Powers3/smbd: smb2 server implementation for query get/set...
2018-06-18 Stefan Metzmachersmbd: add an effective {smb,smbd_smb2}_request->ev_ctx...
2018-03-22 Jeremy Allisons3: debug: smb2: Create a new DBGC_SMB2 debug class...
2014-08-21 Stefan Metzmachers3:smbd: mask security_information input values with...
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to smbd_do_qfsinfo()
2014-08-06 Stefan Metzmachers3:smb2_server: pass smbXsrv_connection to smbd_server_...
2014-08-06 Stefan Metzmachers3:smb2_*: make use of smb2req->xconn where possible
2014-08-06 Stefan Metzmachers3:smb2_server: use xconn->smb2.server.max_* instead...
2014-03-05 Stefan Metzmachers3:smb2_getinfo: make use of smbd_smb2_generate_outbody()
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-08-28 Volker Lendeckesmbd: Revert a93f9c3
2013-08-28 Volker Lendeckesmbd: Correctly return BUFFER_OVERFLOW in smb2_getinfo
2013-08-28 Volker Lendeckesmbd: Correctly return INFO_LENGTH_MISMATCH in smb2_getinfo
2013-08-28 Volker Lendeckesmbd: qfsinfo has fixed/variable buffers
2013-08-28 Volker Lendeckesmbd: qfilepathinfo has fixed/variable buffers
2013-08-27 Volker Lendeckesmbd: Use #defines in smb2_getinfo_send
2013-08-05 Ralph Wuerthners3:smbd: allow GetInfo responses with STATUS_BUFFER_OVE...
2013-08-05 Ralph Wuerthners3:smbd: return NT_STATUS_INFO_LENGTH_MISMATCH for...
2013-02-08 Ira Coopers3: Make SMB2_GETINFO multi-volume aware.
2012-10-12 Christian Ambachs3:smb2_getinfo ensure proper error for not yet present...
2012-08-05 Stefan Metzmachers3:smb2_getinfo: make use of SMBD_SMB2_* macros
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_tcon and smbXsrv_session...
2012-06-15 Michael Adams3:smbd: change smb2_getinfo.c to use fsp_fnum_dbg...
2012-06-11 Volker Lendeckes3: Fix Coverity ID 709049 Dereference before null...
2012-06-09 Stefan Metzmachers3:smb2_getinfo: make use of file_fsp_smb2()
2012-05-31 Volker Lendeckes3: Fix some 64-bit warnings
2012-05-29 Christian Ambachs3:smbd/smb2_getinfo add a debug message
2012-03-10 Christian Ambachs3:smb2_server verify creditcharge
2012-02-18 Jeremy AllisonFix a bunch of "unused variable" warnings.
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-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.
2011-03-29 Günther Deschners3-trans2: only include trans2.h where needed.
2011-02-08 Jeremy AllisonIf possible (O_DIRECTORY exists) open an fd for a direc...
2011-01-28 Jeremy AllisonWe need to reply to SMB2_GETINFO_FILE with a class...
2011-01-25 Jeremy AllisonFix bug #7863 - Unlink may unlink wrong file when hardl...
2011-01-25 Jeremy AllisonAdd uint32_t name_hash argument (currently unused)...
2010-07-05 Volker Lendeckes3:Fix a bogus uninitialized variable warning
2010-05-20 Jeremy Allison(Finally) fix bug #7158 - SMB2 connection resets during...
2010-04-28 Jeremy AllisonUpdate (C) for 2010.
2010-04-27 Jeremy AllisonPlumb in get_nt_acl into SMB2.
2010-04-09 Jeremy AllisonSimplify call_trans2qfilepathinfo() and smbd_do_qfilepa...
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-24 Volker LendeckeFix a few uninitialized variable warnings
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-22 Tim Proutys3: Convert some callers of vfs_stat_smb_fname to SMB_V...
2009-07-21 Tim Proutys3: Change fsp->fsp_name to be an smb_filename struct!
2009-07-15 Stefan Metzmachers3:smbd: implement SMB2 GetInfo with Fs*Information
2009-07-15 Stefan Metzmachers3:smbd: return NT_STATUS_INVALID_INFO_CLASS in SMB2...
2009-07-12 Stefan Metzmachers3:smbd: start SMB2 GetInfo support for File*Informatio...
2009-07-02 Stefan Metzmachers3:smbd: add marshalling layer for SMB2 GetInfo support