Automatic Updater
932cc52623
update copyright notice
2010-10-18 23:46:34 +00:00
Mark Andrews
7d5a816e83
2966. [bug] isc_print_vsnprintf() failed to check if there was
...
space available in the buffer when adding a left
justified character with a non zero width,
(e.g. "%-1c"). [RT #22270 ]
2010-10-18 04:04:35 +00:00
Mark Andrews
311ba6bc1a
isc_mem_isovermem
2010-09-03 04:38:11 +00:00
Mark Andrews
6039a662c1
9.6-ESV-R2
2010-09-03 03:15:25 +00:00
Automatic Updater
5d718a2f9c
update copyright notice
2010-08-12 23:46:25 +00:00
Tatuya JINMEI 神明達哉
302cb51bc4
2937. [bug] Worked around an apparent race condition in over
...
memory conditions. Without this fix a DNS cache DB or
ADB could incorrectly stay in an over memory state,
effectively refusing further caching, which
subsequently made a BIND 9 caching server unworkable.
This fix prevents this problem from happening by
polling the state of the memory context, rather than
making a copy of the state, which appeared to cause
a race. This is a "workaround" in that it doesn't
solve the possible race per se, but several experiments
proved this change solves the symptom. Also, the
polling overhead hasn't been reported to be an issue.
This bug should only affect a caching server that
specifies a finite max-cache-size. It's also quite
likely that the bug happens only when enabling threads,
but it's not confirmed yet. [RT #21818 ]
2010-08-11 23:42:53 +00:00
Mark Andrews
dbd13430ce
9.6.2
2010-02-18 03:40:09 +00:00
Automatic Updater
5eb1c53ca2
update copyright notice
2010-02-04 23:47:46 +00:00
Tatuya JINMEI 神明達哉
79ee58d29d
backout diagnose assertion check accidentally committed with the previous
...
commit.
2010-02-04 23:41:14 +00:00
Tatuya JINMEI 神明達哉
d03e7dd277
2850. [bug] If isc_heap_insert() failed due to memory shortage
...
the heap would have corrupted entries. [RT #20951 ]
9.8.0, 9.7.1(?), 9.6.2, 9.5.3
(what about 9.4-ESV?)
2010-02-04 23:27:32 +00:00
Mark Andrews
01347cce29
2849. [bug] Don't treat errors from the xml2 library as fatal.
...
[RT #20945 ]
2010-02-04 01:10:32 +00:00
Automatic Updater
1b50f0d68e
update copyright notice
2010-01-31 23:47:31 +00:00
Mark Andrews
b4d6057cf0
2846. [bug] EOF on unix domain sockets was not being handled
...
correctly. [RT #20731 ]
2010-01-31 23:21:58 +00:00
Automatic Updater
9feb8eda57
update copyright notice
2010-01-15 23:47:34 +00:00
Evan Hunt
905c946de0
add unresolved externals isc_sha{256,512}_invalidate
2010-01-15 21:53:59 +00:00
Evan Hunt
9b72b0258e
prepare for 9.6.2rc1 release
2010-01-15 21:12:11 +00:00
Evan Hunt
3f39cbcc76
2838. [func] Backport support for SHA-2 DNSSEC algorithms,
...
RSASHA256 and RSASHA512, from BIND 9.7. (This
incorporates changes 2726 and 2738 from that
release branch.) [RT #20871 ]
2010-01-15 19:38:54 +00:00
Automatic Updater
d889e9701a
update copyright notice
2010-01-11 23:47:22 +00:00
Francis Dupont
6720b9fe94
Prevent Linux spurious warnings about fwrite(). [RT #20812 ]
2010-01-11 11:02:32 +00:00
Mark Andrews
ce0d2caf1b
9.6.2b1
2009-12-02 23:03:04 +00:00
Evan Hunt
6d4ad45aee
2758. [bug] win32: Added a workaround for a windows 2008 bug
...
that could cause the UDP client handler to shut
down. [RT #19176 ]
2009-11-10 18:31:24 +00:00
Automatic Updater
6833e6ba4c
update copyright notice
2009-10-21 23:47:20 +00:00
Evan Hunt
520a24ee91
2723. [bug] isc_base32_totext(), isc_base32hex_totext(), and
...
isc_base64_totext(), didn't always mark regions of
memory as fully consumed after conversion. [RT #20445 ]
2009-10-21 01:22:47 +00:00
Mark Andrews
799a4ab7d7
grammar, line length
2009-10-19 02:46:07 +00:00
Automatic Updater
77d2bb78af
update copyright notice
2009-10-14 23:47:14 +00:00
Mark Andrews
54d1801f14
2713. [bug] powerpc: atomic operations missing asm("ics") /
...
__isync() calls.
2009-10-14 04:00:01 +00:00
Automatic Updater
38a32e22c4
update copyright notice
2009-10-01 23:47:17 +00:00
Mark Andrews
1de271fbae
2697. [port] win32: ensure that S_IFMT, S_IFDIR, S_IFCHR and
...
S_IFREG are defined after including <isc/stat.h>.
[RT #20309 ]
2009-10-01 05:18:38 +00:00
Automatic Updater
a471195d58
update copyright notice
2009-09-29 23:47:29 +00:00
Mark Andrews
7de6178969
2792. [port] win32: 32/64 bit cleanups. [RT #128244 ]
2009-09-29 05:06:55 +00:00
Automatic Updater
3a8f5eff97
update copyright notice
2009-09-25 23:47:27 +00:00
Mark Andrews
fff59bfeb3
2690. [bug] win32: fix isc_thread_key_getspecific() prototype.
...
[RT #20315 ]
2009-09-25 05:50:13 +00:00
Automatic Updater
f22b76502b
update copyright notice
2009-09-24 23:47:34 +00:00
Mark Andrews
fe22ed4862
2688. [bug] Use INTERFACE_F_POINTTOPOINT, not IFF_POINTOPOINT,
...
to decide to fetch the destination address. [RT #20305 ]
2009-09-24 06:42:18 +00:00
Automatic Updater
ca31221f5b
update copyright notice
2009-09-23 23:47:15 +00:00
Evan Hunt
2226e9ec25
fix typo in net.c -- s/closeocket/closesocket/
2009-09-23 00:46:03 +00:00
Mark Andrews
6bfa073b71
2670. [bug] Unexpected connect failures failed to log enough
...
information to be useful. [RT #20205 ]
2009-09-07 02:11:57 +00:00
Mark Andrews
6a1f2578fc
missing semicolon
2009-08-14 07:50:48 +00:00
Automatic Updater
dfc1a21b59
update copyright notice
2009-08-13 07:13:31 +00:00
Mark Andrews
38d8198fd0
2648. [port] win32: isc_time_seconds() was broken. [RT #19900 ]
2009-08-13 03:38:34 +00:00
Mark Andrews
d9f13588fd
2646. [bug] Incorrect cleanup on error in socket.c. [RT #19987 ]
2009-08-13 02:16:01 +00:00
Automatic Updater
89266715e6
update copyright notice
2009-07-18 23:47:25 +00:00
Evan Hunt
6e561e503d
2635. [bug] isc_inet_ntop() incorrectly handled 0.0/16 addresses.
...
[RT #19716 ]
2009-07-18 21:14:57 +00:00
Automatic Updater
103ebb0f6b
update copyright notice
2009-07-16 23:47:21 +00:00
Mark Andrews
3b0c34c83f
2633. [bug] Handle 15 bit rand() functions. [RT #19783 ]
2009-07-16 05:58:45 +00:00
Automatic Updater
6500973c26
update copyright notice
2009-06-25 23:47:28 +00:00
Mark Andrews
5870f67ab1
Editorial nits. [RT #19815 ]
2009-06-25 05:31:52 +00:00
Mark Andrews
7f2157c848
2615. [bug] "__attribute__((unused))" was in the wrong place
...
for ia64 gcc builds. [RT #19854 ]
2009-06-24 02:21:28 +00:00
Automatic Updater
846e500945
update copyright notice
2009-05-07 23:47:12 +00:00
Tatuya JINMEI 神明達哉
b8c73bcafc
back out an irrelevant diff (sorry)
2009-05-06 23:37:20 +00:00