summaryrefslogtreecommitdiff
path: root/source4/ntvfs/simple
Commit message (Expand)AuthorAgeFilesLines
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* 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
* s4:ntvfs: fix O3 error unused result of asprintfMichael Adam2016-05-131-3/+6
* s4: pass down a memory context when performing share_string_option, to allow ...Garming Sam2014-02-201-1/+1
* ntvfs: Fix CID 1034883 Resource leakVolker Lendecke2013-11-111-1/+4
* s4:ntvfs: add '_fn' suffix to all ntvfs_ops function pointersStefan Metzmacher2012-06-131-30/+30
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-201-17/+17
* 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-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-1/+1
* 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-022-4/+4
* s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer2009-10-021-3/+3
* Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharenameSam Liddicott2009-05-201-1/+29
* s4:ntvfs/simple: s/private/pStefan Metzmacher2009-02-022-52/+52
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-0/+1
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-4/+4
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-102-6/+4
* r23067: use 'const union smb_search_data *file' also in the server code to ge...Stefan Metzmacher2007-10-101-2/+2
* r18568: this warning is not needed now that it is the job of the unixuid ntvfsAndrew Tridgell2007-10-101-2/+0
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r17206: Add a modular API for share configuration.Simo Sorce2007-10-101-5/+5
* r16834: split the level's of smb_search_first/smb_search_next and the levelsStefan Metzmacher2007-10-101-2/+10
* r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2007-10-101-1/+3
* r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2007-10-102-23/+61
* r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...Stefan Metzmacher2007-10-101-2/+16
* r15387: Fix installation of dcerpc headers, remove more instances of uint_tJelmer Vernooij2007-10-101-2/+2
* r15188: Restore svn rev. 15183, 15184 and 15185, which I inadvertantly clobberedJames Peach2007-10-101-1/+2
* r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach2007-10-101-2/+1
* r15185: Force all NTVFS modules to provide a critical sizes structure soJames Peach2007-10-101-1/+2
* r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher2007-10-102-2/+0
* r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher2007-10-101-11/+17
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-12/+12
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-17/+22
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-102-43/+42
* r13903: Don't generate prototypes for modules and binaries in include/proto.h byJelmer Vernooij2007-10-101-0/+1
* r13129: fix the memory hierachieStefan Metzmacher2007-10-101-2/+2
* 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-102-0/+2
* r10456: More SCons fixes:Jelmer Vernooij2007-10-101-20/+0
* r7850: Support mkdir() with just one parameter. Patch fromJelmer Vernooij2007-10-101-0/+1
* r5302: fixed a compilation problem on solaris caused by the recent includeAndrew Tridgell2007-10-102-10/+11
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-102-0/+2
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-102-6/+6
* r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij2007-10-101-1/+1
* r3528: added support for the SMBntcancel() operation, which cancels anyAndrew Tridgell2007-10-101-0/+13
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-101-0/+1