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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-03
s3:modules: Set -Wno-strict-overflow for getdate if supported
Andreas Schneider
1
-0
/
+5
2018-04-03
s3:modules: Generate new getdate.c with bison
Andreas Schneider
1
-977
/
+897
2018-04-03
s3:modules: Update getdate.y to work with newer bison versions
Andreas Schneider
1
-122
/
+121
2018-04-03
s3:modules: fix the build of vfs_aixacl2.c
Stefan Metzmacher
1
-2
/
+3
2018-04-03
s3:modules: make virusfilter_io_connect_path() more portable
Stefan Metzmacher
1
-15
/
+16
2018-04-03
s3:modules: fix the picky-developer build of vfs_virusfilter.c on FreeBSD 11
Stefan Metzmacher
1
-2
/
+3
2018-03-29
vfs_fruit: Fix CID 1433613 Operands don't affect result
Volker Lendecke
1
-2
/
+2
2018-03-21
s3: smbd: Fruit. Make the use of dom_sid_compare_domain() much clearer.
Jeremy Allison
1
-2
/
+3
2018-03-20
s3:vfs_preopen: Change to a do-while loop and fix the check
Andreas Schneider
1
-2
/
+2
2018-03-20
s3:modules: Fix size type in getdate
Andreas Schneider
2
-2
/
+2
2018-03-20
s3:vfs_nettalk: Fix size types
Andreas Schneider
1
-1
/
+1
2018-03-16
s3: smbd: vfs_fruit: Replace code in fruit_fget_nt_acl() with remove_virtual_...
Jeremy Allison
1
-28
/
+7
2018-03-16
s3: smbd: vfs_fruit: Replace code in check_ms_nfs() with remove_virtual_nfs_a...
Jeremy Allison
1
-37
/
+1
2018-03-16
s3: smbd: vfs_fruit: Add remove_virtual_nfs_aces() a generic NFS ACE remover.
Jeremy Allison
1
-0
/
+43
2018-03-08
s3: vfs_fruit. Change check_ms_nfs() to remove the virtual ACE's generated by...
Jeremy Allison
1
-1
/
+42
2018-03-07
s3: vfs_fruit. If the security descriptor was modified, ensure we set the fla...
Jeremy Allison
1
-0
/
+21
2018-03-07
s3: vfs_fruit: Ensure we operate on a copy of the incoming security descriptor.
Jeremy Allison
1
-1
/
+11
2018-03-07
s3: vfs_fruit. Ensure we only return one set of the 'virtual' UNIX ACE entries.
Jeremy Allison
1
-0
/
+28
2018-03-01
s3:modules: Add FALL_THROUGH statements in getdate.c
Andreas Schneider
1
-2
/
+3
2018-03-01
s3:modules: Add FALL_THROUGH statements in vfs_acl_common.c
Andreas Schneider
1
-0
/
+1
2018-02-26
vfs_glusterfs: Fix the wrong pointer being sent in glfs_fsync_async
Poornima G
1
-1
/
+1
2018-02-23
vfs_fruit: use off_t, not size_t for TM size calculations
Ralph Boehme
1
-7
/
+6
2018-01-31
vfs_virusfilter: Fix CID 1428738 Macro compares unsigned to 0
Volker Lendecke
1
-1
/
+1
2018-01-31
vfs_virusfilter: Fix CID 1428740 Macro compares unsigned to 0
Volker Lendecke
1
-1
/
+1
2018-01-31
vfs_virusfilter: Fix CID 1428739 Buffer not null terminated
Volker Lendecke
1
-1
/
+7
2018-01-25
Samba-VirusFilter: clean up dir check vfs_close and vfs_open
Trever L. Adams
1
-2
/
+6
2018-01-25
Samba-VirusFilter: fix virusfilter_vfs_close() crash
Trever L. Adams
1
-1
/
+1
2018-01-24
Samba-VirusFilter: clamav VFS and man page.
Trever L. Adams
4
-0
/
+200
2018-01-24
Samba-VirusFilter: F-Secure AntiVirus (fsav) VFS and man page.
Trever L. Adams
4
-0
/
+456
2018-01-24
Samba-VirusFilter: Sophos VFS backend.
Trever L. Adams
4
-5
/
+408
2018-01-24
Samba-VirusFilter: common headers and sources.
Trever L. Adams
5
-0
/
+2872
2018-01-22
waf: Fix NFS quota support with libtirpc
Andreas Schneider
1
-0
/
+9
2018-01-21
vfs_fileid: Fix the 32-bit build
Volker Lendecke
1
-2
/
+2
2018-01-17
vfs_glusterfs: Add fallocate support for vfs_glusterfs
Sachin Prabhu
1
-1
/
+27
2018-01-13
vfs_default: use VFS statvfs macro in fs_capabilities
David Disseldorp
1
-7
/
+7
2018-01-13
vfs_ceph: add fs_capabilities hook to avoid local statvfs
David Disseldorp
1
-0
/
+15
2018-01-10
vfs_fruit: initialise bandsize to please a compiler
Douglas Bagnall
1
-1
/
+1
2018-01-09
vfs_fruit: set delete-on-close for empty finderinfo
Ralph Boehme
1
-24
/
+36
2018-01-09
vfs_fruit: filter out AFP_AfpInfo streams with pending delete-on-close
Ralph Boehme
1
-1
/
+71
2018-01-09
vfs_fruit: factor out delete_invalid_meta_stream() from fruit_streaminfo_meta...
Ralph Boehme
1
-23
/
+34
2018-01-08
vfs_fileid: fix a use after free
Ralph Boehme
1
-1
/
+3
2018-01-06
vfs_fileid: add fileid:algorithm = fsname_norootdir
Ralph Boehme
1
-3
/
+42
2018-01-06
vfs_fileid: add fileid:nolockinode parameter
Ralph Boehme
1
-1
/
+12
2018-01-06
vfs_fileid: add fileid:algorithm = fsname_nodirs
Ralph Boehme
1
-0
/
+14
2018-01-06
vfs_fileid: add fileid:algorithm = hostname
Ralph Boehme
1
-0
/
+31
2018-01-06
vfs_fileid: convert dev argument of the device_mapping_fn to SMB_STRUCT_STAT
Ralph Boehme
1
-8
/
+8
2018-01-06
vfs_fileid: add "fstype/mntdir deny/allow list" option
Ralph Wuerthner
1
-0
/
+114
2018-01-06
vfs_fileid: preserve errno in an error code path
Ralph Boehme
1
-0
/
+3
2018-01-06
vfs_fileid: add a DEBUG message to log dev and inode
Ralph Boehme
1
-0
/
+3
2018-01-06
vfs_fruit: add "time machine max size" option
Ralph Boehme
1
-0
/
+428
[next]