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

7901 Commits

Author SHA1 Message Date
Andreas Gustafsson
8e7ce54bef Make omapi clients work on single-threaded systems by
means of a gross hack involving recursive invocation of the
event loop. [RT #505]
2000-11-29 01:27:09 +00:00
Andreas Gustafsson
af5e09a3f2 removed drafts now available as RFCs 2000-11-29 01:16:30 +00:00
Andreas Gustafsson
b0ec080043 added new RFCs 2000-11-29 01:15:33 +00:00
Andreas Gustafsson
aefca1d492 typo in comment 2000-11-29 00:10:29 +00:00
Andreas Gustafsson
88f55cd779 ; Add some cell padding to tables so that they don't look so cramped
; in Netscape.
2000-11-28 23:31:30 +00:00
Andreas Gustafsson
b4d70507ca Documented the "stderr" logging destination 2000-11-28 23:06:32 +00:00
Andreas Gustafsson
a057b6e5e2 {min,max}-re{try,fresh}-time are implemented as
view and zone options, too
2000-11-28 22:44:10 +00:00
Andreas Gustafsson
37fb395fd7 it makes no sense for a forward zone to have
a {min,max}-re{try,fresh}-time or zone-statistics option
2000-11-28 22:42:37 +00:00
Andreas Gustafsson
50baab1389 {min,max}-{refresh,retry}-time are now implemented 2000-11-28 22:14:22 +00:00
Andreas Gustafsson
53f483103b sortlist is implemented in views, too 2000-11-28 21:46:32 +00:00
Andreas Gustafsson
876a69ba28 reclassified check-names as obsolete 2000-11-28 21:45:28 +00:00
Andreas Gustafsson
54f6b2cfa8 stacksize, datasize, coresize and files options are now implemented 2000-11-28 21:43:37 +00:00
Andreas Gustafsson
1f1ff380e0 switch() was missing all break; statements, causing setting of resource
limits to always fail
2000-11-28 21:40:52 +00:00
Andreas Gustafsson
c7a793bddb missing spaces in resource limit error message 2000-11-28 21:32:32 +00:00
Andreas Gustafsson
2e711b6002 statistics-file, sortlist, additional-from-cache, and additional-from-auth
are now implemented
2000-11-28 21:27:45 +00:00
Andreas Gustafsson
9374f5f62c Do not express intent to implement the check-names option. 2000-11-28 21:20:51 +00:00
Andreas Gustafsson
0a479f5bfd clarified description of 'database' option; undocumented rbt64 2000-11-28 21:10:20 +00:00
Andreas Gustafsson
57aac9d2de removed /* XXX should use temporary file and rename */ comment -
dns_master_dump() now takes care of that
2000-11-28 20:54:37 +00:00
Andreas Gustafsson
d963f03a1b item 537. no longer applies 2000-11-28 20:45:06 +00:00
Andreas Gustafsson
06fef02803 removed 'nostatistics' lines from statistics dumps 2000-11-28 20:08:35 +00:00
Michael Sawyer
f9fa6b9a3b Don't reset counters on every reload 2000-11-28 19:58:14 +00:00
Andreas Gustafsson
f6ec00228a updated notify-source documentation to reflect simplified default
processing; other editing affecting mainly the various *-source options
2000-11-28 19:16:23 +00:00
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