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 |
|
Mark Andrews
|
4ab40dad77
|
Add BIND 8 style GENERATE $$ => $.
|
2000-11-02 05:18:33 +00:00 |
|
Brian Wellington
|
4d833ef73b
|
Document lwres_getrrsetbyname
|
2000-11-02 02:21:09 +00:00 |
|
Brian Wellington
|
668728fed8
|
First cut at getrrsetbyname code
|
2000-11-02 01:52:32 +00:00 |
|
Mark Andrews
|
c03298d879
|
538. [bug] fix buffer overruns by 1 in lwres_getnameinfo().
|
2000-11-02 01:10:22 +00:00 |
|
Brian Wellington
|
e3e3bafa13
|
Lookups now return sigrdatasets if they exist.
|
2000-11-02 00:55:41 +00:00 |
|
Brian Wellington
|
ed239db49c
|
Allow keys to be referred to as 'Kname.+id+alg.' (with a trailing dot), since
file completion often produces strings of that form.
|
2000-11-01 00:17:18 +00:00 |
|
Brian Wellington
|
0a6ddf7b82
|
A typo caused null keys to be printed incorrectly.
|
2000-10-31 20:12:32 +00:00 |
|
Mark Andrews
|
533df4efda
|
537. [func] Use transfer-source{-v6} when notify messages.
|
2000-10-31 05:34:18 +00:00 |
|
Mark Andrews
|
f4166b4dc3
|
allow transfer-source to be set on master zones.
print the transfer-source port.
|
2000-10-31 04:20:54 +00:00 |
|
Mark Andrews
|
368b37b616
|
dns_rdata_invalidate -> dns_rdata_reset
|
2000-10-31 03:22:05 +00:00 |
|
Mark Andrews
|
04c22ceaf2
|
536. [func] Use transfer-source{-v6} when sending refresh queries.
Transfer-source{-v6} now take a optional port
parameter for setting the UDP source port. The port
parameter is ignored for TCP.
|
2000-10-31 01:17:19 +00:00 |
|
Mark Andrews
|
6ef15459b8
|
535. [func] Use xfrsource[46] when forwarding update requests.
|
2000-10-30 05:08:07 +00:00 |
|
Brian Wellington
|
fc3ab47d03
|
remove calls to printf() in error handling.
|
2000-10-28 01:25:14 +00:00 |
|
Brian Wellington
|
2be139c4b2
|
search path processing is now done in the server
|
2000-10-28 00:37:52 +00:00 |
|