Mark Andrews
158db0338f
1824. [bug] Memory leak on dns_zone_setdbtype() failure.
...
[RT #13510 ]
2005-03-15 00:23:22 +00:00
Mark Andrews
7b0b3cbaa8
update copyright notice
2005-02-03 23:48:30 +00:00
Mark Andrews
84e4be8bc4
1808. [bug] zone.c:notify_zone() contained a race condition,
...
zone->db could change underneath it. [RT #13511 ]
2005-02-03 05:13:28 +00:00
Mark Andrews
da6fa572f8
1766. [bug] Update the master file timestamp on successful refresh
...
as well as the journal's timestamp. [RT# 13062]
2004-11-22 23:53:11 +00:00
Mark Andrews
f62c492ec6
1764. [bug] dns_zone_replacedb failed to emit a error message
...
if there was no SOA record in the replacment db.
[RT #13016 ]
2004-11-09 22:16:27 +00:00
Mark Andrews
7e281a3139
1753. [bug] Don't serve a slave zone which has no NS records.
...
[RT #12894 ]
2004-10-26 02:08:00 +00:00
Mark Andrews
3fcb35a9d2
1644. [bug] Update the journal modification time after a
...
sucessfull refresh query. [RT #11436 ]
2004-06-04 02:41:39 +00:00
Mark Andrews
5a43167781
1623. [bug] A serial number of zero was being displayed in the
...
"sending notifies" log message when also-notify was
used. [RT #11177 ]
2004-04-28 04:23:34 +00:00
Mark Andrews
9e4db62a34
update copyrights
2004-03-09 06:12:49 +00:00
Mark Andrews
05f0c72f38
1580. [bug] Zone destuction on final detach takes a long time.
...
[RT #3746 ]
1579. [bug] Multiple task managers could not be created.
2004-03-04 06:56:28 +00:00
Mark Andrews
7f5f1544e1
1540. [bug] "rndc reload <dynamiczone>" was silently accepted.
...
[RT #8934 ]
2004-03-02 02:36:41 +00:00
Mark Andrews
476c0fa946
1552. [bug] Accept NOTIFY requests from mapped masters if
...
matched-mapped is set. [RT #10049 ]
2004-03-02 01:20:25 +00:00
Mark Andrews
6b89422883
1545. [bug] It was possible to leak memory if named was unable to
...
bind to the specified transfer source and TSIG was
being used. [RT #10120 ]
2004-01-05 04:29:32 +00:00
Mark Andrews
1705904ece
pullup redumping of deleted slave master files
2003-11-04 06:01:47 +00:00
Mark Andrews
2a62502566
1530. [bug] It was possible to trigger a INSIST() failure if a
...
slave master file was removed a just the correct
moment. [RT #9462 ]
2003-11-04 05:35:48 +00:00
Mark Andrews
6662a576ed
1529. [bug] "notify explict;" failed to log that NOTIFY messages
...
were being sent for the zone. [RT# 9442]
2003-11-03 23:56:13 +00:00
Mark Andrews
39ec601af3
pullup:
...
rt #5222 : useing a wrong return type for isc_file_exists().
2003-07-28 07:03:15 +00:00
Mark Andrews
c1df871a18
silence compiler warnings (HPUX/11i)
2003-07-23 06:57:59 +00:00
Mark Andrews
5f11b5614e
1477. [bug] memory leak using stub zones and TSIG.
2003-07-21 05:55:03 +00:00
Mark Andrews
6dcc5d25c3
1487. [bug] A REQUIRE() failure could be triggered if a zone was
...
queued for transfer and the zone was then removed.
[RT #6189 ]
2003-07-18 04:18:46 +00:00
Mark Andrews
6b46515a00
1481. [bug] Refresh and stub queries failed to use masters keys
...
if specified. [RT #7391 ]
2003-07-17 07:11:17 +00:00
Mark Andrews
c532a51b1b
1464. [bug] Preserve "out of zone" data for outgoing zone
...
transfers. [RT #5192 ]
2003-05-15 06:30:18 +00:00
Mark Andrews
b0d2275996
1435. [bug] zmgr_resume_xfrs() was being called read locked
...
rather than write locked. zmgr_resume_xfrs()
was not being called if the zone was being
shutdown.
1434. [bug] "rndc reconfig" failed to initiate the initial
zone transfer of new slave zones.
2003-05-13 04:48:52 +00:00
Mark Andrews
71264474fe
pullup:
...
1385. [bug] Setting serial-query-rate to 10 would trigger a
REQUIRE failure.
2003-05-12 02:54:59 +00:00
Mark Andrews
a7efbe70e7
merge 9.2.2 back into v9_2
2003-03-06 04:38:29 +00:00
Mark Andrews
8e9cc3ced1
spelling
2003-02-07 02:39:06 +00:00
Mark Andrews
4b0dcf3782
1355. [tuning] Reduce the number of events / quantum for zone tasks.
2002-08-06 02:24:15 +00:00
Mark Andrews
47ce2c2150
1340. [bug] Delay and spread out the startup refresh load.
2002-08-02 04:28:03 +00:00
Mark Andrews
e368e45536
reviewed: bwelling
...
1242. [bug] named-checkzone failed if a journal existed. [RT #2657 ]
2002-07-11 05:44:11 +00:00
Mark Andrews
d9fb0422ae
remove change 1284
2002-06-13 07:32:54 +00:00
Mark Andrews
ec5f67b8cf
1284. [bug] Memory leak if dns_db_beginload() failed.
2002-05-08 07:23:25 +00:00
Mark Andrews
769c637e95
pullup:
...
1238. [bug] It is possible to lockup the server when shutting down
if notifies are being processed. [RT #2591 ]
2002-03-29 00:20:07 +00:00
Mark Andrews
73d7583d98
update copyrights
2002-02-08 03:57:47 +00:00
Andreas Gustafsson
d8f67a1d88
pullup:
...
Fix RT #2309 differently, allowing rather than rejecting empty
also-notify clauses
2002-01-23 02:05:42 +00:00
Andreas Gustafsson
63d380e078
pullup:
...
1116. [bug] Setting transfers in a server clause, transfers-in,
or transfers-per-ns to a value greater than
2147483647 disabled transfers. [RT #2002 ]
(Technically, this is an API change, but since it only changes the signedness of some
function parameters, it is still binary compatible in practice and I'll let it slip
by without bumping the major library version number)
2001-11-13 18:57:14 +00:00
Mark Andrews
3a0f5543c9
pullup:
...
some variables that should have been static weren't
2001-10-23 02:42:00 +00:00
Andreas Gustafsson
7779b6cbf6
pullup:
...
1045. [bug] It was possible to skip saving glue for a nameserver
for a stub zone.
2001-10-11 17:20:40 +00:00
Andreas Gustafsson
7ee450d5f6
pullup:
...
972. [bug] The file modification time code in zone.c was using the
wrong epoch. [RT #1667 ]
(This pullup includes not only the changes to zone.c, but all the
recent epoch-related fixes)
2001-09-05 00:38:13 +00:00
Andreas Gustafsson
89227c76be
pullup:
...
977. [bug] Improve "not at top of zone" error message.
2001-09-04 22:51:41 +00:00
Mark Andrews
28fc90e6c8
#857 was incomplete, ISC_MAGIC was not being used everwhere it should have been.
...
'magic' was not being declared consistantly.
some #include <isc/magic.h> were missing from other include files.
NS_SERVER_VALID was not using ISC_MAGIC_VALID.
2001-08-28 03:58:29 +00:00
Andreas Gustafsson
76c8294c81
format string bugs and improved format string checking [RT #1578 ]
2001-08-08 22:54:55 +00:00
Mark Andrews
2033e30585
940. [bug] Double zone locking failure on error path. [RT #1510 ]
2001-07-19 05:08:03 +00:00
Mark Andrews
0176adc7c5
937. [bug] A race when shutting down a zone could trigger a
...
INSIST() failure. [RT #1034 ]
2001-07-17 02:49:44 +00:00
Mark Andrews
39ebcd5955
#927
...
check for DUMPNEEDED in dns_zone_flush.
check for zone->masterfile != NULL in zone_dump().
2001-07-11 23:15:14 +00:00
Brian Wellington
b6d7e96688
LOCK_ZONE/UNLOCK_ZONE, not LOCK/UNLOCK
2001-07-11 19:12:53 +00:00
Mark Andrews
e9596e1fb3
927. [bug] Don't hold the zone lock for the entire dump to disk.
...
[RT #1423 ]
2001-07-11 05:20:26 +00:00
David Lawrence
92ef1a9b9d
use ISC_MAGIC for all magic numbers, for our friends in EBCDIC land
2001-06-04 19:33:39 +00:00
Brian Wellington
50097b38c0
830. [func] Implement 'rndc status'.
2001-05-14 20:44:16 +00:00
Brian Wellington
ecf4962155
more of 'rndc status'
2001-05-14 19:06:47 +00:00
Andreas Gustafsson
a9ef485446
If IXFR fails, fall back to AXFR
2001-05-10 17:51:49 +00:00