summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* fixed an errno handling bug that could lead to an infinite loopAndrew Tridgell2008-08-261-2/+2
* fixed tsmsm_sendfile(). The logic was totally broken.Andrew Tridgell2008-08-261-4/+7
* Fix bug #5692 - Core dump in full_audit.so.Jeremy Allison2008-08-143-5/+4
* Revert "Add a gpfs_prefetch module"Michael Adam2008-08-141-308/+0
* Put prototypes of modules/vfs_irixacl.c to new modules/vfs_irixacl.h.Michael Adam2008-08-141-0/+45
* Put prototypes of modules/vfs_hpuxacl.c to new modules/vfs_hpuxacl.h.Michael Adam2008-08-141-0/+58
* Put prototypes of modules/vfs_solarisacl.c to new modules/vfs_solarisacl.h.Michael Adam2008-08-141-0/+45
* Put prototypes of modules/vfs_tru64acl.c to new modules/vfs_tru64acl.h.Michael Adam2008-08-141-0/+45
* Put prototypes of modules/vfs_posixacl.c into new modules/vfs_posixacl.h.Michael Adam2008-08-141-0/+46
* Add a gpfs_prefetch moduleVolker Lendecke2008-08-131-0/+308
* keep compatibility with v3-0-ctdb name for fileid:mapping optionAndrew Tridgell2008-08-131-1/+1
* Fix the build of vfs_zfsacl.cVolker Lendecke2008-07-181-16/+1
* Change the directory parameter in streams_depot to become consistentVolker Lendecke2008-07-181-1/+1
* Fix from Volodymyr Khomenko <Volodymyr.Khomenko@exanet.com>. Make ntimesJeremy Allison2008-07-151-2/+6
* Remove an unused extern reference in vfs_aixacl2.cVolker Lendecke2008-07-121-2/+0
* Fix the build of nfs4_acls.cVolker Lendecke2008-07-111-1/+2
* Add SMB_VFS_OP_RECVFILE to get it in sync with vfs.hLars Müller2008-07-041-0/+1
* Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke2008-06-194-7/+7
* Remove current_user_info reference from vfs_recycle.cVolker Lendecke2008-06-191-3/+1
* Remove current_user_info reference from vfs_fake_perms.cVolker Lendecke2008-06-191-6/+4
* Remove current_user_info reference from vfs_expand_msdfs.cVolker Lendecke2008-06-191-3/+1
* current_user is not used in vfs_aixacl2.cVolker Lendecke2008-06-191-1/+0
* Remove reference to current_user from modules/nfs4_acls.c .Michael Adam2008-06-171-2/+1
* AIX build fixes from William Jojo -- thanksVolker Lendecke2008-06-121-2/+2
* Add STREAMINFO op to vfs_full_auditVolker Lendecke2008-06-071-0/+27
* Remove some references to get_current_username() and current_user_infoVolker Lendecke2008-05-253-6/+4
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-201-2/+3
* Remove "user" from connection_structVolker Lendecke2008-05-103-3/+4
* Remove the unix token info from connection_structVolker Lendecke2008-05-103-3/+5
* Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison2008-05-089-103/+0
* Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke2008-05-051-1/+1
* Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam2008-04-217-20/+19
* Change fd_close_posix() to return int instead of NTSTATUS.Michael Adam2008-04-211-3/+2
* Move the posix pending close functionality down into the VFS layer.Michael Adam2008-04-211-4/+4
* vfs_cacheprime: fix C++ warning - make implicit cast explicitMichael Adam2008-04-201-1/+1
* Remove a redundant TALLOC_FREEVolker Lendecke2008-04-111-1/+0
* Use size_t for strlen return, not int. Karolin pleaseJeremy Allison2008-04-081-1/+1
* Allow broader range of HSM systems in vfs_tsmsmAlexander Bokovoy2008-04-081-5/+31
* Fix Coverity ID 450Volker Lendecke2008-03-231-1/+5
* Fix Coverity warningsVolker Lendecke2008-03-232-2/+10
* Fix Coverity IDs 553, 552Volker Lendecke2008-03-211-0/+4
* Fix some warnings in the tsmsm moduleVolker Lendecke2008-03-201-4/+6
* Need to close the /dev/zero fdVolker Lendecke2008-03-161-0/+2
* Respect FAMChanged -- attempt to fix bug 5307Volker Lendecke2008-03-061-0/+3
* Add vfs_aio_forkVolker Lendecke2008-02-291-0/+728
* Fix the build on OpenBSD: ENOTSUP is not always defined.Michael Adam2008-02-251-0/+4
* Correctly check return of rename(2)Volker Lendecke2008-02-251-1/+1
* Change option name.Karolin Seeger2008-02-211-1/+1
* From: David Disseldorp <ddiss@sgi.com>Jeremy Allison2008-02-201-2/+1
* Fix typos and replace statvfs call with fs_capabilities()Alexander Bokovoy2008-01-291-12/+7