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
...
*
Rename parent_dirname_talloc() to parent_dirname()
Volker Lendecke
2008-12-31
4
-13
/
+5
*
Use parent_dirname_talloc instead of parent_dirname in vfswrap_mkdir
Volker Lendecke
2008-12-31
1
-1
/
+6
*
Try to fix the build by fixing some typos in the vfs code
Kai Blin
2008-12-26
1
-3
/
+3
*
Fix bug #5990 - strict allocate should be checked before ftruncate
Jeremy Allison
2008-12-25
1
-0
/
+14
*
Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba
Jeremy Allison
2008-12-18
1
-0
/
+28
|
\
|
*
s3: Add statvfs implementation to the onefs vfs module
Aravind Srinivasan
2008-12-17
1
-0
/
+28
*
|
Comment out the parent inheritance code (this is incorrect) as was
Jeremy Allison
2008-12-18
2
-0
/
+4
|
/
*
s3: Fix a few build warnings
Tim Prouty
2008-12-15
2
-524
/
+891
*
Make use of smbd_gpfs_get_realfilename_path in unix_convert
Volker Lendecke
2008-12-10
2
-0
/
+86
*
Fix nonempty blank lines in vfs_gpfs.c
Volker Lendecke
2008-12-10
1
-55
/
+50
*
s3:modules/gpfs: Fix nonempty blank lines
Volker Lendecke
2008-12-10
1
-2
/
+2
*
Revert "Fix some merge omissions for GPFS"
Volker Lendecke
2008-12-10
2
-16
/
+7
*
Revert "Fix nonempty blank lines in vfs_gpfs.c"
Volker Lendecke
2008-12-10
1
-50
/
+55
*
Revert "Make use of smbd_gpfs_get_realfilename_path in unix_convert"
Volker Lendecke
2008-12-10
2
-86
/
+0
*
Revert "Fix the build"
Volker Lendecke
2008-12-10
1
-0
/
+9
*
Fix the build
Volker Lendecke
2008-12-10
1
-9
/
+0
*
Make use of smbd_gpfs_get_realfilename_path in unix_convert
Volker Lendecke
2008-12-10
2
-0
/
+86
*
Fix nonempty blank lines in vfs_gpfs.c
Volker Lendecke
2008-12-10
1
-55
/
+50
*
Fix some merge omissions for GPFS
Volker Lendecke
2008-12-10
2
-7
/
+16
*
Pass the get_real_filename operation through the VFS
Volker Lendecke
2008-12-10
1
-0
/
+12
*
s3: [3/3]: Fix a delete on close divergence from windows and the associated t...
Tim Prouty
2008-12-09
1
-3
/
+2
*
s3: Add the OneFS SMB_VFS_CREATE_FILE implementation
Tim Prouty
2008-12-09
5
-710
/
+1160
*
s3: Add onefs_open.c with code copied verbatim from smbd/open.c
Tim Prouty
2008-12-09
1
-0
/
+2028
*
Fix bug #5929 - vfs_prealloc does not build with option --with-cluster-suppor...
Henning Henkel
2008-12-04
1
-1
/
+1
*
s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argument
Tim Prouty
2008-12-03
2
-5
/
+5
*
s3: Add SMB_VFS_CREATE_FILE to vfs_full_audit module
Tim Prouty
2008-12-03
1
-0
/
+64
*
s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILE
Tim Prouty
2008-12-03
1
-1
/
+2
*
s3: Add SMB_VFS_CREATE_FILE to the vfs layer
Tim Prouty
2008-12-03
1
-0
/
+27
*
Add support for OneFS ACLs
Steven Danneman
2008-12-02
3
-0
/
+874
*
Add OneFS VFS module skeleton.
Tim Prouty
2008-12-02
1
-0
/
+33
*
s3:streams_xattr: fstat should do a stat on the base file
Stefan Metzmacher
2008-12-01
1
-1
/
+1
*
s3:streams_xattr: recheck fsp->fsp_name after a rename
Stefan Metzmacher
2008-12-01
1
-0
/
+65
*
s3:streams_depot: add an option to disable the xattr checks
Stefan Metzmacher
2008-12-01
1
-4
/
+18
*
s3:streams_depot: fix valgrind bug lp_parm_const_string() doesn't talloc the ...
Stefan Metzmacher
2008-12-01
1
-1
/
+0
*
s3:streams_depot: add support for stream renames
Stefan Metzmacher
2008-12-01
1
-0
/
+74
*
s3:streams_depot: map 'file::$DATA' to just 'file'
Stefan Metzmacher
2008-12-01
1
-1
/
+12
*
s3:streams_xattr: add support for renaming streams
Stefan Metzmacher
2008-12-01
1
-1
/
+142
*
s3:vfs_tsmsm: fix potential segfault (freeing uninitialized buffer)
Michael Adam
2008-12-01
1
-1
/
+1
*
[s3]zfsacl: "return" is not a function.
Michael Adam
2008-11-25
1
-3
/
+3
*
[s3]zfsacl: Prevent calling POSIX ACL vfs methods on zfs share.
Nils Goroll
2008-11-25
1
-0
/
+83
*
Search for gpfs functions in both libgpfs_gpl.so an libgpfs.so
Mathias Dietz
2008-11-24
1
-47
/
+45
*
Fix a C90 error.
Jeremy Allison
2008-11-21
1
-2
/
+3
*
Rever 83ff6979f504d50caf725ee62549604630b69be7 - "Fix the logic bug that caus...
Jeremy Allison
2008-11-21
1
-34
/
+34
*
Fix the logic bug that caused us to run into kernel oplocks on an open for a ...
Jeremy Allison
2008-11-21
1
-34
/
+34
*
Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba
Jeremy Allison
2008-11-21
1
-1
/
+1
|
\
|
*
[s3]nfs4_acls: make prototype header match definition for smb_set_nt_acl_nfs4()
Michael Adam
2008-11-22
1
-1
/
+1
*
|
Use fxattr calls whenever possible (trying to work around the strange Linux k...
Jeremy Allison
2008-11-21
1
-19
/
+51
|
/
*
Second part of the fix for bug #5903 - vfs_streams_xattr breaks contents of t...
Jeremy Allison
2008-11-21
1
-1
/
+60
*
Fix the build, by some cut-and-paste error I got two versions of the same fun...
Jeremy Allison
2008-11-20
1
-50
/
+0
*
Fix build farm breakage.
Jeremy Allison
2008-11-19
1
-1
/
+1
[prev]
[next]