summaryrefslogtreecommitdiff
path: root/source4/ntvfs/ntvfs_base.c
Commit message (Expand)AuthorAgeFilesLines
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-3/+3
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-1/+1
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-031-6/+6
* lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystemAndrew Bartlett2011-10-281-1/+1
* lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_runAndrew Bartlett2011-10-281-2/+2
* lib/util Rename samba_init_module_fn -> samba_module_init_fnAndrew Bartlett2011-10-281-2/+2
* lib/util Split samba-modules library into public and private partsAndrew Bartlett2011-10-281-1/+1
* lib/util Rename load_samba_modules -> samba_modules_loadAndrew Bartlett2011-10-281-1/+1
* lib/util Rename run_init_functions -> samba_init_module_fns_runAndrew Bartlett2011-10-281-2/+2
* lib/util Rename init_module_fn to samba_init_module_fnAndrew Bartlett2011-10-281-2/+2
* lib/util: consolidate module loading into common codeAndrew Bartlett2011-10-061-0/+1
* s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett2011-06-061-1/+1
* s4-messaging Rename messaging -> imessagingAndrew Bartlett2011-05-031-1/+1
* s4-server: move the creation of the IPC$ share into ntvfsAndrew Tridgell2010-11-111-0/+26
* s4-modules: get rid of the remaining static prototypes for modulesAndrew Tridgell2010-11-011-9/+2
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* pvfs: create a pvfs_acl subsystemStefan Metzmacher2008-06-281-2/+0
* started new vfs_smb2 moduleAndrew Tridgell2008-05-151-0/+1
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-081-4/+4
|\
| * Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-4/+4
* | Fix the build.Jelmer Vernooij2008-03-081-0/+10
* | Push SOVERSION and VERSION out of perl code.Jelmer Vernooij2008-03-081-1/+0
|/
* ntvfs: pass down the client capabilities into the ntvfs layerStefan Metzmacher2008-03-061-0/+2
* r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij2007-12-241-1/+1
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-241-1/+1
* r26403: Make sure ntvfs is only initialized once.Jelmer Vernooij2007-12-211-1/+7
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-2/+2
* r26353: Remove use of global_loadparm.Jelmer Vernooij2007-12-211-0/+2
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-9/+9
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r20646: first preparations for cluster enablement. This changes "Andrew Tridgell2007-10-101-1/+1
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r17206: Add a modular API for share configuration.Simo Sorce2007-10-101-4/+3
* 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