Commits on Source (11)
-
The loop prevention should only be done for CNAME records! Otherwise we truncate the answer records for A, AAAA or SRV queries, which is a bad idea if you have more than 20 DCs. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13600 Signed-off-by: Stefan Metzmacher <metze@samba.org>
3ffbc913 -
These tests expose the regression described by Stefan Metzmacher in discussion on the bugzilla paged linked below. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13600 Signed-off-by: Aaron Haslett <aaronhaslett@catalyst.net.nz>
16ba2723 -
Mathieu Parent authored
"The patches introduce a regression, when there're more than 20 records on a non CNAME record. This happens in domains with more than 20 DCs."
7f390336 -
The current implementation of `rmdir` hopes to get the directory deleted on closing last open handle when FILE_DELETE_ON_CLOSE is set on it. But for non-empty directories Windows doesn't error out during an open call. Following that we internally refuse to set initial delete_on_close while opening a non-empty directory. This prevents us from trying to delete the directory when last open handle is closed. Instead of relying on FILE_DELETE_ON_CLOSE during an open we explicitly set delete_on_close token on directory handle once it is available. This ensures that NT_STATUS_DIRECTORY_NOT_EMPTY is returned for `rmdir` on non-empty directories while closing open directory handle. Applied-Upstream: https://github.com/samba-team/samba/commit/6b68e3eca631c04d6d57c489daf60f64732fc86d Bug: https://bugzilla.samba.org/show_bug.cgi?id=13204 Bug-Debian: https://bugs.debian.org/915248 Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1795772
97a53c7b -
Mathieu Parent authoredc9b94ccf
-
Mathieu Parent authored
(cherry picked from commit f175f540)
b5331be2 -
Mathieu Parent authored
(cherry picked from commit 26c1eca5)
c5fd37a3 -
Mathieu Parent authored
(cherry picked from commit 811596b1)
c0175cc4 -
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12736 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> (cherry picked from commit e999b798)
b94bd4ad -
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12736 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> (cherry picked from commit e999b798)
0f7d9880 -
Mathieu Parent authoredfaa8dd2a
Showing
- debian/changelog 12 additions, 3 deletionsdebian/changelog
- debian/patches/CVE-2018-14629-v4-5.patch 281 additions, 0 deletionsdebian/patches/CVE-2018-14629-v4-5.patch
- debian/patches/fix-rmdir.patch 47 additions, 0 deletionsdebian/patches/fix-rmdir.patch
- debian/patches/s3-ntlm_auth-fix-memory-leak-in-manage_gensec_reques.patch 96 additions, 0 deletions...3-ntlm_auth-fix-memory-leak-in-manage_gensec_reques.patch
- debian/patches/series 2 additions, 0 deletionsdebian/patches/series
- debian/rules 1 addition, 1 deletiondebian/rules
- debian/samba.postinst 17 additions, 0 deletionsdebian/samba.postinst
- python/samba/tests/dns.py 97 additions, 0 deletionspython/samba/tests/dns.py
- selftest/knownfail.d/dns 12 additions, 2 deletionsselftest/knownfail.d/dns
- source3/libsmb/cli_smb2_fnum.c 8 additions, 1 deletionsource3/libsmb/cli_smb2_fnum.c
- source3/utils/ntlm_auth.c 9 additions, 6 deletionssource3/utils/ntlm_auth.c
- source4/dns_server/dns_query.c 20 additions, 9 deletionssource4/dns_server/dns_query.c
debian/patches/fix-rmdir.patch
0 → 100644