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