David Lawrence
81064d6419
dns/result.h and dns/compress.h removed from t_api.h
2000-05-24 04:56:32 +00:00
Andreas Gustafsson
fa0ad4bc0e
updated comments
2000-05-24 04:23:04 +00:00
Andreas Gustafsson
5c3e730c22
include program name in log messages printed through
...
the logging system
2000-05-24 04:21:34 +00:00
Andreas Gustafsson
a89b06a49c
sdig is gone
2000-05-24 04:03:05 +00:00
David Lawrence
da49cb62e0
these tests do not need anything from libdns
2000-05-24 03:47:37 +00:00
David Lawrence
fe56f2116b
dns/result.h and dns/compress.h removed from t_api.h
2000-05-24 03:45:00 +00:00
David Lawrence
ba1245a855
fixed prototypes and removed unused global variable Tx_shutdownflag
2000-05-24 03:34:08 +00:00
David Lawrence
9f44e95160
fixed prototypes
2000-05-24 03:33:07 +00:00
David Lawrence
aae7ae64e7
pruned several unused stack variables
2000-05-24 03:32:02 +00:00
David Lawrence
114eea8ac3
fixed prototypes and other ISC style issues
2000-05-24 03:30:57 +00:00
David Lawrence
25844f9f3a
used ISC_TF assigning to boolean.
...
prototype get_random().
prototype main().
wrap long lines.
2000-05-24 03:27:47 +00:00
David Lawrence
cfefc47443
removed unused stack variable "zoneclass" from ns_update_start.
...
ISC style fixups.
2000-05-24 03:26:35 +00:00
David Lawrence
ffead635aa
removed unused stack variable "set_ra" from ns_query_start.
...
wrapped long lines.
fixed comment to ISC style.
2000-05-24 03:23:42 +00:00
David Lawrence
f9aa0a668c
removed unused stack variable "zoneclass" from ns_notify_state
2000-05-24 03:19:21 +00:00
David Lawrence
ddd5fe8756
cast void * pointer to dns_byaddr_t * when comparing, to shut up irix compiler
2000-05-24 03:17:51 +00:00
David Lawrence
d6a2af163f
added missing prototype for usage().
...
wrapped long lines.
removed unused stack variable "byte" from set_bit in dnssec-signzone.
UNUSED(verbose) for yet-to-be-used variable in dnssec-keygen.
argument to return should be in parentheses.
2000-05-24 03:16:19 +00:00
David Lawrence
d0ad6ddcdd
added missing prototype for show_usage().
...
added UNUSED(first) for when USEINITALWS is not defined.
added missing spaces around assignment operators per ISC style.
use ISC_TF() when assigning a boolean value.
removed unused stack variables "have_host", "xfr_mode" and "nsfind"
from parse_args().
2000-05-24 03:12:36 +00:00
David Lawrence
1b80d19ba7
removed unused stack variable "args" from dummy debug().
...
use ISC_TF when assigning a boolean value.
mask random() to sixteen bits and cast to unsigned short for assignment to
lookup->sendmsg->id
minor ISC style issues.
2000-05-24 03:10:24 +00:00
David Lawrence
b0ab096ce6
added missing prototype to show_usage().
...
added UNUSED(first) for when USEINITALWS is not defined.
use ISC_TF() when assigning a boolean value.
added missing spaces around assignment operators per ISC style.
2000-05-24 03:05:58 +00:00
David Lawrence
5e09ded492
cast assignment of confdata->ndots to lwres_uint8_t (its type). it was already
...
being range checked.
2000-05-24 03:02:16 +00:00
David Lawrence
695c2f9ba1
range check assignment of uint16 "id" in dst_key_parsefilename
2000-05-24 03:00:39 +00:00
David Lawrence
94bd549175
updated comments with regards to chains and parent pointers, and added caveat
...
about what happens with "name" and "origin" parameters when a chain
points to ".".
2000-05-24 02:56:26 +00:00
David Lawrence
1d198e8a6b
removed unused stack variable sigrdataset from authvalidated()
2000-05-24 02:47:15 +00:00
David Lawrence
16996a0488
quiet the irix compiler about uses of the COMPARE()
...
macro in dns_rdataclass_fromtext by using an intermediate variable
to hold the constant 2nd argument in each use.
added the RESERVED attribute to the reserved0 class in the same function.
2000-05-24 02:45:08 +00:00
David Lawrence
2e4ad2f406
removed unreachable break statements that followed return statements
2000-05-24 02:42:03 +00:00
David Lawrence
cf479fdc6b
removed unused static function violate_locking_hierarchy
2000-05-24 02:41:03 +00:00
David Lawrence
604a596b5f
added an UNUSED() to shut up the irix compiler.
2000-05-24 02:39:01 +00:00
David Lawrence
77685300d9
cast isc_time_seconds to long when assigning to a timeval.tv_sec, and explain
...
why this is an ok thing to do. shuts up the irix compiler.
2000-05-24 02:36:49 +00:00
David Lawrence
389b5c8593
added a sync_channellist call to isc_log_create to ensure the channellist in
...
the logconfig is properly dimensioned, and only free the channellist
memory in isc_logconfig_destroy if the channellist_count is > 0.
the first addresses a problem that could occur when a successful
isc_log_create was followed immediately by isc_log_[v]write[1] or
isc_log_destroy (with no intervening isc_log_usechannel or
isc_logconfig_use), and the second addresses a problem that could
occur in cleanup if isc_log_create or isc_logconfig_create failed.
2000-05-24 02:33:16 +00:00
Andreas Gustafsson
984d0b2587
removed Internet-Drafts that have expired but not been replaced
...
by an expiration notice in the IETF I-D repository
2000-05-24 00:37:55 +00:00
Andreas Gustafsson
87d4aeaf9e
some Internet-drafts have been Deleted, not Expired
2000-05-24 00:16:49 +00:00
Andreas Gustafsson
860c168a53
removed expired Internet-Drafts as Olafur requested
2000-05-24 00:13:48 +00:00
David Lawrence
08314645e4
GL geographic location RR
2000-05-23 23:53:47 +00:00
Andreas Gustafsson
76458ec215
updated, added detail
2000-05-23 23:42:07 +00:00
Andreas Gustafsson
1e61df9cc8
incremented to 9.0.0b4
2000-05-23 23:41:07 +00:00
Brian Wellington
fc16635d3c
remove a memory leak
2000-05-23 23:36:39 +00:00
Brian Wellington
41faaa9b35
If an incoming message contains a SIG(0), store the rdataset owner name
...
in the message structure, even though it should be the root. Also,
return this name in dns_message_getsig0().
2000-05-23 23:35:54 +00:00
Brian Wellington
e6d420aea9
In dns_name_totext, if omit_final_dot is true and the name is the root,
...
override omit_final_dot and print "."
2000-05-23 23:34:40 +00:00
Andreas Gustafsson
244ec6e624
added reference to doc/misc/ipv6
2000-05-23 22:49:50 +00:00
Andreas Gustafsson
9023c42352
minor editing
2000-05-23 22:42:00 +00:00
Michael Graff
26a455b820
add ipv6 doc
2000-05-23 22:28:09 +00:00
Andreas Gustafsson
53c98eca74
added CHANGES and libtool.m4 to DISTFILES
2000-05-23 18:57:11 +00:00
Andreas Gustafsson
c81bf797a8
incorporated comments from Brian
2000-05-23 16:41:25 +00:00
Andreas Gustafsson
9c987b20b9
--- 9.0.0b3 released ---
2000-05-23 14:47:18 +00:00
Andreas Gustafsson
fabe3a0480
refer to doc/misc/dnssec for DNSSEC information;
...
other minor editing
2000-05-23 14:36:55 +00:00
Andreas Gustafsson
1b85597495
added DNSSEC release notes
2000-05-23 14:34:49 +00:00
Andreas Gustafsson
9d7c5c2c31
reduced number of test zones to 100
2000-05-23 04:48:04 +00:00
Andreas Gustafsson
875ad7d99d
when reloading the server, zone objects reused with a new
...
view object still referenced their old view
2000-05-23 04:38:22 +00:00
Michael Graff
862d18c79a
set ifindex to 0 for outgoing udp ipv6 datagrams.
2000-05-23 02:51:39 +00:00
Michael Graff
5cc49bc70c
don't set permanent failure on udp sockets, even on unexpected error
2000-05-23 02:20:23 +00:00