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 audit: Fix a memory leak
Tim Prouty
2009-07-06
1
-4
/
+4
*
s3: Plumb smb_filename through SMB_VFS_NTIMES
Tim Prouty
2009-07-06
8
-39
/
+91
*
s3 catia: Remove pointless VOPs from catia
Tim Prouty
2009-07-06
1
-84
/
+0
*
s3: Plumb smb_filename around SMB_VFS_CHFLAGS
Tim Prouty
2009-07-06
3
-25
/
+0
*
s3: Plumb smb_filename through SMB_VFS_UNLINK
Tim Prouty
2009-07-06
16
-213
/
+370
*
s3 audit: Remove some recently introduced memory leaks in the audit modules
Tim Prouty
2009-07-06
2
-12
/
+45
*
s3 audit: Remove the usesless static function declarations from the audit mod...
Tim Prouty
2009-07-06
3
-641
/
+308
*
s3 onefs: Fix failure in POSIX smbtorture test
Tim Prouty
2009-07-06
1
-2
/
+2
*
s3: Plumb smb_filename through SMB_VFS_RENAME
Tim Prouty
2009-07-06
15
-202
/
+355
*
do not merge ACEs with different SMB_ACE4_INHERIT_ONLY_ACE flag, this leads t...
Christian Ambach
2009-07-06
1
-0
/
+7
*
s3:onefs_open: remove unused variable passed to parent_dirname()
Stefan Metzmacher
2009-07-01
1
-2
/
+1
*
s3 onefs: Plumb smb_filename through onefs createfile path
Tim Prouty
2009-06-25
4
-221
/
+322
*
Add a \n to a debug message in smbacl4_nfs42win
Volker Lendecke
2009-06-25
1
-1
/
+1
*
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2009-06-24
17
-255
/
+524
*
s3 onefs: Remove dfs resolution from create_file() now that it's being done a...
Tim Prouty
2009-06-17
1
-22
/
+1
*
s3: Change SMB_VFS_OPEN to take an smb_filename struct
Tim Prouty
2009-06-17
17
-117
/
+352
*
s3: Plumb smb_filename from create_file all of the way down to fd_open
Tim Prouty
2009-06-17
1
-7
/
+2
*
s3 onefs: Fix reading over the end of the array, because the incorrect array ...
Tim Prouty
2009-06-15
1
-2
/
+3
*
s3 onefs: Change onefs modules to use the new createfile api
Tim Prouty
2009-06-15
3
-43
/
+46
*
s3: Plumb smb_filename through SMB_VFS_CREATE_FILE
Tim Prouty
2009-06-12
2
-21
/
+13
*
s3: Remove unix_convert handling from createfile implementations
Tim Prouty
2009-06-10
1
-30
/
+4
*
Support getting gpfs birthtime
Volker Lendecke
2009-06-02
3
-0
/
+82
*
Store winattrs in GPFS
Mathias Dietz
2009-06-02
3
-0
/
+142
*
Add a "connectpath" operation to the shadow_copy2 module
Volker Lendecke
2009-06-02
1
-0
/
+54
*
Add SMB_VFS_CONNECTPATH operation
Volker Lendecke
2009-06-02
2
-0
/
+26
*
s3 onefs: update the onefs module to be compliant with stat_ex
Tim Prouty
2009-05-28
8
-77
/
+192
*
Fix the build of nfs4_acls.c
Volker Lendecke
2009-05-27
1
-1
/
+2
*
Fix a size_t/int warning
Volker Lendecke
2009-05-27
1
-1
/
+1
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
16
-99
/
+103
*
s3 onefs: Fix invalid argument from the unix_convert smb_filename struct patch
Tim Prouty
2009-05-21
1
-1
/
+1
*
s3: Change unix_convert (and its callers) to use struct smb_filename
Tim Prouty
2009-05-20
1
-2
/
+13
*
Use SMB_VFS_NEXT_CLOSE. This VFS stuff is really opaque to me...
Volker Lendecke
2009-05-20
1
-5
/
+1
*
Fix bug disclosed by lock8 torture test
Volker Lendecke
2009-05-20
1
-0
/
+17
*
s3 onefs: Removing an incorrect TALLOC_FREE
Aravind Srinivasan
2009-05-19
1
-1
/
+0
*
Move down the become_root()/unbecome_root() calls into the VFS modules
Volker Lendecke
2009-05-18
1
-2
/
+22
*
In aio_fork, we have to close all fd's, we might hold a gpfs share mode
Volker Lendecke
2009-05-18
1
-0
/
+16
*
Fix a race condition in vfs_aio_fork with gpfs share modes
Volker Lendecke
2009-05-18
1
-2
/
+8
*
s3 onefs: Self-contend level2 oplocks on BRL
Zack Kirsch
2009-05-12
1
-1
/
+14
*
s3 onefs: Fix ignore sacl parameter
Tim Prouty
2009-05-12
4
-24
/
+36
*
Clean up assignments to iov_base, ensure it's always cast to void *. This sho...
Jeremy Allison
2009-05-12
2
-4
/
+4
*
Fix a bunch of compiler warnings about wrong format types.
Jeremy Allison
2009-05-11
1
-7
/
+7
*
s3 onefs: Turn up the debug level for non-error cases
tprouty
2009-05-05
1
-3
/
+3
*
s3: Fix trans2 path to use case-insensitive stat optimization
tprouty
2009-05-05
1
-2
/
+6
*
s3:onefs.so Change system function names
Steven Danneman
2009-05-05
1
-4
/
+4
*
s3:onefs.so fix issue with missing entries when enumerating directories
Steven Danneman
2009-05-04
1
-130
/
+75
*
Fix annoying debug messages when no snapshots are used
Volker Lendecke
2009-04-28
1
-2
/
+3
*
s3 onefs: Fix case-insensitivity for mangled names
Tim Prouty
2009-04-07
1
-0
/
+12
*
Make some functions static to vfs_gpfs.c
Volker Lendecke
2009-04-06
1
-14
/
+14
*
Add prototype for smbd_gpfs_get_realfilename_path
Volker Lendecke
2009-04-06
1
-0
/
+2
*
Fix two c++ warnings in vfs_gpfs.c
Volker Lendecke
2009-04-06
1
-2
/
+2
[prev]
[next]