summaryrefslogtreecommitdiff
path: root/source4/ntvfs/simple/svfs_util.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-06lib/util Rename ms_fnmatch() to ms_fnmatch_protocol() to avoid dup symbolAndrew Bartlett1-1/+1
2011-05-03Remove strlower_m() and strupper_m() from source4 and common code.Andrew Bartlett1-9/+6
2010-05-28s4:ntvfs/simple/svfs_util.c - change an "asprintf" into a "talloc_asprintf"Matthias Dieter Wallnöfer1-2/+3
2010-02-02Change uint_t to unsigned int in source4Matt Kraai1-2/+2
2009-02-02s4:ntvfs/simple: s/private/pStefan Metzmacher1-6/+6
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher1-1/+0
2007-10-10r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher1-3/+3
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-0/+1
2007-10-10r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij1-0/+1
2007-10-10r5302: fixed a compilation problem on solaris caused by the recent includeAndrew Tridgell1-10/+0
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+1
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-2/+2
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell1-0/+2
2007-10-10r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher1-5/+7
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell1-2/+2
2007-10-10r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell1-1/+1
2007-10-10r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell1-2/+2
2007-10-10r2030: quick hack to allow the simple NTVFS backend to handler base directori...Andrew Tridgell1-1/+1
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell1-1/+1
2007-10-10r1280: rename struct request_context to smbsrv_requestStefan Metzmacher1-3/+3
2007-10-10r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher1-1/+1
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-2/+2
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-2/+2
2007-10-10r65: added support for file streams in the simple NTVFS backendAndrew Tridgell1-5/+21
2003-09-02thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell1-0/+11
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+162