]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix change numbering, 2406->2437
authorEvan Hunt <each@isc.org>
Thu, 11 Sep 2008 05:41:13 +0000 (05:41 +0000)
committerEvan Hunt <each@isc.org>
Thu, 11 Sep 2008 05:41:13 +0000 (05:41 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 1c9acbc61fee137760b84071886cee3137493042..86985ea1e4c89b6f7d62982691d447e745d416e6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,18 @@
+2437.  [bug]           Sockets could be closed too early, leading to
+                       inconsistent states in the socket module. [RT #18298]
+
+2436.  [security]      win32: UDP client handler can be shutdown. [RT #18576]
+
 2433.  [tuning]        Set initial timeout to 800ms.
 
+2432.  [bug]           More Windows socket handling improvements.  Stop
+                       using I/O events and use IO Completion Ports
+                       throughout.  Rewrite the receive path logic to make
+                       it easier to support multiple simultaneous
+                       requestrs in the future.  Add stricter consistency
+                       checking as a compile-time option (define
+                       ISC_SOCKET_CONSISTENCY_CHECKS; defaults to off).
+
 2430.  [bug]           win32: isc_interval_set() could round down to
                        zero if the input was less than NS_INTERVAL
                        nanoseconds.  Round up instead. [RT #18549]
                        Use caution: this option may not work for some
                        operating systems without rebuilding named.
 
+2420.  [bug]           Windows socket handling cleanup.  Let the io
+                       completion event send out cancelled read/write
+                       done events, which keeps us from writing to memeory
+                       we no longer have ownership of.  Add debugging
+                       socket_log() function.  Rework TCP socket handling
+                       to not leak sockets.
+
 2417.  [bug]           Connecting UDP sockets for outgoing queries could
                        unexpectedly fail with an 'address already in use'
                        error. [RT #18411]
@@ -54,9 +74,6 @@
 
 2407.  [port]          hpux: test for sys/dyntune.h. [RT #18421]
 
-2406.  [bug]           Sockets could be closed too early, leading to
-                       inconsistent states in the socket module. [RT #18298]
-
 2404.  [port]          hpux: files unlimited support.
 
 2403.  [bug]           TSIG context leak. [RT #18341]