Brian Wellington
05a1fd6093
more minor cleanup
2001-10-18 22:36:52 +00:00
Andreas Gustafsson
4574714ad4
1058. [bug] If periodic cache cleaning happened to start
...
while cleaning due to reaching the configured
maximum cache size was in progress, the server
could catch an assertion failure. [RT #1912 ]
(fixed by cache.c 1.40)
2001-10-18 21:24:16 +00:00
Mark Andrews
8d8c145175
improve description
...
1060. [func] Move refresh, stub and notify UDP retry processing
into dns_request.
2001-10-18 06:21:25 +00:00
Mark Andrews
07eaf0b8d0
1060. [func] Move UDP retry processing into dns_request.
2001-10-18 06:12:04 +00:00
Mark Andrews
cf70df7d0e
1059. [func] dns_request now support will now retry UDP queries,
...
dns_request_createvia2() and dns_request_createraw2().
2001-10-18 06:09:39 +00:00
Mark Andrews
9234d92d4e
1058. [func] Limited lifetime ticker timers are now available,
...
isc_timertype_limited.
2001-10-18 06:06:13 +00:00
Andreas Gustafsson
86a292d459
added more logging to help track down RT #1912 if not fixed by previous commit
2001-10-18 01:48:35 +00:00
Andreas Gustafsson
937ccb270e
The call to incremental_cleaning_action() added to cleaning_timer_action()
...
in revision 1.40 is clearly incorrect. If the cleaner is already in the busy state, a call to
incremental_cleaning_action() has already been scheduled as an event, and there is no
need to do an extra call. Furthermore, the call passed the timer event as an argument
to incremental_cleaning_action(), which would ultimately cause it to be passed
to end_cleanin() and assigned to cleaner->resched_event rather than freed.
This commit may or may not fix RT #1912 .
2001-10-18 01:40:56 +00:00
Mark Andrews
7d5b9de6c7
Allow a third file to be specified containing changes that are known not
...
to apply to the release being checked so that they are not reported as
not having been pulled up.
2001-10-18 00:44:32 +00:00
Brian Wellington
f6132a5038
minor code restructure
2001-10-18 00:40:50 +00:00
Andreas Gustafsson
5a23b8523d
spelling
2001-10-17 19:34:07 +00:00
Andreas Gustafsson
0cf9ce19cc
1057. [bug] Reloading the server after adding a "file" clause
...
to a zone statement could cause the server to
crash due to a typo in change 1016.
2001-10-17 18:57:01 +00:00
Andreas Gustafsson
42f61e5c46
1056., not 16.
2001-10-17 18:25:18 +00:00
Mark Andrews
2ba574f329
1056. [bug] Rndc could catch an assertion failure on SIGINT due
...
to an uninitialized variable. [RT #1908 ]
2001-10-17 03:59:44 +00:00
Andreas Gustafsson
dcfc52bbba
Added a version.h file for each library; made version
...
variables const
2001-10-16 23:21:07 +00:00
Andreas Gustafsson
4c706de3c7
regenerated
2001-10-16 22:28:31 +00:00
Andreas Gustafsson
3c3fe07225
1055. [func] Version and hostname queries can now be disabled
...
using "version none;" and "hostname none;",
respectively.
(for consistency with "pid-file none" and each other)
2001-10-16 22:18:59 +00:00
Andreas Gustafsson
248732d66f
The option for disabling the PID file is now pid-file none, not pid-file "none"
2001-10-16 21:58:05 +00:00
Andreas Gustafsson
31f15d225d
edited
2001-10-16 21:56:31 +00:00
Andreas Gustafsson
8d2b885018
The option for disabling the PID file is now pid-file none, not pid-file "none"
2001-10-16 20:04:41 +00:00
Andreas Gustafsson
64ea5fd972
consistently refer to Windows NT / 2000 systems as Win32
2001-10-16 18:53:51 +00:00
Mark Andrews
35ef866dcc
Q: I can query the nameserver from the nameserver but not from other
...
machines. Why?
2001-10-16 13:46:41 +00:00
Mark Andrews
05a4a299b5
1054. [bug] winnt: cfg_categories and cfg_modules need to be
...
visible outside of the libisccfg DLL.
2001-10-16 05:52:20 +00:00
Mark Andrews
c8b58baa78
Change #1042 was incomplete. cfg_categories and cfg_modules need to be
...
visible outside of the DLL.
2001-10-16 05:28:14 +00:00
Andreas Gustafsson
d510e8695e
regenerated
2001-10-15 21:58:27 +00:00
Andreas Gustafsson
c33679b400
edited
2001-10-15 21:56:04 +00:00
Andreas Gustafsson
3ad07fa335
1053. [bug] Dig did not increase its timeout when receiving
...
AXFRs unless the +time option was used. [RT #1904 ]
2001-10-15 20:40:36 +00:00
Brian Wellington
0ebade1fcd
mention [filename] in the help.
2001-10-15 20:23:47 +00:00
Andreas Gustafsson
559eecb115
check-zone -> named-checkzone (from Jinmei)
2001-10-15 18:20:22 +00:00
Andreas Gustafsson
5419c0c2d0
consistent spacing
2001-10-15 17:09:11 +00:00
Mark Andrews
1094dec52a
1052. [bug] Journals were not being created in binary mode
...
resulting in "journal format not recognized" error
under Windows NT/2000. [RT #1889 ]
2001-10-15 04:47:55 +00:00
Bob Halley
392b3526d8
The server was segfaulting comparing NULL pidfile to "none". The correct
...
comparison is filename, not pidfile.
2001-10-13 20:13:53 +00:00
Andreas Gustafsson
b38ab99bdc
patch from Danny:
...
Fixed formattimestamp to use locale specific dates and times, the same way
as Unix format
2001-10-13 01:57:37 +00:00
Andreas Gustafsson
6e93e6ea45
if the sdb lookup function fails at the zone origin for reasons other
...
than nonexistence of the domain name, the failure should be propagated
to the caller
2001-10-13 01:37:58 +00:00
Andreas Gustafsson
01818a424a
document return value of the sdb lookup function
2001-10-13 01:32:34 +00:00
Andreas Gustafsson
79432444e8
RFC1123 says ignore the RD bit in multicast requests, not
...
FORMERR multicast requests with RD set
2001-10-13 01:10:26 +00:00
Andreas Gustafsson
0bd2ea544e
clarify 1035.
2001-10-13 00:45:47 +00:00
Andreas Gustafsson
afe5729a33
in revision 1.182, presumably a & was intended where a |= was written
2001-10-13 00:44:24 +00:00
Andreas Gustafsson
2975d0f819
Clarified 1036, eliminting a typo in the process
2001-10-13 00:40:26 +00:00
Andreas Gustafsson
a7e1dcd84a
elaborated on 1037.
2001-10-13 00:23:56 +00:00
Andreas Gustafsson
fc9acafe15
spacing
2001-10-12 23:54:03 +00:00
Andreas Gustafsson
fa2fb620c7
1051. [bug] Do not ignore a network interface completely just
...
because it has a noncontiguous netmask. Instead,
omit it from the localnets ACL and issue a warning.
[RT #1891 ]
2001-10-12 23:05:58 +00:00
Andreas Gustafsson
62a3dbe63e
1050. [bug] Log messages reporting malformed IP addresses in
...
address lists such as that of the forwarders option
failed to include the correct error code, file
name, and line number. [RT #1890 ]
2001-10-12 22:00:31 +00:00
Andreas Gustafsson
3c17010ba5
rephrased 1033.
2001-10-12 19:12:52 +00:00
Andreas Gustafsson
cf638fc378
spacing
2001-10-12 17:49:00 +00:00
Andreas Gustafsson
9df7cf8ea3
rephrased 1039.
2001-10-12 17:46:46 +00:00
Mark Andrews
9bdb01e6c3
1049. [func] pid-file "none"; will disable writing a pid file.
...
[RT #1848 ]
2001-10-12 05:40:41 +00:00
Mark Andrews
ff52c72095
restore comment
2001-10-12 04:01:40 +00:00
Mark Andrews
417872b98a
re-do #1047
...
1047. [bug] named was incorrectly refusing all requests signed
with a TSIG key derived from an unsigned TKEY
negotiation with a NOERROR response. [RT #1886 ]
2001-10-12 03:58:04 +00:00
Andreas Gustafsson
e69b9ffb0f
1048. [bug] Servers built with -DISC_MEM_USE_INTERNAL_MALLOC=1
...
didn't work.
2001-10-12 00:35:11 +00:00