index
:
delta/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-2-stable
v4-2-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
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3/smbd: Remove connection_struct from get_ea_names_from_file
Noel Power
2021-02-26
4
-6
/
+2
*
s3/smbd: Adjust estimate_ea_size to take files_struct alone
Noel Power
2021-02-26
1
-23
/
+17
*
s3/smbd: let canonicalize_ea_name accept fsp and fstring only in sig
Noel Power
2021-02-26
1
-8
/
+3
*
s3/smbd: replace get_ea_list_from_file_path with get_ea_list_from_fsp
Noel Power
2021-02-26
1
-124
/
+8
*
s3/smbd: rename get_ea_list_from_fsp_new to get_ea_list_from_fsp
Noel Power
2021-02-26
1
-31
/
+9
*
s3/smbd: Create new file get_ea_list_from_fsp_new (not used)
Noel Power
2021-02-26
1
-0
/
+115
*
s3/smbd: remove connection_struct from get_ea_list_from_file_path
Noel Power
2021-02-26
1
-4
/
+0
*
s3/smsbd: prepare to remove connection_struct param from get_ea_list_from_fil...
Noel Power
2021-02-26
1
-5
/
+5
*
s3/torture: migrate SMB_VFS_FLISTXATTR calls to SMB_VFS_FLISTXATTR
Noel Power
2021-02-26
1
-3
/
+16
*
s3/smbd: remove connection_struct param from get_ea_list_from_file
Noel Power
2021-02-26
1
-9
/
+9
*
s3/smbd: rename get_ea_list_from_path -> get_ea_list_from_fsp
Noel Power
2021-02-26
1
-5
/
+5
*
s3/smbd: no longer pass smb_fname to get_ea_list_from_file
Noel Power
2021-02-26
1
-6
/
+4
*
s3/smbd: prepare get_ea_list_from_file to receive fsp alone
Noel Power
2021-02-26
1
-5
/
+13
*
s3/smbd: modify get_ea_list_from_file_path fn signature to take fsp only
Noel Power
2021-02-26
1
-12
/
+8
*
s3/smbd: modify estimate_ea_size fn signature to take fsp only
Noel Power
2021-02-26
1
-45
/
+31
*
s3/smbd: use smb_fname->fsp for get_ea_list_from_file_path in estimate_ea_size()
Noel Power
2021-02-26
1
-5
/
+24
*
s3/smbd: modify get_ea_names_from_file signature fn to take fsp alone
Noel Power
2021-02-26
4
-10
/
+7
*
s3/smbd: use SMB_VFS_FLISTXATTR() alone (also added assert fsp is not NULL)
Noel Power
2021-02-26
1
-21
/
+7
*
s3/modules: Ensure vfs_streaminfo gets passed valid pathref smb_filename
Noel Power
2021-02-26
3
-8
/
+64
*
s3/smbd: call get_ea_list_from_file with smb_fname->fsp
Noel Power
2021-02-26
1
-1
/
+2
*
s3: VFS: nfs4_acls. Add missing TALLOC_FREE(frame) in error path.
Peter Eriksson
2021-02-25
1
-0
/
+1
*
samba-tool: Add a gpo command for removing VGP Startup Scripts Group Policy
David Mulder
2021-02-24
3
-2
/
+62
*
samba-tool: Test gpo manage script startup remove command
David Mulder
2021-02-24
3
-0
/
+51
*
samba-tool: Add a gpo command for adding VGP Startup Scripts Group Policy
David Mulder
2021-02-24
3
-2
/
+84
*
samba-tool: Test gpo manage script startup add command
David Mulder
2021-02-24
3
-0
/
+73
*
samba-tool: Add a gpo command for listing VGP Startup Scripts Group Policy
David Mulder
2021-02-24
3
-2
/
+53
*
samba-tool: Test gpo manage script startup list command
David Mulder
2021-02-24
3
-0
/
+80
*
gpo: Apply Group Policy Startup Scripts from VGP
David Mulder
2021-02-24
2
-3
/
+99
*
gpo: Test Group Policy VGP Startup Script Policy
David Mulder
2021-02-24
3
-0
/
+150
*
ldb: remove some 'if PY3's in tests
Douglas Bagnall
2021-02-22
2
-44
/
+17
*
pytest/segfault: fix the rpc.echo test
Douglas Bagnall
2021-02-22
1
-1
/
+1
*
pytest/segfaults: drop a useless line
Douglas Bagnall
2021-02-22
1
-1
/
+0
*
selftest: preforkrestartdc doesn't need gdb-backtraces
Douglas Bagnall
2021-02-22
1
-0
/
+5
*
pytest:segfault: avoid gdb_backtrace on knownfail
Douglas Bagnall
2021-02-22
1
-0
/
+11
*
selftest/gdb_backtrace: add an off switch
Douglas Bagnall
2021-02-22
1
-0
/
+6
*
printing: use correct error out in get_correct_cversion() when openat_pathref...
Ralph Boehme
2021-02-17
1
-1
/
+4
*
printing: use correct error out in file_version_is_newer() when openat_pathre...
Ralph Boehme
2021-02-17
1
-1
/
+3
*
printing: use correct error out in file_version_is_newer() when openat_pathre...
Ralph Boehme
2021-02-17
1
-1
/
+2
*
samba-tool: Replace gpo command for removing Sudoers Group Policy
David Mulder
2021-02-14
3
-2
/
+73
*
samba-tool: Test gpo manage vgp sudoers remove command
David Mulder
2021-02-13
3
-74
/
+22
*
samba-tool: Replace gpo command for adding Sudoers Group Policy
David Mulder
2021-02-13
3
-2
/
+85
*
samba-tool: Test VGP sudoers add command
David Mulder
2021-02-13
3
-69
/
+35
*
samba-tool: Replace gpo command for listing Sudoers Group Policy
David Mulder
2021-02-13
3
-2
/
+53
*
samba-tool: Test gpo manage vgp sudoers list command
David Mulder
2021-02-13
3
-53
/
+37
*
gpo: VGP Sudoers policy must handle group principals
David Mulder
2021-02-13
2
-5
/
+14
*
gpo: Test that VGP Sudoers policy handles group principals
David Mulder
2021-02-13
2
-1
/
+6
*
vfs: update status of SMB_VFS_READLINKAT()
Jeremy Allison
2021-02-13
2
-2
/
+2
*
s3: smbd: Change smb_unix_read_symlink() to use a real directory fsp for SMB_...
Jeremy Allison
2021-02-13
1
-1
/
+16
*
s3: smbd: Factor out the SMB1 UNIX extensions read symlink code into a function.
Jeremy Allison
2021-02-13
1
-31
/
+57
*
s3: VFS: unityed_media: Fix um_readlinkat() to cope with real directory fsps.
Jeremy Allison
2021-02-13
1
-3
/
+13
[next]