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
*
Move the checks for null timestamps down below the VFS_NTIMES
Jeremy Allison
2009-08-07
1
-0
/
+15
*
Fix breakage for connect function after API change (connect -> connect_fn)
Alexander Bokovoy
2009-08-02
2
-2
/
+2
*
s3: Attempt to fix hpuxacl module
Tim Prouty
2009-07-29
2
-5
/
+13
*
shadow_copy2: The system getrealfilename() can't deal with a 0-length fname
Volker Lendecke
2009-07-29
1
-0
/
+3
*
Fix the build breakage by #including modules/vfs_acl_common.c
Jeremy Allison
2009-07-27
3
-21
/
+31
*
Cleanup patch after "new VFS"
Volker Lendecke
2009-07-25
1
-1
/
+1
*
Cleanup patch after "struct stat_ex"
Volker Lendecke
2009-07-25
1
-2
/
+2
*
s3 onefs: Fix the onefs modules after the big refactoring
Tim Prouty
2009-07-24
4
-10
/
+10
*
Factor out common code into vfs_acl_common.c.
Jeremy Allison
2009-07-24
3
-1272
/
+653
*
Make acl_tdb match acl_xattr. Large duplication of
Jeremy Allison
2009-07-24
1
-68
/
+225
*
Fix hash function in acl_xattr to be SHA256, make
Jeremy Allison
2009-07-24
2
-62
/
+100
*
Move the "enum _vfs_op_type" to full_audit
Volker Lendecke
2009-07-24
1
-0
/
+142
*
Make the smbd VFS typesafe
Volker Lendecke
2009-07-24
43
-1587
/
+710
*
Some more VFS type errors
Volker Lendecke
2009-07-24
1
-2
/
+2
*
Fix some C++ warnings
Volker Lendecke
2009-07-24
1
-4
/
+7
*
s3: Remove unnecessary callers of get_full_smb_filename
Tim Prouty
2009-07-21
1
-40
/
+18
*
s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.
Tim Prouty
2009-07-20
21
-252
/
+300
*
Fix a few type errors in VFS modules
Volker Lendecke
2009-07-19
6
-10
/
+18
*
reject ACLs with DESC_DACL_PROTECTED on GPFS
Christian Ambach
2009-07-14
1
-0
/
+5
*
Add hash values to the xattr ACLS to determine when
Jeremy Allison
2009-07-10
1
-55
/
+158
*
s3: Prepare open.c to switch fsp_name to an smb_filename struct
Tim Prouty
2009-07-08
1
-12
/
+15
*
s3: Change the share_mode_lock struct to store a base_name and stream_name
Tim Prouty
2009-07-08
1
-15
/
+7
*
s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name()
Tim Prouty
2009-07-08
2
-57
/
+12
*
s3: Plumb smb_filename through dos_mode() and related funtions
Tim Prouty
2009-07-08
2
-3
/
+12
*
s3: convert unix_mode to take an smb_filename
Tim Prouty
2009-07-08
2
-5
/
+16
*
s3 onefs: Fix a few bugs from the smb_filename migration
Tim Prouty
2009-07-07
3
-49
/
+35
*
Attempt to fix the build of vfs_catia.c -- Tim, please check!
Volker Lendecke
2009-07-07
1
-2
/
+2
*
s3: Update streaminfo implementations now that only base names are passed thr...
Tim Prouty
2009-07-06
4
-21
/
+20
*
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
[next]