summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2011-09-18s3: Fix a c++ warningVolker Lendecke1-1/+2
2011-09-16s3: Trim lines in nfs4_acls.cVolker Lendecke1-41/+75
2011-09-16s3: Fix some nonempty blank linesVolker Lendecke1-17/+17
2011-09-15Add a missing include file to two VFS modulesRichard Sharpe2-0/+2
2011-09-08Tidy up previous patch for bug #8442 - NFSv4 DENY ACLs always include SYNCHRO...Jeremy Allison1-5/+4
2011-09-07Fix bug #8442 - NFSv4 DENY ACLs always include SYNCHRONIZE flag - blocking re...Ira Cooper1-1/+7
2011-08-31s3:modules make perfcount_test loadable againChristian Ambach1-1/+1
2011-08-31tdb2: fix build with --enable-tdb2Rusty Russell1-3/+2
2011-08-29Fix bug Bug 8422 - Infinite loop in ACL module code.Jeremy Allison1-1/+1
2011-08-25s3: Fix the build of vfs_aixacl2.cSATOH Fumiyasu1-0/+1
2011-08-23scannedonly module: improve sleep behavior when reading a directory with mult...Olivier Sessink1-14/+16
2011-08-19Fix bug #8370 - vfs_chown_fsp broken -- returns in the wrong directoryJeremy Allison1-2/+11
2011-08-17Replace calls to sid_equal with calls to dom_sid_equalVolker Lendecke1-5/+5
2011-08-09s3:vfs_prealloc: fix build on SLES8Björn Jacke1-0/+1
2011-08-03s3: Fix some nonempty blank linesVolker Lendecke1-19/+18
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam3-3/+3
2011-07-29s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam3-0/+3
2011-07-29s3:modules:nfs4_acls: fix the include of dbwrap.h to not include "include/"Michael Adam1-1/+1
2011-07-28s3:modules:nfs4_acls: improve fix for bug #8330Michael Adam1-4/+2
2011-07-27s3:modules fix Bug 8330 NFSv4 ACL merging logic is brokenChristian Ambach1-2/+1
2011-07-21s3:modules/vfs_afsacl fix a compiler warningChristian Ambach1-1/+1
2011-07-21s3:afs make path argument to afs_syscall constChristian Ambach1-1/+1
2011-07-21s3:modules/vfs_afsacl fix a compiler warningChristian Ambach1-2/+1
2011-07-21s3:modules/vfs_afsacl use stdbool typesChristian Ambach1-35/+35
2011-07-21s3:modules/vfs_afsacl remove some unnecessary whitespaceChristian Ambach1-3/+3
2011-07-21s3:lib/afs fix the build with --with-vfs-afsaclChristian Ambach1-0/+4
2011-07-20s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett4-6/+6
2011-07-20s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett5-8/+8
2011-07-20s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett4-7/+7
2011-07-08lib/util Move bitmap.c to lib/utilAndrew Bartlett2-0/+2
2011-07-08s3-zfsacl: Fix a debug messageVolker Lendecke1-1/+1
2011-07-05s3:modules fix non-empty blank linesChristian Ambach1-3/+3
2011-07-04s3-vfs: Replace client_id in exand msdfs.Andreas Schneider1-1/+9
2011-07-04s3-vfs: Replace client_id in smbta.Andreas Schneider1-3/+11
2011-07-03s3-build Prepare to require fully defined modulesAndrew Bartlett1-3/+4
2011-06-29param: Merge param headers into lib/param/loadparm.hAndrew Bartlett4-0/+4
2011-06-28s3-waf: add some missing tdb dependencies.Günther Deschner1-4/+4
2011-06-24s3:vfs_commit: fix buildBjörn Jacke1-0/+1
2011-06-21lib/util Remove samba-util-common!Andrew Bartlett1-36/+36
2011-06-20s3: Fix the build, NAME_MAX not universally availableVolker Lendecke1-1/+1
2011-06-20tdb_compat: Higher level API fixes.Rusty Russell3-3/+3
2011-06-20s3: Replace shadow_copy2 with a new implementationVolker Lendecke1-598/+1205
2011-06-17s3:modules fix Bug 8244 - Cannot copy files larger than 2 GB to Samba shareChristian Ambach1-3/+3
2011-06-09s3:vfs cleanup unused code in vfs_recycleChristian Ambach1-26/+0
2011-06-09s3:modules fix some non-empty blank linesChristian Ambach1-6/+5
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett5-6/+6
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett3-5/+5
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett5-8/+8
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett7-10/+10