Mark Andrews
daa73eae70
silence punned messages
2004-02-03 00:59:05 +00:00
Mark Andrews
a22f967b7e
1469. [func] Log end of outgoing zone transfer at same level
...
as the start of transfer is logged. [RT #4441 ]
2003-04-22 04:08:54 +00:00
Mark Andrews
b0c2141b23
1464. [bug] Preserve "out of zone" data for outgoing zone
...
transfers. [RT #5192 ]
2003-04-17 05:40:45 +00:00
Mark Andrews
d544aec9ee
type/class reversed in ns_client_aclmsg() call.
2003-04-07 02:29:46 +00:00
Mark Andrews
838d608e6f
1422. [func] Log name/type/class when denying a query. [RT #4663 ]
2003-01-21 06:11:46 +00:00
Mark Andrews
31fd8a17fb
missing %s in format
2002-07-31 02:22:15 +00:00
Mark Andrews
0423090da1
1332. [func] Log TSIG key used w/ outgoing zone transfers.
2002-06-25 04:08:43 +00:00
Andreas Gustafsson
1f1d36a87b
Check return values or cast them to (void), as required by the coding
...
standards; add exceptions to the coding standards for cases where this is
not desirable
2001-11-30 01:59:49 +00:00
Andreas Gustafsson
f1b6872550
Do not put a space before ';' when terminating a statement or in a 'for' statement.
2001-11-27 00:56:32 +00:00
Andreas Gustafsson
fde3820de9
AXFRs were misidentified as AXFR-style IXFRs in log messages
2001-10-30 00:55:25 +00:00
Andreas Gustafsson
846474d5a6
1020. [bug] IXFR log messages did not distinguish between
...
true IXFRs, AXFR-style IXFRs, and and mere
version polls. [RT #1811 ]
2001-09-28 00:45:34 +00:00
Andreas Gustafsson
7edac4480f
added colon to log message
2001-08-31 00:35:18 +00:00
Mark Andrews
452b30ddb3
973. [bug] Failed to log the question name when logging:
...
"bad zone transfer request: non-authoritative zone
(NOTAUTH)".
2001-08-30 23:51:45 +00:00
Andreas Gustafsson
76c8294c81
format string bugs and improved format string checking [RT #1578 ]
2001-08-08 22:54:55 +00:00
Andreas Gustafsson
045c9678e2
log zone/class when denying zone transfers
...
(patch posted to bind9-users by Mark Mentovai <mark-list@mentovai.com >
2001-06-18 19:04:32 +00:00
Andreas Gustafsson
ed0e1ae6bc
863. [bug] If an error occurred while an outgoing zone transfer
...
was starting up, the server could access a domain
name that had already been freed when logging a
message saying that the transfer was starting.
[RT #1383 ]
2001-06-07 18:18:24 +00:00
Brian Wellington
b804d77ad9
#include <dns/soa.h>
2001-05-31 00:59:46 +00:00
Brian Wellington
67b7a9bb17
add a cast [RT #1019 ]
2001-03-12 22:21:31 +00:00
Brian Wellington
e43b9a2005
move compression context create/delete into the caller of the message
...
rendering functions. This reduces the size of the message object.
2001-03-05 21:15:47 +00:00
Mark Andrews
ed0a4f1a30
757. [func] Log zone transfers.
2001-02-26 03:52:30 +00:00
Brian Wellington
ea544b0511
747. [bug] The code to determine whether an IXFR was possible
...
did not properly check for a database that could
not have a journal. [RT #908 ]
2001-02-22 19:15:01 +00:00
Andreas Gustafsson
ebb8884123
revert to 1.90 since RT #646 is now fixed by relaxing the
...
requirements of dbiterators, but keep the removal of the unused structure element 'state'
2001-01-12 19:01:39 +00:00
Mark Andrews
17d8e5cce8
opps paused should be set to false not true before getting the next node.
2001-01-12 10:25:15 +00:00
Mark Andrews
f7321615ea
678. [bug] "tranfer-format one-answer;" could trigger an assertion
...
failure. [RT #646 ]
also removed unused structure element state from axfr structure.
2001-01-12 10:20:05 +00:00
Brian Wellington
499b34cea0
copyright update
2001-01-09 22:01:04 +00:00
Andreas Gustafsson
ec644b5e4b
661. fix failed to destroy transfer object after sending response
2001-01-08 18:03:45 +00:00
Andreas Gustafsson
148af05e15
661. [bug] UDP IXFR requests with EDNS options caused
...
an assertion failure (mpctx->allocated == 0).
[RT #623 ]
2001-01-06 02:54:42 +00:00
Andreas Gustafsson
d1efbb15f9
previous change removed too much code
2000-12-22 18:32:06 +00:00
Andreas Gustafsson
f0f61db621
629. [bug] 9.1.0b1 derferenced a null pointer and crashed
...
when responding to a UDP IXFR response.
2000-12-22 01:38:16 +00:00
Mark Andrews
88a6fef494
init dns_rdata_t's
2000-12-11 23:09:47 +00:00
Brian Wellington
78838d3e0c
8 space -> tab conversion
2000-12-11 19:24:30 +00:00
Andreas Gustafsson
4d5c668a91
589. [bug] The server could deadlock if a zone was updated
...
while being transferred out.
2000-12-04 06:31:41 +00:00
Andreas Gustafsson
ba6fd25808
567. [bug] Setting the zone transfer timeout to zero caused an
...
assertion failure. [RT #302 ]
566. [func] New public function dns_timer_setidle().
2000-11-17 19:04:51 +00:00
Brian Wellington
c524a5269d
unchecked calls to dns_message_gettemp* and unfreed references on failure.
2000-11-03 23:01:58 +00:00
Mark Andrews
368b37b616
dns_rdata_invalidate -> dns_rdata_reset
2000-10-31 03:22:05 +00:00
Mark Andrews
c03bb27f06
532. [func] Implement DNS UPDATE pseudo records using
...
DNS_RDATA_UPDATE flag.
531. [func] Rdata really should be initalized before being
assigned to (dns_rdata_fromwire(), dns_rdata_fromtext(),
dns_rdata_clone(), dns_rdata_fromregion()),
check that it is.
2000-10-25 04:26:57 +00:00
Mark Andrews
cf573ce6fb
More ISC_LINK_INIT fixes.
2000-10-20 13:29:37 +00:00
Mark Andrews
5e589b5356
Uninitalised link fixes, batch 1.
2000-10-20 02:21:58 +00:00
Michael Graff
42e31e6ef7
pass in the log level desired; make 'client denied recursion' log at debug level 1 always.
2000-09-12 18:50:36 +00:00
Andreas Gustafsson
e389838d7a
isc_buffer_used() does *not* return the beginning of the used
...
region - it returns the *end*
2000-08-29 19:07:11 +00:00
Brian Wellington
32de824866
dns_rdataset_current was being called on an rdataset without earlier calling
...
dns_rdataset_first.
2000-08-23 17:40:53 +00:00
David Lawrence
7cad5b3dbb
use isc_log_wouldlog() to see whether to call log_rr(), and in log_rr()
...
don't bother using isc_buffer_usedregion() since the desired region
values are easily accessible with the isc_buffer_used{,length}() functions.
2000-08-09 04:17:49 +00:00
Andreas Gustafsson
e605e98f3e
use DNS_NAME_MAXTEXT/DNS_NAME_FORMATSIZE
2000-08-09 00:09:36 +00:00
Andreas Gustafsson
91614f2bc4
don't try to remove newline from the output
...
of dns_rdataset_totext() if it returned failure
2000-08-07 20:41:52 +00:00
David Lawrence
40f53fa8d9
Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your
...
own CVS tree will help minimize CVS conflicts. Maybe not.
Blame Graff for getting me to trim all trailing whitespace.
2000-08-01 01:33:37 +00:00
David Lawrence
15a4474541
word wrap copyright notice at column 70
2000-07-27 09:55:03 +00:00
Mark Andrews
0bfcec250f
254. [bug] suppress "query denied" messages on additional data
...
lookups.
ISC-Bugs #139
2000-06-15 04:42:01 +00:00
Brian Wellington
5108a65b13
Make a few internal functions static
2000-06-15 00:08:53 +00:00
Andreas Gustafsson
bc2ecafd83
comment handling of empty dbnodes
2000-06-06 18:47:19 +00:00
David Lawrence
7efc8c3f69
Megacommit of many files.
...
Mostly, several functions that take pointers as arguments, almost
always char * pointers, had those pointers qualified with "const".
Those that returned pointers to previously const-qualified arguments
had their return values qualified as const. Some structure members
were qualified as const to retain that attribute from the variables
from which they were assigned.
Minor other ISC style cleanups.
2000-06-01 18:49:22 +00:00