mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 18:09:11 -04:00
1164. [bug] "Not Implemented" should be reported as NOTIMP.
This commit is contained in:
parent
df1415d1e8
commit
da5d1cf1b1
6 changed files with 12 additions and 10 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
1164. [bug] "Not Implemented" should be reported as NOTIMP.
|
||||
|
||||
1165. [bug] We were rejecting notify-source{-v6} in zone clauses.
|
||||
|
||||
1164. [bug] Empty masters clauses in slave / stub zones were not
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: dig.c,v 1.175 2001/11/30 01:58:38 gson Exp $ */
|
||||
/* $Id: dig.c,v 1.176 2001/12/19 12:16:38 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
#include <stdlib.h>
|
||||
|
|
@ -111,7 +111,7 @@ static const char *rcodetext[] = {
|
|||
"FORMERR",
|
||||
"SERVFAIL",
|
||||
"NXDOMAIN",
|
||||
"NOTIMPL",
|
||||
"NOTIMP",
|
||||
"REFUSED",
|
||||
"YXDOMAIN",
|
||||
"YXRRSET",
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: host.c,v 1.82 2001/11/30 01:58:40 gson Exp $ */
|
||||
/* $Id: host.c,v 1.83 2001/12/19 12:16:40 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
#include <stdlib.h>
|
||||
|
|
@ -79,7 +79,7 @@ static const char *rcodetext[] = {
|
|||
"FORMERR",
|
||||
"SERVFAIL",
|
||||
"NXDOMAIN",
|
||||
"NOTIMPL",
|
||||
"NOTIMP",
|
||||
"REFUSED",
|
||||
"YXDOMAIN",
|
||||
"YXRRSET",
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: nslookup.c,v 1.94 2001/11/30 01:02:06 gson Exp $ */
|
||||
/* $Id: nslookup.c,v 1.95 2001/12/19 12:16:42 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -76,7 +76,7 @@ static const char *rcodetext[] = {
|
|||
"FORMERR",
|
||||
"SERVFAIL",
|
||||
"NXDOMAIN",
|
||||
"NOTIMPL",
|
||||
"NOTIMP",
|
||||
"REFUSED",
|
||||
"YXDOMAIN",
|
||||
"YXRRSET",
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: printmsg.c,v 1.25 2001/05/09 18:47:49 bwelling Exp $ */
|
||||
/* $Id: printmsg.c,v 1.26 2001/12/19 12:16:45 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -51,7 +51,7 @@ static const char *rcodetext[] = {
|
|||
"FORMERR",
|
||||
"SERVFAIL",
|
||||
"NXDOMAIN",
|
||||
"NOTIMPL",
|
||||
"NOTIMP",
|
||||
"REFUSED",
|
||||
"YXDOMAIN",
|
||||
"YXRRSET",
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: message.c,v 1.200 2001/12/06 04:38:47 marka Exp $ */
|
||||
/* $Id: message.c,v 1.201 2001/12/19 12:16:47 marka Exp $ */
|
||||
|
||||
/***
|
||||
*** Imports
|
||||
|
|
@ -115,7 +115,7 @@ static const char *rcodetext[] = {
|
|||
"FORMERR",
|
||||
"SERVFAIL",
|
||||
"NXDOMAIN",
|
||||
"NOTIMPL",
|
||||
"NOTIMP",
|
||||
"REFUSED",
|
||||
"YXDOMAIN",
|
||||
"YXRRSET",
|
||||
|
|
|
|||
Loading…
Reference in a new issue