summaryrefslogtreecommitdiffstats
path: root/source/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Add functions to delete NTACL on posix ACL set.Jeremy Allison2008-11-202-77/+185
* Fix bug #5900 reported by monyo@samba.gr.jp - vfs_readonly.so does not work.Jeremy Allison2008-11-181-0/+13
* Fix bug 5901: Default for streams_depot locationTAKAHASHI Motonobu2008-11-181-1/+9
* Move v2 from timestamp to 16-byte hash. Got the change in before on disk form...Jeremy Allison2008-11-182-40/+20
* Added vfs_acl_tdb.c module to do ACLs completely in userspace. Passes all of ...Jeremy Allison2008-11-182-44/+897
* Fix a subtle logic bug in the adaption of se_create_child_secdesc(), pass RAW...Jeremy Allison2008-11-181-1/+20
* Start factoring out the inheritance differences.Jeremy Allison2008-11-181-2/+1
* Don't call FSET_NT_ACL on file create if there's no SD to set. Leave the defa...Jeremy Allison2008-11-181-4/+0
* Only one more issue with NULL ACL test left to solve.Jeremy Allison2008-11-181-1/+1
* Fix crash in module, get more of the NULL acl test right.Jeremy Allison2008-11-181-14/+18
* Pass all of RAW-ACLS except for inheritence. Working on that next.Jeremy Allison2008-11-181-1/+1
* Pass all the non-inherited S4 RAW-ACL tests.Jeremy Allison2008-11-181-0/+4
* Get closer to passing S4 RAW-ACLs.Jeremy Allison2008-11-181-15/+76
* Unify se_access_check with the S4 code. Will makeJeremy Allison2008-11-181-3/+3
* Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr mod...Jeremy Allison2008-11-181-0/+51
* Inherit Windows ACLs on a new directory.Jeremy Allison2008-11-181-13/+55
* Fix CID 606 - failed to return -1 after socket() fail.Jeremy Allison2008-11-181-0/+1
* Allow a new file to inherit the Windows ACL from its parent.Jeremy Allison2008-11-181-82/+174
* Whitespace tidyup and an optimization to remove a talloc.Jeremy Allison2008-10-151-7/+5
* Enable optional anonymization of user names,Holger Hetterich2008-10-151-1/+24
* Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-152-6/+4
* Make use of ZERO_STRUCT (the first memset was actually wrong)Volker Lendecke2008-10-151-3/+3
* Fixed "might be uninitialized" warningTim Prouty2008-10-151-2/+2
* Deal with inheritance from parent directory when setting WindowsJeremy Allison2008-10-151-0/+16
* Fix const warning.Jeremy Allison2008-10-151-1/+1
* Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison2008-10-158-23/+19
* Make map_errno_from_nt_status() a generic call, not just a cli specific one.Jeremy Allison2008-10-151-22/+36
* Fixed build warning "passing arg from incompatible pointer type"Tim Prouty2008-10-151-1/+3
* Turn the socket connections into a refcounted list - in the common case there...Jeremy Allison2008-10-021-44/+95
* Convert to allocated strings. Use write_data(), not send as this doesn't corr...Jeremy Allison2008-10-011-58/+42
* Remove current_user_info - not needed.Jeremy Allison2008-10-011-4/+2
* Restructure the module so it connects to the remote data sinkJeremy Allison2008-10-011-150/+156
* Use IPv4/v6 independent calls. Change safe_strcpy/cat to strlcpy/cat (thisJeremy Allison2008-09-291-84/+97
* Fix the new vfs_smb_traffic_analyzer build for static linksJim McDonough2008-09-291-2/+2
* SMB traffic analyzer vfs module from Holger Hetterich <hhetter@novell.com>Holger Hetterich2008-09-291-0/+352
* Correctly get+set the NT ACL on a file. Now to make us check it on open..Jeremy Allison2008-09-211-3/+12
* Mark module experimental, fix crash bugs.Jeremy Allison2008-09-211-2/+9
* First (incomplete) cut of this module. Based on Volker's original work.Jeremy Allison2008-09-211-0/+315
* When setting an NFSv4 ACL, map generic bitsVolker Lendecke2008-09-091-0/+4
* fixed an errno handling bug that could lead to an infinite loopAndrew Tridgell2008-09-081-2/+2
* fixed tsmsm_sendfile(). The logic was totally broken.Andrew Tridgell2008-09-081-4/+7
* Put prototypes of modules/vfs_irixacl.c to new modules/vfs_irixacl.h.Michael Adam2008-08-221-0/+45
* Put prototypes of modules/vfs_hpuxacl.c to new modules/vfs_hpuxacl.h.Michael Adam2008-08-221-0/+58
* Put prototypes of modules/vfs_solarisacl.c to new modules/vfs_solarisacl.h.Michael Adam2008-08-221-0/+45
* Put prototypes of modules/vfs_tru64acl.c to new modules/vfs_tru64acl.h.Michael Adam2008-08-221-0/+45
* Put prototypes of modules/vfs_posixacl.c into new modules/vfs_posixacl.h.Michael Adam2008-08-221-0/+46
* Fix bug #5692 - Core dump in full_audit.so.Jeremy Allison2008-08-193-5/+4
* Revert "Add a gpfs_prefetch module"Michael Adam2008-08-191-308/+0
* 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