ALT Linux Bugzilla
– Attachment 9082 Details for
Bug 39440
MS DNS RFC 2845 violation (samba and windows compatibility)
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
MS DNS RFC 2845 violation
0012-ALT-MS-DNS-RFC-2845-violation.patch (text/plain), 604 bytes, created by
Evgeny Sinelnikov
on 2020-12-15 06:22:35 MSK
(
hide
)
Description:
MS DNS RFC 2845 violation
Filename:
MIME Type:
Creator:
Evgeny Sinelnikov
Created:
2020-12-15 06:22:35 MSK
Size:
604 bytes
patch
obsolete
>diff --git a/bind/bin/nsupdate/nsupdate.c b/bind/bin/nsupdate/nsupdate.c >index 4993265f..6a9a0cdb 100644 >--- a/bind/bin/nsupdate/nsupdate.c >+++ b/bind/bin/nsupdate/nsupdate.c >@@ -2411,14 +2411,12 @@ update_completed(isc_task_t *task, isc_event_t *event) { > case DNS_R_TSIGVERIFYFAILURE: > case DNS_R_UNEXPECTEDTSIG: > case ISC_R_FAILURE: >-#if 0 > if (usegsstsig && answer->rcode == dns_rcode_noerror) { > /* > * For MS DNS that violates RFC 2845, section 4.2 > */ > break; > } >-#endif > fprintf(stderr, "; TSIG error with server: %s\n", > isc_result_totext(result)); > seenerror = true;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 39440
: 9082 |
9084