Michael Sawyer
4e0dc7b50c
Add option to bind to a specified address
2000-05-19 17:54:04 +00:00
Mark Andrews
93d2839b39
additional dns_rdata_{tostruct,freestruct}() testing.
2000-05-19 13:29:46 +00:00
Andreas Gustafsson
ea96c33a39
call dns_zone_setview() once and for all when creating a zone;
...
do not call it again when reconfiguring
2000-05-19 02:34:23 +00:00
Mark Andrews
5fcf1b4f16
Add dns_rdata_tostruct() to tests suite -S
2000-05-19 01:49:19 +00:00
Brian Wellington
c50936eb40
changed dst_key_free() prototype, misc. dst cleanup
2000-05-19 00:20:59 +00:00
David Lawrence
6a6b556d9d
gcc (ANSI?) won't inline a variable arg function, but there wasn't much point
...
to inlining fatal() anyway.
2000-05-18 23:28:30 +00:00
Michael Sawyer
8d837d2669
Add host install
2000-05-18 22:53:15 +00:00
Michael Sawyer
a92428ecb8
Sweeping changes to system test suite
2000-05-18 22:49:29 +00:00
Michael Sawyer
ff301f59ea
Typo
2000-05-18 22:12:04 +00:00
Brian Wellington
acd5445e00
use the new names in program output
2000-05-18 22:04:02 +00:00
Andreas Gustafsson
95be83b467
DNSSEC tools now have a new home
2000-05-18 21:45:10 +00:00
Andreas Gustafsson
5b5039637d
moving DNSSEC tools from bin/tests
2000-05-18 21:15:40 +00:00
David Lawrence
47e816aef7
isc_time_add() now returns isc_result_t.
2000-05-18 17:22:40 +00:00
David Lawrence
f23a324764
isc_time_add() and isc_time_subtract() now return isc_result_t.
2000-05-18 17:22:20 +00:00
Brian Wellington
245d9f25a7
better wildcard warning
2000-05-18 17:14:35 +00:00
Michael Sawyer
88e216c7b4
Remove duplicate printing of greeting message
2000-05-18 01:32:53 +00:00
Michael Sawyer
b437fa469e
Correct bug in batch file handling
2000-05-18 01:21:19 +00:00
Brian Wellington
e021965f29
Null keys were improperly generated.
2000-05-18 01:11:48 +00:00
Michael Sawyer
78ad076390
Fix typo in ifconfig script and add dnssec clean script
2000-05-17 23:15:32 +00:00
Brian Wellington
81ab85fd39
dst function name cleanup
2000-05-17 22:48:10 +00:00
Michael Sawyer
02fdafbf53
Add missing files
2000-05-17 22:38:50 +00:00
Michael Sawyer
d98372394f
Addition of test suite.
2000-05-17 22:10:42 +00:00
Brian Wellington
7a152bdae3
Use a database to store the zone, not a zone object.
2000-05-17 19:58:15 +00:00
Andreas Gustafsson
22608315e8
Fixed multiple shutdown cleanup bugs in the zone object. This
...
involved extensive restructuring of the reference counting of
zones and related objects.
Zones now attach to their views. To avoid a circular dependency that
would keep views from ever shutting down, this is done using the new
functions dns_view_weakattach() / dns_view_weakdetach() which
guarantee that the view will not be freed but still allow it
to be shut down.
The zones themselves now only have a single reference count, with
similar "weak" semantics. Managed zones must now be shut down
explicitly by calling dns_zone_shutdown(). To shut down all
zones in a zone table, call dns_zt_shutdown().
The zone manager is now reference counted, weakly. To shut down the
zone manager, you must explicitly call dns_zonemgr_shutdown().
2000-05-17 19:45:36 +00:00
Michael Sawyer
df834113a3
Fix bug in dig's message printing.
2000-05-17 18:36:31 +00:00
Andreas Gustafsson
5d545650bf
KEYSIGNER variable was not set
2000-05-17 02:22:23 +00:00
Andreas Gustafsson
225edfe716
replaced nonportable case statement fallthrough syntax;
...
match all NetBSD versions and architectures
2000-05-17 00:52:08 +00:00
Michael Sawyer
5474061e76
Portibility additions to ifconfig.h
...
Addition of reply tests
2000-05-16 22:38:06 +00:00
Michael Sawyer
0cfdce899b
Add +[np]cmd option
2000-05-16 18:54:40 +00:00
Brian Wellington
6a285c816d
better error reporting and miscellaneous cleanup
2000-05-16 18:41:00 +00:00
Michael Sawyer
844eaa56d6
Minor error in return codes fixed in dighost.c
...
Additional functionality to nslookup
2000-05-16 17:53:35 +00:00
David Lawrence
2918b5bda6
ISC_LOG_PRINTTAG/isc_log_settag()/isc_log_gettag() added
2000-05-16 03:37:39 +00:00
Andreas Gustafsson
b04adaa782
simplified
2000-05-16 01:24:50 +00:00
Andreas Gustafsson
02b4e9aef2
be compatible with new dnssec tool command line argument
...
usage; bug fixes
2000-05-16 01:22:45 +00:00
Andreas Gustafsson
98225f5d5e
added files missing from system test checkin
2000-05-16 01:20:39 +00:00
Brian Wellington
bb9b90250b
additional sanity checking of input, better error reporting
2000-05-16 00:54:59 +00:00
Brian Wellington
3de75141d2
Modified commandline parameters
2000-05-16 00:02:39 +00:00
Andreas Gustafsson
c13b8351b4
typo
2000-05-15 23:09:42 +00:00
Andreas Gustafsson
0e9dcd5480
added system tests
2000-05-15 22:53:15 +00:00
David Lawrence
34b394b43e
DNS_R_RANGE -> ISC_R_RANGE
2000-05-15 21:14:38 +00:00
Brian Wellington
ad418d66f8
style fixes, changes to output format, minor bug fixes
2000-05-15 21:06:41 +00:00
James Brister
4932a54ed6
- options named.conf statement *must* now come before any zone or view
...
statements.
- Post-load of named.conf check verifies a slave zone has non-empty list
of masters defined.
- New per-zone boolean:
enable-zone yes | no ;
- intended to let a zone be disabled without having to comment out the
entire zone statement.
- New global and per-view option:
max-cache-ttl number
- New global and per-view option:
addition-data internal | minimal | maximal;
2000-05-15 12:36:33 +00:00
Andreas Gustafsson
bbf6673828
use isc_sockaddr_format() instead of a static function doing
...
the same thing
2000-05-14 20:52:35 +00:00
David Lawrence
de8661e517
grp.h is required for initgroups() prototype on IRIX.
2000-05-14 13:52:53 +00:00
David Lawrence
175b76e191
line 324: remark(1498): no prototype for the call to create_managers
...
line 383: remark(1498): no prototype for the call to setup
line 405: remark(1498): no prototype for the call to cleanup
The missing prototypes were added.
2000-05-14 13:47:17 +00:00
David Lawrence
b5d263a378
line 1369: warning(1185): enumerated type mixed with another type:
...
ISC_TF() added to the return value of an isc_boolean_t function.
2000-05-14 04:02:10 +00:00
Andreas Gustafsson
9bd874cb27
keysigner identified itself as keysettool in usage message
2000-05-12 21:09:53 +00:00
Andreas Gustafsson
259d8f9420
style
2000-05-12 21:06:58 +00:00
Michael Sawyer
9fe3676b84
Clean up command line parsing in dig.
...
Fix bug in nslookup interactive mode.
2000-05-12 18:45:38 +00:00
Michael Sawyer
6fe03d6c83
Code cleanup of dighost.c, hopefully making some of the flow of
...
command a bit more obvious.
Addition of TCP fallback on UDP failure. Will add option to disable this.
Further work on nslookup.
(nslookup is not built by default now, and is far from fully functional.
Interactive mode currently segfaults.)
2000-05-12 01:02:37 +00:00