Commit Graph
5407 Commits
Author SHA1 Message Date
Danny Mayer 4da4fef481 Fix printf's to use fprintf(stdout... to be consistent and set data initializations in main since they are runtime addresses 2001-07-06 02:56:47 +00:00
Brian Wellington ed95ebaa42 remove references to vms_idhacks.h, since VMS doesn't seem to need it.
[RT #1432]
2001-07-05 19:06:07 +00:00
Brian Wellington b6d5ee2fb2 ignore lib/bind/timestamp and lib/bind/port/*/include/Makefile 2001-07-05 18:50:39 +00:00
Mark Andrews c8366d92f7 add port_before.h/port_after.h 2001-07-05 06:18:43 +00:00
Mark Andrews 3b8c76cb25 regen 2001-07-05 06:13:15 +00:00
Mark Andrews 9565793aed pullup BIND 8.
1239.   [bug]           call res_ndestroy() in net_data_destroy().
2001-07-04 08:10:23 +00:00
Mark Andrews e598df739d Add getnetgrent_r.c prototype 2001-07-04 05:32:42 +00:00
Mark Andrews 93373a8c3c silence broken IN6ADDR_{ANY,LOOPBACK}_INIT macros 2001-07-04 05:18:12 +00:00
Mark Andrews 60d17e54ea singed/unsigned 2001-07-04 04:51:05 +00:00
Mark Andrews 567fb9c5e7 silence __sputaux 2001-07-04 03:48:43 +00:00
Brian Wellington 64b92523f9 check for getc_unlocked() 2001-07-04 00:34:44 +00:00
Andreas Gustafsson 37c961df41 extra space in error message string 2001-07-03 17:12:19 +00:00
Mark Andrews 2ef189c6d7 missed one 2001-07-03 13:44:53 +00:00
Mark Andrews 7cbf7d6613 nsprom() was unused. 2001-07-03 08:11:51 +00:00
Mark Andrews 5a20525ef3 unreachable statement 2001-07-03 07:53:36 +00:00
Mark Andrews b8c618c852 remove unreachable code.
move&correct error statement.
2001-07-03 07:43:02 +00:00
Mark Andrews 7fff9e8cea unused variable 2001-07-03 06:55:04 +00:00
Mark Andrews 2b959a1fad regen 2001-07-03 06:52:15 +00:00
Mark Andrews 7050586959 silence aix (+others) compiler warnings re accept, getsockname, getpeername,
recvfrom etc.
2001-07-03 06:49:55 +00:00
Mark Andrews 265c5051d7 cp was being assign from the wrong pointer 2001-07-03 06:47:32 +00:00
Mark Andrews b0a599b02e regen 2001-07-03 03:56:47 +00:00
Mark Andrews a1703aa367 ISC_SOCKADDR_LEN_T 2001-07-03 03:55:42 +00:00
Andreas Gustafsson 00380255bd regenerated 2001-07-02 21:29:16 +00:00
Andreas Gustafsson 47ad4fad77 922. [func] Added two new lwres_getrrsetbyname() result codes,
ERR_NONAME and ERR_NODATA.
2001-07-02 21:28:56 +00:00
Brian Wellington 5733d25b06 921. [bug] lwres returned an incorrect error code if it received
a truncated message.

 920.	[func]		Increase the lwres receive buffer size to 16K.
			[RT #1451]
2001-07-02 20:46:31 +00:00
Andreas Gustafsson 5f62432db2 removed extraneous empty line 2001-07-02 20:44:30 +00:00
Andreas Gustafsson 2b8e5a5254 errors were logged as warnings and vice versa 2001-07-02 17:48:27 +00:00
Andreas Gustafsson 207c7c1ea3 added ISC_FORMAT_PRINTF checks 2001-07-02 17:05:46 +00:00
Mark Andrews 1f90214bb4 pullup from BIND 8:
1236.   [bug]           ignore white space after address of nameserver.
2001-07-02 02:33:45 +00:00
Mark Andrews 8eca454f9f regen 2001-07-02 02:03:54 +00:00
Mark Andrews 9e80f632c8 pullup BIND 8:
Solaris 2.4 (and earlier) USE_FIONBIO_IOCTL support.
2001-07-02 02:02:27 +00:00
Mark Andrews d4e535315d pullup from BIND 8:
1237.   [bug]           buffer overrun, access mode read.
2001-07-02 00:44:50 +00:00
Danny Mayer cddd0ddf07 rdclass and rdtype size misdeclaration 2001-06-30 04:13:50 +00:00
Andreas Gustafsson 97e1692460 New function cfg_print_grammar(), which generates a human-readable
summary of the grammar for a given configuration type from its syntax
tables.  Running bin/tests/cfg_test --grammar --named will print a
named.conf grammar summary, and bin/tests/cfg_test --grammar --rndc
will print the rndc.conf grammar summary.
2001-06-29 18:36:13 +00:00
Mark Andrews 545be70a4d regen 2001-06-29 15:26:15 +00:00
Mark Andrews b0b4e03da5 "make install" should now work. 2001-06-29 15:25:25 +00:00
Andreas Gustafsson 7d8c3693d0 914. [bug] Gobal 'server' statements were rejected when
using views, even though they were accepted
                        in 9.1. [RT #1368]
2001-06-28 21:58:54 +00:00
Andreas Gustafsson 389677e152 removed empty line 2001-06-28 21:34:54 +00:00
Andreas Gustafsson dcc7ea9717 spacing 2001-06-28 21:34:39 +00:00
Andreas Gustafsson 60dcbecf04 Instead of choosing between memcpy and memmove at run time, call
memmove unconditionally since any reasonable implementation of
memmove will perform such a choice internally, and also doing it
in the caller duplicates the effort.
2001-06-28 21:34:11 +00:00
Andreas Gustafsson b1a7fea53c brace style 2001-06-28 21:21:39 +00:00
Brian Wellington ff8335f908 regen 2001-06-28 17:45:05 +00:00
Brian Wellington ea562e4401 Properly set _GNU_SOURCE on linux 2001-06-28 17:44:53 +00:00
Brian Wellington cab94c1516 'make distclean' should remove files created by configure. 2001-06-28 17:35:49 +00:00
Mark Andrews dee489d6c1 incremental_cleaning_action() is now re-called as a result of normal event
processing, not as the result of timer action.
2001-06-28 13:51:40 +00:00
Danny Mayer f47c41b5fe htons expects an unsigned short for the argument 2001-06-28 06:02:18 +00:00
Mark Andrews 1e34f21f4c regen 2001-06-28 04:29:07 +00:00
Mark Andrews 93810b1ace add aix 2001-06-28 04:27:56 +00:00
Mark Andrews 73620f726a regen 2001-06-28 02:58:27 +00:00
Mark Andrews c3a5709c2b autoconf swallowed the [ ] in case statement 2001-06-28 02:57:23 +00:00