summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3-vfs: Replace client_id in exand msdfs.Andreas Schneider2011-07-041-1/+9
* s3-vfs: Replace client_id in smbta.Andreas Schneider2011-07-041-3/+11
* s3-build Prepare to require fully defined modulesAndrew Bartlett2011-07-031-3/+4
* param: Merge param headers into lib/param/loadparm.hAndrew Bartlett2011-06-294-0/+4
* s3-waf: add some missing tdb dependencies.Günther Deschner2011-06-281-4/+4
* s3:vfs_commit: fix buildBjörn Jacke2011-06-241-0/+1
* lib/util Remove samba-util-common!Andrew Bartlett2011-06-211-36/+36
* s3: Fix the build, NAME_MAX not universally availableVolker Lendecke2011-06-201-1/+1
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-203-3/+3
* s3: Replace shadow_copy2 with a new implementationVolker Lendecke2011-06-201-598/+1205
* s3:modules fix Bug 8244 - Cannot copy files larger than 2 GB to Samba shareChristian Ambach2011-06-171-3/+3
* s3:vfs cleanup unused code in vfs_recycleChristian Ambach2011-06-091-26/+0
* s3:modules fix some non-empty blank linesChristian Ambach2011-06-091-6/+5
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-095-6/+6
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-093-5/+5
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-095-8/+8
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-097-10/+10
* Fix re-opened bug 8083 - "inherit owner = yes" doesn't interact correctly wit...Jeremy Allison2011-06-071-4/+17
* Remove the char * argument from the SMB_VFS_GETWD() call. Now alwaysJeremy Allison2011-06-013-10/+8
* Change sys_getcd() to take no arguments and always return malloc'ed memory (o...Jeremy Allison2011-06-011-2/+4
* Split the ACE flag mapping between nfs4 and WindowsJeremy Allison2011-06-011-14/+59