summaryrefslogtreecommitdiff
path: root/source4/smb_server/blob.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-03ntvfs: support setfileinfo with FULL_EA_INFORMATIONDavid Disseldorp1-0/+6
2012-02-07smb_server: Preserve signedness of string push return value.Jelmer Vernooij1-1/+1
2010-09-15s4-smb: smbsrv_blob_push_string() can return -1Andrew Tridgell1-8/+11
2010-06-29s4:smb_server/blob.c - remove unused codeMatthias Dieter Wallnöfer1-8/+0
2010-02-02Change uint_t to unsigned int in source4Matt Kraai1-4/+4
2009-12-10s4-server: use GUID_to_ndr_blob() in cldap and smb serversAndrew Tridgell1-6/+4
2009-09-19s4-smbd: minimise includes in smbd/ and smb_serverAndrew Tridgell1-2/+0
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-10-24Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij1-2/+2
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-09-24- add reserved field in basic_information levelAndrew Tridgell1-3/+25
2008-05-23fix make test for EAs againAndrew Tridgell1-2/+2
2008-05-22pass in the required alignment to the EA construction routinesAndrew Tridgell1-2/+2
2008-05-22fixed parsing of the SMB2 ALL_INFO qfileinfo levelAndrew Tridgell1-1/+2
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+1
2008-02-14A better way to handle the different format of RenameInformation in SMB2Andrew Tridgell1-13/+25
2008-02-14Fixed SMB2 rename operations from Vista clientsAndrew Tridgell1-9/+18
2008-02-14Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell1-10/+6
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-1/+1
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-2/+3
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij1-2/+2
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-5/+11
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23067: use 'const union smb_search_data *file' also in the server code to ge...Stefan Metzmacher1-1/+1
2007-10-10r18839: align all directory search blobs on an 8 byte boundary to keep theAndrew Tridgell1-4/+15
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r16871: zero padding bytesStefan Metzmacher1-0/+1
2007-10-10r16834: split the level's of smb_search_first/smb_search_next and the levelsStefan Metzmacher1-7/+7
2007-10-10r16815: split out search levels which are also used by smb2Stefan Metzmacher1-0/+146
2007-10-10r16671: allow usage of smbsrv_pull_passthru_sfileinfo() without,Stefan Metzmacher1-0/+7
2007-10-10r16621: split out passthru levels of setfileinfoStefan Metzmacher1-0/+87
2007-10-10r16466: for SMB2_ALL_EAS it's not valid for the ntvfs backends to returnStefan Metzmacher1-0/+9
2007-10-10r16457: fix typoStefan Metzmacher1-1/+1
2007-10-10r16449: move some code to a generic placeStefan Metzmacher1-0/+486