summaryrefslogtreecommitdiff
path: root/source4/ntvfs/ntvfs_base.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-11s4-server: move the creation of the IPC$ share into ntvfsAndrew Tridgell1-0/+26
2010-11-01s4-modules: get rid of the remaining static prototypes for modulesAndrew Tridgell1-9/+2
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-06-28pvfs: create a pvfs_acl subsystemStefan Metzmacher1-2/+0
2008-05-15started new vfs_smb2 moduleAndrew Tridgell1-0/+1
2008-04-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-4/+4
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-4/+4
2008-03-08Fix the build.Jelmer Vernooij1-0/+10
2008-03-08Push SOVERSION and VERSION out of perl code.Jelmer Vernooij1-1/+0
2008-03-06ntvfs: pass down the client capabilities into the ntvfs layerStefan Metzmacher1-0/+2
2007-12-24r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij1-1/+1
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij1-1/+1
2007-12-21r26403: Make sure ntvfs is only initialized once.Jelmer Vernooij1-1/+7
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij1-2/+2
2007-12-21r26353: Remove use of global_loadparm.Jelmer Vernooij1-0/+2
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-9/+9
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-1/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r20646: first preparations for cluster enablement. This changes "Andrew Tridgell1-1/+1
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r17206: Add a modular API for share configuration.Simo Sorce1-4/+3
2007-10-10r15188: Restore svn rev. 15183, 15184 and 15185, which I inadvertantly clobberedJames Peach1-12/+47
2007-10-10r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach1-47/+12
2007-10-10r15185: Force all NTVFS modules to provide a critical sizes structure soJames Peach1-2/+10
2007-10-10r15184: Declare ntvfs_register with a typed ops pointer.James Peach1-2/+1
2007-10-10r15183: Hoist the critical sizes initialiser into a header so that modulesJames Peach1-9/+37
2007-10-10r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher1-1/+0
2007-10-10r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher1-11/+15
2007-10-10r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher1-12/+11
2007-10-10r13969: Make these names lowercase as well (just like they are now in the bui...Jelmer Vernooij1-1/+1
2007-10-10r13655: Use new name of build headerJelmer Vernooij1-1/+1
2007-10-10r13128: init the private_data to NULLStefan Metzmacher1-0/+2
2007-10-10r12838: make the ntvfs function publicStefan Metzmacher1-3/+3
2007-10-10r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij1-0/+1
2007-10-10r12499: Move smb_build.h out of includes.hJelmer Vernooij1-2/+1
2007-10-10r12494: Support loading modules from .so files for most subsystems.Jelmer Vernooij1-0/+13
2007-10-10r4608: - use better error codesStefan Metzmacher1-12/+7
2007-10-10r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell1-2/+2
2007-10-10r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij1-20/+1
2007-10-10r3586: Fix some of the issues with the module init functions.Jelmer Vernooij1-5/+4
2007-10-10r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell1-0/+2
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...Stefan Metzmacher1-0/+2
2007-10-10r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher1-17/+37
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell1-6/+3
2007-10-10r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell1-3/+18
2007-10-10r1355: Add const (I missed this when I changed the function prototype earlier)Andrew Bartlett1-1/+1
2007-10-10r1280: rename struct request_context to smbsrv_requestStefan Metzmacher1-2/+2