Mark Andrews
5e4f63dbc1
error path could trigger a REQUIRE failure in ns_client_next.
2003-07-04 04:38:54 +00:00
Mark Andrews
e2fb08b85d
1432. [func] The advertised EDNS UDP buffer size can now be set
...
via named.conf (edns-udp-size).
developer: marka
reviewer: explorer
2003-02-26 02:04:00 +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
925c021f1f
u_int32_t -> isc_uint32_t
2002-10-28 02:35:36 +00:00
Mark Andrews
6526fd032f
1391. [func] Add support for IPv6 scoped addresses in named.
2002-10-24 03:52:35 +00:00
Mark Andrews
a9ae9d743c
1380. [func] 'rndc recursing' dump recursing queries to
...
'recursing-file = "named.recursing";'.
2002-09-10 04:45:54 +00:00
Mark Andrews
f013b11377
1213. [func] Report view associated with client if it is not a
...
standard view (_default or _bind).
2002-05-24 06:22:30 +00:00
Mark Andrews
4c83dd7f22
1291. [bug] "recursion available: {denied,approved}" was too
...
confusing.
2002-05-16 04:05:42 +00:00
Mark Andrews
0dfac52f06
null pointer de-reference
2002-04-29 23:43:46 +00:00
Mark Andrews
c4a9ce445c
1274. [func] preferred-glue option from BIND 8.3.
2002-04-26 00:40:37 +00:00
Mark Andrews
2b1c71b134
1244. [bug] Receiving a TCP message from a blackhole address would
...
prevent further messages being received over that
interface.
2002-04-03 05:30:03 +00:00
Mark Andrews
27151990b2
1219. [func] Named now reports the TSIG extended error code when
...
signature verification fails. [RT #1651 ]
2002-03-05 00:36:44 +00:00
Mark Andrews
a7038d1a05
copyrights
2002-02-20 03:35:59 +00:00
Brian Wellington
b2ca6fd3a8
#1187 was both unclean and broken. Fix it and clean it up.
2002-01-23 08:46:40 +00:00
Mark Andrews
8e40433e34
1158. [func] Report the client's address when logging notify
...
messages.
2001-12-10 23:09:24 +00:00
Brian Wellington
68d9a8bddf
Fix a typo (I hope) in marka's keys-in-match-* patch.
2001-12-07 01:34:08 +00:00
Mark Andrews
880723fb13
1157. [func] match-clients and match-destinations now accept
...
keys. [RT #2045 ]
2001-12-06 04:38:51 +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
92094d44a2
1131. [bug] The match-destinations view option did not work with
...
IPv6 destinations. [RT #2073 , #2074 ]
2001-11-16 20:01:57 +00:00
Andreas Gustafsson
f547209bf6
more leftovers
2001-11-14 23:16:49 +00:00
Andreas Gustafsson
ca1ecf38c6
forgot to remove an UNLOCK() in previous change
2001-11-14 23:15:22 +00:00
Andreas Gustafsson
31f6e44dca
1126. [bug] The server could access a freed event if shut
...
down while a client start event was pending
delivery. [RT #2061 ]
2001-11-14 22:00:22 +00:00
Andreas Gustafsson
fbdbb3e8fa
spacing
2001-11-14 19:11:06 +00:00
Andreas Gustafsson
10a6442013
typo
2001-11-14 02:03:43 +00:00
Andreas Gustafsson
f33fe250cf
running out of memory during ns_client_t construction could crash server [RT #409 ]
2001-10-30 00:48:25 +00:00
Mark Andrews
a7cb695600
1070. [bug] Copy DNSSEC OK (DO) to response as specified by
...
draft-ietf-dnsext-dnssec-okbit-03.txt.
2001-10-24 21:47:12 +00:00
Mark Andrews
b19619260f
1069. [func] Kill oldest recursive query when recursive query
...
quota is exhausted.
2001-10-24 03:10:18 +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
afe5729a33
in revision 1.182, presumably a & was intended where a |= was written
2001-10-13 00:44:24 +00:00
Andreas Gustafsson
fc9acafe15
spacing
2001-10-12 23:54:03 +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
a77ad145d0
1047. [bug] When a request was refused due to being signed with
...
a TSIG key derived from an unsigned TKEY negotiation,
the response could have an rcode of SUCCESS rather
than REFUSED. [RT #1886 ]
2001-10-11 22:45:20 +00:00
Mark Andrews
0aba41458d
1036. [func] Temporally drop requests received via multicast.
2001-10-09 04:29:19 +00:00
Mark Andrews
5f7516bee5
1035. [bug] Respond to multicast queries from a unicast address,
...
RFC 1123. [RT #137 ]
2001-10-09 02:39:03 +00:00
Mark Andrews
2e24e82fc3
1034. [bug] Multicast queries must not have RD set, RFC 1123.
...
FORMERR those that do. [RT #137 ]
2001-10-09 02:30:20 +00:00
Mark Andrews
d5169236b7
1033. [bug] Don't imply that we support a opcode that we don't
...
when we don't have a matching view or cannot
determine the class.
2001-10-09 02:05:55 +00:00
Andreas Gustafsson
9066d09c3e
Removed all code within #ifdef DNS_OPT_NEWCODES*.
...
It was the last thing being sanitized out of releases; removing
it makes it possible to eliminate the sanitation process.
2001-10-01 18:54:05 +00:00
Andreas Gustafsson
2f734e0a7e
sizeof style
2001-09-19 23:08:24 +00:00
Andreas Gustafsson
28cf7340b9
1005. [bug] Don't copy nonzero RCODEs from request to response.
...
[RT #1765 ]
2001-09-19 00:02:26 +00:00
Andreas Gustafsson
76c8294c81
format string bugs and improved format string checking [RT #1578 ]
2001-08-08 22:54:55 +00:00
Brian Wellington
ee3ab6063d
945. [func] Add the new view-specific options
...
"match-destinations" and "match-recursive-only".
2001-07-26 20:42:46 +00:00
Mark Andrews
b52c49c6e1
lower unknown class/view to DEBUG(1)
2001-06-28 02:39:46 +00:00
Andreas Gustafsson
5465e5f7dd
query_getzonedb() formatted the domain name and class being queried
...
for at least once for every query to authoritative data, whether or not a log
message was actually printed, which adversely affected query performance
2001-06-15 23:28:29 +00:00
Andreas Gustafsson
27ee1d06e9
typo
2001-06-15 22:35:42 +00:00
Mark Andrews
03f91269f5
856. [func] Allow partial rdatasets to be returned in answer and
...
authority sections to help non-TCP capable clients
recover from truncation. [RT #1301 ]
2001-06-05 09:02:16 +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
Mark Andrews
89d03d4715
Redo:
...
839. [func] Dump packets for which there was no view or that the
class could not be determined to category "unmatched".
2001-05-28 05:17:05 +00:00
Mark Andrews
2ae4dd0dbd
839. [func] Dump packets for which there was no view or that the
...
class could not be determined to file, (-e filename).
2001-05-25 07:39:48 +00:00
Andreas Gustafsson
82df406152
don't log ISC_R_CANCEL as a 'fatal error'
2001-05-14 21:33:45 +00:00