summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2008-10-31Unify se_access_check with the S4 code. Will makeJeremy Allison1-3/+3
2008-10-30Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr mod...Jeremy Allison1-0/+51
2008-10-30Inherit Windows ACLs on a new directory.Jeremy Allison1-13/+55
2008-10-29Fix CID 606 - failed to return -1 after socket() fail.Jeremy Allison1-0/+1
2008-10-29Allow a new file to inherit the Windows ACL from its parent.Jeremy Allison1-82/+174
2008-10-15Share xattr implementation.Jelmer Vernooij1-32/+32
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij3-14/+14
2008-10-13Whitespace tidyup and an optimization to remove a talloc.Jeremy Allison1-7/+5
2008-10-13Enable optional anonymization of user names,Holger Hetterich1-1/+24
2008-10-09Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2-6/+4
2008-10-09Make use of ZERO_STRUCT (the first memset was actually wrong)Volker Lendecke1-3/+3
2008-10-08Fixed "might be uninitialized" warningTim Prouty1-2/+2
2008-10-08Deal with inheritance from parent directory when setting WindowsJeremy Allison1-0/+16
2008-10-07Fix const warning.Jeremy Allison1-1/+1
2008-10-07Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison8-23/+19
2008-10-07Make map_errno_from_nt_status() a generic call, not just a cli specific one.Jeremy Allison1-22/+36
2008-10-06Fixed build warning "passing arg from incompatible pointer type"Tim Prouty1-1/+3
2008-10-01Turn the socket connections into a refcounted list - in the common case there...Jeremy Allison1-44/+95
2008-09-30Convert to allocated strings. Use write_data(), not send as this doesn't corr...Jeremy Allison1-58/+42
2008-09-30Revert erroneous commit.Jeremy Allison1-1/+1
2008-09-30Remove current_user_info - not needed.Jeremy Allison2-5/+3
2008-09-30Restructure the module so it connects to the remote data sinkJeremy Allison1-150/+156
2008-09-25Use IPv4/v6 independent calls. Change safe_strcpy/cat to strlcpy/cat (thisJeremy Allison1-84/+97
2008-09-24Fix the new vfs_smb_traffic_analyzer build for static linksJim McDonough1-2/+2
2008-09-24SMB traffic analyzer vfs module from Holger Hetterich <hhetter@novell.com>Holger Hetterich1-0/+352
2008-09-23s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.Günther Deschner2-4/+4
2008-09-17Correctly get+set the NT ACL on a file. Now to make us check it on open..Jeremy Allison1-3/+12
2008-09-17Mark module experimental, fix crash bugs.Jeremy Allison1-2/+9
2008-09-16First (incomplete) cut of this module. Based on Volker's original work.Jeremy Allison1-0/+315
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