Brian Wellington
be066f0629
Put 4 offsets in a msgblock, not 8. offsets are big enough that this helps.
...
Also remove an unused variable.
2001-03-05 20:12:49 +00:00
Brian Wellington
5f8b996a81
Reduce the number of objects preallocated in the message, which reduces
...
the per-recursive-client memory.
2001-03-05 20:06:10 +00:00
Danny Mayer
943322a123
Remove LIBISC_EXTERNAL_DATA usage
2001-03-05 18:47:00 +00:00
Danny Mayer
8096fe1df5
put function declaration on new line
2001-03-05 18:20:24 +00:00
Bob Halley
58eb053ed2
Restructure default value code in set_limit to eliminate compiler warning.
...
(The previous code worked, but the compiler couldn't figure out that
value was always defined because of the INSIST().)
heartbeat_interval was being used without being initialized.
2001-03-05 17:20:48 +00:00
David Lawrence
ccf4c8616e
AIX was extremely unhappy about unescaped literal newlines in a multiline
...
string.
ns_config_getzonetype was declared in the header to return dns_zonetype_t,
but in the source file to return isc_result_t. The former is correct.
2001-03-05 13:43:14 +00:00
David Lawrence
47aac1da4b
documentation for mdnkit
2001-03-05 12:58:09 +00:00
David Lawrence
9c2e820b3b
new test for exercising cache cleaning
2001-03-05 12:50:08 +00:00
David Lawrence
da928cb9b8
new drafts
2001-03-05 12:42:31 +00:00
David Lawrence
c56c28c3f2
grammatical typo in comment
2001-03-05 12:34:02 +00:00
David Lawrence
fef2d3dce0
new/updated drafts
2001-03-05 12:18:56 +00:00
David Lawrence
0015ab0974
initialized some variables to silence warning
2001-03-05 12:04:46 +00:00
David Lawrence
371fd91f91
initialize ztype in ns_config_getzonetype() to silence warning
2001-03-05 11:49:15 +00:00
Brian Wellington
74e8f55ff5
#include <config.h>
2001-03-04 22:28:32 +00:00
Brian Wellington
90c099e88e
762. [feature] named now uses the new configuration parser.
2001-03-04 21:21:39 +00:00
Brian Wellington
6893a1ee93
fix more bugs
2001-03-04 21:18:30 +00:00
Brian Wellington
494e26b333
clean up properly
2001-03-04 21:17:42 +00:00
Brian Wellington
b3eac7c50c
#include <config.h>
2001-03-04 18:38:13 +00:00
Brian Wellington
8d0ee7a153
named-checkconf now uses the new config parser
2001-03-03 23:11:36 +00:00
Brian Wellington
e1fc1c580b
consolidate duplicated code
2001-03-03 23:09:23 +00:00
Brian Wellington
dd741aefc3
check that 'max-cache-size' is not 'default'
2001-03-03 23:05:23 +00:00
Brian Wellington
b0954235fd
pullup:
...
comment out gssapi stuff, since it doesn't work.
2001-03-03 21:23:17 +00:00
Brian Wellington
fee5012c43
comment out gssapi stuff, since it doesn't work.
2001-03-03 21:22:52 +00:00
Bob Halley
e34b326626
Replace -D_REENTRANT with @ALWAYS_DEFINES@.
2001-03-03 05:28:52 +00:00
Andreas Gustafsson
3ee9853eb4
return sizes as 64-bit integers, not strings
2001-03-03 02:18:13 +00:00
Andreas Gustafsson
0d453b0ef2
'versions' and 'size' are not log channel clauses
2001-03-03 01:08:02 +00:00
Brian Wellington
145faf872d
Change the various specific mentions of Slackware Linux to a more general one.
2001-03-03 00:55:51 +00:00
Andreas Gustafsson
d39e9cdfd0
logging statement file clause syntax was still wrong
2001-03-03 00:52:39 +00:00
Andreas Gustafsson
fac0a17b66
fix syntax of the logging statement file clause
2001-03-02 20:00:17 +00:00
Brian Wellington
303243b9d4
Add isc/unix/syslog.c with a function to convert strings to syslog facilities.
2001-03-02 19:25:19 +00:00
Bob Halley
35020e50ce
update
2001-03-02 17:37:11 +00:00
Bob Halley
620de5a4b1
Do not define _REENTRANT when building with --disable-threads
2001-03-02 17:36:27 +00:00
Brian Wellington
bdc79a7164
The constants CFG_CLAUSEFLAG_NEWDEFAULT and CFG_CLAUSEFLAG_NYI should have
...
different values.
2001-03-02 07:03:55 +00:00
Brian Wellington
0ca1225ee6
more bugs
2001-03-02 03:09:27 +00:00
Brian Wellington
626f97e223
allow-update is not allowed in slave zones
2001-03-02 02:44:51 +00:00
Brian Wellington
18b492aed1
bugs
2001-03-02 01:30:32 +00:00
Andreas Gustafsson
58fd5050ce
check enumerated values
2001-03-02 01:10:51 +00:00
Brian Wellington
94030c4654
remove 'static'
2001-03-02 00:49:31 +00:00
Brian Wellington
12f4f02695
Add code to syntactically check a named.conf file.
2001-03-01 23:46:49 +00:00
Brian Wellington
3e72dc6534
DNS_CFG_H -> ISCCFG_CFG_H
2001-03-01 23:03:43 +00:00
Brian Wellington
a8dd4ccadb
missing space
2001-03-01 22:40:09 +00:00
Brian Wellington
ae00b82d93
spelling
2001-03-01 17:46:59 +00:00
Andreas Gustafsson
a653c8b3a9
updated drafts
2001-03-01 17:42:02 +00:00
Brian Wellington
1adb182c1a
Some options were allowed that should not have been.
2001-03-01 03:41:14 +00:00
Andreas Gustafsson
37928634f4
don't print extra spaces at omitted optional fields
2001-03-01 03:22:12 +00:00
Andreas Gustafsson
36b810d77a
the 'keys' clause of the 'controls' statement is optional
2001-03-01 03:10:08 +00:00
Andreas Gustafsson
f65a42f377
exit with a nonzero status if there were errors
2001-03-01 02:35:13 +00:00
Brian Wellington
15c5b240a6
dns_peer_setkeybycharp didn't initialize a fixedname.
2001-03-01 02:28:34 +00:00
Andreas Gustafsson
7e07d58289
added
2001-03-01 01:02:28 +00:00
Andreas Gustafsson
478f0ca6b3
revert previous change - it breaks default resolution
2001-03-01 00:08:58 +00:00