summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_getinfo.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: Revert a93f9c3Volker Lendecke2013-09-061-5/+0
* smbd: Correctly return BUFFER_OVERFLOW in smb2_getinfoVolker Lendecke2013-09-061-0/+10
* smbd: Correctly return INFO_LENGTH_MISMATCH in smb2_getinfoVolker Lendecke2013-09-061-0/+12
* smbd: qfsinfo has fixed/variable buffersVolker Lendecke2013-09-061-0/+2
* smbd: qfilepathinfo has fixed/variable buffersVolker Lendecke2013-09-061-0/+2
* smbd: Use #defines in smb2_getinfo_sendVolker Lendecke2013-09-061-3/+3
* s3:smbd: allow GetInfo responses with STATUS_BUFFER_OVERFLOW to return partia...Ralph Wuerthner2013-09-061-3/+10
* s3:smbd: return NT_STATUS_INFO_LENGTH_MISMATCH for GetInfo in case output_buf...Ralph Wuerthner2013-09-061-0/+5
* s3: Make SMB2_GETINFO multi-volume aware.Ira Cooper2013-02-121-0/+1
* s3:smb2_getinfo: make use of file_fsp_smb2()Stefan Metzmacher2012-06-171-29/+12
* 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-10-121-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-04-051-0/+1
* s3-trans2: only include trans2.h where needed.Günther Deschner2011-04-051-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