2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00
Commit Graph

7579 Commits

Author SHA1 Message Date
Andreas Gustafsson
7f317e65c2 simplified notify-source default processing 2000-11-28 19:15:12 +00:00
Andreas Gustafsson
f333ea9bdd added notify-source options 2000-11-28 19:07:00 +00:00
Andreas Gustafsson
78d65c6542 regenerated HTML 2000-11-28 18:57:04 +00:00
Andreas Gustafsson
6ce3f0408e minor clarifications to additional-from{auth,cache} docs 2000-11-28 18:55:57 +00:00
Michael Graff
ecc1defdac add documentation for additional-from-{auth,cache} -- comments welcome 2000-11-28 18:35:08 +00:00
Andreas Gustafsson
5c90fb2361 clarified error messages 2000-11-28 17:34:06 +00:00
Mark Andrews
ae520c2f9f More obsolete filed warnings 2000-11-28 05:24:53 +00:00
Mark Andrews
9b2e198580 Silence compiler 2000-11-28 04:46:00 +00:00
Mark Andrews
70270e02ca Remove max-cache-ttl and max-ncache-ttl unimplemented warnings.
Warn max-cache-size is not implemented.
2000-11-28 04:01:21 +00:00
Mark Andrews
1e9a8d3d39 Warn that max-cache-size is not yet implemented. 2000-11-28 03:57:17 +00:00
Mark Andrews
a5af8127b8 add support for enabling library logging.
add missing ISC_LINK_INIT()
2000-11-28 03:34:10 +00:00
Mark Andrews
a7e4b89468 Check stub dialup option values. 2000-11-28 03:22:55 +00:00
Mark Andrews
94e5d79449 Use "nsupdate filename" rather than "nsupdate < filename". 2000-11-28 03:21:17 +00:00
Mark Andrews
e0c769c3ec Update dialup info. 2000-11-28 03:20:20 +00:00
Mark Andrews
537d147d76 Allow "dialup passive" to work for stub zones. 2000-11-28 03:17:48 +00:00
Andreas Gustafsson
8a711bcd39 clarified comment 2000-11-28 02:33:58 +00:00
Andreas Gustafsson
0b2d261301 removed sdb NOMINUM_PUBLIC cruft 2000-11-28 02:10:03 +00:00
Andreas Gustafsson
90cd33e0ba 580. [func] Ignore trailing garbage on incoming DNS packets,
for interoperability with broken server
                        implementations. [RT #491]
2000-11-28 02:05:27 +00:00
Michael Sawyer
504b15de12 Use zone lock instead of zmgr lock on counters
Clean up global and local count adders.
2000-11-28 01:59:25 +00:00
Andreas Gustafsson
f00075e753 getrrsetbyname() incorrectly assumed that malloc() and
calloc() return NULL only on failure, causing the lwres test to fail
on OSF/1 and AIX systems
2000-11-28 01:50:46 +00:00
Andreas Gustafsson
13dcd0e9df updated 2000-11-28 00:02:57 +00:00
Mark Andrews
644ef1972a Add INSIST(client->recursionquota == NULL) in various places to ensure that
we are not leaking.
2000-11-27 23:54:12 +00:00
Andreas Gustafsson
d7e77a9b59 573. had wrong RT number 2000-11-27 23:03:01 +00:00
Andreas Gustafsson
483ecbbf7e 580. was not a user visible change 2000-11-27 22:49:31 +00:00
Andreas Gustafsson
3955d85b3c uninitialized variable 2000-11-27 22:19:37 +00:00
Andreas Gustafsson
517ad698ee make ns_server_dumpstats() use dns_name_format(), not dns_name_totext() 2000-11-27 22:08:06 +00:00
Andreas Gustafsson
d0d6f26fb2 updated 2000-11-27 21:58:01 +00:00
Andreas Gustafsson
bb86d6e2a6 draft-ietf-idn-requirements-03.txt presumably supersedes draft-ietf-idn-requirment-00.txt 2000-11-27 20:30:32 +00:00
Bob Halley
59e1a928bc do not INSIST when restarting with returnlame 2000-11-27 19:56:16 +00:00
Andreas Gustafsson
aba53c938b added recipe for removing lockout files 2000-11-27 19:52:16 +00:00
Andreas Gustafsson
41c53e1d11 added comment 2000-11-27 19:45:45 +00:00
Andreas Gustafsson
9259fed3d8 Continue move of lib/dns/*conf.c stuff to bin/named 2000-11-27 19:42:38 +00:00
Andreas Gustafsson
ea888dc768 added draft-ietf-ipngwg-prefix-rr-disc-00.txt 2000-11-27 19:22:22 +00:00
Andreas Gustafsson
d7059b8b7c 80 columns 2000-11-27 19:15:39 +00:00
Andreas Gustafsson
a5d079249c provide more clearly marked places to insert code for
database drivers
2000-11-27 19:12:23 +00:00
Andreas Gustafsson
f9870620b3 reworded 578. 2000-11-27 18:20:50 +00:00
Andreas Gustafsson
84810b58f9 missing end tags and missing comma 2000-11-27 18:06:02 +00:00
Andreas Gustafsson
ef5d6f22e2 spacing 2000-11-27 17:58:59 +00:00
Andreas Gustafsson
6417ba8440 don't print prompts when reading input from file 2000-11-27 17:56:35 +00:00
Andreas Gustafsson
78aa86abc6 typos 2000-11-27 17:49:41 +00:00
David Lawrence
9beb71d609 current idn working group drafts 2000-11-27 09:41:57 +00:00
Mark Andrews
517950ae99 579. [bug] nsupdate did not take a filename to read update from.
[RT #492]
2000-11-27 00:43:33 +00:00
Mark Andrews
07892e4443 Memory leak when ISC_MEM_TRACKLINES is defined. 2000-11-25 06:40:54 +00:00
Michael Sawyer
3e8875db60 Don't crash the server when a user enters a NULL zone. 2000-11-25 03:55:43 +00:00
Michael Sawyer
6dc32b43da rndc [-v view] [-z zone] reload -> rndc reload [zone [view]]
Make the server not crash while I am at it.
2000-11-25 03:27:54 +00:00
Mark Andrews
dfd7798d8b 578. [func] Notify-source, specify the source address for notify
messages.
2000-11-25 02:43:56 +00:00
Mark Andrews
3b1a582101 lcfg was not being initalied to NULL. 2000-11-25 01:33:11 +00:00
Mark Andrews
01c161ee2b add DNS_R_SINGLETON 2000-11-25 01:20:47 +00:00
Michael Sawyer
0b3f08631f statistics -> zone-statistics 2000-11-25 00:26:17 +00:00
Mark Andrews
19ff7edc1a 577. [func] Log illegal RDATA combinations. e.g. multiple
singlton types, cname and other data.
2000-11-24 01:51:11 +00:00