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>
-
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>
-
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."
-
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
-
Mathieu Parent authored
-
Mathieu Parent authored
(cherry picked from commit f175f540)
-
Mathieu Parent authored
(cherry picked from commit 26c1eca5)
-
Mathieu Parent authored
(cherry picked from commit 811596b1)
-
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)
-
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)
-
Mathieu Parent authored
debian/patches/fix-rmdir.patch
0 → 100644