James Brister
4549ed5847
Added new view fields.
2000-04-06 09:34:36 +00:00
Brian Wellington
b8fd630c4b
better test todns/from dns routines
2000-04-05 22:21:17 +00:00
Bob Halley
d339787606
add headerdep_test.sh to distclean rule
2000-04-05 21:09:02 +00:00
Bob Halley
82f7b9a4c9
add headerdep_test.sh
2000-04-05 21:06:38 +00:00
Andreas Gustafsson
ee1078f3aa
test cases contained illegal out-of-zone data, causing tests
...
to fail now that dns_db_load() ignores such data
2000-04-05 18:18:54 +00:00
Andreas Gustafsson
d4f67a6d13
created
2000-04-05 17:38:46 +00:00
James Brister
44b3d6bb6f
Match-client test.
2000-04-05 15:40:41 +00:00
Andreas Gustafsson
ddfe394c06
need <isc/buffer.h>
2000-04-04 20:10:29 +00:00
Bob Halley
4907e46c8f
do not try to use local compression
2000-04-04 18:30:55 +00:00
James Brister
8b49a0c526
Better usage message.
2000-03-30 17:18:03 +00:00
Brian Wellington
63e11cf5a8
Modified TSIG printing to work again after removing the TSIG pseudosection
...
in the message structure.
2000-03-29 05:14:04 +00:00
Brian Wellington
c85cd83147
TSIGs don't need to be explicitly rendered
2000-03-29 05:04:45 +00:00
James Brister
da47a1b896
Removed listen-on from views.
...
Changed syntax of grant/deny statements so they now must be inside an
'update-policy' block.
quote rr types when printing grant/deny statements as they can
clash with config file keywords.
Added rcs Id inside comment.
2000-03-28 22:58:25 +00:00
Bob Halley
dda4bfe649
update copyrights
2000-03-23 19:52:19 +00:00
Brian Wellington
b930c125ca
Fixed missing braces reported on bind9-workers. The rewritten keygen should
...
hopefully go in just after b2.
2000-03-23 19:03:32 +00:00
David Lawrence
ecb6c5782e
exorcized local compression
2000-03-23 05:18:46 +00:00
Bob Halley
f0558da29c
AXFR and IXFR are not yet implemented; reject attempts to use
...
them. [RT 74]
2000-03-22 21:39:07 +00:00
Andreas Gustafsson
afda57a68e
changes from code review: use ISC_LIST_EMPTY(msg->sections[i])
...
rather than msg->counts[i] > 0 to determine whether a section is
empty, since the count field does not track pseudosections
2000-03-20 16:57:46 +00:00
James Brister
ad1b7dd6b9
sample usage of request-ixfr and provide-ixfr
2000-03-19 03:14:20 +00:00
David Lawrence
71f93ef065
Use task method for listener shutdown.
2000-03-18 00:54:07 +00:00
David Lawrence
7700639655
include <dns/result.h>
2000-03-18 00:42:07 +00:00
Andreas Gustafsson
2539896175
do not indent CVS ID comment
2000-03-17 17:49:37 +00:00
Andreas Gustafsson
91ae8a0e72
annotated
2000-03-16 01:09:32 +00:00
Andreas Gustafsson
5d097eee54
accept # comments in wire data input files
2000-03-16 01:09:13 +00:00
James Brister
4471cc539d
Build ndc config parser tester.
2000-03-15 02:13:04 +00:00
James Brister
67ac79ed04
Sample ndc config file.
2000-03-15 02:12:22 +00:00
James Brister
c0536aa152
ndc config parser and test program
2000-03-15 02:11:57 +00:00
Brian Wellington
c7f88538d4
build keygen by default
2000-03-14 21:26:54 +00:00
David Lawrence
c889a8ac41
test signatures, listener shutdown callback
2000-03-14 04:03:05 +00:00
Michael Graff
d736db6dc5
lwres get-addr-by-name returns a linked list, not an array, of names. This
...
was needed to make adding the sortlist code, which will be checked in
in a few minutes.
2000-03-10 23:11:36 +00:00
Michael Graff
2311073ce0
handle resolv.conf 'search' line, client side. Also, fix a bug in lwresd that would return success, but no addresses, for NXDOMAIN or NXRRSET.
2000-03-10 22:11:14 +00:00
Brian Wellington
774d9e3de4
Sign the TKEY request message with a TSIG, since unsigned TKEY exchanges
...
violate the latest version of the TKEY draft.
2000-03-08 19:51:54 +00:00
Brian Wellington
4124057bf5
dst_result_t -> isc_result_t
2000-03-06 20:04:15 +00:00
Brian Wellington
2b71493ae6
Add an option (-a) to attempt to verify generated signatures
2000-03-06 18:16:49 +00:00
David Lawrence
711aef666e
added isc_log_categorybyname and isc_log_modulebyname
2000-03-04 03:05:17 +00:00
James Brister
7135df4495
Include grant/deny statements in sample.
2000-03-02 20:38:58 +00:00
James Brister
9d612f10ec
Change for new log api.
2000-03-02 03:52:28 +00:00
James Brister
b7fce30291
Fix syntax error.
2000-03-02 03:52:00 +00:00
David Lawrence
f028532a15
new test for ISC_LOG_DEBUGONLY
2000-03-02 01:52:47 +00:00
Brian Wellington
2e9fe863e1
Print a warning if we see a wildcard in a zone we're signing.
2000-03-01 21:23:46 +00:00
David Lawrence
7fe1fdea0d
Number stderr lines for easier visual inspection.
...
Test ISC_LOG_DEBUGONLY used by default_debug.
Print a banner about the expected output.
2000-03-01 17:35:00 +00:00
David Lawrence
fd088dc8c8
remove xtargets with make clean/distclean; omapi_test needs DNSLIBS
2000-02-28 16:27:59 +00:00
David Lawrence
edcd1247ad
isc_log_create now has three parameters, the additional one used to
...
return an isc_logconfig_t. isc_log_cretechannel and isc_log_usechannel
now take an isc_logconfig_t instead of an isc_log_t; this is to address
reconfiguration in a multithreaded environment.
isc_logconfig_create, isc_logconfig_get, isc_logconfig_use and
isc_logconfig_destroy were added to work with the new isc_logconfig_t type.
isc_logregister_categories and dns_log_init are now both void rather than
returning isc_result_t.
2000-02-26 19:57:02 +00:00
Bob Halley
6c6d0a2a06
test dns_name_splitatdepth() and dns_name_depth()
2000-02-25 01:05:53 +00:00
Andreas Gustafsson
8dca197b5c
use .@O@, not .o, in the (unused) zone2_test build rule
2000-02-23 17:36:36 +00:00
James Brister
e25765f84a
Build new resolv.conf parser tester.
2000-02-16 17:47:37 +00:00
James Brister
ae32d75897
Tester for resolv.conf parser.
2000-02-16 17:46:18 +00:00
James Brister
de20d36fef
sample resolv.conf for testing the parser.
2000-02-16 17:40:41 +00:00
Michael Graff
4e675038a0
pseudo-prime ip6.int using a fake query
2000-02-16 02:33:23 +00:00
Brian Wellington
2d478b7049
comments and logging changes
2000-02-14 23:38:31 +00:00