summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_getinfo.c
Commit message (Expand)AuthorAgeFilesLines
* 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