]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
The CHANGES entries from my recent commits:
authorDavid Lawrence <source@isc.org>
Thu, 31 May 2001 18:44:02 +0000 (18:44 +0000)
committerDavid Lawrence <source@isc.org>
Thu, 31 May 2001 18:44:02 +0000 (18:44 +0000)
 850. [bug] dns_rbt_findnode() would not find nodes that were
split on a bitstring label somewhere other than in
the last label of the node. [RT #1351]

 849. [func] <isc/net.h> will ensure INADDR_LOOPBACK is defined.

 848. [func] A minimum max-cache-size of two megabytes is enforced
by the cache cleaner.

 847. [func] Added isc_file_test(), which currently only has
some very basic functionality to test for the
existence of a file, whether a pathname is absolute,
or whether a pathname is the fundamental representation
of the current directory.  It is intended that this
function can be expanded to test other things a
programmer might want to know about a file.

 846. [func] A non-zero 'param' do dst_key_generate() when making an
hmac-md5 key means that good entropy is not required.

 845. [bug] The access rights on the public file of a symmetric
key are now restricted as soon as the file is opened,
rather than after it has been written and closed.

 844. [func] <isc/net.h> will ensure INADDR_LOOPBACK is defined,
  just as <lwres/net.h> does.

 843. [func] If no controls statement is present in named.conf,
or if any inet phrase of a controls statement is
lacking a keys clause, then a key will be automatically
generated by named and an rndc.conf-style file
named named.key will be written that uses it.  rndc
will use this file only if its normal configuration
file, or one provided on the command line, does not
exist.

CHANGES

diff --git a/CHANGES b/CHANGES
index 79ad672c0e87c9ae163b75df721ff73a70dba45c..9af03e32d684cc5489f7cc6034967a9952596abc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,40 @@
+
+ 850.  [bug]           dns_rbt_findnode() would not find nodes that were
+                       split on a bitstring label somewhere other than in
+                       the last label of the node. [RT #1351]
+
+ 849.  [func]          <isc/net.h> will ensure INADDR_LOOPBACK is defined.
+
+ 848.  [func]          A minimum max-cache-size of two megabytes is enforced
+                       by the cache cleaner.
+
+ 847.  [func]          Added isc_file_test(), which currently only has
+                       some very basic functionality to test for the
+                       existence of a file, whether a pathname is absolute,
+                       or whether a pathname is the fundamental representation
+                       of the current directory.  It is intended that this
+                       function can be expanded to test other things a
+                       programmer might want to know about a file.
+
+ 846.  [func]          A non-zero 'param' do dst_key_generate() when making an
+                       hmac-md5 key means that good entropy is not required.
+
+ 845.  [bug]           The access rights on the public file of a symmetric
+                       key are now restricted as soon as the file is opened,
+                       rather than after it has been written and closed.
+
+ 844.  [func]          <isc/net.h> will ensure INADDR_LOOPBACK is defined,
+                       just as <lwres/net.h> does.
+
+ 843.  [func]          If no controls statement is present in named.conf,
+                       or if any inet phrase of a controls statement is 
+                       lacking a keys clause, then a key will be automatically
+                       generated by named and an rndc.conf-style file
+                       named named.key will be written that uses it.  rndc
+                       will use this file only if its normal configuration
+                       file, or one provided on the command line, does not
+                       exist.
+
  842.  [func]          'rndc flush' now takes an optional view.
 
  841.  [bug]           When sdb modules were not declared threadsafe, their