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
2019-07-13
vfs:glusterfs_fuse: ensure fileids are constant across nodes
Michael Adam
1
-1
/
+192
2019-07-12
s3: move fruit catia string replace mappings to s3/lib/
Ralph Boehme
1
-15
/
+3
2019-07-12
s3:{modules => lib}/string_replace.[c|h]
Ralph Boehme
3
-215
/
+0
2019-07-12
vfs_fruit: remove duplicate catia mappings
Ralph Boehme
1
-2
/
+1
2019-07-12
s3:modules: pass a TALLOC_CTX to string_replace_init_map()
Ralph Boehme
3
-4
/
+6
2019-07-12
s3:lib: move Mac streams util functions to s3/lib
Ralph Boehme
1
-45
/
+12
2019-07-12
vfs_fruit: move AppleDouble functionality to a dedicated subsystem
Ralph Boehme
2
-2009
/
+2
2019-07-12
vfs_fruit: pass catia mappings as argument to ad_convert()
Ralph Boehme
1
-4
/
+13
2019-07-12
vfs_fruit: add flags to ad_convert()
Ralph Boehme
1
-16
/
+31
2019-07-12
vfs_fruit: convert adouble accessor macros to functions
Ralph Boehme
1
-6
/
+19
2019-07-09
lib:crypto: Add GNUTLS_FIPS140_SET_(LAX|STRICT)_MODE to helpers
Andreas Schneider
1
-9
/
+1
2019-07-08
vfs_fruit: Fix a typo
Volker Lendecke
1
-1
/
+1
2019-07-04
vfs_nfs4acl_xattr: fix setting of permissions via NFS
Bjoern Jacke
1
-31
/
+0
2019-07-03
s3:modules: Use hash_inode() in vfs_streams_xattr
Andreas Schneider
2
-62
/
+5
2019-07-03
s3:modules: Use hash_inode() in vfs_fruit
Andreas Schneider
2
-71
/
+11
2019-07-03
s3:modules: Allow SHA1 usage for file IDs in FIPS mode
Andreas Schneider
1
-0
/
+12
2019-07-03
s3:modules: Add hash_inode() function based on SHA1
Andreas Schneider
3
-0
/
+112
2019-07-02
vfs: Remove unused "msg_ctx" from SMB_VFS_BRL_UNLOCK_WINDOWS
Volker Lendecke
4
-9
/
+3
2019-07-02
smbd: Remove unused "msg_ctx" from do_lock()
Volker Lendecke
1
-4
/
+0
2019-07-02
smbd: Remove unused "blocking_lock" from brl_lock_windows_default()
Volker Lendecke
1
-1
/
+1
2019-07-02
vfs: Remove "blocking_lock" from SMB_VFS_BRL_LOCK_WINDOWS
Volker Lendecke
4
-16
/
+9
2019-07-02
smbd: do_lock() never sees blocking locks anymore
Volker Lendecke
1
-4
/
+0
2019-07-02
smbd: Make do_lock() return NTSTATUS
Volker Lendecke
1
-24
/
+4
2019-07-01
vfs_fruit: change default for "fruit:zero_file_id" to false
Ralph Boehme
1
-1
/
+1
2019-07-01
vfs_fruit: make "fruit:zero_file_id" a per share option
Ralph Boehme
1
-2
/
+5
2019-07-01
vfs_fruit: move zero file-id to vfs_fruit
Ralph Boehme
2
-7
/
+17
2019-07-01
s3:smbd: use stored file_id in SMB_VFS_FS_FILE_ID()
Ralph Boehme
1
-0
/
+4
2019-07-01
s3:vfs: move get_fs_file_id to vfs_default
Ralph Boehme
1
-0
/
+23
2019-07-01
s3:vfs: add SMB_VFS_FS_FILE_ID()
Ralph Boehme
3
-0
/
+45
2019-07-01
s3: add st_ex_file_id to struct stat_ex
Ralph Boehme
1
-0
/
+2
2019-07-01
s3: add st_ex_itime to struct stat_ex
Ralph Boehme
1
-1
/
+2
2019-07-01
s3: convert struct stat_ex st_ex_calculated_birthtime bool to flags
Ralph Boehme
2
-3
/
+3
2019-07-01
vfs_catia: pass stat info to synthetic_smb_fname()
Ralph Boehme
1
-21
/
+21
2019-06-30
source3: Update all consumers of strtoul_err(), strtoull_err() to new API
Swen Schillig
4
-14
/
+17
2019-06-28
vfs_preopen: TALLOC_FREE(fde) before closing the underlying fd
Volker Lendecke
1
-0
/
+1
2019-06-28
vfs_preopen: Fix an uninitialized variable read
Volker Lendecke
1
-0
/
+1
2019-06-28
vfs_preopen: Fix for O_NOFOLLOW
Volker Lendecke
1
-1
/
+1
2019-06-28
vfs:glusterfs_fuse: treat ENOATTR as ENOENT
Michael Adam
1
-1
/
+1
2019-06-28
vfs:glusterfs: treat ENOATTR as ENOENT
Michael Adam
1
-1
/
+1
2019-06-24
s3: modules: Fruit. Now we know we have a handle, always use VFS_FCHMOD inste...
Jeremy Allison
1
-11
/
+6
2019-06-20
vfs: Remove SMB_VFS_BRL_CANCEL_WINDOWS
Volker Lendecke
5
-63
/
+0
2019-06-20
smbd: Return "blocker_pid" from do_lock()
Volker Lendecke
1
-16
/
+44
2019-06-11
s3/vfs_glusterfs_fuse: Avoid using NAME_MAX directly
Günther Deschner
1
-5
/
+7
2019-06-10
s3/vfs_glusterfs: Avoid using NAME_MAX directly
Günther Deschner
1
-5
/
+7
2019-06-10
Revert "s3/vfs_glusterfs_fuse: Dynamically determine NAME_MAX"
Günther Deschner
1
-26
/
+6
2019-06-10
Revert "s3/vfs_glusterfs: Dynamically determine NAME_MAX"
Günther Deschner
1
-29
/
+8
2019-06-04
s3:modules: Put debug msg into the if clause checking the strings exists
Andreas Schneider
1
-1
/
+2
2019-06-04
s3/modules: cppcheck: Fix ctunullpointer error
Noel Power
1
-5
/
+7
2019-05-30
vfs_fruit: remove a now unnecessary include
Ralph Boehme
1
-1
/
+0
2019-05-30
vfs_fruit: use VFS functions in ad_read_rsrc_adouble()
Ralph Boehme
1
-7
/
+6
[next]