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
2009-01-05
s3:events: change event_add_timed() prototype to match samba4
Stefan Metzmacher
1
-4
/
+2
2009-01-05
Use talloc_tos in vfs_full_audit.c:do_log
Volker Lendecke
1
-2
/
+2
2009-01-05
Fix a bad memleak in vfs_full_audit
Volker Lendecke
1
-1
/
+4
2009-01-05
Add create_file to vfs_op_names
Volker Lendecke
1
-0
/
+1
2009-01-05
Fix bug 6012: Add "get_real_filename" to full_audit
Volker Lendecke
1
-0
/
+25
2009-01-04
s3: Remove a few unnecessary checks from the streams depot module and fix to ...
Tim Prouty
1
-12
/
+18
2009-01-04
s3: Remove a few unnecessary checks from the streams xattr module
Tim Prouty
1
-11
/
+0
2009-01-04
Async wrapper for open_socket_out_send/recv
Volker Lendecke
1
-2
/
+3
2009-01-03
open_socket_out is always used with SOCK_STREAM, remove argument "type"
Volker Lendecke
1
-1
/
+1
2008-12-31
s3: Fix caller of print_fsp_open
Tim Prouty
1
-3
/
+3
2008-12-31
Fix all warnings in source3 with gcc4.3.
Jeremy Allison
2
-6
/
+15
2008-12-31
Rename parent_dirname_talloc() to parent_dirname()
Volker Lendecke
4
-13
/
+5
2008-12-31
Use parent_dirname_talloc instead of parent_dirname in vfswrap_mkdir
Volker Lendecke
1
-1
/
+6
2008-12-26
Try to fix the build by fixing some typos in the vfs code
Kai Blin
1
-3
/
+3
2008-12-25
Fix bug #5990 - strict allocate should be checked before ftruncate
Jeremy Allison
1
-0
/
+14
2008-12-18
Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba
Jeremy Allison
1
-0
/
+28
2008-12-18
Comment out the parent inheritance code (this is incorrect) as was
Jeremy Allison
2
-0
/
+4
2008-12-17
s3: Add statvfs implementation to the onefs vfs module
Aravind Srinivasan
1
-0
/
+28
2008-12-15
s3: Fix a few build warnings
Tim Prouty
2
-524
/
+891
2008-12-10
Make use of smbd_gpfs_get_realfilename_path in unix_convert
Volker Lendecke
2
-0
/
+86
2008-12-10
Fix nonempty blank lines in vfs_gpfs.c
Volker Lendecke
1
-55
/
+50
2008-12-10
s3:modules/gpfs: Fix nonempty blank lines
Volker Lendecke
1
-2
/
+2
2008-12-10
Revert "Fix some merge omissions for GPFS"
Volker Lendecke
2
-16
/
+7
2008-12-10
Revert "Fix nonempty blank lines in vfs_gpfs.c"
Volker Lendecke
1
-50
/
+55
2008-12-10
Revert "Make use of smbd_gpfs_get_realfilename_path in unix_convert"
Volker Lendecke
2
-86
/
+0
2008-12-10
Revert "Fix the build"
Volker Lendecke
1
-0
/
+9
2008-12-10
Fix the build
Volker Lendecke
1
-9
/
+0
2008-12-10
Make use of smbd_gpfs_get_realfilename_path in unix_convert
Volker Lendecke
2
-0
/
+86
2008-12-10
Fix nonempty blank lines in vfs_gpfs.c
Volker Lendecke
1
-55
/
+50
2008-12-10
Fix some merge omissions for GPFS
Volker Lendecke
2
-7
/
+16
2008-12-10
Pass the get_real_filename operation through the VFS
Volker Lendecke
1
-0
/
+12
2008-12-09
s3: [3/3]: Fix a delete on close divergence from windows and the associated t...
Tim Prouty
1
-3
/
+2
2008-12-09
s3: Add the OneFS SMB_VFS_CREATE_FILE implementation
Tim Prouty
5
-710
/
+1160
2008-12-09
s3: Add onefs_open.c with code copied verbatim from smbd/open.c
Tim Prouty
1
-0
/
+2028
2008-12-04
Fix bug #5929 - vfs_prealloc does not build with option --with-cluster-suppor...
Henning Henkel
1
-1
/
+1
2008-12-03
s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argument
Tim Prouty
2
-5
/
+5
2008-12-03
s3: Add SMB_VFS_CREATE_FILE to vfs_full_audit module
Tim Prouty
1
-0
/
+64
2008-12-03
s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILE
Tim Prouty
1
-1
/
+2
2008-12-03
s3: Add SMB_VFS_CREATE_FILE to the vfs layer
Tim Prouty
1
-0
/
+27
2008-12-02
Add support for OneFS ACLs
Steven Danneman
3
-0
/
+874
2008-12-02
Add OneFS VFS module skeleton.
Tim Prouty
1
-0
/
+33
2008-12-01
s3:streams_xattr: fstat should do a stat on the base file
Stefan Metzmacher
1
-1
/
+1
2008-12-01
s3:streams_xattr: recheck fsp->fsp_name after a rename
Stefan Metzmacher
1
-0
/
+65
2008-12-01
s3:streams_depot: add an option to disable the xattr checks
Stefan Metzmacher
1
-4
/
+18
2008-12-01
s3:streams_depot: fix valgrind bug lp_parm_const_string() doesn't talloc the ...
Stefan Metzmacher
1
-1
/
+0
2008-12-01
s3:streams_depot: add support for stream renames
Stefan Metzmacher
1
-0
/
+74
2008-12-01
s3:streams_depot: map 'file::$DATA' to just 'file'
Stefan Metzmacher
1
-1
/
+12
2008-12-01
s3:streams_xattr: add support for renaming streams
Stefan Metzmacher
1
-1
/
+142
2008-12-01
s3:vfs_tsmsm: fix potential segfault (freeing uninitialized buffer)
Michael Adam
1
-1
/
+1
2008-11-25
[s3]zfsacl: "return" is not a function.
Michael Adam
1
-3
/
+3
[next]