summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* Share xattr implementation.Jelmer Vernooij2008-10-151-32/+32
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-143-14/+14
* Whitespace tidyup and an optimization to remove a talloc.Jeremy Allison2008-10-131-7/+5
* Enable optional anonymization of user names,Holger Hetterich2008-10-131-1/+24
* Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-092-6/+4
* Make use of ZERO_STRUCT (the first memset was actually wrong)Volker Lendecke2008-10-091-3/+3
* Fixed "might be uninitialized" warningTim Prouty2008-10-081-2/+2
* Deal with inheritance from parent directory when setting WindowsJeremy Allison2008-10-081-0/+16
* Fix const warning.Jeremy Allison2008-10-071-1/+1
* Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison2008-10-078-23/+19
* Make map_errno_from_nt_status() a generic call, not just a cli specific one.Jeremy Allison2008-10-071-22/+36
* Fixed build warning "passing arg from incompatible pointer type"Tim Prouty2008-10-061-1/+3
* Turn the socket connections into a refcounted list - in the common case there...Jeremy Allison2008-10-011-44/+95
* Convert to allocated strings. Use write_data(), not send as this doesn't corr...Jeremy Allison2008-09-301-58/+42
* Revert erroneous commit.Jeremy Allison2008-09-301-1/+1
* Remove current_user_info - not needed.Jeremy Allison2008-09-302-5/+3
* Restructure the module so it connects to the remote data sinkJeremy Allison2008-09-301-150/+156
* Use IPv4/v6 independent calls. Change safe_strcpy/cat to strlcpy/cat (thisJeremy Allison2008-09-251-84/+97
* Fix the new vfs_smb_traffic_analyzer build for static linksJim McDonough2008-09-241-2/+2
* SMB traffic analyzer vfs module from Holger Hetterich <hhetter@novell.com>Holger Hetterich2008-09-241-0/+352
* s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.Günther Deschner2008-09-232-4/+4
* Correctly get+set the NT ACL on a file. Now to make us check it on open..Jeremy Allison2008-09-171-3/+12
* Mark module experimental, fix crash bugs.Jeremy Allison2008-09-171-2/+9
* First (incomplete) cut of this module. Based on Volker's original work.Jeremy Allison2008-09-161-0/+315
* When setting an NFSv4 ACL, map generic bitsVolker Lendecke2008-09-081-0/+4
* 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