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