index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-auth Rename cryptic 'ptok' to security_token
Andrew Bartlett
2011-02-10
2
-3
/
+3
*
Correctly plumb in VFS_FDOPENDIR.
Jeremy Allison
2011-02-09
1
-0
/
+1
*
Add fdopendir to the VFS. We will use this to reuse a directory fd already op...
Jeremy Allison
2011-02-09
7
-0
/
+203
*
If possible (O_DIRECTORY exists) open an fd for a directory open.
Jeremy Allison
2011-02-08
2
-2
/
+2
*
Fix try_chown code. Use new vfs_chown_fsp() which always trys fd first.
Jeremy Allison
2011-02-05
1
-4
/
+4
*
s3: Remove superfluous ;
Günther Deschner
2011-02-02
2
-4
/
+4
*
s3: Fix bug 7940 -- fall back for utimes calls
Volker Lendecke
2011-02-01
1
-4
/
+14
*
s3-waf: On FreeBSD, compile zfsacl if sunacl.h is around.
Günther Deschner
2011-01-31
1
-1
/
+1
*
s3: On FreeBSD, compile zfsacl if sunacl.h is around
Volker Lendecke
2011-01-30
1
-0
/
+4
*
s3-modules: Fixed the for-loop code block.
Andreas Schneider
2011-01-26
1
-0
/
+1
*
s3:vfs:shadow_copy2: fix indentation in _SHADOW2_NEXT_SMB_FNAME
Michael Adam
2011-01-21
1
-2
/
+2
*
s3:vfs:shadow_copy2: Fix shadow-copy module for drag&drop from a snapshot
Volker Lendecke
2011-01-21
1
-0
/
+4
*
s3:vfs:gpfs: fix logic when gpfs:winattr is false (the default!)
Rusty Russell
2011-01-21
1
-1
/
+11
*
Make processing of incoming stream rename paths common between reply_mv and n...
Jeremy Allison
2011-01-20
1
-19
/
+1
*
s3:vfs aio_fork children do not go away
Christian Ambach
2011-01-14
1
-1
/
+13
*
s3:vfs fix children cleanup in aio_fork
Christian Ambach
2011-01-14
1
-0
/
+1
*
Fix bug #7909 - map SYNCHRONIZE acl permission statically in zfs_acl vfs module.
Paul B. Henson
2011-01-13
2
-1
/
+6
*
s3: Fix some warnings in the zfsacl module
Volker Lendecke
2011-01-08
1
-15
/
+15
*
Keep track of the sparse status of an open file handle. Allows bypass of
Jeremy Allison
2010-12-21
1
-1
/
+1
*
Added call out to a Linux-compatible fallocate() when we need to extend a file
Jeremy Allison
2010-12-21
1
-2
/
+3
*
s3: Did I say this module is from hell?
Volker Lendecke
2010-12-19
1
-1
/
+1
*
Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...
Jeremy Allison
2010-12-18
4
-23
/
+34
*
s3/vfs_gpfs: map SPARSE attribute to/from WINATTRs, too
Björn Jacke
2010-12-17
1
-2
/
+8
*
Do more vfs_stat_fsp calls instead of FSTAT - ensures fsp->fsp_name->st is ke...
Jeremy Allison
2010-12-16
1
-13
/
+20
*
Protect the onefs sendfile from EAGAIN/EWOULDBLOCK.
Jeremy Allison
2010-12-15
1
-1
/
+5
*
Replace lseek()/write()/lseek() triple with pwrite call. We already emulate this
Jeremy Allison
2010-12-03
1
-12
/
+2
*
posix_fallocate() returns an errno, not -1 on error.
Jeremy Allison
2010-12-03
1
-1
/
+1
*
Merge the two conflicting allocation codes into one function, vfs_slow_falloc...
Jeremy Allison
2010-12-03
1
-22
/
+4
*
Oops. Missed adding vfswrap_posix_fallocate to vfs_default_fns table.
Jeremy Allison
2010-12-03
1
-0
/
+1
*
Move posix_fallocate into the VFS where it belongs.
Jeremy Allison
2010-12-02
4
-2
/
+80
*
s3-waf: avoid module name uppercasing.
Günther Deschner
2010-12-01
1
-106
/
+106
*
s3: Fix a typo
Volker Lendecke
2010-12-01
1
-1
/
+1
*
s3: Attempt to fix the shadow_copy2 module
Volker Lendecke
2010-12-01
1
-2
/
+2
*
Fix bug #7812 - vfs_acl_xattr/vfs_acl_tdb: ACL inheritance cannot be disabled
Jeremy Allison
2010-11-24
1
-0
/
+6
*
switch from mtime to ctime which is more reliable if files can be accessed ou...
olivier
2010-11-20
1
-4
/
+4
*
Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_default
Jeremy Allison
2010-11-20
7
-17
/
+28
*
s3/vfs_tsmsm: remove unneeded cast to off_t
Björn Jacke
2010-11-18
1
-2
/
+2
*
s3/vfs_tsmsm: fix debug output for large files
Björn Jacke
2010-11-18
1
-6
/
+6
*
s3/time_audit: fix a change that was just for debuggin purposeѕ
Björn Jacke
2010-11-10
1
-2
/
+2
*
Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...
Jeremy Allison
2010-11-10
1
-4
/
+3
*
s3/vfs_time_audit: use monotonic clock for time deltas
Björn Jacke
2010-11-10
1
-334
/
+445
*
s3-waf: add vfs_time_audit to the build.
Günther Deschner
2010-10-28
1
-0
/
+8
*
s3: FILE_WRITE_DATA & friends have gone from includes.h
Volker Lendecke
2010-10-28
1
-0
/
+1
*
s3: Add a vfs_time_audit module
Abhidnya P Chirmule
2010-10-28
1
-0
/
+2306
*
s3: Fix bug 7759
Volodymyr Khomenko
2010-10-28
1
-16
/
+18
*
s3: Make gpfs winattrs work again
Volker Lendecke
2010-10-27
1
-7
/
+31
*
s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules.
Günther Deschner
2010-10-18
1
-0
/
+1
*
Ensure we have correct parameters to use Windows ACL modules.
Jeremy Allison
2010-10-16
2
-4
/
+9
*
Add acl_xattr:ignore system acls boolean (normally false) to allow
Jeremy Allison
2010-10-16
3
-11
/
+38
*
Add debug message to get_nt_acl_internal() to see what we got.
Jeremy Allison
2010-10-15
1
-0
/
+7
[next]