summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:modules fix Bug 8330 NFSv4 ACL merging logic is brokenChristian Ambach2011-07-271-2/+1
* s3:modules/vfs_afsacl fix a compiler warningChristian Ambach2011-07-211-1/+1
* s3:afs make path argument to afs_syscall constChristian Ambach2011-07-211-1/+1
* s3:modules/vfs_afsacl fix a compiler warningChristian Ambach2011-07-211-2/+1
* s3:modules/vfs_afsacl use stdbool typesChristian Ambach2011-07-211-35/+35
* s3:modules/vfs_afsacl remove some unnecessary whitespaceChristian Ambach2011-07-211-3/+3
* s3:lib/afs fix the build with --with-vfs-afsaclChristian Ambach2011-07-211-0/+4
* s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett2011-07-204-6/+6
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-205-8/+8
* s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett2011-07-204-7/+7
* lib/util Move bitmap.c to lib/utilAndrew Bartlett2011-07-082-0/+2
* s3-zfsacl: Fix a debug messageVolker Lendecke2011-07-081-1/+1
* s3:modules fix non-empty blank linesChristian Ambach2011-07-051-3/+3