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