summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2012-02-25s3: Fix bug 8777, sys_statvfs() wrapper support for OpenBSD/FreeBSD/DragonFlyBrad Smith1-1/+1
2012-02-10s3:vfs_gpfs:quieten an expectable warning messageChristian Ambach1-1/+5
2012-02-10s3:vfs_gpfs: fix a compiler warningChristian Ambach1-1/+2
2012-02-10s3:vfs_gpfs:Fix query of creation time from GPFSChristof Schmitt1-0/+3
2012-02-10s3:vfs_gpfs: make "gpfs:getrealfilename" a per share optionStefan Metzmacher2-7/+15
2012-02-10s3:vfs_gpfs: make "gpfs:ftruncate" a per share optionStefan Metzmacher2-3/+14
2012-02-10s3:vfs_gpfs: make "gpfs:winattr" a per share optionStefan Metzmacher2-5/+73
2012-02-10s3:vfs_gpfs: be less verbose in get/set_xattr functionsStefan Metzmacher1-2/+2
2012-02-03Fix bug #7933 - samba fails to honor SEC_STD_WRITE_OWNER bit with the acl_xat...Jeremy Allison1-1/+36
2012-02-02s3-xattr_tdb: Fix listxattrVolker Lendecke1-1/+1
2012-02-02s3: Simplify streams_depot a bitVolker Lendecke1-14/+5
2012-02-01s3: Add rmdir operation to streams_depotVolker Lendecke1-0/+47
2012-01-26Use sys_pread/sys_pwrite to cope correctly with 64-bit sizes. As in the defau...Jeremy Allison1-2/+16
2012-01-25s3: Fix a panic in aio_pthreadVolker Lendecke1-1/+1
2012-01-25s3: improve the code in the AES encryption.Matthieu Patou1-8/+8
2012-01-25s3: Fix bug #8674.Jeremy Allison1-2/+1
2012-01-18s3-aio-pthread: num threads should be intVolker Lendecke1-4/+2
2012-01-18s3: Add a "lock_order" argument to db_openVolker Lendecke3-3/+6
2012-01-12s3: Split a line with 1 statementsVolker Lendecke1-1/+2
2012-01-12Ensure we always free aio_ex on all error paths by moving the TALLOC_FREEJeremy Allison2-1/+3
2012-01-11First part of fix for bug #8673 - NT ACL issue.Jeremy Allison1-18/+31
2012-01-10s3-aio_pthread: Fix the buildVolker Lendecke1-1/+1
2012-01-10s3-aio_pthread: Make "pd_list" staticVolker Lendecke1-1/+1
2012-01-06Remove the commented out code.Jeremy Allison1-52/+1
2012-01-06Add "aio num threads" parameter to allow manual configuration ofJeremy Allison1-16/+15
2012-01-06Add a sys_get_number_of_cores() function that calls sysconf or sysctlJeremy Allison1-2/+13
2012-01-05Add some debug to vfs_aio_pthread so I can see when jobs start and stop.Jeremy Allison1-0/+16
2012-01-05Add S3 vfs_aio_pthread module to replace broken glibc aio code.Jeremy Allison2-0/+647
2011-12-15s3:vfs fix up vfs_gpfs after function pointer renamesChristian Ambach1-25/+25
2011-12-13s3:smbd/oplock_onefs: pass smbd_server_connection to onefs_oplock_wait_record()Stefan Metzmacher1-1/+2
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe45-702/+702
2011-12-03Revert making public of the samba-module library.Jelmer Vernooij1-1/+1
2011-12-02Fix bug #8644 - vfs_acl_xattr and vfs_acl_tdb modules can fail to add inherit...Jeremy Allison1-1/+1
2011-11-30s3: Attempt to fix the vfs_commit moduleVolker Lendecke1-1/+1
2011-11-30Fix bug 8636 - When returning an ACL without SECINFO_DACL requested, we still...Jeremy Allison1-0/+2
2011-11-24s3:vfs:gpfs remove non-working codeChristian Ambach1-65/+0
2011-11-24s3:vfs:gpfs fix some compiler warningsChristian Ambach1-3/+3
2011-11-24s3:vfs:gpfs convert syncio parameterChristian Ambach1-2/+11
2011-11-22Remove the setting of the inherited ACL on new files/directories. This isJeremy Allison3-224/+0
2011-11-04Remove can_access_file_data() - make it use the standard smbd_check_access_ri...Jeremy Allison1-2/+2
2011-11-02Remove opendir() VFS code from ACL modules.Jeremy Allison3-50/+0
2011-10-28Remove the mkdir and open functions from the ACL modules - main code paths no...Jeremy Allison3-138/+6
2011-10-28lib/util Rename samba_init_module -> samba_module_initAndrew Bartlett1-1/+1
2011-10-19vfs_netatalk should be using strstr_m, not strstr to find .AppleDouble paths.Jeremy Allison1-5/+5
2011-10-18The last argument to atalk_build_paths() is always false, remove it.Jeremy Allison1-12/+9
2011-10-15Removed unused variable.Jeremy Allison1-1/+0
2011-10-14Add support for VFS op streaminfo chaining in all relevant VFS modules.Frank Lahm4-58/+20
2011-10-11s3:vfs: convert the acl_tdb module to use dbwrap wrapper functions.Michael Adam1-13/+14
2011-10-11s3:vfs: convert nfs4_acls sidmap db code to use dbwrap_wrapper functionsMichael Adam1-2/+4
2011-10-11s3:vfs: change the xattr_tdb module to use dbwrap wrapper functionsMichael Adam1-11/+18