summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.15.5 release.samba-4.15.5Jule Anger2022-01-311-1/+1
* WHATSNEW: Add release notes for Samba 4.15.5.Jule Anger2022-01-311-2/+56
* CVE-2021-44141: s3: smbd: Inside rename_internals_fsp(), we must use vfs_stat...Jeremy Allison2022-01-312-2/+1
* CVE-2021-44141: s3: torture: Add a test samba3.blackbox.test_symlink_rename.S...Jeremy Allison2022-01-313-0/+192
* CVE-2021-44141: s3: smbd: Fix a subtle bug in the error returns from filename...Jeremy Allison2022-01-312-2/+36
* CVE-2021-44141: s3: smbd: Inside check_reduced_name() ensure we return the co...Jeremy Allison2022-01-312-5/+16
* CVE-2021-44141: s3: smbd: For SMB1+POSIX clients trying to open a symlink, al...Jeremy Allison2022-01-312-8/+6
* CVE-2021-44141: s3: torture: Change expected error return for samba3.smbtortu...Jeremy Allison2022-01-312-2/+3
* CVE-2021-44141: s3: torture: In test_smbclient_s3, change the error codes exp...Jeremy Allison2022-01-313-6/+8
* CVE-2021-44141: s3: torture: Add samba3.blackbox.test_symlink_traversal.SMB1....Jeremy Allison2022-01-313-0/+276
* CVE-2021-44141: s3: torture: Add samba3.blackbox.test_symlink_traversal.SMB1.Jeremy Allison2022-01-313-0/+268
* CVE-2021-44141: s3: torture: Add samba3.blackbox.test_symlink_traversal.SMB2.Jeremy Allison2022-01-313-0/+270
* CVE-2021-44141: s3: smbtorture3: Fix POSIX-BLOCKING-LOCK to actually negotiat...Jeremy Allison2022-01-312-1/+5
* CVE-2021-44141: s3: tests: Fix the samba3.blackbox.acl_xattr test to actually...Jeremy Allison2022-01-312-9/+6
* CVE-2021-44141: s3: tests: Fix the samba3.blackbox.inherit_owner test to actu...Jeremy Allison2022-01-312-2/+1
* CVE-2021-44141: s4: torture: Fix unix.info2 test to actually negotiate SMB1+P...Jeremy Allison2022-01-312-4/+40
* CVE-2021-44141: s4: torture: Fix raw.search:test_one_file() by using the SMB1...Jeremy Allison2022-01-312-3/+11
* CVE-2021-44141: s4: torture: raw.search: Add setup_smb1_posix(). Call it on t...Jeremy Allison2022-01-311-0/+59
* CVE-2021-44141: s4: torture: In raw.search:test_one_file() add a second conne...Jeremy Allison2022-01-311-3/+4
* CVE-2021-44141: s3: smbclient: Give a message if we try and use any POSIX com...Jeremy Allison2022-01-311-0/+79
* CVE-2021-44141: s3: smbd: Tighten up info level checks for SMB1+POSIX to make...Jeremy Allison2022-01-312-6/+62
* CVE-2021-44141: s4: torture: In raw.search:test_one_file() remove the leading...Jeremy Allison2022-01-311-11/+11
* CVE-2021-44141: s4: torture: Fix raw.search:test_one_file() to use torture_re...Jeremy Allison2022-01-311-19/+41
* CVE-2021-44141: s3: smbd: Remove 'struct uc_state' name_has_wildcard element.Jeremy Allison2022-01-311-1/+0
* CVE-2021-44141: s3: smbd: In unix_convert_step_stat() remove use of state->na...Jeremy Allison2022-01-311-6/+2
* CVE-2021-44141: s3: smbd: In unix_convert_step() remove all use of 'state->na...Jeremy Allison2022-01-311-21/+2
* CVE-2021-44141: s3: smbd: In unix_convert() remove the now unneeded block ind...Jeremy Allison2022-01-311-98/+95
* CVE-2021-44141: s3: smbd: In unix_convert(), remove all references to state->...Jeremy Allison2022-01-311-23/+2
* CVE-2021-44141: s3: smbd: Inside unix_convert(), never set state->name_is_wil...Jeremy Allison2022-01-311-2/+2
* CVE-2021-44141: s3: smbd: UCF_ALWAYS_ALLOW_WCARD_LCOMP 0x00000002 is no longe...Jeremy Allison2022-01-312-4/+1
* CVE-2021-44141: s3: smbd: We no longer need determine_path_error().Jeremy Allison2022-01-311-45/+2
* CVE-2021-44141: s3: smbd: Inside 'struct uc_state', remove allow_wcard_last_c...Jeremy Allison2022-01-311-5/+3
* CVE-2021-44141: s3: smbd: filename_convert() no longer deals with wildcards.Jeremy Allison2022-01-311-9/+0
* CVE-2021-44141: s3: smbd: parse_dfs_path() can ignore wildcards.Jeremy Allison2022-01-311-6/+0
* CVE-2021-44141: s3: smbd: Remove 'bool search_wcard_flag' from parse_dfs_path().Jeremy Allison2022-01-311-2/+1
* CVE-2021-44141: s3: smbd: dfs_path_lookup() no longer deals with wildcards.Jeremy Allison2022-01-311-13/+0
* CVE-2021-44141: s3: smbd: Fix call_trans2findfirst() to use filename_convert_...Jeremy Allison2022-01-311-91/+8
* CVE-2021-44141: s3: smbd: Convert reply_search() to use filename_convert_smb1...Jeremy Allison2022-01-311-55/+16
* CVE-2021-44141: s3: smbd: Add filename_convert_smb1_search_path() - deals wit...Jeremy Allison2022-01-312-0/+246
* CVE-2021-44141: s3: smbd: Allow dfs_redirect() to return a TWRP token it got ...Jeremy Allison2022-01-313-3/+12
* CVE-2021-44141: s3: smbd: In dfs_path_lookup(). If we have a DFS path includi...Jeremy Allison2022-01-311-0/+7
* CVE-2021-44141: s3: smbd: filename_convert() is now a one-to-one wrapper arou...Jeremy Allison2022-01-311-34/+12
* CVE-2021-44141: s3: smbd: Remove now unused check_reduced_name_with_privilege().Jeremy Allison2022-01-312-176/+0
* CVE-2021-44141: s3: smbd: Remove unused check_name_with_privilege().Jeremy Allison2022-01-311-21/+0
* CVE-2021-44141: s3: smbd: In filename_convert_internal(), remove call to chec...Jeremy Allison2022-01-311-4/+3
* CVE-2021-44141: s3: smbd: Remove filename_convert_with_privilege(). No longer...Jeremy Allison2022-01-312-27/+0
* CVE-2021-44141: s3: smbd: In call_trans2findfirst() we don't need filename_co...Jeremy Allison2022-01-311-9/+2
* CVE-2021-44141: s3: smbd: Remove split_fname_dir_mask().Jeremy Allison2022-01-311-34/+0
* CVE-2021-44141: s3: smbd: In rename_internals(), remove the name spliting and...Jeremy Allison2022-01-311-65/+2
* CVE-2021-44141: s3: smbd: check_name() is now static to filename.cJeremy Allison2022-01-312-3/+1