summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/vfs_posix.c
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: Remove tdb_compatVolker Lendecke2015-03-171-1/+1
* ntvfs/posix: don't advertise FS_ATTR_SPARSE_FILESDavid Disseldorp2014-08-291-2/+1
* tdb_wrap: Remove tdb_wrap_open_ againVolker Lendecke2014-03-311-1/+1
* ntvfs: Avoid passing lp_ctx to tdb_wrap_open in pvfs_setup_optionsVolker Lendecke2014-03-311-3/+4
* ntvfs_posix: No wbc_context requiredVolker Lendecke2014-03-051-7/+0
* s4: pass down a memory context when performing share_string_option, to allow ...Garming Sam2014-02-201-4/+8
* Revert "ntvfs_posix: No wbc_context required"Volker Lendecke2014-02-181-0/+7
* ntvfs_posix: No wbc_context requiredVolker Lendecke2014-02-101-7/+0
* s4:ntvfs: add '_fn' suffix to all ntvfs_ops function pointersStefan Metzmacher2012-06-131-31/+31
* tdb_wrap: Move to specific directory.Jelmer Vernooij2012-03-101-1/+1
* lib/util: Add back control of mmap and hash size in tdb for top level buildAndrew Bartlett2011-10-131-1/+2
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-201-1/+1
* s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett2011-06-061-1/+1
* s4-ntvfs: Rename brl_*() -> brlock_*() to avoid conflict with brlock_init in s3Andrew Bartlett2011-05-081-1/+1
* lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett2011-05-061-1/+1
* Use <tdb.h> to include tdb, so the system include file gets used when buildin...Jelmer Vernooij2011-02-281-1/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-1/+1
* s4-pvfs: set default for perm override based on system featuresAndrew Tridgell2010-03-051-1/+9
* s4-pvfs: added new pvfs flag PVFS_FLAG_PERM_OVERRIDEAndrew Tridgell2010-03-051-0/+2
* Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharenameSam Liddicott2009-05-201-1/+29
* s4:pvfs: use talloc_get_type() to cast from void *Stefan Metzmacher2009-02-051-1/+2
* Fix the mess with ldb includes.Simo Sorce2009-01-301-1/+0
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* Fix last few includes to use new tdb location.Jelmer Vernooij2008-09-161-1/+1
* pvfs: create a pvfs_acl subsystemStefan Metzmacher2008-06-281-0/+7
* pvfs: add posix:writetimeupdatedelay optionStefan Metzmacher2008-06-031-0/+4
* Use readily available event context.Jelmer Vernooij2008-04-161-1/+1
* ntvfs: Use wbclient for pvfs_acl and pvfs_acl_nfs4Kai Blin2008-04-021-2/+4
* pvfs: add posix:oplocktimeout=30 optionStefan Metzmacher2008-02-261-0/+4
* r26440: Remove more uses of global_loadparm.Jelmer Vernooij2007-12-211-0/+1
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-0/+1
* r26353: Remove use of global_loadparm.Jelmer Vernooij2007-12-211-1/+1
* r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij2007-12-211-2/+2
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+2
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-2/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23697: use the file perm options in the posix backendAndrew Tridgell2007-10-101-0/+13
* r20624: added AIO read to pvfs backendAndrew Tridgell2007-10-101-2/+3
* r19199: split out the xattr NTACL code into a separate part of the posixAndrew Tridgell2007-10-101-0/+3
* r17206: Add a modular API for share configuration.Simo Sorce2007-10-101-20/+31
* r15855: more talloc_set_destructor() typesafe fixes. nearly done ...Andrew Tridgell2007-10-101-2/+1
* r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2007-10-101-4/+0
* r15613: the snum doesn't identify the tcon, but the brl_context pointer doesStefan Metzmacher2007-10-101-2/+1
* r15188: Restore svn rev. 15183, 15184 and 15185, which I inadvertantly clobberedJames Peach2007-10-101-2/+3
* r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach2007-10-101-3/+2
* r15185: Force all NTVFS modules to provide a critical sizes structure soJames Peach2007-10-101-2/+3
* r15048: started on the server side implementation of oplocks. The code is notAndrew Tridgell2007-10-101-3/+1
* r14964: - move sidmap code from ntvfs_common to SAMDBStefan Metzmacher2007-10-101-1/+9
* r14959: allow change notify to be disabled completely usingAndrew Tridgell2007-10-101-3/+1