summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* s3/smbd: Remove connection_struct from get_ea_names_from_fileNoel Power2021-02-264-6/+2
* s3/smbd: Adjust estimate_ea_size to take files_struct aloneNoel Power2021-02-261-23/+17
* s3/smbd: let canonicalize_ea_name accept fsp and fstring only in sigNoel Power2021-02-261-8/+3
* s3/smbd: replace get_ea_list_from_file_path with get_ea_list_from_fspNoel Power2021-02-261-124/+8
* s3/smbd: rename get_ea_list_from_fsp_new to get_ea_list_from_fspNoel Power2021-02-261-31/+9
* s3/smbd: Create new file get_ea_list_from_fsp_new (not used)Noel Power2021-02-261-0/+115
* s3/smbd: remove connection_struct from get_ea_list_from_file_pathNoel Power2021-02-261-4/+0
* s3/smsbd: prepare to remove connection_struct param from get_ea_list_from_fil...Noel Power2021-02-261-5/+5
* s3/torture: migrate SMB_VFS_FLISTXATTR calls to SMB_VFS_FLISTXATTRNoel Power2021-02-261-3/+16
* s3/smbd: remove connection_struct param from get_ea_list_from_fileNoel Power2021-02-261-9/+9
* s3/smbd: rename get_ea_list_from_path -> get_ea_list_from_fspNoel Power2021-02-261-5/+5
* s3/smbd: no longer pass smb_fname to get_ea_list_from_fileNoel Power2021-02-261-6/+4
* s3/smbd: prepare get_ea_list_from_file to receive fsp aloneNoel Power2021-02-261-5/+13
* s3/smbd: modify get_ea_list_from_file_path fn signature to take fsp onlyNoel Power2021-02-261-12/+8
* s3/smbd: modify estimate_ea_size fn signature to take fsp onlyNoel Power2021-02-261-45/+31
* s3/smbd: use smb_fname->fsp for get_ea_list_from_file_path in estimate_ea_size()Noel Power2021-02-261-5/+24
* s3/smbd: modify get_ea_names_from_file signature fn to take fsp aloneNoel Power2021-02-264-10/+7
* s3/smbd: use SMB_VFS_FLISTXATTR() alone (also added assert fsp is not NULL)Noel Power2021-02-261-21/+7
* s3/modules: Ensure vfs_streaminfo gets passed valid pathref smb_filenameNoel Power2021-02-263-8/+64
* s3/smbd: call get_ea_list_from_file with smb_fname->fspNoel Power2021-02-261-1/+2
* s3: VFS: nfs4_acls. Add missing TALLOC_FREE(frame) in error path.Peter Eriksson2021-02-251-0/+1
* samba-tool: Add a gpo command for removing VGP Startup Scripts Group PolicyDavid Mulder2021-02-243-2/+62
* samba-tool: Test gpo manage script startup remove commandDavid Mulder2021-02-243-0/+51
* samba-tool: Add a gpo command for adding VGP Startup Scripts Group PolicyDavid Mulder2021-02-243-2/+84
* samba-tool: Test gpo manage script startup add commandDavid Mulder2021-02-243-0/+73
* samba-tool: Add a gpo command for listing VGP Startup Scripts Group PolicyDavid Mulder2021-02-243-2/+53
* samba-tool: Test gpo manage script startup list commandDavid Mulder2021-02-243-0/+80
* gpo: Apply Group Policy Startup Scripts from VGPDavid Mulder2021-02-242-3/+99
* gpo: Test Group Policy VGP Startup Script PolicyDavid Mulder2021-02-243-0/+150
* ldb: remove some 'if PY3's in testsDouglas Bagnall2021-02-222-44/+17
* pytest/segfault: fix the rpc.echo testDouglas Bagnall2021-02-221-1/+1
* pytest/segfaults: drop a useless lineDouglas Bagnall2021-02-221-1/+0
* selftest: preforkrestartdc doesn't need gdb-backtracesDouglas Bagnall2021-02-221-0/+5
* pytest:segfault: avoid gdb_backtrace on knownfailDouglas Bagnall2021-02-221-0/+11
* selftest/gdb_backtrace: add an off switchDouglas Bagnall2021-02-221-0/+6
* printing: use correct error out in get_correct_cversion() when openat_pathref...Ralph Boehme2021-02-171-1/+4
* printing: use correct error out in file_version_is_newer() when openat_pathre...Ralph Boehme2021-02-171-1/+3
* printing: use correct error out in file_version_is_newer() when openat_pathre...Ralph Boehme2021-02-171-1/+2
* samba-tool: Replace gpo command for removing Sudoers Group PolicyDavid Mulder2021-02-143-2/+73
* samba-tool: Test gpo manage vgp sudoers remove commandDavid Mulder2021-02-133-74/+22
* samba-tool: Replace gpo command for adding Sudoers Group PolicyDavid Mulder2021-02-133-2/+85
* samba-tool: Test VGP sudoers add commandDavid Mulder2021-02-133-69/+35
* samba-tool: Replace gpo command for listing Sudoers Group PolicyDavid Mulder2021-02-133-2/+53
* samba-tool: Test gpo manage vgp sudoers list commandDavid Mulder2021-02-133-53/+37
* gpo: VGP Sudoers policy must handle group principalsDavid Mulder2021-02-132-5/+14
* gpo: Test that VGP Sudoers policy handles group principalsDavid Mulder2021-02-132-1/+6
* vfs: update status of SMB_VFS_READLINKAT()Jeremy Allison2021-02-132-2/+2
* s3: smbd: Change smb_unix_read_symlink() to use a real directory fsp for SMB_...Jeremy Allison2021-02-131-1/+16
* s3: smbd: Factor out the SMB1 UNIX extensions read symlink code into a function.Jeremy Allison2021-02-131-31/+57
* s3: VFS: unityed_media: Fix um_readlinkat() to cope with real directory fsps.Jeremy Allison2021-02-131-3/+13