index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-21
Keep track of the sparse status of an open file handle. Allows bypass of
Jeremy Allison
1
-1
/
+1
2010-12-21
Added call out to a Linux-compatible fallocate() when we need to extend a file
Jeremy Allison
1
-2
/
+3
2010-12-19
s3: Did I say this module is from hell?
Volker Lendecke
1
-1
/
+1
2010-12-18
Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...
Jeremy Allison
4
-23
/
+34
2010-12-17
s3/vfs_gpfs: map SPARSE attribute to/from WINATTRs, too
Björn Jacke
1
-2
/
+8
2010-12-16
Do more vfs_stat_fsp calls instead of FSTAT - ensures fsp->fsp_name->st is ke...
Jeremy Allison
1
-13
/
+20
2010-12-15
Protect the onefs sendfile from EAGAIN/EWOULDBLOCK.
Jeremy Allison
1
-1
/
+5
2010-12-03
Replace lseek()/write()/lseek() triple with pwrite call. We already emulate this
Jeremy Allison
1
-12
/
+2
2010-12-03
posix_fallocate() returns an errno, not -1 on error.
Jeremy Allison
1
-1
/
+1
2010-12-03
Merge the two conflicting allocation codes into one function, vfs_slow_falloc...
Jeremy Allison
1
-22
/
+4
2010-12-03
Oops. Missed adding vfswrap_posix_fallocate to vfs_default_fns table.
Jeremy Allison
1
-0
/
+1
2010-12-02
Move posix_fallocate into the VFS where it belongs.
Jeremy Allison
4
-2
/
+80
2010-12-01
s3-waf: avoid module name uppercasing.
Günther Deschner
1
-106
/
+106
2010-12-01
s3: Fix a typo
Volker Lendecke
1
-1
/
+1
2010-12-01
s3: Attempt to fix the shadow_copy2 module
Volker Lendecke
1
-2
/
+2
2010-11-24
Fix bug #7812 - vfs_acl_xattr/vfs_acl_tdb: ACL inheritance cannot be disabled
Jeremy Allison
1
-0
/
+6
2010-11-20
switch from mtime to ctime which is more reliable if files can be accessed ou...
olivier
1
-4
/
+4
2010-11-20
Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_default
Jeremy Allison
7
-17
/
+28
2010-11-18
s3/vfs_tsmsm: remove unneeded cast to off_t
Björn Jacke
1
-2
/
+2
2010-11-18
s3/vfs_tsmsm: fix debug output for large files
Björn Jacke
1
-6
/
+6
2010-11-10
s3/time_audit: fix a change that was just for debuggin purposeѕ
Björn Jacke
1
-2
/
+2
2010-11-10
Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...
Jeremy Allison
1
-4
/
+3
2010-11-10
s3/vfs_time_audit: use monotonic clock for time deltas
Björn Jacke
1
-334
/
+445
2010-10-28
s3-waf: add vfs_time_audit to the build.
Günther Deschner
1
-0
/
+8
2010-10-28
s3: FILE_WRITE_DATA & friends have gone from includes.h
Volker Lendecke
1
-0
/
+1
2010-10-28
s3: Add a vfs_time_audit module
Abhidnya P Chirmule
1
-0
/
+2306
2010-10-28
s3: Fix bug 7759
Volodymyr Khomenko
1
-16
/
+18
2010-10-27
s3: Make gpfs winattrs work again
Volker Lendecke
1
-7
/
+31
2010-10-18
s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules.
Günther Deschner
1
-0
/
+1
2010-10-16
Ensure we have correct parameters to use Windows ACL modules.
Jeremy Allison
2
-4
/
+9
2010-10-16
Add acl_xattr:ignore system acls boolean (normally false) to allow
Jeremy Allison
3
-11
/
+38
2010-10-15
Add debug message to get_nt_acl_internal() to see what we got.
Jeremy Allison
1
-0
/
+7
2010-10-15
Fix valgrind "uninitialized read" error on "info" when returning !NT_STATUS_OK.
Jeremy Allison
1
-1
/
+5
2010-10-15
Fix bug #7734 - When creating files with "inherit ACLs" set to true, we negle...
Jeremy Allison
1
-1
/
+1
2010-10-13
s3:gpfs: Add support for the gpfs_ftruncate call
Christian Ambach
3
-2
/
+28
2010-10-13
s3:vfs:gpfs convert sharemodes/leases parameter
Christian Ambach
2
-20
/
+64
2010-10-13
s3:vfs:syncops add option to disable module per share
Christian Ambach
1
-6
/
+35
2010-10-13
s3:vfs:syncops make it possible to specify syncops:onclose per share
Christian Ambach
1
-7
/
+43
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2
-1
/
+2
2010-10-12
Make the vfs_acl_xattr and other modules work with NULL SD's. Fix
Jeremy Allison
1
-41
/
+29
2010-10-08
s3-waf: slowly getting modules to match how they look like in old build.
Günther Deschner
1
-108
/
+108
2010-09-28
s3-waf: fix dependencies in most of our module subsystems.
Günther Deschner
1
-15
/
+1
2010-09-28
s3: Lift smbd_server_conn from file_find_fd
Volker Lendecke
1
-2
/
+4
2010-09-28
s3: Lift smbd_server_conn from file_find_di_first
Volker Lendecke
1
-1
/
+2
2010-09-28
s3: Remove smbd_server_conn from files_forall
Volker Lendecke
1
-3
/
+5
2010-09-27
s3-waf: fix dependencies to NDR_XATTR.
Günther Deschner
1
-0
/
+2
2010-09-27
s3-waf: move perfcount subsystem to modules/wscript_build.
Günther Deschner
1
-0
/
+23
2010-09-27
s3-waf: move charset subsystem to modules/wscript_build.
Günther Deschner
1
-0
/
+41
2010-09-27
s3-waf: support --with-acl-support, at least for posix acls.
Günther Deschner
1
-0
/
+2
2010-09-27
s3-waf: move VFS subsystem to modules/wscript_build.
Günther Deschner
1
-0
/
+401
[next]