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
783055c0a6
Big lwresd restructuring. The code is a lot more modular now (the lwresd
...
structure containing search path, view, etc. is split from the listener
object), and should work correctly on reload.
2000-10-31 22:39:30 +00:00
Brian Wellington
0a6ddf7b82
A typo caused null keys to be printed incorrectly.
2000-10-31 20:12:32 +00:00
Brian Wellington
82f4c5bc90
- print the names of the files generated, expand the usages a bit
...
- add -d directory option to dnssec-signzone
2000-10-31 20:09:15 +00:00
Mark Andrews
70f6f7a39a
update
2000-10-31 06:47:57 +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
Brian Wellington
38a5d999de
#include cleanup
2000-10-30 20:15:20 +00:00
Mark Andrews
6ef15459b8
535. [func] Use xfrsource[46] when forwarding update requests.
2000-10-30 05:08:07 +00:00
Brian Wellington
c5c77ccbe1
Redo the dns_rdata_init() stuff again.
2000-10-28 22:56:25 +00:00
Brian Wellington
fc3ab47d03
remove calls to printf() in error handling.
2000-10-28 01:25:14 +00:00
Brian Wellington
0bd785149d
Document the '-t' (statistics) option.
2000-10-28 01:16:46 +00:00
Brian Wellington
3af66745d8
Use the nxt rdatastruct instead of an ugly hack.
2000-10-28 01:09:36 +00:00
Brian Wellington
3568cef90b
Use the SOA TTL as the TTL for NXT records, not the SOA minimum value.
2000-10-28 00:53:39 +00:00
Brian Wellington
0656756d82
With search path processing in the server, LWRES_R_INCOMPLETE is no longer
...
returned.
2000-10-28 00:44:46 +00:00
Brian Wellington
2be139c4b2
search path processing is now done in the server
2000-10-28 00:37:52 +00:00
Brian Wellington
686026894b
getaddrbyname now does search path processing in the server.
2000-10-28 00:35:57 +00:00
Brian Wellington
eb716d8c2e
added a new variable to the searchctx
2000-10-28 00:09:46 +00:00
Brian Wellington
1e561d6103
ok, this really works now.
2000-10-28 00:09:11 +00:00
Brian Wellington
bb71d64085
dns_message_checksig should not require a view in all cases
2000-10-27 21:56:57 +00:00
Brian Wellington
f1cae4bcb7
DNS_RDATA_INITIALIZED was spelled wrong (missing an 'i'), and also not
...
spelled the same way as other uses of the word "initialize" (it had an 's',
not a 'z').
2000-10-27 21:29:23 +00:00
Brian Wellington
ecc8ad5822
changes to stats printing
2000-10-27 21:08:03 +00:00
Brian Wellington
babe5bc58a
The initialize/invalidate rdata changes weren't made in all places.
2000-10-27 20:56:39 +00:00
Brian Wellington
18d1a4ea33
fix the case when keys are not specified on the command line
2000-10-27 20:27:51 +00:00
Brian Wellington
0e23f2010f
Maybe it works this time.
2000-10-27 18:50:00 +00:00
Brian Wellington
469f328aa0
- added statistics gathering
...
- work when keys specified on the command line are in a different directory
- misc cleanup
2000-10-27 18:48:22 +00:00
Brian Wellington
8ee7467b98
valid base64 strings with embedded spaces were rejected.
2000-10-25 19:24:18 +00:00
David Lawrence
b65f2ab14a
534. [func] Ancestors have been removed from RBT chains. Ancestor
...
information can be discerned via node parent pointers.
533. [func] Incorporated name hashing into the RBT database to
improve search speed.
There is still evidence of a bug with regard to bitstring labels. It shows
up in bin/test/rbt/t_rbt -x -t 4 when the assertion at lib/dns/rbt.c:1631
is uncommented -- essentially a bitstring node's location in the hashtable
is not getting properly updated at some point. This shouldn't affect
searching, because a bitstring label as the parent of a new level will
generally cause the standard old binary search to be done. I will be looking
at this more closely in the very near future.
2000-10-25 07:21:31 +00:00
Mark Andrews
e6d3ffb665
ISC_LINK_INIT + ISC_LIST_APPEND -> ISC_LIST_APPENDUNSAFE
2000-10-25 06:17:56 +00:00
Mark Andrews
b589e90689
Remove the rdata->length == 0 checks, UPDATE pseudo rdata are now tagged.
...
Add sanity checks to rdata types where the length cannot legally be zero.
2000-10-25 05:44:10 +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
Brian Wellington
f9e2482928
uninitialized link field.
2000-10-24 17:24:35 +00:00
Brian Wellington
5b9a83dd15
ndots handling is correct now (I think).
2000-10-24 17:15:54 +00:00
Andreas Gustafsson
0e3c79132a
libtool 1.3.5 had link commands for NetBSD a.out and ELF backwards
2000-10-24 05:10:04 +00:00
Brian Wellington
d34b3b1c12
Add search and ndots statements
2000-10-24 04:30:25 +00:00
Brian Wellington
dadd8860bb
Support for the search and ndots config options in lwresd.
2000-10-24 04:27:25 +00:00
Brian Wellington
38379c5c5e
lwresd search list stuff. This isn't used by getaddrbyname yet, but
...
it's used by the uncommitted getrrsetbyname.
2000-10-24 04:25:16 +00:00
Mark Andrews
389c749a5e
530. [func] New function dns_rdata_invalidate().
2000-10-24 02:03:33 +00:00
Michael Sawyer
355b3c2e43
update todo
2000-10-23 23:13:43 +00:00
Michael Sawyer
5d20773abc
Move generation of reverse lookups (blah.in-addr.arpa, etc...) names to
...
a common place.
2000-10-23 23:13:21 +00:00
Michael Sawyer
8e61de2efd
Move fixeddomain code so nslookup can use domain= setting
...
More ISC_LINK_INIT's added where needed.
2000-10-23 17:49:05 +00:00
Mark Andrews
72fa265baa
529. [bug] 521 contained a bug which caused zones to always
...
reload. [RT #410 ]
2000-10-23 00:31:28 +00:00
Andreas Gustafsson
cef18335b7
fixed typos and formatting, clarified, and tabified
2000-10-20 23:02:52 +00:00
Andreas Gustafsson
35a1d7c80e
replaces_p() in bin/named/update.c should treat DNAME as a singleton
...
type too. [RT #374 ]
2000-10-20 22:34:50 +00:00
Andreas Gustafsson
b28d2a3d7b
the established alternate spelling of 'template' is
...
'templet', not 'templat'
2000-10-20 22:09:01 +00:00
Michael Sawyer
c9c5b25473
Fix overzealous printing of newlines in message_[pseudo]sectiontotext().
2000-10-20 20:40:46 +00:00
Andreas Gustafsson
8ab588369b
use sizeof(), not hardcoded constant
2000-10-20 19:53:59 +00:00
Brian Wellington
f8a55f9955
Added "ndots" to the lwres{} statement in named.conf
2000-10-20 19:32:49 +00:00