Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-27 | s3:smbd: convert aio to use tevent_signal | Stefan Metzmacher | 1 | -2/+1 | |
metze | |||||
2009-01-23 | Modify OneFS module to support new NTIMES interfaces | todd stecher | 3 | -42/+124 | |
2009-01-23 | Extend NTIMES to allow setting create_time | todd stecher | 6 | -20/+24 | |
1) Add in smb_file_time struct to clarify code and make room for createtime. 2) Get and set create time from SMB messages. 3) Fixup existing VFS modules + examples Some OS'es allow for the setting of the birthtime through kernel interfaces. This value is generically used for Windows createtime, but is not settable in the code today. | |||||
2009-01-23 | s3: OneFS unmappable sids support. | Dan Sledz | 3 | -67/+183 | |
Updates the onefs vfs module to add configurable behavior to deal with sids that are unknown to us. The best examples are aces that come from robocopy/xcopy. Adds the following share level options (which are specific to the vfs_onefs module): onefs: ignore unmappable sids (Default = false) If this option is set to true, sids which could not be resolved to a uid/gid are ignored. If an unmappable sid is encountered as the owner or group, the owner/group is converted to BUILTIN\Administrators. onefs: unmappable sids ignore list (Default = empty) Only the sids in the list are ignored. onefs: ignore sacls (Default = false) SACLs are ignored onefs: unmappable sids deny everyone (Default = false) If an unmappable sid is found in a deny ACE, the ACE's identity is changed to Everyone. | |||||
2009-01-22 | Apply same logic fix for #4308 Excel save operation corrupts file ACLs | Jeremy Allison | 1 | -47/+37 | |
to NFSv4 ACL code as this uses the same flawed logic as posix_acls.c. Jeremy. | |||||
2009-01-22 | Fix logic error in try_chown - we shouldn't arbitrarily chown | Jeremy Allison | 1 | -2/+0 | |
to ourselves unless that was passed in. Jeremy. | |||||
2009-01-21 | s3/vfs_extd_audit: Don't ignore "syslog = 0". | Karolin Seeger | 1 | -59/+86 | |
This fixes bug #5956. Thanks to Oskar Wycislak <cantorek [at] gmail.com> for reporting and providing a patch! Karolin | |||||
2009-01-16 | s3:vfs_fileid: readd "fileid:algorithm" as option. | Stefan Metzmacher | 1 | -1/+7 | |
"fileid:mapping" is still supported as fallback. metze | |||||
2009-01-15 | s3: Remove an incorrect const | Tim Prouty | 1 | -1/+1 | |
2009-01-16 | s3:vfs_xattr_tdb: don't leak state_path() to talloc_tos in xattr_tdb_init(). | Michael Adam | 1 | -4/+9 | |
Michael | |||||
2009-01-16 | s3:vfs_acl_tdb: don't leak state_path() to talloc_tos() in acl_tdb_init() | Michael Adam | 1 | -0/+2 | |
Michael | |||||
2009-01-12 | Covert several persistant tdb files to use state_path() instead of lock_path() | Steven Danneman | 2 | -2/+2 | |
2009-01-11 | s3: Fix uninitialized variable in OneFS streams | Tim Prouty | 1 | -2/+5 | |
2009-01-11 | s3: Add OneFS alternate data streams implementation | Tim Prouty | 4 | -14/+673 | |
2009-01-11 | s3: General cleanup of the open path in the OneFS vfs module | Tim Prouty | 5 | -27/+17 | |
2009-01-09 | s3: Remove rendundant op_tuple entry in xattr streams | Tim Prouty | 1 | -2/+0 | |
2009-01-05 | s3:events: change event_add_timed() prototype to match samba4 | Stefan Metzmacher | 1 | -4/+2 | |
metze | |||||
2009-01-05 | Use talloc_tos in vfs_full_audit.c:do_log | Volker Lendecke | 1 | -2/+2 | |
2009-01-05 | Fix a bad memleak in vfs_full_audit | Volker Lendecke | 1 | -1/+4 | |
2009-01-05 | Add create_file to vfs_op_names | Volker Lendecke | 1 | -0/+1 | |
2009-01-05 | Fix bug 6012: Add "get_real_filename" to full_audit | Volker Lendecke | 1 | -0/+25 | |
Thanks to Hodur <coil93@gmail.com> for testing! Volker | |||||
2009-01-04 | s3: Remove a few unnecessary checks from the streams depot module and fix to ↵ | Tim Prouty | 1 | -12/+18 | |
work with NTRENAME Handling of error codes when renaming a file to a stream and a stream to a file is now done in rename_internals_fsp. The NTRENAME stream path only passes in the stream name, so the new base can now be different from the old base. | |||||
2009-01-04 | s3: Remove a few unnecessary checks from the streams xattr module | Tim Prouty | 1 | -11/+0 | |
Handling of error codes when renaming a file to a stream and a stream to a file is now done in rename_internals_fsp. The NTRENAME stream path only passes in the stream name, so the new base can now be different from the old base. | |||||
2009-01-04 | Async wrapper for open_socket_out_send/recv | Volker Lendecke | 1 | -2/+3 | |
2009-01-03 | open_socket_out is always used with SOCK_STREAM, remove argument "type" | Volker Lendecke | 1 | -1/+1 | |
2008-12-31 | s3: Fix caller of print_fsp_open | Tim Prouty | 1 | -3/+3 | |
2008-12-31 | Fix all warnings in source3 with gcc4.3. | Jeremy Allison | 2 | -6/+15 | |
Jeremy. | |||||
2008-12-31 | Rename parent_dirname_talloc() to parent_dirname() | Volker Lendecke | 4 | -13/+5 | |
2008-12-31 | Use parent_dirname_talloc instead of parent_dirname in vfswrap_mkdir | Volker Lendecke | 1 | -1/+6 | |
2008-12-26 | Try to fix the build by fixing some typos in the vfs code | Kai Blin | 1 | -3/+3 | |
2008-12-25 | Fix bug #5990 - strict allocate should be checked before ftruncate | Jeremy Allison | 1 | -0/+14 | |
reported by and based on a patch by Yasuma Takeda <yasuma@osstech.co.jp>. Jeremy. | |||||
2008-12-18 | Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba | Jeremy Allison | 1 | -0/+28 | |
2008-12-18 | Comment out the parent inheritance code (this is incorrect) as was | Jeremy Allison | 2 | -0/+4 | |
done for POSIX ACLs. Jeremy. | |||||
2008-12-17 | s3: Add statvfs implementation to the onefs vfs module | Aravind Srinivasan | 1 | -0/+28 | |
2008-12-15 | s3: Fix a few build warnings | Tim Prouty | 2 | -524/+891 | |
2008-12-10 | Make use of smbd_gpfs_get_realfilename_path in unix_convert | Volker Lendecke | 2 | -0/+86 | |
(cherry picked from commit b37684ffcec4ba0beada55d37bcaf4f5e79bcd58) Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2008-12-10 | Fix nonempty blank lines in vfs_gpfs.c | Volker Lendecke | 1 | -55/+50 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2008-12-10 | s3:modules/gpfs: Fix nonempty blank lines | Volker Lendecke | 1 | -2/+2 | |
2008-12-10 | Revert "Fix some merge omissions for GPFS" | Volker Lendecke | 2 | -16/+7 | |
This reverts commit a0efc4cffbd84898c454d27eaf946d073dfdad0f. This one should have been done with careful cherry-picks, sorry. Volker | |||||
2008-12-10 | Revert "Fix nonempty blank lines in vfs_gpfs.c" | Volker Lendecke | 1 | -50/+55 | |
This reverts commit a4b52118d44906882677ed1234428d8025134036. | |||||
2008-12-10 | Revert "Make use of smbd_gpfs_get_realfilename_path in unix_convert" | Volker Lendecke | 2 | -86/+0 | |
This reverts commit b37684ffcec4ba0beada55d37bcaf4f5e79bcd58. | |||||
2008-12-10 | Revert "Fix the build" | Volker Lendecke | 1 | -0/+9 | |
This reverts commit c044b09572631cbdd686e5dbbdfbcc731145533a. | |||||
2008-12-10 | Fix the build | Volker Lendecke | 1 | -9/+0 | |
Crap, too many trees and no instant, infinitely fast rebuild | |||||
2008-12-10 | Make use of smbd_gpfs_get_realfilename_path in unix_convert | Volker Lendecke | 2 | -0/+86 | |
2008-12-10 | Fix nonempty blank lines in vfs_gpfs.c | Volker Lendecke | 1 | -55/+50 | |
2008-12-10 | Fix some merge omissions for GPFS | Volker Lendecke | 2 | -7/+16 | |
2008-12-10 | Pass the get_real_filename operation through the VFS | Volker Lendecke | 1 | -0/+12 | |
This is done to help file systems that can tell us about the real upper/lower case combination given a case-insensitive file name. The sample I will soon push is the gpfs module (recent gpfs has a get_real_filename function), others might have a similar function to help alleviate the 1million files in a single directory problem. Jeremy, please comment! Thanks, Volker | |||||
2008-12-09 | s3: [3/3]: Fix a delete on close divergence from windows and the associated ↵ | Tim Prouty | 1 | -3/+2 | |
torture test This third patch cleans up by removing all of the code that is made obsolete by the first patch. It should cause no functional changes. | |||||
2008-12-09 | s3: Add the OneFS SMB_VFS_CREATE_FILE implementation | Tim Prouty | 5 | -710/+1160 | |
This is the first pass at extending the onefs vfs module to support the CIFS-specific enhancements available on OneFS. Most of this patch is massaging the sama open path to work with ifs_createfile. ifs_createfile is a CIFS-specific syscall for opening/files and directories. It adds support for: - Full in-kernel access checks using a windows access_mask - Cluster-coherent share mode locks - Cluster-coherent oplocks - Streams - Setting security descriptors at create time - Setting dos_attributes at create time This patch does not implement the samba side of the streams support or oplocks support. Tests that expect oplocks to be granted or streams to be supported will fail. This will be remedied in upcoming patches. | |||||
2008-12-09 | s3: Add onefs_open.c with code copied verbatim from smbd/open.c | Tim Prouty | 1 | -0/+2028 | |
This is an intermediate step that makes it much easier to see how the OneFS SMB_VFS_CREATE_FILE implementation diverges from stock samba. The goal is that more common code can be refactored into utility functions. |