1164. [bug] "Not Implemented" should be reported as NOTIMP.

This commit is contained in:
Mark Andrews 2001-12-19 12:16:47 +00:00
parent df1415d1e8
commit da5d1cf1b1
6 changed files with 12 additions and 10 deletions

View file

@ -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

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",