summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_getinfo.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smb2_getinfo: make use of smbd_smb2_generate_outbody()Stefan Metzmacher2014-03-051-1/+1
* smbd: Revert a93f9c3Volker Lendecke2013-08-281-5/+0
* smbd: Correctly return BUFFER_OVERFLOW in smb2_getinfoVolker Lendecke2013-08-281-0/+10
* smbd: Correctly return INFO_LENGTH_MISMATCH in smb2_getinfoVolker Lendecke2013-08-281-0/+12
* smbd: qfsinfo has fixed/variable buffersVolker Lendecke2013-08-281-0/+2
* smbd: qfilepathinfo has fixed/variable buffersVolker Lendecke2013-08-281-0/+2
* smbd: Use #defines in smb2_getinfo_sendVolker Lendecke2013-08-271-4/+4
* s3:smbd: allow GetInfo responses with STATUS_BUFFER_OVERFLOW to return partia...Ralph Wuerthner2013-08-051-3/+10
* s3:smbd: return NT_STATUS_INFO_LENGTH_MISMATCH for GetInfo in case output_buf...Ralph Wuerthner2013-08-051-0/+5
* s3: Make SMB2_GETINFO multi-volume aware.Ira Cooper2013-02-081-0/+1
* s3:smb2_getinfo ensure proper error for not yet present quota supportChristian Ambach2012-10-121-0/+4
* s3:smb2_getinfo: make use of SMBD_SMB2_* macrosStefan Metzmacher2012-08-051-5/+4
* s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2Stefan Metzmacher2012-06-251-1/+1
* s3:smbd: change smb2_getinfo.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-4/+4
* s3: Fix Coverity ID 709049 Dereference before null checkVolker Lendecke2012-06-111-1/+1
* s3:smb2_getinfo: make use of file_fsp_smb2()Stefan Metzmacher2012-06-091-29/+12
* s3: Fix some 64-bit warningsVolker Lendecke2012-05-311-2/+2
* s3:smbd/smb2_getinfo add a debug messageChristian Ambach2012-05-291-0/+8
* s3:smb2_server verify creditchargeChristian Ambach2012-03-091-0/+6
* Fix a bunch of "unused variable" warnings.Jeremy Allison2012-02-181-4/+0
* s3:smb2_server: use sconn->ev_ctx instead of sconn->smb2.event_ctxStefan Metzmacher2011-12-121-1/+1
* s3:smb2_server: pass explicit defer_times to smbd_smb2_request_pending_queue()Stefan Metzmacher2011-11-151-1/+1
* s3:smb2_server: get/set info are limited by max_trans size (bug #8473)Stefan Metzmacher2011-10-131-0/+7
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_getinfo.cStefan Metzmacher2011-09-071-13/+5
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-291-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-trans2: only include trans2.h where needed.Günther Deschner2011-03-301-0/+1
* If possible (O_DIRECTORY exists) open an fd for a directory open.Jeremy Allison2011-02-081-1/+1
* We need to reply to SMB2_GETINFO_FILE with a class of SMB2_FILE_STANDARD_INFO...Jeremy Allison2011-01-281-1/+32
* Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved.Jeremy Allison2011-01-251-2/+4
* Add uint32_t name_hash argument (currently unused) to get_file_infos().Jeremy Allison2011-01-251-2/+2
* s3:Fix a bogus uninitialized variable warningVolker Lendecke2010-07-051-1/+1
* (Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-...Jeremy Allison2010-05-191-1/+1
* Update (C) for 2010.Jeremy Allison2010-04-281-0/+1
* Plumb in get_nt_acl into SMB2.Jeremy Allison2010-04-261-6/+76
* Simplify call_trans2qfilepathinfo() and smbd_do_qfilepathinfo()Jeremy Allison2010-04-081-2/+0
* s3:smbd: implement SMB2 Cancel correctly.Stefan Metzmacher2009-08-171-5/+1
* libcli: move some common SMB and SMB2 stuff into libcli/smb/Stefan Metzmacher2009-08-121-1/+1
* s3:smbd: rename conn => sconn for smbd_server_connection structsStefan Metzmacher2009-08-081-4/+4
* Fix a few uninitialized variable warningsVolker Lendecke2009-07-241-1/+1
* s3: Convert some callers of vfs_stat_smb_fname to SMB_VFS_STAT()Tim Prouty2009-07-221-10/+0
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-201-19/+10
* s3:smbd: implement SMB2 GetInfo with Fs*InformationStefan Metzmacher2009-07-151-0/+47
* s3:smbd: return NT_STATUS_INVALID_INFO_CLASS in SMB2 GetInfoStefan Metzmacher2009-07-151-3/+7
* s3:smbd: start SMB2 GetInfo support for File*Information levelsStefan Metzmacher2009-07-121-1/+139
* s3:smbd: add marshalling layer for SMB2 GetInfo supportStefan Metzmacher2009-07-021-0/+258