summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2008-09-08When setting an NFSv4 ACL, map generic bitsVolker Lendecke1-0/+4
2008-08-26fixed an errno handling bug that could lead to an infinite loopAndrew Tridgell1-2/+2
2008-08-26fixed tsmsm_sendfile(). The logic was totally broken.Andrew Tridgell1-4/+7
2008-08-14Fix bug #5692 - Core dump in full_audit.so.Jeremy Allison3-5/+4
2008-08-14Revert "Add a gpfs_prefetch module"Michael Adam1-308/+0
2008-08-14Put prototypes of modules/vfs_irixacl.c to new modules/vfs_irixacl.h.Michael Adam1-0/+45
2008-08-14Put prototypes of modules/vfs_hpuxacl.c to new modules/vfs_hpuxacl.h.Michael Adam1-0/+58
2008-08-14Put prototypes of modules/vfs_solarisacl.c to new modules/vfs_solarisacl.h.Michael Adam1-0/+45
2008-08-14Put prototypes of modules/vfs_tru64acl.c to new modules/vfs_tru64acl.h.Michael Adam1-0/+45
2008-08-14Put prototypes of modules/vfs_posixacl.c into new modules/vfs_posixacl.h.Michael Adam1-0/+46
2008-08-13Add a gpfs_prefetch moduleVolker Lendecke1-0/+308
2008-08-13keep compatibility with v3-0-ctdb name for fileid:mapping optionAndrew Tridgell1-1/+1
2008-07-18Fix the build of vfs_zfsacl.cVolker Lendecke1-16/+1
2008-07-18Change the directory parameter in streams_depot to become consistentVolker Lendecke1-1/+1
2008-07-15Fix from Volodymyr Khomenko <Volodymyr.Khomenko@exanet.com>. Make ntimesJeremy Allison1-2/+6
2008-07-12Remove an unused extern reference in vfs_aixacl2.cVolker Lendecke1-2/+0
2008-07-11Fix the build of nfs4_acls.cVolker Lendecke1-1/+2
2008-07-04Add SMB_VFS_OP_RECVFILE to get it in sync with vfs.hLars Müller1-0/+1
2008-06-19Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke4-7/+7
2008-06-19Remove current_user_info reference from vfs_recycle.cVolker Lendecke1-3/+1
2008-06-19Remove current_user_info reference from vfs_fake_perms.cVolker Lendecke1-6/+4
2008-06-19Remove current_user_info reference from vfs_expand_msdfs.cVolker Lendecke1-3/+1
2008-06-19current_user is not used in vfs_aixacl2.cVolker Lendecke1-1/+0
2008-06-17Remove reference to current_user from modules/nfs4_acls.c .Michael Adam1-2/+1
2008-06-12AIX build fixes from William Jojo -- thanksVolker Lendecke1-2/+2
2008-06-07Add STREAMINFO op to vfs_full_auditVolker Lendecke1-0/+27
2008-05-25Remove some references to get_current_username() and current_user_infoVolker Lendecke3-6/+4
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-2/+3
2008-05-10Remove "user" from connection_structVolker Lendecke3-3/+4
2008-05-10Remove the unix token info from connection_structVolker Lendecke3-3/+5
2008-05-08Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison9-103/+0
2008-05-05Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke1-1/+1
2008-04-21Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam7-20/+19
2008-04-21Change fd_close_posix() to return int instead of NTSTATUS.Michael Adam1-3/+2
2008-04-21Move the posix pending close functionality down into the VFS layer.Michael Adam1-4/+4
2008-04-20vfs_cacheprime: fix C++ warning - make implicit cast explicitMichael Adam1-1/+1
2008-04-11Remove a redundant TALLOC_FREEVolker Lendecke1-1/+0
2008-04-08Use size_t for strlen return, not int. Karolin pleaseJeremy Allison1-1/+1
2008-04-08Allow broader range of HSM systems in vfs_tsmsmAlexander Bokovoy1-5/+31
2008-03-23Fix Coverity ID 450Volker Lendecke1-1/+5
2008-03-23Fix Coverity warningsVolker Lendecke2-2/+10
2008-03-21Fix Coverity IDs 553, 552Volker Lendecke1-0/+4
2008-03-20Fix some warnings in the tsmsm moduleVolker Lendecke1-4/+6
2008-03-16Need to close the /dev/zero fdVolker Lendecke1-0/+2
2008-03-06Respect FAMChanged -- attempt to fix bug 5307Volker Lendecke1-0/+3
2008-02-29Add vfs_aio_forkVolker Lendecke1-0/+728
2008-02-25Fix the build on OpenBSD: ENOTSUP is not always defined.Michael Adam1-0/+4
2008-02-25Correctly check return of rename(2)Volker Lendecke1-1/+1
2008-02-21Change option name.Karolin Seeger1-1/+1
2008-02-20From: David Disseldorp <ddiss@sgi.com>Jeremy Allison1-2/+1