summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2010-12-21Keep track of the sparse status of an open file handle. Allows bypass ofJeremy Allison1-1/+1
2010-12-21Added call out to a Linux-compatible fallocate() when we need to extend a fileJeremy Allison1-2/+3
2010-12-19s3: Did I say this module is from hell?Volker Lendecke1-1/+1
2010-12-18Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...Jeremy Allison4-23/+34
2010-12-17s3/vfs_gpfs: map SPARSE attribute to/from WINATTRs, tooBjörn Jacke1-2/+8
2010-12-16Do more vfs_stat_fsp calls instead of FSTAT - ensures fsp->fsp_name->st is ke...Jeremy Allison1-13/+20
2010-12-15Protect the onefs sendfile from EAGAIN/EWOULDBLOCK.Jeremy Allison1-1/+5
2010-12-03Replace lseek()/write()/lseek() triple with pwrite call. We already emulate thisJeremy Allison1-12/+2
2010-12-03posix_fallocate() returns an errno, not -1 on error.Jeremy Allison1-1/+1
2010-12-03Merge the two conflicting allocation codes into one function, vfs_slow_falloc...Jeremy Allison1-22/+4
2010-12-03Oops. Missed adding vfswrap_posix_fallocate to vfs_default_fns table.Jeremy Allison1-0/+1
2010-12-02Move posix_fallocate into the VFS where it belongs.Jeremy Allison4-2/+80
2010-12-01s3-waf: avoid module name uppercasing.Günther Deschner1-106/+106
2010-12-01s3: Fix a typoVolker Lendecke1-1/+1
2010-12-01s3: Attempt to fix the shadow_copy2 moduleVolker Lendecke1-2/+2
2010-11-24Fix bug #7812 - vfs_acl_xattr/vfs_acl_tdb: ACL inheritance cannot be disabledJeremy Allison1-0/+6
2010-11-20switch from mtime to ctime which is more reliable if files can be accessed ou...olivier1-4/+4
2010-11-20Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison7-17/+28
2010-11-18s3/vfs_tsmsm: remove unneeded cast to off_tBjörn Jacke1-2/+2
2010-11-18s3/vfs_tsmsm: fix debug output for large filesBjörn Jacke1-6/+6
2010-11-10s3/time_audit: fix a change that was just for debuggin purposeѕBjörn Jacke1-2/+2
2010-11-10Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...Jeremy Allison1-4/+3
2010-11-10s3/vfs_time_audit: use monotonic clock for time deltasBjörn Jacke1-334/+445
2010-10-28s3-waf: add vfs_time_audit to the build.Günther Deschner1-0/+8
2010-10-28s3: FILE_WRITE_DATA & friends have gone from includes.hVolker Lendecke1-0/+1
2010-10-28s3: Add a vfs_time_audit moduleAbhidnya P Chirmule1-0/+2306
2010-10-28s3: Fix bug 7759Volodymyr Khomenko1-16/+18
2010-10-27s3: Make gpfs winattrs work againVolker Lendecke1-7/+31
2010-10-18s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules.Günther Deschner1-0/+1
2010-10-16Ensure we have correct parameters to use Windows ACL modules.Jeremy Allison2-4/+9
2010-10-16Add acl_xattr:ignore system acls boolean (normally false) to allowJeremy Allison3-11/+38
2010-10-15Add debug message to get_nt_acl_internal() to see what we got.Jeremy Allison1-0/+7
2010-10-15Fix valgrind "uninitialized read" error on "info" when returning !NT_STATUS_OK.Jeremy Allison1-1/+5
2010-10-15Fix bug #7734 - When creating files with "inherit ACLs" set to true, we negle...Jeremy Allison1-1/+1
2010-10-13s3:gpfs: Add support for the gpfs_ftruncate callChristian Ambach3-2/+28
2010-10-13s3:vfs:gpfs convert sharemodes/leases parameterChristian Ambach2-20/+64
2010-10-13s3:vfs:syncops add option to disable module per shareChristian Ambach1-6/+35
2010-10-13s3:vfs:syncops make it possible to specify syncops:onclose per shareChristian Ambach1-7/+43
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2-1/+2
2010-10-12Make the vfs_acl_xattr and other modules work with NULL SD's. FixJeremy Allison1-41/+29
2010-10-08s3-waf: slowly getting modules to match how they look like in old build.Günther Deschner1-108/+108
2010-09-28s3-waf: fix dependencies in most of our module subsystems.Günther Deschner1-15/+1
2010-09-28s3: Lift smbd_server_conn from file_find_fdVolker Lendecke1-2/+4
2010-09-28s3: Lift smbd_server_conn from file_find_di_firstVolker Lendecke1-1/+2
2010-09-28s3: Remove smbd_server_conn from files_forallVolker Lendecke1-3/+5
2010-09-27s3-waf: fix dependencies to NDR_XATTR.Günther Deschner1-0/+2
2010-09-27s3-waf: move perfcount subsystem to modules/wscript_build.Günther Deschner1-0/+23
2010-09-27s3-waf: move charset subsystem to modules/wscript_build.Günther Deschner1-0/+41
2010-09-27s3-waf: support --with-acl-support, at least for posix acls.Günther Deschner1-0/+2
2010-09-27s3-waf: move VFS subsystem to modules/wscript_build.Günther Deschner1-0/+401