summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* s3:vfs_gpfs:quieten an expectable warning messageChristian Ambach2012-02-101-1/+5
* s3:vfs_gpfs: fix a compiler warningChristian Ambach2012-02-101-1/+2
* s3:vfs_gpfs:Fix query of creation time from GPFSChristof Schmitt2012-02-101-0/+3
* s3:vfs_gpfs: make "gpfs:getrealfilename" a per share optionStefan Metzmacher2012-02-102-7/+15
* s3:vfs_gpfs: make "gpfs:ftruncate" a per share optionStefan Metzmacher2012-02-102-3/+14
* s3:vfs_gpfs: make "gpfs:winattr" a per share optionStefan Metzmacher2012-02-102-5/+73
* s3:vfs_gpfs: be less verbose in get/set_xattr functionsStefan Metzmacher2012-02-101-2/+2
* Fix bug #7933 - samba fails to honor SEC_STD_WRITE_OWNER bit with the acl_xat...Jeremy Allison2012-02-031-1/+36
* s3-xattr_tdb: Fix listxattrVolker Lendecke2012-02-021-1/+1
* s3: Simplify streams_depot a bitVolker Lendecke2012-02-021-14/+5
* s3: Add rmdir operation to streams_depotVolker Lendecke2012-02-011-0/+47
* Use sys_pread/sys_pwrite to cope correctly with 64-bit sizes. As in the defau...Jeremy Allison2012-01-261-2/+16
* s3: Fix a panic in aio_pthreadVolker Lendecke2012-01-251-1/+1
* s3: improve the code in the AES encryption.Matthieu Patou2012-01-251-8/+8
* s3: Fix bug #8674.Jeremy Allison2012-01-251-2/+1
* s3-aio-pthread: num threads should be intVolker Lendecke2012-01-181-4/+2
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-183-3/+6
* s3: Split a line with 1 statementsVolker Lendecke2012-01-121-1/+2
* Ensure we always free aio_ex on all error paths by moving the TALLOC_FREEJeremy Allison2012-01-122-1/+3
* First part of fix for bug #8673 - NT ACL issue.Jeremy Allison2012-01-111-18/+31
* s3-aio_pthread: Fix the buildVolker Lendecke2012-01-101-1/+1
* s3-aio_pthread: Make "pd_list" staticVolker Lendecke2012-01-101-1/+1
* Remove the commented out code.Jeremy Allison2012-01-061-52/+1
* Add "aio num threads" parameter to allow manual configuration ofJeremy Allison2012-01-061-16/+15
* Add a sys_get_number_of_cores() function that calls sysconf or sysctlJeremy Allison2012-01-061-2/+13
* Add some debug to vfs_aio_pthread so I can see when jobs start and stop.Jeremy Allison2012-01-051-0/+16
* Add S3 vfs_aio_pthread module to replace broken glibc aio code.Jeremy Allison2012-01-052-0/+647
* s3:vfs fix up vfs_gpfs after function pointer renamesChristian Ambach2011-12-151-25/+25
* s3:smbd/oplock_onefs: pass smbd_server_connection to onefs_oplock_wait_record()Stefan Metzmacher2011-12-131-1/+2
* 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