2000-06-19 19:05:32 -04:00
|
|
|
261 [func] Add dns_zone_markdirty().
|
|
|
|
|
|
2000-06-16 03:35:54 -04:00
|
|
|
260. [bug] Running named as a non-root user failed on Linux
|
|
|
|
|
kernels new enough to support retaining capabilities
|
|
|
|
|
after setuid().
|
|
|
|
|
|
2000-06-15 19:38:16 -04:00
|
|
|
259. [func] New random-device and random-seed-file statements
|
|
|
|
|
for global options block of named.conf. Both accept
|
|
|
|
|
a single string argument.
|
|
|
|
|
|
2000-06-15 17:37:18 -04:00
|
|
|
258. [bug] Fixed printing of lwres_addr_t.address field.
|
|
|
|
|
|
2000-06-15 13:40:22 -04:00
|
|
|
257. [bug] The server detached the last zone manager reference
|
|
|
|
|
too early, while it could still be in use by queries.
|
|
|
|
|
This manifested itself as assertion failures during the
|
|
|
|
|
shutdown process for busy name servers (RT #133).
|
|
|
|
|
|
|
|
|
|
256. [func] isc_ratelimiter_t now has attach/detach semantics, and
|
|
|
|
|
isc_ratelimiter_shutdown guarantees that the rate
|
|
|
|
|
limiter is detached from its task.
|
|
|
|
|
|
|
|
|
|
255. [func] New function dns_zonemgr_attach().
|
|
|
|
|
|
2000-06-15 00:42:01 -04:00
|
|
|
254. [bug] suppress "query denied" messages on additional data
|
|
|
|
|
lookups.
|
|
|
|
|
|
2000-06-14 18:38:42 -04:00
|
|
|
--- 9.0.0b4 released ---
|
|
|
|
|
|
2000-06-14 15:07:11 -04:00
|
|
|
253. [func] resolv.conf parser now recognises ';' and '#' as
|
|
|
|
|
comments (anywhere in line, not just as the beginning).
|
|
|
|
|
|
|
|
|
|
252. [bug] resolv.conf parser mishandled masks on sortlists.
|
|
|
|
|
It slso aborted when an unrecognised keyword was seen,
|
|
|
|
|
now it silently ignores the entire line.
|
|
|
|
|
|
2000-06-13 12:06:17 -04:00
|
|
|
251. [bug] lwresd caught an assertion failure on startup.
|
|
|
|
|
|
2000-06-09 18:13:23 -04:00
|
|
|
250. [bug] fixed handling of size+unit when value would be too
|
|
|
|
|
large for internal representation.
|
|
|
|
|
|
|
|
|
|
249. [cleanup] max-cache-size config option now takes a size-spec
|
|
|
|
|
like 'datasize', except 'default' is not allowed.
|
|
|
|
|
|
2000-06-09 11:54:26 -04:00
|
|
|
248. [bug] global lame-ttl option was not being printed when
|
|
|
|
|
config structures were written out.
|
|
|
|
|
|
2000-06-09 11:03:28 -04:00
|
|
|
247. [cleanup] Rename cache-size config option to max-cache-size.
|
|
|
|
|
|
2000-06-09 04:53:32 -04:00
|
|
|
246. [func] Rename global option cachesize to cache-size and
|
2000-06-09 11:03:28 -04:00
|
|
|
add corresponding option to view statement.
|
2000-06-09 04:48:42 -04:00
|
|
|
|
2000-06-08 21:30:11 -04:00
|
|
|
245. [bug] If an uncompressed name will take more than 255
|
2000-06-14 18:38:04 -04:00
|
|
|
bytes and the buffer is sufficiently long,
|
2000-06-08 21:30:11 -04:00
|
|
|
dns_name_fromwire should return DNS_R_FORMERR,
|
2000-06-14 18:38:04 -04:00
|
|
|
not ISC_R_NOSPACE. This bug caused cause the
|
|
|
|
|
server to catch an assertion failure when it
|
|
|
|
|
received a query for a name longer than 255
|
|
|
|
|
bytes.
|
2000-06-08 21:30:11 -04:00
|
|
|
|
2000-06-08 08:04:56 -04:00
|
|
|
244. [bug] empty named.conf file and empty options statement are
|
|
|
|
|
now parsed properly.
|
|
|
|
|
|
|
|
|
|
243. [func] new cachesize option for named.conf
|
|
|
|
|
|
|
|
|
|
242. [cleanup] fixed incorrect warning about auth-nxdomain usage.
|
|
|
|
|
|
2000-06-06 23:30:02 -04:00
|
|
|
241. [cleanup] nscount and soacount have been removed from the
|
|
|
|
|
dns_master_*() arguement lists.
|
|
|
|
|
|
2000-06-06 22:38:41 -04:00
|
|
|
240. [func] databases now come in three flavours: zone, cache
|
|
|
|
|
and stub.
|
|
|
|
|
|
2000-06-06 13:50:43 -04:00
|
|
|
239. [feature] If ISC_MEM_DEBUG is enabled, the variable
|
|
|
|
|
isc_mem_debugging controls whether messages
|
|
|
|
|
are printed or not.
|
|
|
|
|
|
2000-06-06 12:06:50 -04:00
|
|
|
238. [cleanup] A few more compilation warnings have been quieted:
|
|
|
|
|
+ missing sigwait prototype on BSD/OS 4.0/4.0.1.
|
|
|
|
|
+ PTHREAD_ONCE_INIT unbraced initializer warnings on
|
|
|
|
|
Solaris 2.8.
|
|
|
|
|
+ IN6ADDR_ANY_INIT unbraced initializer warnings on
|
|
|
|
|
BSD/OS 4.*, Linux and Solaris 2.8.
|
|
|
|
|
|
2000-06-05 18:31:54 -04:00
|
|
|
237. [bug] If connect() returned ENOBUFS when the resolver was
|
2000-06-06 12:06:50 -04:00
|
|
|
initiating a TCP query, the socket didn't get
|
|
|
|
|
destroyed, and the server did not shut down cleanly.
|
2000-06-05 18:31:54 -04:00
|
|
|
|
2000-06-05 18:08:50 -04:00
|
|
|
236. [func] Added new listen-on-v6 config file statement.
|
|
|
|
|
|
|
|
|
|
235. [func] Consider it a config file error if a listen-on
|
|
|
|
|
statement has an IPv6 address in it, or a
|
|
|
|
|
listen-on-v6 statement has an IPv4 address in it.
|
|
|
|
|
|
2000-06-05 16:32:01 -04:00
|
|
|
234. [bug] Allow a trusted-key's first field (domain-name) be
|
|
|
|
|
either a quoted or an unquoted string, instead of
|
|
|
|
|
requiring a quoted string.
|
|
|
|
|
|
2000-06-05 05:17:01 -04:00
|
|
|
233. [cleanup] Convert all config structure integer values to unsigned
|
|
|
|
|
integer (isc_uint32_t) to match grammer.
|
|
|
|
|
|
2000-06-04 23:44:17 -04:00
|
|
|
232. [bug] Allow slave zones to not have a file.
|
|
|
|
|
|
2000-06-04 15:51:22 -04:00
|
|
|
231. [func] Support new 'port' clause in config file options
|
|
|
|
|
section. Causes 'listen-on', 'masters' and
|
|
|
|
|
'also-notify' statements to use its value instead of
|
|
|
|
|
default (53).
|
|
|
|
|
|
2000-06-02 15:04:12 -04:00
|
|
|
230. [func] Replace the dst sign/verify API with a cleaner one.
|
|
|
|
|
|
2000-06-02 11:12:36 -04:00
|
|
|
229. [func] Support config file sig-validity-interval statement
|
|
|
|
|
in options, views and zone statements (master
|
|
|
|
|
zones only).
|
|
|
|
|
|
|
|
|
|
228. [cleanup] Logging messages in config module stripped of
|
|
|
|
|
trailing period.
|
|
|
|
|
|
2000-06-01 22:53:31 -04:00
|
|
|
227. [cleanup] The enumerated identifiers dns_rdataclass_*,
|
|
|
|
|
dns_rcode_*, dns_opcode_*, and dns_trust_* are
|
|
|
|
|
also now cast to their appropriate types, as with
|
|
|
|
|
dns_rdatatype_* in item number 225 below.
|
|
|
|
|
|
|
|
|
|
226. [func] dns_name_totext() now always prints the root name as
|
|
|
|
|
'.', even when omit_final_dot is true.
|
2000-06-01 20:14:02 -04:00
|
|
|
|
2000-06-01 17:42:42 -04:00
|
|
|
225. [cleanup] The enumerated dns_rdatatype_* identifiers are now
|
|
|
|
|
cast to dns_rdatatype_t via macros of their same name
|
|
|
|
|
so that they are of the proper integral type wherever
|
|
|
|
|
a dns_rdatatype_t is needed.
|
|
|
|
|
|
2000-06-01 15:39:26 -04:00
|
|
|
224. [cleanup] The entire project builds cleanly with gcc's
|
|
|
|
|
-Wcast-qual and -Wwrite-strings warnings enabled,
|
|
|
|
|
which is now the default when using gcc. (Warnings
|
|
|
|
|
from confparser.c, because of yacc's code, are
|
|
|
|
|
unfortunately to be expected.)
|
|
|
|
|
|
|
|
|
|
223. [func] Several functions were reprototyped to qualify one
|
|
|
|
|
or more of their arguments with "const". Similarly,
|
|
|
|
|
several functions that return pointers now have
|
|
|
|
|
those pointers qualified with const.
|
|
|
|
|
|
2000-05-31 20:39:45 -04:00
|
|
|
222. [bug] The global 'also-notify' option was ignored.
|
|
|
|
|
|
2000-05-31 20:32:37 -04:00
|
|
|
221. [bug] An uninitialized variable was sometimes passed to
|
|
|
|
|
dns_rdata_freestruct() when loading a zone, causing
|
|
|
|
|
an assertion failure.
|
|
|
|
|
|
2000-05-31 20:30:58 -04:00
|
|
|
220. [cleanup] Set the default outgoing port in the view, and
|
|
|
|
|
set it in sockaddrs returned from the ADB.
|
|
|
|
|
[31-May-2000 explorer]
|
|
|
|
|
|
2000-05-31 20:28:43 -04:00
|
|
|
219. [bug] Signed truncated messages more correctly follow
|
|
|
|
|
the respective specs.
|
|
|
|
|
|
2000-05-31 18:01:39 -04:00
|
|
|
218. [func] When an rdataset is signed, its ttl is normalized
|
|
|
|
|
based on the signature validity period.
|
|
|
|
|
|
2000-05-31 20:39:09 -04:00
|
|
|
217. [func] Also-notify and trusted-keys can now be used in
|
|
|
|
|
the 'view' statement.
|
2000-05-31 09:13:04 -04:00
|
|
|
|
2000-06-12 15:19:08 -04:00
|
|
|
216. [func] The 'max-cache-ttl' and 'max-ncache-ttl' options
|
|
|
|
|
now work.
|
2000-05-26 19:17:56 -04:00
|
|
|
|
2000-05-26 18:43:36 -04:00
|
|
|
215. [bug] Failures at certain points in request processing
|
|
|
|
|
could cause the assertion INSIST(client->lockview
|
|
|
|
|
== NULL) to be triggered.
|
|
|
|
|
|
2000-05-26 12:40:44 -04:00
|
|
|
214. [func] New public function isc_netaddr_format(), for
|
|
|
|
|
formatting network addresses in log messages.
|
|
|
|
|
|
2000-06-01 15:39:26 -04:00
|
|
|
213. [bug] Don't leak memory when reloading the zone if
|
2000-05-25 20:48:59 -04:00
|
|
|
an update-policy clause was present in the old zone.
|
|
|
|
|
|
2000-06-01 15:39:26 -04:00
|
|
|
212. [func] Added dns_message_get/settsigkey, to make TSIG
|
2000-05-25 20:16:46 -04:00
|
|
|
key management reasonable.
|
|
|
|
|
|
2000-05-25 18:25:54 -04:00
|
|
|
211. [func] The 'key' and 'server' statements can now occur
|
|
|
|
|
inside 'view' statements.
|
|
|
|
|
|
|
|
|
|
210. [bug] The 'allow-transfer' option was ignored for slave
|
|
|
|
|
zones, and the 'transfers-per-ns' option was
|
|
|
|
|
was ignored for all zones.
|
|
|
|
|
|
2000-05-25 14:27:42 -04:00
|
|
|
209. [cleanup] Upgraded openssl files to new version 0.9.5a
|
|
|
|
|
|
2000-05-24 23:34:34 -04:00
|
|
|
208. [func] Added ISC_OFFSET_MAXIMUM for the maximum value
|
|
|
|
|
of an isc_offset_t.
|
|
|
|
|
|
2000-05-24 19:54:43 -04:00
|
|
|
207. [func] The dnssec tools properly use the logging subsystem.
|
|
|
|
|
|
2000-05-24 19:13:32 -04:00
|
|
|
206. [cleanup] dst now stores the key name as a dns_name_t, not
|
|
|
|
|
a char *.
|
|
|
|
|
|
2000-05-24 18:16:34 -04:00
|
|
|
205. [cleanup] On IRIX, turn off the mostly harmless warnings 1692
|
|
|
|
|
("prototyped function redeclared without prototype")
|
|
|
|
|
and 1552 ("variable ... set but not used") when
|
|
|
|
|
compiling in the lib/dns/sec/{dnssafe,openssl}
|
|
|
|
|
directories, which contain code imported from outside
|
|
|
|
|
sources.
|
2000-05-24 16:04:47 -04:00
|
|
|
|
|
|
|
|
204. [cleanup] On HP/UX, pass +vnocompatwarnings to the linker
|
2000-05-24 15:42:00 -04:00
|
|
|
to quiet the warnings that "The linked output may not
|
|
|
|
|
run on a PA 1.x system."
|
|
|
|
|
|
2000-05-24 13:30:41 -04:00
|
|
|
203. [func] notify and zone soa queries are now tsig signed when
|
|
|
|
|
appropriate.
|
|
|
|
|
|
2000-05-24 11:07:59 -04:00
|
|
|
202. [func] isc_lex_getsourceline() changed from returning int
|
|
|
|
|
to returning unsigned long, the type of its underlying
|
|
|
|
|
counter.
|
|
|
|
|
|
2000-05-24 00:03:05 -04:00
|
|
|
201. [cleanup] Removed the test/sdig program, it has been
|
|
|
|
|
replaced by bin/dig/dig.
|
|
|
|
|
|
|
|
|
|
|
2000-05-23 10:47:18 -04:00
|
|
|
--- 9.0.0b3 released ---
|
|
|
|
|
|
2000-05-22 13:00:27 -04:00
|
|
|
200. [bug] Failures in sending query responses to clients
|
|
|
|
|
(e.g., running out of network buffers) were
|
|
|
|
|
not logged.
|
|
|
|
|
|
2000-05-21 22:53:52 -04:00
|
|
|
199. [bug] isc_heap_delete() sometimes violated the heap
|
|
|
|
|
invariant, causing timer events not to be posted
|
|
|
|
|
when due.
|
|
|
|
|
|
2000-05-19 21:32:30 -04:00
|
|
|
198. [func] Dispatch managers hold memory pools which
|
|
|
|
|
any managed dispatcher may use. This allows
|
|
|
|
|
us to avoid dipping into the memory context for
|
|
|
|
|
most allocations. [19-May-2000 explorer]
|
|
|
|
|
|
|
|
|
|
197. [bug] When an incoming AXFR or IXFR completes, the
|
|
|
|
|
zone's internal state is refreshed from the
|
|
|
|
|
SOA data. [19-May-2000 explorer]
|
|
|
|
|
|
|
|
|
|
196. [func] Dispatchers can be shared easily between views
|
|
|
|
|
and/or interfaces. [19-May-2000 explorer]
|
|
|
|
|
|
2000-05-19 17:53:33 -04:00
|
|
|
195. [bug] Including the NXT record of the root domain
|
|
|
|
|
in a negative response caused an assertion
|
|
|
|
|
failure.
|
|
|
|
|
|
2000-05-19 14:14:17 -04:00
|
|
|
194. [doc] The PDF version of the Administrator's Reference
|
|
|
|
|
Manual is no longer included in the ISC BIND9
|
|
|
|
|
distribution.
|
|
|
|
|
|
2000-05-24 15:42:00 -04:00
|
|
|
193. [func] changed dst_key_free() prototype.
|
2000-05-18 20:20:59 -04:00
|
|
|
|
2000-05-18 19:20:21 -04:00
|
|
|
192. [bug] Zone configuration validation is now done at end
|
|
|
|
|
of config file parsing, and before loading
|
|
|
|
|
callbacks.
|
|
|
|
|
|
2000-05-18 18:35:47 -04:00
|
|
|
191. [func] Patched to compile on UnixWare 7.x. This platform
|
|
|
|
|
is not directly supported by the ISC.
|
|
|
|
|
|
2000-05-18 17:45:10 -04:00
|
|
|
190. [cleanup] The DNSSEC tools have been moved to a separate
|
|
|
|
|
directory dnssec/ and given the following new,
|
|
|
|
|
more descriptive names:
|
|
|
|
|
|
|
|
|
|
dnssec-keygen
|
|
|
|
|
dnssec-signzone
|
|
|
|
|
dnssec-signkey
|
|
|
|
|
dnssec-makekeyset
|
|
|
|
|
|
|
|
|
|
Their command line arguments have also been changed to
|
|
|
|
|
be more consistent. dnssec-keygen now prints the
|
|
|
|
|
name of the generated key files (sans extension)
|
|
|
|
|
on standard output to simplify its use in automated
|
|
|
|
|
scripts.
|
|
|
|
|
|
189. [func] isc_time_secondsastimet(), a new function, will ensure
that the number of seconds in an isc_time_t does not
exceed the range of a time_t, or return ISC_R_RANGE.
Similarly, isc_time_now(), isc_time_nowplusinterval(),
isc_time_add() and isc_time_subtract() now check the
range for overflow/underflow. In the case of
isc_time_subtract, this changed a calling requirement
(ie, something that could generate an assertion)
into merely a condition that returns an error result.
isc_time_add() and isc_time_subtract() were void-
valued before but now return isc_result_t.
The seconds member isc_time_t on Unix platforms was changed from time_t
to unsigned int.
unix/time.c now uses macros for nanoseconds per second, nanoseconds per
microsecond and microseconds per second to make sure that the right
number of zeros appears each place the constant is used.
unix/time.c functions which take initialized isc_(interval|time)_t arguments
INSIST() that the nanoseconds value is less than one full second.
unix/time.c's isc_time_microdiff was broken because it did multiplication and
addition with unsigned integers and attempted to set them a 64 bit int to
avoid overflow, but C's ints don't promote to 64 bits on machines that only
have 32 bit longs. Fixed.
Added all the pertinent documentation to time.h.
2000-05-18 13:08:32 -04:00
|
|
|
189. [func] isc_time_secondsastimet(), a new function, will ensure
|
|
|
|
|
that the number of seconds in an isc_time_t does not
|
|
|
|
|
exceed the range of a time_t, or return ISC_R_RANGE.
|
|
|
|
|
Similarly, isc_time_now(), isc_time_nowplusinterval(),
|
|
|
|
|
isc_time_add() and isc_time_subtract() now check the
|
|
|
|
|
range for overflow/underflow. In the case of
|
|
|
|
|
isc_time_subtract, this changed a calling requirement
|
|
|
|
|
(ie, something that could generate an assertion)
|
|
|
|
|
into merely a condition that returns an error result.
|
|
|
|
|
isc_time_add() and isc_time_subtract() were void-
|
|
|
|
|
valued before but now return isc_result_t.
|
|
|
|
|
|
2000-05-18 12:49:54 -04:00
|
|
|
188. [func] Log a warning message when an incoming zone transfer
|
|
|
|
|
contains out-of-zone data.
|
|
|
|
|
|
2000-05-18 00:45:48 -04:00
|
|
|
187. [func] isc_ratelimter_enqueue() has an additional arguement
|
|
|
|
|
'task'.
|
|
|
|
|
|
|
|
|
|
186. [func] dns_request_getresponse() has an additional arguement
|
2000-05-17 22:59:20 -04:00
|
|
|
'preserve_order'.
|
|
|
|
|
|
2000-05-16 01:19:47 -04:00
|
|
|
185. [bug] Fixed up handling of ISC_MEMCLUSTER_LEGACY. Several
|
|
|
|
|
public functions did not have an isc__ prefix, and
|
|
|
|
|
referred to functions that had previously been
|
|
|
|
|
renamed.
|
|
|
|
|
|
|
|
|
|
184. [cleanup] Variables/functions which began with two leading
|
|
|
|
|
underscores were made to conform to the ANSI/ISO
|
|
|
|
|
standard, which says that such names are reserved.
|
2000-05-15 23:37:40 -04:00
|
|
|
|
|
|
|
|
183. [func] ISC_LOG_PRINTTAG option for log channels. Useful
|
|
|
|
|
for logging the program name or other identifier.
|
|
|
|
|
|
2000-05-15 20:03:12 -04:00
|
|
|
182. [cleanup] New commandline parameters for dnssec tools
|
|
|
|
|
|
2000-05-15 19:18:13 -04:00
|
|
|
181. [func] Added dst_key_buildfilename and dst_key_parsefilename
|
|
|
|
|
|
2000-05-15 17:14:38 -04:00
|
|
|
180. [func] New isc_result_t ISC_R_RANGE. Supersedes DNS_R_RANGE.
|
|
|
|
|
|
2000-05-15 08:46:20 -04:00
|
|
|
179. [func] options named.conf statement *must* now come
|
|
|
|
|
before any zone or view statements.
|
|
|
|
|
|
|
|
|
|
178. [func] Post-load of named.conf check verifies a slave zone
|
|
|
|
|
has non-empty list of masters defined.
|
|
|
|
|
|
|
|
|
|
177. [func] New per-zone boolean:
|
|
|
|
|
|
|
|
|
|
enable-zone yes | no ;
|
|
|
|
|
|
|
|
|
|
intended to let a zone be disabled without having
|
|
|
|
|
to comment out the entire zone statement.
|
|
|
|
|
|
|
|
|
|
176. [func] New global and per-view option:
|
|
|
|
|
|
|
|
|
|
max-cache-ttl number
|
|
|
|
|
|
|
|
|
|
175. [func] New global and per-view option:
|
|
|
|
|
|
2000-06-07 17:19:17 -04:00
|
|
|
additional-data internal | minimal | maximal;
|
2000-05-15 08:46:20 -04:00
|
|
|
|
2000-05-14 16:42:43 -04:00
|
|
|
174. [func] New public function isc_sockaddr_format(), for
|
|
|
|
|
formatting socket addresses in log messages.
|
|
|
|
|
|
2000-05-14 16:01:34 -04:00
|
|
|
173. [func] Keep a queue of zones waiting for zone transfer
|
|
|
|
|
quota so that a new transfer can be dispatched
|
|
|
|
|
immediately whenever quota becomes available.
|
|
|
|
|
|
2000-05-13 22:31:09 -04:00
|
|
|
172. [bug] $TTL directive was sometimes missing from dumped
|
|
|
|
|
master files because totext_ctx_init() failed to
|
|
|
|
|
initialize ctx->current_ttl_valid.
|
|
|
|
|
|
2000-05-15 17:14:38 -04:00
|
|
|
171. [cleanup] On NetBSD systems, the mit-pthreads or
|
2000-05-13 22:32:26 -04:00
|
|
|
unproven-pthreads library is now always used
|
|
|
|
|
unless --with-ptl2 is explicitly specified on
|
|
|
|
|
the configure command line. The
|
|
|
|
|
--with-mit-pthreads option is no longer needed
|
2000-05-12 16:22:56 -04:00
|
|
|
and has been removed.
|
|
|
|
|
|
2000-05-11 06:04:59 -04:00
|
|
|
170. [cleanup] Remove inter server consistancy checks from zone,
|
|
|
|
|
these should return as a seperate module in 9.1.
|
|
|
|
|
dns_zone_checkservers(), dns_zone_checkparents(),
|
|
|
|
|
dns_zone_checkchildren(), dns_zone_checkglue().
|
|
|
|
|
|
|
|
|
|
Remove dns_zone_setadb(), dns_zone_setresolver(),
|
|
|
|
|
dns_zone_setrequestmgr() these should now be found
|
|
|
|
|
via the view.
|
|
|
|
|
|
2000-05-11 05:23:29 -04:00
|
|
|
169. [func] ratelimiter can now process N events per interval.
|
|
|
|
|
|
2000-05-10 22:19:08 -04:00
|
|
|
168. [bug] include statements in named.conf caused syntax errors
|
|
|
|
|
due to not consuming the semicolon ending the include
|
|
|
|
|
statement before switching input streams.
|
|
|
|
|
|
2000-05-10 17:51:17 -04:00
|
|
|
167. [bug] Make lack of masters for a slave zone a soft error.
|
|
|
|
|
|
|
|
|
|
166. [bug] Keygen was overwriting existing keys if key_id
|
|
|
|
|
conflicted, now it will retry, and non-null keys
|
|
|
|
|
with key_id == 0 are not generated anymore. Key
|
|
|
|
|
was not able to generate NOAUTHCONF DSA key,
|
|
|
|
|
increased RSA key size to 2048 bits.
|
2000-05-10 13:57:53 -04:00
|
|
|
|
2000-05-09 23:33:57 -04:00
|
|
|
165. [cleanup] Silence "end-of-loop condition not reached" warnings
|
|
|
|
|
from Solaris compiler.
|
2000-05-09 19:10:34 -04:00
|
|
|
|
2000-05-11 12:15:36 -04:00
|
|
|
164. [func] Added functions isc_stdio_open(), isc_stdio_close(),
|
|
|
|
|
isc_stdio_seek(), isc_stdio_read(), isc_stdio_write(),
|
|
|
|
|
isc_stdio_flush(), isc_stdio_sync(), isc_file_remove()
|
|
|
|
|
to encapsulate nonportable usage of errno and sync.
|
2000-05-09 19:19:32 -04:00
|
|
|
|
2000-05-09 23:33:57 -04:00
|
|
|
163. [func] Added result codes ISC_R_FILENOTFOUND and
|
|
|
|
|
ISC_R_FILEEXISTS.
|
2000-05-09 19:10:34 -04:00
|
|
|
|
2000-05-09 18:22:25 -04:00
|
|
|
162. [bug] Ensure proper range for arguments to ctype.h functions.
|
|
|
|
|
|
2000-05-09 12:49:50 -04:00
|
|
|
161. [cleanup] error in yyparse prototype that only HPUX caught.
|
|
|
|
|
|
2000-05-08 22:21:58 -04:00
|
|
|
160. [cleanup] getnet*() are not going to be implemented at this
|
|
|
|
|
stage.
|
|
|
|
|
|
2000-05-08 16:31:55 -04:00
|
|
|
159. [func] Redefinition of config file elements is now an
|
|
|
|
|
error (instead of a warning).
|
|
|
|
|
|
2000-05-08 14:45:12 -04:00
|
|
|
158. [bug] Log channel and category list copy routines
|
|
|
|
|
weren't assigning properly to output parameter.
|
|
|
|
|
|
|
|
|
|
157. [port] Fix missing prototype for getopt().
|
|
|
|
|
|
2000-05-08 08:54:31 -04:00
|
|
|
156. [func] Support new 'database' statement in zone.
|
|
|
|
|
|
|
|
|
|
database "quoted-string";
|
|
|
|
|
|
2000-05-08 03:26:37 -04:00
|
|
|
155. [bug] ns_notify_start() was not detaching the found zone.
|
|
|
|
|
|
2000-05-05 20:54:14 -04:00
|
|
|
154. [func] The signer now logs libdns warnings to stderr even when
|
|
|
|
|
not verbose, and in a nicer format.
|
2000-05-05 20:53:49 -04:00
|
|
|
|
|
|
|
|
153. [func] dns_rdata_tostruct() 'mctx' is now optional. If 'mctx'
|
2000-05-05 19:20:10 -04:00
|
|
|
is NULL then you need to preserve the 'rdata' until
|
|
|
|
|
you have finished using the structure as there may be
|
2000-05-05 20:53:49 -04:00
|
|
|
references to the associated memory. If 'mctx' is
|
2000-05-08 09:58:47 -04:00
|
|
|
non-NULL it is guaranteed that there are no references
|
|
|
|
|
to memory associated with 'rdata'.
|
2000-05-05 19:20:10 -04:00
|
|
|
|
|
|
|
|
dns_rdata_freestruct() must be called if 'mctx' was
|
2000-05-05 20:53:49 -04:00
|
|
|
non-NULL and may safely be called if 'mctx' was NULL.
|
2000-05-05 16:14:56 -04:00
|
|
|
|
2000-05-05 16:15:48 -04:00
|
|
|
152. [bug] keygen dumped core if domain name argument was omitted
|
|
|
|
|
from command line.
|
|
|
|
|
|
2000-05-05 16:14:56 -04:00
|
|
|
151. [func] Support 'disabled' statement in zone config (causes
|
2000-05-03 15:29:43 -04:00
|
|
|
zone to be parsed and then ignored). Currently must
|
|
|
|
|
come after the 'type' clause.
|
|
|
|
|
|
2000-05-05 16:14:56 -04:00
|
|
|
150. [func] Support optional ports in masters and also-notify
|
2000-05-03 15:29:43 -04:00
|
|
|
statements:
|
|
|
|
|
|
|
|
|
|
masters [ port xxx ] { y.y.y.y [ port zzz ] ; }
|
|
|
|
|
|
2000-05-05 16:14:56 -04:00
|
|
|
149. [cleanup] Removed usused argument 'olist' from
|
|
|
|
|
dns_c_view_unsetordering().
|
2000-05-03 15:29:43 -04:00
|
|
|
|
2000-05-08 09:58:47 -04:00
|
|
|
148. [cleanup] Stop issuing some warnings about some configuration
|
|
|
|
|
file statements that were not implemented, but now are.
|
2000-05-03 15:29:43 -04:00
|
|
|
|
2000-05-02 13:56:39 -04:00
|
|
|
147. [bug] Changed yacc union size to be smaller for yaccs that
|
|
|
|
|
put yacc-stack on the real stack.
|
|
|
|
|
|
2000-05-01 20:40:16 -04:00
|
|
|
146. [cleanup] More general redundant header file cleanup. Rather
|
|
|
|
|
than continuing to itemize every header which changed,
|
|
|
|
|
this changelog entry just notes that if a header file
|
|
|
|
|
did not need another header file that it was including
|
|
|
|
|
in order to provide its advertized functionality, the
|
|
|
|
|
inclusion of the other header file was removed. See
|
|
|
|
|
util/check-includes for how this was tested.
|
|
|
|
|
|
2000-05-01 13:59:10 -04:00
|
|
|
145. [cleanup] Added <isc/lang.h> and ISC_LANG_BEGINDECLS/
|
|
|
|
|
ISC_LANG_ENDDECLS to header files that had function
|
|
|
|
|
prototypes, and removed it from those that did not.
|
|
|
|
|
|
2000-04-28 22:02:38 -04:00
|
|
|
144. [cleanup] libdns header files too numerous to name were made
|
|
|
|
|
to conform to the same style for multiple inclusion
|
|
|
|
|
protection.
|
|
|
|
|
|
2000-04-28 21:49:37 -04:00
|
|
|
143. [func] Added function dns_rdatatype_isknown().
|
|
|
|
|
|
2000-04-28 19:53:55 -04:00
|
|
|
142. [cleanup] <isc/stdtime.h> does not need <time.h> or
|
|
|
|
|
<isc/result.h>.
|
|
|
|
|
|
2000-04-28 19:48:49 -04:00
|
|
|
141. [bug] Corrupt requests with multiple questions could
|
|
|
|
|
cause an assertion failure.
|
|
|
|
|
|
2000-04-28 19:23:52 -04:00
|
|
|
140. [cleanup] <isc/time.h> does not need <time.h> or <isc/result.h>.
|
|
|
|
|
|
2000-04-28 19:14:45 -04:00
|
|
|
139. [cleanup] <isc/net.h> now includes <isc/types.h> instead of
|
|
|
|
|
<isc/int.h> and <isc/result.h>.
|
|
|
|
|
|
2000-04-28 18:40:10 -04:00
|
|
|
138. [cleanup] isc_strtouq moved from str.[ch] to string.[ch] and
|
|
|
|
|
renamed isc_string_touint64. isc_strsep moved from
|
|
|
|
|
strsep.c to string.c and renamed isc_string_separate.
|
|
|
|
|
|
2000-04-28 18:13:15 -04:00
|
|
|
137. [cleanup] <isc/commandline.h>, <isc/mem.h>, <isc/print.h>
|
|
|
|
|
<isc/serial.h>, <isc/string.h> and <isc/offset.h>
|
|
|
|
|
made to conform to the same style for multiple
|
|
|
|
|
inclusion protection.
|
|
|
|
|
|
2000-04-28 18:09:15 -04:00
|
|
|
136. [cleanup] <isc/commandline.h>, <isc/interfaceiter.h>,
|
|
|
|
|
<isc/net.h> and Win32's <isc/thread.h> needed
|
|
|
|
|
ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS.
|
|
|
|
|
|
2000-04-28 19:55:08 -04:00
|
|
|
135. [cleanup] Win32's <isc/condition.h> did not need <isc/result.h>
|
|
|
|
|
or <isc/boolean.h>, now uses <isc/types.h> in place
|
2000-04-28 17:39:34 -04:00
|
|
|
of <isc/time.h>, and needed ISC_LANG_BEGINDECLS
|
|
|
|
|
and ISC_LANG_ENDDECLS.
|
|
|
|
|
|
2000-04-28 17:29:27 -04:00
|
|
|
134. [cleanup] <isc/dir.h> does not need <limits.h>.
|
|
|
|
|
|
2000-04-28 17:19:55 -04:00
|
|
|
133. [cleanup] <isc/ipv6.h> needs <isc/platform.h>.
|
|
|
|
|
|
2000-04-28 17:08:52 -04:00
|
|
|
132. [cleanup] <isc/app.h> does not need <isc/task.h>, but does
|
|
|
|
|
need <isc/eventclass.h>.
|
|
|
|
|
|
2000-04-28 15:03:50 -04:00
|
|
|
131. [cleanup] <isc/mutex.h> and <isc/util.h> need <isc/result.h>
|
|
|
|
|
for ISC_R_* codes used in macros.
|
|
|
|
|
|
2000-04-28 14:58:40 -04:00
|
|
|
130. [cleanup] <isc/condition.h> does not need <pthread.h> or
|
|
|
|
|
<isc/boolean.h>, and now includes <isc/types.h>
|
|
|
|
|
instead of <isc/time.h>.
|
|
|
|
|
|
2000-04-28 14:53:45 -04:00
|
|
|
129. [bug] The 'default_debug' log channel was not set up when
|
|
|
|
|
'category default' was present in the config file
|
|
|
|
|
|
2000-04-28 13:46:30 -04:00
|
|
|
128. [cleanup] <isc/dir.h> had ISC_LANG_BEGINDECLS instead of
|
|
|
|
|
ISC_LANG_ENDDECLS at end of header.
|
|
|
|
|
|
2000-04-28 13:33:40 -04:00
|
|
|
127. [cleanup] The contracts for the comparision routines
|
|
|
|
|
dns_name_fullcompare(), dns_name_compare(),
|
|
|
|
|
dns_name_rdatacompare(), and dns_rdata_compare() now
|
|
|
|
|
specify that the order value returned is < 0, 0, or > 0
|
|
|
|
|
instead of -1, 0, or 1.
|
|
|
|
|
|
2000-04-28 13:24:26 -04:00
|
|
|
126. [cleanup] <isc/quota.h> and <isc/taskpool.h> need <isc/lang.h>.
|
|
|
|
|
|
2000-04-28 13:19:11 -04:00
|
|
|
125. [cleanup] <isc/eventclass.h>, <isc/ipv6.h>, <isc/magic.h>,
|
|
|
|
|
<isc/mutex.h>, <isc/once.h>, <isc/region.h>, and
|
|
|
|
|
<isc/resultclass.h> do not need <isc/lang.h>.
|
2000-04-28 12:55:58 -04:00
|
|
|
|
2000-04-28 11:48:52 -04:00
|
|
|
124. [func] signer now imports parent's zone key signature
|
|
|
|
|
and creates null keys/sets zone status bit for
|
|
|
|
|
children when necessary
|
|
|
|
|
|
2000-04-28 00:34:30 -04:00
|
|
|
123. [cleanup] <isc/event.h> does not need <stddef.h>.
|
|
|
|
|
|
2000-04-28 00:26:08 -04:00
|
|
|
122. [cleanup] <isc/task.h> does not need <isc/mem.h> or
|
|
|
|
|
<isc/result.h>.
|
|
|
|
|
|
2000-04-28 00:16:34 -04:00
|
|
|
121. [cleanup] <isc/symtab.h> does not need <isc/mem.h> or
|
|
|
|
|
<isc/result.h>. Multiple inclusion protection
|
|
|
|
|
symbol fixed from ISC_SYMBOL_H to ISC_SYMTAB_H.
|
|
|
|
|
isc_symtab_t moved to <isc/types.h>.
|
|
|
|
|
|
2000-04-27 23:53:48 -04:00
|
|
|
120. [cleanup] <isc/socket.h> does not need <isc/boolean.h>,
|
|
|
|
|
<isc/bufferlist.h>, <isc/task.h>, <isc/mem.h> or
|
|
|
|
|
<isc/net.h>.
|
|
|
|
|
|
2000-04-27 22:08:37 -04:00
|
|
|
119. [cleanup] structure definitions for generic rdata stuctures do
|
|
|
|
|
not have _generic_ in their names.
|
|
|
|
|
|
2000-04-27 21:15:58 -04:00
|
|
|
118. [cleanup] libdns.a is now namespace-clean, on NetBSD, excepting
|
|
|
|
|
YACC crust (yyparse, etc) [2000-apr-27 explorer]
|
|
|
|
|
|
2000-04-27 20:58:42 -04:00
|
|
|
117. [cleanup] libdns.a changes:
|
|
|
|
|
dns_zone_clearnotify() and dns_zone_addnotify()
|
|
|
|
|
are replaced by dns_zone_setnotifyalso().
|
|
|
|
|
dns_zone_clearmasters() and dns_zone_addmaster()
|
|
|
|
|
are replaced by dns_zone_setmasters().
|
|
|
|
|
|
2000-04-27 20:36:56 -04:00
|
|
|
116. [func] Added <isc/offset.h> for isc_offset_t (aka off_t
|
|
|
|
|
on Unix systems).
|
|
|
|
|
|
2000-04-27 20:32:19 -04:00
|
|
|
115. [port] Shut up the -Wmissing-declarations warning about
|
|
|
|
|
<stdio.h>'s __sputaux on BSD/OS pre-4.1.
|
|
|
|
|
|
2000-04-27 19:29:28 -04:00
|
|
|
114. [cleanup] <isc/sockaddr.h> does not need <isc/buffer.h> or
|
|
|
|
|
<isc/list.h>.
|
|
|
|
|
|
2000-04-27 19:16:11 -04:00
|
|
|
113. [func] Utility programs dig and host added.
|
|
|
|
|
|
2000-04-27 19:08:18 -04:00
|
|
|
112. [cleanup] <isc/serial.h> does not need <isc/boolean.h>.
|
|
|
|
|
|
2000-04-27 19:01:34 -04:00
|
|
|
111. [cleanup] <isc/rwlock.h> does not need <isc/result.h> or
|
|
|
|
|
<isc/mutex.h>.
|
|
|
|
|
|
2000-04-27 18:48:57 -04:00
|
|
|
110. [cleanup] <isc/result.h> does not need <isc/boolean.h> or
|
|
|
|
|
<isc/list.h>.
|
|
|
|
|
|
2000-04-27 18:28:04 -04:00
|
|
|
109. [bug] "make depend" did nothing for
|
|
|
|
|
bin/tests/{db,mem,sockaddr,tasks,timers}/.
|
|
|
|
|
|
2000-04-27 18:26:50 -04:00
|
|
|
108. [cleanup] DNS_SETBIT/DNS_GETBIT/DNS_CLEARBIT moved from
|
|
|
|
|
<dns/types.h> to <dns/bit.h> and renamed to
|
|
|
|
|
DNS_BIT_SET/DNS_BIT_GET/DNS_BIT_CLEAR.
|
|
|
|
|
|
|
|
|
|
107. [func] Add keysigner and keysettool.
|
2000-04-27 15:15:16 -04:00
|
|
|
|
2000-04-27 14:09:10 -04:00
|
|
|
106. [func] Allow dnssec verifications to ignore the validity
|
|
|
|
|
period. Used by several of the dnssec tools.
|
|
|
|
|
|
Vertical whitespace is encouraged for improved code legibility by
grouping closely related statements and then separating them with a
single empty line.
Lines should not be longer than 79 characters, even if it requires
violating the indentation rules to do so. Since ANSI is assumed, the
best way to deal with strings that extend past column 79 is to break
them into two or more sections separated from each other by a newline
and indentation. (w/example)
Note that <isc/lang.h> should be included by any public
header file to get the ISC_LANG_BEGINDECLS and ISC_LANG_ENDDECLS
macros used so the correct name-mangling happens for function
declarations when C++ programs include the file. <isc/lang.h> should
be included for private header files or for public files that do not
declare any functions. (w/example)
Fixed < and > use in sample header file.
The config.h file must never be included by any public header file.
The comma operator should not be used to form compound statements.
(w/example)
Generally speaking, when a control statement (<CODE>if, for</CODE> or
<CODE>while</CODE>) has only a single action associated with it, then no
bracing is used around the statement. Exceptions include when the
compiler would complain about an ambiguous else clause, or when extra
bracing improves the readability (a judgement call biased toward not
having the braces).
Do not put a space after the "sizeof" operator name, and also
parenthesize its argument, as in <CODE>malloc(4 * sizeof(long))</CODE>.
Do not put a space after a cast. (w/example)
<H4>The Ternary Operator</H4> (w/example)
The ?: operator should mostly be avoided. It is tolerated when
deciding what value to pass as a parameter to a function, such as
frequently happens with printf, and also when a simple (non-compound)
value is being used in assignment or as part of a calculation.
In particular, using the ternary operator to specify a return value is
verboten. (Well, Bob didn't tell me *forbidden* when he first said this
to me long ago, but I got the impression he really did not like it.)
Variables should not have their values assigned or changed when being
passed as parameters, except perhaps for the increment and decrement
operators. (This came up when I found something much like this in one
of our files:
malloc(size = 20);
All public interfaces to functions, macros, typedefs, and
variables provided by the library, should use names of the form
{library}_{module}_{what}, such as:
isc_buffer_t /* typedef */
dns_name_setbuffer(name, buffer) /* function */
ISC_LIST_HEAD(list) /* macro */
isc_commandline_argument /* variable */
however, structures which are typedef'd generally have the name of the
typedef sans the final _t:
struct dns_rbtnode {
/* ... members ... */
}
Generally speaking macros are defined with all capital letters, but
this is not universally consistent (eg, numerous isc_buffer_{foo}
macros).
The {module} and {what} segments of the name do not have underscores
separating natural word elements, as demonstrated in
isc_commandline_argument and dns_name_setbuffer above. The {module}
part is usually the same as the basename of the source file, but
sometimes other {module} interfaces appear within one file, such as
dns_label_* interfaces in lib/dns/name.c. However, in the public
libraries the file name must be the same as some module interface
provided by the file; e.g., dns_rbt_* interfaces would not be declared
in a file named redblack.c (in lieu of any other dns_redblack_*
interfaces in the file).
The one notable exception to this naming rule is the interfaces
provided by <isc/util.h>. There's a large caveat associated with the
public description of this file that it is hazardous to use because it
pollutes the general namespace.
<H4>Shared Private Interfaces</H4>
When a module provides an interface for internal use by other modules
in the library, it should use the same naming convention
described for the public interfaces, except {library} and {module}
are separated by a double-underscore. This indicates that the name is
internal, its API is not as formal as the public API, and thus it
might change without any sort of notice.
2000-04-26 22:00:44 -04:00
|
|
|
105. [doc] doc/dev/coding.html expanded with other
|
|
|
|
|
implicit conventions the developers have used.
|
|
|
|
|
|
2000-04-26 20:08:44 -04:00
|
|
|
104. [bug] Made compress_add and compress_find static to
|
|
|
|
|
lib/dns/compress.c.
|
|
|
|
|
|
103. [func] libisc buffer API changes for <isc/buffer.h>:
Added:
isc_buffer_base(b) (pointer)
isc_buffer_current(b) (pointer)
isc_buffer_active(b) (pointer)
isc_buffer_used(b) (pointer)
isc_buffer_length(b) (int)
isc_buffer_usedlength(b) (int)
isc_buffer_consumedlength(b) (int)
isc_buffer_remaininglength(b) (int)
isc_buffer_activelength(b) (int)
isc_buffer_availablelength(b) (int)
Removed:
ISC_BUFFER_USEDCOUNT(b)
ISC_BUFFER_AVAILABLECOUNT(b)
isc_buffer_type(b)
Changed names:
isc_buffer_used(b, r) ->
isc_buffer_usedregion(b, r)
isc_buffer_available(b, r) ->
isc_buffer_available_region(b, r)
isc_buffer_consumed(b, r) ->
isc_buffer_consumedregion(b, r)
isc_buffer_active(b, r) ->
isc_buffer_activeregion(b, r)
isc_buffer_remaining(b, r) ->
isc_buffer_remainingregion(b, r)
Buffer types were removed, so the ISC_BUFFERTYPE_*
macros are no more, and the type argument to
isc_buffer_init and isc_buffer_allocate were removed.
isc_buffer_putstr is now void (instead of isc_result_t)
and requires that the caller ensure that there
is enough available buffer space for the string.
2000-04-26 20:03:12 -04:00
|
|
|
103. [func] libisc buffer API changes for <isc/buffer.h>:
|
|
|
|
|
Added:
|
|
|
|
|
isc_buffer_base(b) (pointer)
|
|
|
|
|
isc_buffer_current(b) (pointer)
|
|
|
|
|
isc_buffer_active(b) (pointer)
|
|
|
|
|
isc_buffer_used(b) (pointer)
|
|
|
|
|
isc_buffer_length(b) (int)
|
|
|
|
|
isc_buffer_usedlength(b) (int)
|
|
|
|
|
isc_buffer_consumedlength(b) (int)
|
|
|
|
|
isc_buffer_remaininglength(b) (int)
|
|
|
|
|
isc_buffer_activelength(b) (int)
|
|
|
|
|
isc_buffer_availablelength(b) (int)
|
|
|
|
|
Removed:
|
|
|
|
|
ISC_BUFFER_USEDCOUNT(b)
|
|
|
|
|
ISC_BUFFER_AVAILABLECOUNT(b)
|
|
|
|
|
isc_buffer_type(b)
|
|
|
|
|
Changed names:
|
|
|
|
|
isc_buffer_used(b, r) ->
|
|
|
|
|
isc_buffer_usedregion(b, r)
|
|
|
|
|
isc_buffer_available(b, r) ->
|
|
|
|
|
isc_buffer_available_region(b, r)
|
|
|
|
|
isc_buffer_consumed(b, r) ->
|
|
|
|
|
isc_buffer_consumedregion(b, r)
|
|
|
|
|
isc_buffer_active(b, r) ->
|
|
|
|
|
isc_buffer_activeregion(b, r)
|
|
|
|
|
isc_buffer_remaining(b, r) ->
|
|
|
|
|
isc_buffer_remainingregion(b, r)
|
|
|
|
|
|
|
|
|
|
Buffer types were removed, so the ISC_BUFFERTYPE_*
|
|
|
|
|
macros are no more, and the type argument to
|
|
|
|
|
isc_buffer_init and isc_buffer_allocate were removed.
|
|
|
|
|
isc_buffer_putstr is now void (instead of isc_result_t)
|
|
|
|
|
and requires that the caller ensure that there
|
|
|
|
|
is enough available buffer space for the string.
|
|
|
|
|
|
|
|
|
|
102. [port] Correctly detect inet_aton, inet_pton and inet_ptop
|
2000-04-26 17:50:49 -04:00
|
|
|
on BSD/OS 4.1.
|
|
|
|
|
|
2000-04-26 13:45:15 -04:00
|
|
|
101. [cleanup] Quieted EGCS warnings from lib/isc/print.c.
|
|
|
|
|
|
2000-04-26 13:25:03 -04:00
|
|
|
100. [cleanup] <isc/random.h> does not need <isc/int.h> or
|
|
|
|
|
<isc/mutex.h>. isc_random_t moved to <isc/types.h>.
|
|
|
|
|
|
2000-04-26 13:10:32 -04:00
|
|
|
99. [cleanup] Rate limiter now has separate shutdown() and
|
|
|
|
|
destroy() functions, and it guarantees that all
|
|
|
|
|
queued events are delivered even in the shutdown case.
|
|
|
|
|
|
2000-04-25 22:18:59 -04:00
|
|
|
98. [cleanup] <isc/print.h> does not need <stdarg.h> or <stddef.h>
|
|
|
|
|
unless ISC_PLATFORM_NEEDVSNPRINTF is defined.
|
|
|
|
|
|
2000-04-25 21:54:48 -04:00
|
|
|
97. [cleanup] <isc/ondestroy.h> does not need <stddef.h> or
|
|
|
|
|
<isc/event.h>.
|
|
|
|
|
|
2000-04-28 13:19:11 -04:00
|
|
|
96. [cleanup] <isc/mutex.h> does not need <isc/result.h>.
|
2000-04-25 21:29:27 -04:00
|
|
|
|
2000-04-25 21:18:24 -04:00
|
|
|
95. [cleanup] <isc/mutexblock.h> does not need <isc/result.h>.
|
|
|
|
|
|
2000-04-25 21:03:45 -04:00
|
|
|
94. [cleanup] Some installed header files did not compile as C++.
|
|
|
|
|
|
2000-04-25 20:21:42 -04:00
|
|
|
93. [cleanup] <isc/msgcat.h> does not need <isc/result.h>.
|
|
|
|
|
|
2000-04-25 20:15:39 -04:00
|
|
|
92. [cleanup] <isc/mem.h> does not need <stddef.h>, <isc/boolean.h>,
|
|
|
|
|
or <isc/result.h>.
|
|
|
|
|
|
2000-04-25 19:44:20 -04:00
|
|
|
91. [cleanup] <isc/log.h> does not need <sys/types.h> or
|
|
|
|
|
<isc/result.h>.
|
|
|
|
|
|
2000-04-25 19:21:32 -04:00
|
|
|
90. [cleanup] Removed unneeded ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS
|
|
|
|
|
from <named/listenlist.h>.
|
|
|
|
|
|
2000-04-25 19:08:16 -04:00
|
|
|
89. [cleanup] <isc/lex.h> does not need <stddef.h>.
|
|
|
|
|
|
2000-04-25 18:55:50 -04:00
|
|
|
88. [cleanup] <isc/interfaceiter.h> does not need <isc/result.h> or
|
|
|
|
|
<isc/mem.h>. isc_interface_t and isc_interfaceiter_t
|
|
|
|
|
moved to <isc/types.h>.
|
|
|
|
|
|
2000-04-25 18:32:26 -04:00
|
|
|
87. [cleanup] <isc/heap.h> does not need <isc/boolean.h>,
|
|
|
|
|
<isc/mem.h> or <isc/result.h>.
|
|
|
|
|
|
2000-04-25 18:29:23 -04:00
|
|
|
86. [cleanup] isc_bufferlist_t moved from <isc/bufferlist.h> to
|
|
|
|
|
<isc/types.h>.
|
|
|
|
|
|
|
|
|
|
85. [cleanup] <isc/bufferlist.h> does not need <isc/buffer.h>,
|
|
|
|
|
<isc/list.h>, <isc/mem.h>, <isc/region.h> or
|
|
|
|
|
<isc/int.h>.
|
2000-04-25 18:00:35 -04:00
|
|
|
|
|
|
|
|
84. [func] allow-query ACL checks now apply to all data
|
|
|
|
|
added to a response.
|
|
|
|
|
|
|
|
|
|
83. [func] If the server is authoritative for both a
|
|
|
|
|
delegating zone and its (nonsecure) delegatee, and
|
|
|
|
|
a query is made for a KEY RR at the top of the
|
|
|
|
|
delegatee, then the server will look for a KEY
|
|
|
|
|
in the delegator if it is not found in the delegatee.
|
|
|
|
|
|
2000-04-25 17:44:27 -04:00
|
|
|
82. [cleanup] <isc/buffer.h> does not need <isc/list.h>.
|
|
|
|
|
|
2000-04-25 17:16:12 -04:00
|
|
|
81. [cleanup] <isc/int.h> and <isc/boolean.h> do not need
|
|
|
|
|
<isc/lang.h>.
|
|
|
|
|
|
2000-04-25 16:20:31 -04:00
|
|
|
80. [cleanup] <isc/print.h> does not need <stdio.h> or <stdlib.h>.
|
|
|
|
|
|
2000-04-25 16:13:54 -04:00
|
|
|
79. [cleanup] <dns/callbacks.h> does not need <stdio.h>.
|
|
|
|
|
|
2000-04-25 15:37:38 -04:00
|
|
|
78. [cleanup] lwres_conftest renamed to lwresconf_test for
|
|
|
|
|
consistency with other *_test programs.
|
|
|
|
|
|
|
|
|
|
77. [cleanup] typedef of isc_time_t and isc_interval_t moved from
|
|
|
|
|
<isc/time.h> to <isc/types.h>.
|
|
|
|
|
|
2000-04-25 13:57:10 -04:00
|
|
|
76. [cleanup] Rewrote keygen.
|
|
|
|
|
|
2000-04-24 17:59:51 -04:00
|
|
|
75. [func] Don't load a zone if its database file is older
|
|
|
|
|
than the last time the zone was loaded.
|
|
|
|
|
|
2000-04-24 17:49:09 -04:00
|
|
|
74. [cleanup] Removed mktemplate.o and ufile.o from libisc.a,
|
|
|
|
|
subsumed by file.o.
|
|
|
|
|
|
2000-04-24 17:36:10 -04:00
|
|
|
73. [func] New "file" API in libisc, including new function
|
|
|
|
|
isc_file_getmodtime, isc_mktemplate renamed to
|
|
|
|
|
isc_file_mktemplate and isc_ufile renamed to
|
|
|
|
|
isc_file_openunique. By no means an exhaustive API,
|
|
|
|
|
it is just what's needed for now.
|
|
|
|
|
|
2000-04-24 17:20:58 -04:00
|
|
|
72. [func] DNS_RBTFIND_NOPREDECESSOR and DNS_RBTFIND_NOOPTIONS
|
|
|
|
|
added for dns_rbt_findnode, the former to disable the
|
|
|
|
|
setting of the chain to the predecessor, and the
|
|
|
|
|
latter to make clear when no options are set.
|
|
|
|
|
|
2000-04-24 16:58:03 -04:00
|
|
|
71. [cleanup] Made explicit the implicit REQUIREs of
|
|
|
|
|
isc_time_seconds, isc_time_nanoseconds, and
|
|
|
|
|
isc_time_subtract.
|
|
|
|
|
|
|
|
|
|
70. [func] isc_time_set() added.
|
2000-04-19 14:24:59 -04:00
|
|
|
|
2000-04-20 16:58:50 -04:00
|
|
|
69. [bug] The zone object's master and also-notify lists grew
|
|
|
|
|
longer with each server reload.
|
|
|
|
|
|
2000-04-20 15:53:49 -04:00
|
|
|
68. [func] Partial support for SIG(0) on incoming messages.
|
2000-04-20 15:51:39 -04:00
|
|
|
|
2000-04-20 15:10:44 -04:00
|
|
|
67. [performance] Allow use of alternate (compile-time supplied)
|
|
|
|
|
OpenSSL libraries/headers.
|
|
|
|
|
|
2000-04-20 14:47:21 -04:00
|
|
|
66. [func] Data in authoritative zones should have a trust level
|
|
|
|
|
beyond secure.
|
|
|
|
|
|
2000-04-20 13:39:02 -04:00
|
|
|
65. [cleanup] Removed obsolete typedef of dns_zone_callbackarg_t
|
|
|
|
|
from <dns/types.h>.
|
|
|
|
|
|
2000-04-19 14:24:59 -04:00
|
|
|
64. [func] The RBT, DB, and zone table APIs now allow the
|
|
|
|
|
caller find the most-enclosing superdomain of
|
|
|
|
|
a name.
|
|
|
|
|
|
2000-04-24 16:58:03 -04:00
|
|
|
63 [func] Generate NOTIFY messages.
|
2000-04-18 07:43:46 -04:00
|
|
|
|
2000-04-24 16:58:03 -04:00
|
|
|
62. [func] Add UDP refresh support.
|
2000-04-18 07:43:46 -04:00
|
|
|
|
2000-04-24 16:58:03 -04:00
|
|
|
61. [cleanup] Use single quotes consistently in log messages.
|
2000-04-17 20:59:16 -04:00
|
|
|
|
2000-04-14 14:36:45 -04:00
|
|
|
60. [func] Catch and disallow singleton types on message
|
|
|
|
|
parse.
|
|
|
|
|
|
2000-04-14 11:45:35 -04:00
|
|
|
59. [bug] Cause net/host unreachable to be a hard error
|
|
|
|
|
when sending and receiving.
|
2000-04-13 13:01:19 -04:00
|
|
|
|
2000-04-13 15:34:02 -04:00
|
|
|
58. [bug] bin/named/query.c could sometimes trigger the
|
|
|
|
|
(client->query.attributes & NS_QUERYATTR_NAMEBUFUSED)
|
|
|
|
|
== 0 assertion in query_newname().
|
|
|
|
|
|
2000-04-13 14:08:07 -04:00
|
|
|
57. [func] Added dns_nxt_typepresent()
|
|
|
|
|
|
2000-04-13 13:01:19 -04:00
|
|
|
56. [bug] SIG records were not properly returned in cached
|
|
|
|
|
negative answers.
|
|
|
|
|
|
|
|
|
|
55. [bug] Responses containing multiple names in the authority
|
|
|
|
|
section were not negatively cached.
|
|
|
|
|
|
2000-04-13 12:43:02 -04:00
|
|
|
54. [bug] If a fetch with sigrdataset==NULL joined one with
|
|
|
|
|
sigrdataset!=NULL or vice versa, the resolver
|
|
|
|
|
could catch an assertion or lose signature data,
|
|
|
|
|
respectively.
|
|
|
|
|
|
2000-04-13 04:10:18 -04:00
|
|
|
53. [port] freebsd 4.0: lib/isc/unix/socket.c requires
|
|
|
|
|
<sys/param.h>.
|
|
|
|
|
|
2000-04-13 02:37:12 -04:00
|
|
|
52. [bug] rndc: taskmgr and socketmgr were not initaliased
|
|
|
|
|
to NULL.
|
|
|
|
|
|
2000-04-12 17:44:12 -04:00
|
|
|
51. [cleanup] dns/compress.h and dns/zt.h did not need to include
|
|
|
|
|
dns/rbt.h; it was needed only by compress.c and zt.c.
|
|
|
|
|
|
2000-04-12 17:40:15 -04:00
|
|
|
50. [func] RBT deletion no longer requires a valid chain to work,
|
|
|
|
|
and dns_rbt_deletenode was added.
|
2000-04-11 21:24:29 -04:00
|
|
|
|
2000-04-11 21:38:44 -04:00
|
|
|
49. [func] Each cache now has its own mctx.
|
|
|
|
|
|
2000-04-11 21:32:59 -04:00
|
|
|
48. [func] isc_task_create() no longer takes an mctx.
|
|
|
|
|
isc_task_mem() has been eliminated.
|
|
|
|
|
|
|
|
|
|
47. [func] A number of modules now use memory context reference
|
|
|
|
|
counting.
|
|
|
|
|
|
2000-04-11 21:24:29 -04:00
|
|
|
46. [func] Memory contexts are now reference counted.
|
|
|
|
|
Added isc_mem_inuse() and isc_mem_preallocate().
|
|
|
|
|
Renamed isc_mem_destroy_check() to
|
|
|
|
|
isc_mem_setdestroycheck().
|
|
|
|
|
|
2000-04-11 16:50:30 -04:00
|
|
|
45. [bug] The trusted-key statement incorrectly loaded keys.
|
|
|
|
|
|
|
|
|
|
44. [bug] Don't include authority data if it would force us
|
|
|
|
|
to unset the AD bit in the message.
|
|
|
|
|
|
|
|
|
|
43. [bug] DNSSEC verification of cached rdatasets was failing.
|
|
|
|
|
|
2000-04-11 15:11:46 -04:00
|
|
|
42. [cleanup] Simplified logging of messages with embedded domain
|
|
|
|
|
names by introducing a new convenience function
|
|
|
|
|
dns_name_format().
|
2000-04-11 14:51:19 -04:00
|
|
|
|
2000-04-11 15:12:50 -04:00
|
|
|
41. [func] Use PR_SET_KEEPCAPS on Linux 2.3.99-pre3 and later
|
2000-04-11 14:51:19 -04:00
|
|
|
to allow 'named' to run as a non-root user while
|
|
|
|
|
retaining the ability to bind() to privileged
|
|
|
|
|
ports.
|
|
|
|
|
|
2000-04-11 15:12:50 -04:00
|
|
|
40. [func] Introduced new logging category "dnssec" and
|
2000-04-11 14:24:32 -04:00
|
|
|
logging module "dns/validator".
|
|
|
|
|
|
2000-04-10 17:57:24 -04:00
|
|
|
39. [cleanup] Moved the typedefs for isc_region_t, isc_textregion_t,
|
|
|
|
|
and isc_lex_t to <isc/types.h>.
|
|
|
|
|
|
2000-04-08 00:43:50 -04:00
|
|
|
38. [bug] TSIG signed incoming zone transfers work now.
|
|
|
|
|
|
2000-04-07 15:41:07 -04:00
|
|
|
37. [bug] If the first RR in an incoming zone transfer was
|
|
|
|
|
not an SOA, the server died with an assertion failure
|
|
|
|
|
instead of just reporting an error.
|
|
|
|
|
|
2000-04-06 18:08:48 -04:00
|
|
|
36. [cleanup] Change DNS_R_SUCCESS (and others) to ISC_R_SUCCESS
|
|
|
|
|
|
2000-04-06 16:32:31 -04:00
|
|
|
35. [performance] Log messages which are of a level too high to be
|
|
|
|
|
logged by any channel in the logging configuration
|
|
|
|
|
will not cause the log mutex to be locked.
|
|
|
|
|
|
2000-04-06 16:28:00 -04:00
|
|
|
34. [bug] Recursion was allowed even with 'recursion no'.
|
|
|
|
|
|
2000-04-06 14:47:07 -04:00
|
|
|
33. [func] The RBT now maintains a parent pointer at each node.
|
|
|
|
|
|
2000-04-06 12:15:28 -04:00
|
|
|
32. [cleanup] bin/lwresd/client.c needs <string.h> for memset()
|
|
|
|
|
prototype.
|
|
|
|
|
|
2000-04-06 12:00:36 -04:00
|
|
|
31. [bug] Use ${LIBTOOL} to compile bin/named/main.@O@.
|
|
|
|
|
|
2000-04-06 06:34:32 -04:00
|
|
|
30. [func] config file grammer change to support optional
|
|
|
|
|
class type for a view.
|
|
|
|
|
|
|
|
|
|
29. [func] support new config file view options:
|
|
|
|
|
|
|
|
|
|
auth-nxdomain recursion query-source
|
|
|
|
|
query-source-v6 transfer-source
|
|
|
|
|
transfer-source-v6 max-transfer-time-out
|
|
|
|
|
max-transfer-idle-out transfer-format
|
|
|
|
|
request-ixfr privide-ixfr cleaning-interval
|
|
|
|
|
fetch-glue notify rfc2308-type1 lame-ttl
|
|
|
|
|
max-ncache-ttl min-roots
|
|
|
|
|
|
|
|
|
|
28. [func] support lame-ttl, min-roots and serial-queries
|
|
|
|
|
config global options.
|
|
|
|
|
|
2000-04-05 23:30:28 -04:00
|
|
|
27. [bug] Only include <netinet6/in6.h> on BSD/OS 4.[01]*.
|
|
|
|
|
Including it on other platforms (eg, NetBSD) can
|
|
|
|
|
cause a forced #error from the C preprocessor.
|
|
|
|
|
|
2000-04-05 11:41:48 -04:00
|
|
|
26. [func] new match-clients statement in config file view.
|
|
|
|
|
|
2000-04-04 19:18:40 -04:00
|
|
|
25. [bug] make install failed to install <isc/log.h> and
|
|
|
|
|
<isc/ondestroy.h>.
|
|
|
|
|
|
|
|
|
|
24. [cleanup] Eliminate some unnecessary #includes of header
|
|
|
|
|
files from header files.
|
|
|
|
|
|
|
|
|
|
23. [cleanup] Provide more context in log messages about client
|
|
|
|
|
requests, using a new function ns_client_log().
|
|
|
|
|
|
2000-04-04 17:13:45 -04:00
|
|
|
22. [bug] SIGs weren't returned in the answer section when
|
|
|
|
|
the query resulted in a fetch.
|
|
|
|
|
|
2000-04-04 16:55:36 -04:00
|
|
|
21. [port] Look at STD_CINCLUDES after CINCLUDES during
|
|
|
|
|
compilation, so additional system include directories
|
|
|
|
|
can be searched but header files in the bind9 source
|
|
|
|
|
tree with conflicting names take precedence. This
|
|
|
|
|
avoids issues with installed versions of dnssafe and
|
|
|
|
|
openssl.
|
2000-04-04 15:19:58 -04:00
|
|
|
|
2000-04-04 16:19:13 -04:00
|
|
|
20. [func] Configuration file post-load validation of zones
|
|
|
|
|
failed if there were no zones.
|
|
|
|
|
|
2000-04-04 15:19:58 -04:00
|
|
|
19. [bug] dns_zone_notifyreceive() failed to unlock the zone
|
|
|
|
|
lock in certain error cases.
|
|
|
|
|
|
2000-04-04 14:33:08 -04:00
|
|
|
18. [bug] Use AC_TRY_LINK rather than AC_TRY_COMPILE in
|
|
|
|
|
configure.in to check for presence of in6addr_any.
|
|
|
|
|
|
2000-03-30 12:29:05 -05:00
|
|
|
17. [func] Do configuration file post-load validation of zones.
|
|
|
|
|
|
|
|
|
|
16. [bug] put quotes around key names on config file
|
|
|
|
|
output to avoid possible keyword clashes.
|
2000-03-29 16:02:48 -05:00
|
|
|
|
2000-03-29 20:02:20 -05:00
|
|
|
15. [func] Add dns_name_dupwithoffsets(). This function is
|
|
|
|
|
improves comparison performance for duped names.
|
|
|
|
|
|
|
|
|
|
14. [bug] free_rbtdb() could have 'put' unallocated memory in
|
|
|
|
|
an unlikely error path.
|
|
|
|
|
|
2000-03-29 16:02:48 -05:00
|
|
|
13. [bug] lib/dns/master.c and lib/dns/xfrin.c didn't ignore
|
|
|
|
|
out-of-zone data.
|
|
|
|
|
|
2000-03-29 14:47:55 -05:00
|
|
|
12. [bug] Fixed possible unitialized variable error.
|
2000-03-29 13:58:20 -05:00
|
|
|
|
2000-03-29 14:02:20 -05:00
|
|
|
11. [bug] axfr_rrstream_first() didn't check the result code of
|
|
|
|
|
db_rr_iterator_first(), possibly causing an assertion
|
|
|
|
|
to be triggered later.
|
|
|
|
|
|
2000-04-04 14:33:08 -04:00
|
|
|
10. [bug] A bug in the code which makes EDNS0 OPT records in
|
2000-03-29 13:58:20 -05:00
|
|
|
bin/named/client.c and lib/dns/resolver.c could
|
|
|
|
|
trigger an assertion.
|
|
|
|
|
|
2000-03-29 10:13:48 -05:00
|
|
|
9. [cleanup] replaced bit-setting code in confctx.c and replaced
|
|
|
|
|
repeated code with macro calls.
|
|
|
|
|
|
2000-03-29 07:28:03 -05:00
|
|
|
8. [bug] Shutdown of incoming zone transfer accessed
|
|
|
|
|
freed memory.
|
|
|
|
|
|
2000-03-29 02:58:25 -05:00
|
|
|
7. [cleanup] removed 'listen-on' from view statement.
|
|
|
|
|
|
|
|
|
|
6. [bug] quote RR names when generating config file to
|
|
|
|
|
prevent possible clash with config file keywords
|
|
|
|
|
(such as 'key').
|
|
|
|
|
|
|
|
|
|
5. [func] syntax change to named.conf file: new ssu grant/deny
|
|
|
|
|
statements must now be enclosed by an 'update-policy'
|
|
|
|
|
block.
|
2000-03-27 20:19:43 -05:00
|
|
|
|
2000-03-28 14:47:46 -05:00
|
|
|
4. [port] bin/named/unix/os.c didn't compile on systems with
|
|
|
|
|
linux 2.3 kernel includes due to conflicts between
|
|
|
|
|
C library includes and the kernel includes. We now
|
|
|
|
|
get only what we need from <linux/capability.h>, and
|
|
|
|
|
avoid pulling in other linux kernel .h files.
|
|
|
|
|
|
2000-03-27 22:16:40 -05:00
|
|
|
3. [bug] TKEYs go in the answer section of responses, not
|
|
|
|
|
the additional section.
|
|
|
|
|
|
2000-03-27 22:06:38 -05:00
|
|
|
2. [bug] Generating cryptographic randomness failed on
|
|
|
|
|
systems without /dev/random.
|
|
|
|
|
|
2000-03-27 20:19:43 -05:00
|
|
|
1. [bug] The installdirs rule in
|
|
|
|
|
lib/isc/unix/include/isc/Makefile.in had a typo which
|
|
|
|
|
prevented the isc directory from being created if it
|
|
|
|
|
didn't exist.
|
|
|
|
|
|
2000-03-29 02:22:35 -05:00
|
|
|
--- 9.0.0b2 released ---
|