summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-1245-702/+702
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-031-1/+1
* Fix bug #8644 - vfs_acl_xattr and vfs_acl_tdb modules can fail to add inherit...Jeremy Allison2011-12-021-1/+1
* s3: Attempt to fix the vfs_commit moduleVolker Lendecke2011-11-301-1/+1
* Fix bug 8636 - When returning an ACL without SECINFO_DACL requested, we still...Jeremy Allison2011-11-301-0/+2
* s3:vfs:gpfs remove non-working codeChristian Ambach2011-11-241-65/+0
* s3:vfs:gpfs fix some compiler warningsChristian Ambach2011-11-241-3/+3
* s3:vfs:gpfs convert syncio parameterChristian Ambach2011-11-241-2/+11
* Remove the setting of the inherited ACL on new files/directories. This isJeremy Allison2011-11-223-224/+0
* Remove can_access_file_data() - make it use the standard smbd_check_access_ri...Jeremy Allison2011-11-041-2/+2
* Remove opendir() VFS code from ACL modules.Jeremy Allison2011-11-023-50/+0
* Remove the mkdir and open functions from the ACL modules - main code paths no...Jeremy Allison2011-10-283-138/+6
* lib/util Rename samba_init_module -> samba_module_initAndrew Bartlett2011-10-281-1/+1
* vfs_netatalk should be using strstr_m, not strstr to find .AppleDouble paths.Jeremy Allison2011-10-191-5/+5
* The last argument to atalk_build_paths() is always false, remove it.Jeremy Allison2011-10-181-12/+9
* Removed unused variable.Jeremy Allison2011-10-151-1/+0
* Add support for VFS op streaminfo chaining in all relevant VFS modules.Frank Lahm2011-10-144-58/+20
* s3:vfs: convert the acl_tdb module to use dbwrap wrapper functions.Michael Adam2011-10-111-13/+14
* s3:vfs: convert nfs4_acls sidmap db code to use dbwrap_wrapper functionsMichael Adam2011-10-111-2/+4
* s3:vfs: change the xattr_tdb module to use dbwrap wrapper functionsMichael Adam2011-10-111-11/+18
* s3:vfs_acl_common: also parse xattr.NTACL version 1Stefan Metzmacher2011-10-111-0/+12
* lib/param move source4 param code to the top levelAndrew Bartlett2011-10-111-1/+1
* s3:modules: add vfs_dfs_samba4Stefan Metzmacher2011-10-082-1/+166
* s3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooksStefan Metzmacher2011-10-082-1/+178
* modules: standardise on samba_init_module as the hook symbol to resolveAndrew Bartlett2011-10-061-1/+1
* Move FSCTL handling into the VFS. Initial code changes. Passes smbtorture NTT...Richard Sharpe2011-10-011-0/+335
* s3: Re-add (), fix a gcc hintVolker Lendecke2011-09-301-1/+1
* These modules are no longer experimental but production-ready (especiallyJeremy Allison2011-09-272-4/+0
* Free the memory talloc'dRichard Sharpe2011-09-271-1/+6
* Fix bug 8480 - acl_xattr can free an invalid pointer if no blob is loaded.David Disseldorp2011-09-231-1/+1
* Revert "Add a missing include file to two VFS modules"Jeremy Allison2011-09-232-2/+0
* s3: Fix a c++ warningVolker Lendecke2011-09-181-1/+2
* s3: Trim lines in nfs4_acls.cVolker Lendecke2011-09-161-41/+75
* s3: Fix some nonempty blank linesVolker Lendecke2011-09-161-17/+17
* Add a missing include file to two VFS modulesRichard Sharpe2011-09-152-0/+2
* Tidy up previous patch for bug #8442 - NFSv4 DENY ACLs always include SYNCHRO...Jeremy Allison2011-09-081-5/+4
* Fix bug #8442 - NFSv4 DENY ACLs always include SYNCHRONIZE flag - blocking re...Ira Cooper2011-09-071-1/+7
* s3:modules make perfcount_test loadable againChristian Ambach2011-08-311-1/+1
* tdb2: fix build with --enable-tdb2Rusty Russell2011-08-311-3/+2
* Fix bug Bug 8422 - Infinite loop in ACL module code.Jeremy Allison2011-08-291-1/+1
* s3: Fix the build of vfs_aixacl2.cSATOH Fumiyasu2011-08-251-0/+1
* scannedonly module: improve sleep behavior when reading a directory with mult...Olivier Sessink2011-08-231-14/+16
* Fix bug #8370 - vfs_chown_fsp broken -- returns in the wrong directoryJeremy Allison2011-08-191-2/+11
* Replace calls to sid_equal with calls to dom_sid_equalVolker Lendecke2011-08-171-5/+5
* s3:vfs_prealloc: fix build on SLES8Björn Jacke2011-08-091-0/+1
* s3: Fix some nonempty blank linesVolker Lendecke2011-08-031-19/+18
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-293-3/+3
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-293-0/+3
* s3:modules:nfs4_acls: fix the include of dbwrap.h to not include "include/"Michael Adam2011-07-291-1/+1
* s3:modules:nfs4_acls: improve fix for bug #8330Michael Adam2011-07-281-4/+2