summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/ntvfs_base.c
Commit message (Expand)AuthorAgeFilesLines
* r15188: Restore svn rev. 15183, 15184 and 15185, which I inadvertantly clobberedJames Peach2007-10-101-12/+47
* r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach2007-10-101-47/+12
* r15185: Force all NTVFS modules to provide a critical sizes structure soJames Peach2007-10-101-2/+10
* r15184: Declare ntvfs_register with a typed ops pointer.James Peach2007-10-101-2/+1
* r15183: Hoist the critical sizes initialiser into a header so that modulesJames Peach2007-10-101-9/+37
* r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher2007-10-101-1/+0
* r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher2007-10-101-11/+15
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-101-12/+11
* r13969: Make these names lowercase as well (just like they are now in the bui...Jelmer Vernooij2007-10-101-1/+1
* r13655: Use new name of build headerJelmer Vernooij2007-10-101-1/+1
* r13128: init the private_data to NULLStefan Metzmacher2007-10-101-0/+2
* r12838: make the ntvfs function publicStefan Metzmacher2007-10-101-3/+3
* r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij2007-10-101-0/+1
* r12499: Move smb_build.h out of includes.hJelmer Vernooij2007-10-101-2/+1
* r12494: Support loading modules from .so files for most subsystems.Jelmer Vernooij2007-10-101-0/+13
* r4608: - use better error codesStefan Metzmacher2007-10-101-12/+7
* r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell2007-10-101-2/+2
* r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij2007-10-101-20/+1
* r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2007-10-101-5/+4
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-101-0/+2
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-101-0/+1
* r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...Stefan Metzmacher2007-10-101-0/+2
* r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher2007-10-101-17/+37
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2007-10-101-6/+3
* r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell2007-10-101-3/+18
* r1355: Add const (I missed this when I changed the function prototype earlier)Andrew Bartlett2007-10-101-1/+1
* r1280: rename struct request_context to smbsrv_requestStefan Metzmacher2007-10-101-2/+2
* r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher2007-10-101-5/+5
* - port AUTH and PASSDB subsystems to newStefan Metzmacher2004-02-031-5/+8
* some DEBUG and comment fixesStefan Metzmacher2004-02-021-4/+4
* This patch adds a better dcerpc server infastructure.Stefan Metzmacher2004-01-081-2/+9
* make sure we can expand the critical versions structure withoutAndrew Tridgell2003-12-021-7/+10
* CVS: ----------------------------------------------------------------------Jelmer Vernooij2003-11-251-23/+13
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+145