Andreas Gustafsson
|
daf99720c9
|
the existence of a dynamically allocated array for the NXT
bits should not depend on its length
|
2000-11-14 18:14:44 +00:00 |
|
Brian Wellington
|
78d78f05d9
|
556. [func] The DNSSEC OK bit in the EDNS extended flags
is now implemented. Responses to queries without
this bit set will not contain any DNSSEC records.
|
2000-11-13 21:34:03 +00:00 |
|
Brian Wellington
|
1f2f5445ec
|
remove an uninitialized variable warning
|
2000-11-13 21:29:27 +00:00 |
|
Andreas Gustafsson
|
5afc10d6d8
|
554. [bug] Slave server attempting zone transfer could crash
with an assertion failure on certain malformed
responses from the master. [RT #457]
|
2000-11-13 20:12:29 +00:00 |
|
Brian Wellington
|
47fa8b4c8f
|
fix outdated comments
|
2000-11-13 20:12:03 +00:00 |
|
Andreas Gustafsson
|
626b221f71
|
553. [bug] Incoming zone transfers deferred due to quota
were not started when quota was increased but
only when a transfer in progress finished. [RT #456]
|
2000-11-13 18:19:27 +00:00 |
|
Mark Andrews
|
733e928f71
|
552. [bug] We were not correctly detecting the end of all c-style
comments. [RT #455]
|
2000-11-13 04:09:40 +00:00 |
|
Andreas Gustafsson
|
ae7e8784aa
|
log messages should not be capitalized
|
2000-11-11 02:14:50 +00:00 |
|
Andreas Gustafsson
|
f58cfa95f7
|
comment formatting
|
2000-11-11 02:14:25 +00:00 |
|
Andreas Gustafsson
|
c2a94d89f9
|
clarified comments
|
2000-11-11 01:15:33 +00:00 |
|
Andreas Gustafsson
|
244e29639a
|
our coding standards say:
Source which becomes obsolete should be removed, not just disabled with
#if 0 ... #endif.
|
2000-11-11 01:07:32 +00:00 |
|
Andreas Gustafsson
|
dcd12febbd
|
dns_zone_configure() does not need to special-case hint zones,
because it must never be called for them
|
2000-11-11 01:05:43 +00:00 |
|
Andreas Gustafsson
|
c2f4fe7f95
|
clarified comment; fixed spacing
|
2000-11-11 01:02:28 +00:00 |
|
Andreas Gustafsson
|
84abb95f7e
|
551. [func] Implemented the 'sortlist' option.
|
2000-11-10 03:41:08 +00:00 |
|
Andreas Gustafsson
|
febaa09184
|
551. [func] Implemented the 'sortlist' option.
|
2000-11-10 03:16:26 +00:00 |
|
Andreas Gustafsson
|
b0ce1ff804
|
typo
|
2000-11-10 03:14:25 +00:00 |
|
Andreas Gustafsson
|
7f73d29ac5
|
comments about who is responsible for freeing the memory
of rdata and rdatalists borrowed from messages were incorrect
|
2000-11-10 03:13:03 +00:00 |
|
Andreas Gustafsson
|
97a195d7ff
|
spacing; incorrect comment
|
2000-11-10 03:08:57 +00:00 |
|
Brian Wellington
|
66f7feef55
|
the ungettoken changes broken line number reporting
|
2000-11-10 01:41:00 +00:00 |
|
Brian Wellington
|
ac5921d110
|
validating that rdata of a known type expressed using the unknown type
syntax is correct didn't work.
|
2000-11-10 01:37:40 +00:00 |
|
Brian Wellington
|
3a16668468
|
fix a few minor problems in the unknown rrtype support.
|
2000-11-10 00:25:46 +00:00 |
|
Brian Wellington
|
ebfcb6cf66
|
550. [func] Support unknown rdata types and classes.
|
2000-11-09 23:55:05 +00:00 |
|
Andreas Gustafsson
|
673ce7aebb
|
removed redundant declaration of dns_rdataclass_totext() from rdata.h;
it is declared in rdataclass.h
|
2000-11-09 19:33:51 +00:00 |
|
Brian Wellington
|
787b57597e
|
The CLASSNAMES array was both unused and incomplete.
|
2000-11-09 03:03:47 +00:00 |
|
Brian Wellington
|
55b085353a
|
error message improvements
|
2000-11-09 02:35:43 +00:00 |
|
Brian Wellington
|
066faef119
|
548. [func] The lexer now ungets tokens more correctly.
|
2000-11-09 02:23:40 +00:00 |
|
Brian Wellington
|
a90dcd1f19
|
the wrong result code was being printed
|
2000-11-09 00:20:47 +00:00 |
|
Brian Wellington
|
60a7fe5da1
|
remove uninitialized variable.
|
2000-11-08 18:24:37 +00:00 |
|
Mark Andrews
|
bfcdcde570
|
implement lame-ttl.
|
2000-11-08 03:53:16 +00:00 |
|
Brian Wellington
|
add4043305
|
The identical gettoken() routines in rdata.c, hex.c, and base64.c have
been replaced with isc_lex_getmastertoken().
|
2000-11-08 01:56:15 +00:00 |
|
Brian Wellington
|
f439363eeb
|
minor code simplification
|
2000-11-08 00:51:24 +00:00 |
|
Andreas Gustafsson
|
04bf45fffe
|
added missing newline
|
2000-11-08 00:18:18 +00:00 |
|
Michael Sawyer
|
a3a11c4f3f
|
Add the ability (via rndc dump-statistics) to dump a file with counters of
various results given to queries. Enable the (previously disabled)
statistics-file config option.
|
2000-11-07 23:49:42 +00:00 |
|
Brian Wellington
|
5cca7753fd
|
RRTYPE -> TYPE for unknown types
|
2000-11-07 23:44:33 +00:00 |
|
Brian Wellington
|
7499479679
|
spelling
|
2000-11-07 23:43:23 +00:00 |
|
Brian Wellington
|
19e0a2c2d1
|
Add isc_hex_* routines, which handle conversion to and from hex strings.
|
2000-11-07 20:58:08 +00:00 |
|
Mark Andrews
|
4ec1a96d90
|
542. [func] Add allow-update-forwarding support.
|
2000-11-06 08:11:11 +00:00 |
|
Brian Wellington
|
fa3cbea8bf
|
541. [func] Add bogus server support.
|
2000-11-04 02:20:58 +00:00 |
|
Andreas Gustafsson
|
36d33bb69b
|
uninitialized link field
|
2000-11-03 22:56:39 +00:00 |
|
Brian Wellington
|
a123725906
|
blackhole address matching broke the resolver
|
2000-11-03 22:53:14 +00:00 |
|
Brian Wellington
|
abc5ea4349
|
fix some potential memory leaks
|
2000-11-03 21:36:37 +00:00 |
|
Brian Wellington
|
ce10da9983
|
A call to isc_mempool_get() was unchecked, which could lead to a seg fault.
|
2000-11-03 19:55:15 +00:00 |
|
Andreas Gustafsson
|
41b27cf6b4
|
removed unused global variable declaration of dns_zone_countsize
|
2000-11-03 18:43:53 +00:00 |
|
Andreas Gustafsson
|
71b5fa7fb7
|
commented new dialup-related functions
|
2000-11-03 18:42:56 +00:00 |
|
Andreas Gustafsson
|
bfb0e358c8
|
commented dns_view_dialup()
|
2000-11-03 18:35:31 +00:00 |
|
Andreas Gustafsson
|
6b369477a3
|
by convention, dummy arguments are called 'dummy', not '__arg'
|
2000-11-03 18:27:31 +00:00 |
|
Mark Andrews
|
ae97173085
|
initalise/free/print dialup option
|
2000-11-03 10:43:12 +00:00 |
|
Mark Andrews
|
04967d1a5a
|
extraneous isc_mem_get
|
2000-11-03 08:54:18 +00:00 |
|
Mark Andrews
|
0fc89c4ee6
|
540. [func] Add dialup support.
|
2000-11-03 07:16:09 +00:00 |
|
Brian Wellington
|
e21d199dca
|
539. [func] Support the blackhole option.
|
2000-11-03 02:45:55 +00:00 |
|