summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
...
* s3:waf fix build on AIXStefan Metzmacher2013-03-211-1/+1
* vfs_smb_traffic_analyzer: Cast mode_t to unsigned int for GNU/Solaris buildAndrew Bartlett2013-03-151-2/+2
* s3-vfs: add vfs_btrfs moduleDavid Disseldorp2013-03-092-0/+205
* vfs_catia: add my copyrightGuenter Kukkukk2013-03-071-0/+1
* vfs_catia: fix the translation to "vfs_translate_to_windows"Guenter Kukkukk2013-03-071-4/+6
* vfs_catia: add debug class for that moduleGuenter Kukkukk2013-03-071-1/+23
* s3-vfs: Don't leak file descriptor on error.Andreas Schneider2013-02-221-1/+3
* s3-vfs: Don't leak file descriptor.Andreas Schneider2013-02-221-2/+1
* s3:modules: s/event_add_timed/tevent_add_timerStefan Metzmacher2013-02-191-2/+2
* s3:modules: s/event_add_fd/tevent_add_fd and s/EVENT_FD_/TEVENT_FD_Stefan Metzmacher2013-02-193-6/+6
* s3:modules: s/struct fd_event/struct tevent_fdStefan Metzmacher2013-02-194-10/+10
* s3:modules: s/struct timed_event/struct tevent_timerStefan Metzmacher2013-02-191-2/+2
* s3:modules: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-195-11/+11
* vfs_gpfs: Fix typos in comments.Karolin Seeger2013-02-181-2/+2
* Fix bug #9642 - vfs_afsacl.c won't build.Jeremy Allison2013-02-111-1/+2
* s3:modules remove gpfs_getacl_allocChristian Ambach2013-02-041-46/+0
* s3:modules use vfs_gpfs_getacl in gpfsacl_get_posix_aclChristian Ambach2013-02-041-3/+3
* s3:modules use vfs_gpfs_getacl in gpfsacl_set_nt_acl_internalChristian Ambach2013-02-041-5/+9
* s3:modules use vfs_gpfs_getacl in gpfs_get_nfs4_aclChristian Ambach2013-02-041-2/+5
* s3:vfs_gpfs use non_posix_sys_acl_blob_get_*_helperChristian Ambach2013-02-041-16/+90
* s3:vfs_gpfs add a generic vfs_gpfs_getacl functionChristian Ambach2013-02-041-0/+73
* s3:modules/vfs_gpfs add GPFS_GETACL_NATIVE defineChristian Ambach2013-02-041-0/+4
* s3:modules/non_posix_acls: only stat if we do not have it cachedChristian Ambach2013-02-041-4/+8
* s3-waf:modules add non_posix_acls dependency to vfs_gpfsChristian Ambach2013-02-041-1/+1
* vfs: Add helper function for non posix ACL modulesAndrew Bartlett2013-02-043-0/+136
* vfs_acl_common: Do not fetch the underlying NT ACL unless we need itAndrew Bartlett2013-02-041-44/+80
* vfs: Whitespace fix only to get_nt_acl_internal indentationAndrew Bartlett2013-02-041-4/+4
* vfs: Implement an improved vfs_acl_common that uses the hash of the system ACLAndrew Bartlett2013-02-041-51/+250
* vfs: Add helper function hash_blob_sha256 to vfs_acl_common.cAndrew Bartlett2013-02-041-7/+19
* Move copychunk locking to be local to the read/write calls.Jeremy Allison2013-01-181-0/+42
* s3-vfs: add copy_chunk vfs hooksDavid Disseldorp2013-01-163-0/+234
* smbd: Fix bug 9544, part 2Volker Lendecke2013-01-151-0/+80
* smbd: Fix bug 9544, part 1Volker Lendecke2013-01-141-3/+3
* vfs: Fix compilation of solaris ACL moduleAndrew Bartlett2013-01-101-1/+1
* s3: Fix vfs_zfsacl to compile.Ira Cooper2013-01-091-3/+3
* Add uint32_t share_access to vuid_cache_entry.Jeremy Allison2013-01-091-0/+1
* Clean up struct connection_struct, make struct vuid_cache a pointer not inline.Jeremy Allison2013-01-091-2/+2
* s3-vfs: Fix a null pointer deferference in vfs_media_harmony.Andreas Schneider2012-12-211-1/+3
* s3-vfs: Fix typo in readonly_connect().Andreas Schneider2012-12-211-1/+1
* vfs: Make sure we don't call talloc_free on an uninitialized pointer.Andreas Schneider2012-12-121-1/+1
* s3:smbd:vfs_acl: fix a PANIC when setting an ACL fails with ACCESS_DENIEDMichael Adam2012-12-041-0/+1
* s3:vfs_gpfs: add no memory check in gpfs2smb_acl()Stefan Metzmacher2012-11-281-0/+5
* s3:vfs_gpfs: make sure we return the correct errno in gpfs2smb_acl()Stefan Metzmacher2012-11-281-1/+1
* s3:vfs_aixacl2: make use of vfs_aixacl_util.hStefan Metzmacher2012-11-281-3/+1
* s3:modules:nfs4_acls remove unused mem_ctx parameter to smbacl4_fill_ace4Christian Ambach2012-11-171-3/+1
* s3:modules:nfs4_acls fix memory hierarchy in smb_create_smb4aclChristian Ambach2012-11-161-2/+1
* s3:vfs_gpfs fix a memory leak in gpfsacl_get_posix_aclChristian Ambach2012-11-161-0/+3
* s3:vfs_gpfs fix memory corruption in gpfs2smb_aclChristian Ambach2012-11-161-0/+2
* s3:vfs_gpfs fix memory leak in gpfs_get_nfs4_aclChristian Ambach2012-11-161-0/+1
* s3:vfs_gpfs fix memory leaks in gpfs_getacl_allocChristian Ambach2012-11-161-2/+4