summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb2/fileinfo.c
Commit message (Expand)AuthorAgeFilesLines
* s4:smb_server/smb2: avoid unused warnings in smb2srv_setinfo_send()Stefan Metzmacher2014-11-251-1/+1
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-2/+2
* s4-smbd: minimise includes in smbd/ and smb_serverAndrew Tridgell2009-09-191-1/+0
* the offset is 16 bits in SMB2 fileinfoAndrew Tridgell2008-09-241-1/+1
* check for requested buffer size in getinfo callAndrew Tridgell2008-05-311-0/+5
* the docs shows that this is a o16s32 blobAndrew Tridgell2008-05-301-2/+1
* updated SMB2 code for getinfo according to WSPP docsAndrew Tridgell2008-02-141-22/+20
* A better way to handle the different format of RenameInformation in SMB2Andrew Tridgell2008-02-141-0/+5
* Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell2008-02-141-1/+1
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-1/+1
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-011-1/+1
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-10/+14
* r25551: Convert to standard bool type.Jelmer Vernooij2007-10-101-4/+4
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r16872: when we know the data length we can preallocate the bufferStefan Metzmacher2007-10-101-1/+1
* r16733: implement SMB2 SetInfoStefan Metzmacher2007-10-101-1/+16
* r16670: try to match the vista error codes a bit moreStefan Metzmacher2007-10-101-4/+24
* r16666: implement setting of security_descriptors via SMB2 SetInfoStefan Metzmacher2007-10-101-5/+43
* r16568: add parsing code for SMB2 SetInfoStefan Metzmacher2007-10-101-1/+65
* r16520: move smb2srv_break_recv back to fileio.cStefan Metzmacher2007-10-101-5/+0
* r16467: implement SMB2 GetInfo server codeStefan Metzmacher2007-10-101-7/+166
* r16407: add parsing code the SMB2 GetInfo in the serverStefan Metzmacher2007-10-101-0/+77