Automatic Updater
|
10eef33fc6
|
update copyright notice
|
2007-08-28 07:19:18 +00:00 |
|
Mark Andrews
|
81067e90d6
|
2221. [bug] Set the event result code to reflect the actual
record returned to caller when a cache update is
rejected due to a more credible answer existing.
[RT #17017]
|
2007-08-28 02:29:07 +00:00 |
|
Mark Andrews
|
79274d455a
|
2220. [bug] win32: Address a race condition in final shutdown of
the Windows socket code. [RT #17028]
|
2007-08-28 00:42:46 +00:00 |
|
Automatic Updater
|
4851d3ab04
|
update copyright notice
|
2007-08-27 23:45:58 +00:00 |
|
Mark Andrews
|
033d6a1bd6
|
2218. [bug] Remove unnecessary REQUIRE from dns_validator_create().
[RT #16976]
|
2007-08-27 04:48:09 +00:00 |
|
Mark Andrews
|
5827b4fdfb
|
2216. [cleanup] Fix a number of errors reported by Coverity.
[RT #17094]
|
2007-08-27 03:40:01 +00:00 |
|
Mark Andrews
|
40c8ecc0fa
|
2214. [bug] Deregister OpenSSL lock callback when cleaning
up. [RT #17098]
|
2007-08-27 03:12:53 +00:00 |
|
Mark Andrews
|
5fdde4ba84
|
2210. [bug] Deleting class specific records via UPDATE could
fail. [RT #17074]
|
2007-08-14 00:31:32 +00:00 |
|
Mark Andrews
|
e755e96fb0
|
2205. [bug] libbind: change #2119 broke thread support. [RT #16982]
|
2007-07-09 01:54:03 +00:00 |
|
Mark Andrews
|
5ba2fbd94a
|
silence "Different types treated as unsigned for >." warning
|
2007-06-27 04:20:12 +00:00 |
|
Automatic Updater
|
87f44cc52c
|
update copyright notice
|
2007-06-26 23:45:54 +00:00 |
|
Mark Andrews
|
6019bdb044
|
replace gettimeofday with isc_time_now
|
2007-06-26 06:08:15 +00:00 |
|
Mark Andrews
|
e6ecafcb9d
|
s/u_int16_t/isc_uint16_t/
|
2007-06-26 04:57:06 +00:00 |
|
Mark Andrews
|
f08cd68a1d
|
2203. [security] Query id generation was cryptographically weak.
[RT # 16915]
|
2007-06-26 04:09:42 +00:00 |
|
Mark Andrews
|
9cc89798c8
|
2200. [bug] The search for cached NSEC records was stopping to
early leading to excessive DLV queries. [RT #16930]
|
2007-06-19 06:24:46 +00:00 |
|
Automatic Updater
|
bc16aea153
|
update copyright notice
|
2007-06-18 23:45:59 +00:00 |
|
Mark Andrews
|
baf089619a
|
2199. [bug] win32: don't call WSAStartup() while loading dlls.
[RT #16911]
|
2007-06-18 03:30:53 +00:00 |
|
Mark Andrews
|
685b8245ce
|
2199. [bug] win32: don't call WSAStartup() while loading dlls.
[RT #16911]
|
2007-06-18 03:11:33 +00:00 |
|
Mark Andrews
|
44fe61bf92
|
2198. [bug] win32: RegCloseKey() could be called when
RegOpenKeyEx() failed. [RT #16911]
|
2007-06-18 03:05:19 +00:00 |
|
Mark Andrews
|
fe9c7901d5
|
2197. [bug] Add INSIST to catch negative responses which are
not setting the event result code appropriately.
[RT #16909]
|
2007-06-18 02:47:26 +00:00 |
|
Mark Andrews
|
67432b46f8
|
2196. [port] win32: yield processor while waiting for once to
to complete. [RT# 16958]
|
2007-06-18 01:22:02 +00:00 |
|
Mark Andrews
|
02a7eada71
|
2194. [bug] Close journal before calling 'done' in xfrin.c.
|
2007-05-24 02:57:06 +00:00 |
|
Automatic Updater
|
9f4a452a3d
|
update copyright notice
|
2007-05-24 01:56:31 +00:00 |
|
Mark Andrews
|
6f2bb2e16a
|
2194. [bug] Close journal before calling 'done' in xfrin.c.
|
2007-05-24 01:50:48 +00:00 |
|
Mark Andrews
|
49ebcb1aa2
|
2189. [bug] Handle socket() returning EINTR. [RT #15949]
|
2007-05-21 01:56:45 +00:00 |
|
Automatic Updater
|
1de1f3d416
|
update copyright notice
|
2007-05-18 23:46:00 +00:00 |
|
Mark Andrews
|
24f34e5107
|
regen
|
2007-05-18 06:35:55 +00:00 |
|
Mark Andrews
|
ba1f7fd08e
|
2186. [port] cygwin: libbind: check for struct sockaddr_storage
independently of IPv6. [RT #16482]
|
2007-05-18 06:31:50 +00:00 |
|
Mark Andrews
|
b9b2aaf114
|
2185. [port] sunos: libbind: check for ssize_t, memmove() and
memchr(). [RT #16463]
|
2007-05-18 06:25:17 +00:00 |
|
Mark Andrews
|
5d4c32d816
|
2183. [bug] dnssec-signzone didn't handle offline private keys
well. [RT #16832]
|
2007-05-18 05:58:49 +00:00 |
|
Mark Andrews
|
404bc0354a
|
2182. [bug] dns_dispatch_createtcp() and dispatch_createudp()
could return ISC_R_SUCCESS when they ran out of
memory. [RT #16365]
|
2007-05-18 05:34:02 +00:00 |
|
Automatic Updater
|
e1d85f9eef
|
update copyright notice
|
2007-05-16 23:45:56 +00:00 |
|
Mark Andrews
|
77e3635776
|
unexpeced/unexpected
|
2007-05-16 06:59:56 +00:00 |
|
Mark Andrews
|
b1ab15bd2b
|
2181. [port] sunos: libbind: add paths.h from BIND 8. [RT #16462]
|
2007-05-16 06:35:15 +00:00 |
|
cvs2git
|
4d24b89e77
|
This commit was manufactured by cvs2git to create branch 'v9_3'.
|
2007-05-16 06:29:36 +00:00 |
|
cvs2git
|
a6e859f990
|
This commit was manufactured by cvs2git to create branch 'v9_2'.
|
2007-05-16 06:29:35 +00:00 |
|
Mark Andrews
|
63aaac8137
|
2181. [port] sunos: libbind: add paths.h from BIND 8. [RT #16462]
|
2007-05-16 06:29:34 +00:00 |
|
Automatic Updater
|
db529702d0
|
update copyright notice
|
2007-05-15 23:46:57 +00:00 |
|
Automatic Updater
|
a106fa4c3d
|
update copyright notice
|
2007-05-15 23:45:57 +00:00 |
|
Automatic Updater
|
89ca06489b
|
update copyright notice
|
2007-05-15 23:45:26 +00:00 |
|
Mark Andrews
|
40aadb6a14
|
2179. [func] 'rndc command zone' will now find 'zone' if it is
unique to all the views. [RT #16821]
|
2007-05-15 02:38:34 +00:00 |
|
Mark Andrews
|
e170d16505
|
2177. [bug] Array bounds overrun on read (rcodetext). [RT #16798]
|
2007-05-15 02:19:25 +00:00 |
|
Mark Andrews
|
dda87a1740
|
2177. [bug] Array bounds overrun on read (rcodetext). [RT #16798]
|
2007-05-15 02:09:48 +00:00 |
|
Mark Andrews
|
77397daf05
|
2177. [bug] Array bounds overrun on read (rcodetext). [RT #16798]
|
2007-05-15 01:54:49 +00:00 |
|
Automatic Updater
|
af1e34f918
|
update copyright notice
|
2007-05-10 23:46:54 +00:00 |
|
Automatic Updater
|
66f01dfc70
|
update copyright notice
|
2007-05-10 23:45:56 +00:00 |
|
Automatic Updater
|
94900cdf1c
|
update copyright notice
|
2007-05-10 23:45:26 +00:00 |
|
Mark Andrews
|
7bb6254999
|
2175. [bug] win32: windows broadcast condition variable support
was broken. [RT #16592]
|
2007-05-09 23:53:59 +00:00 |
|
Mark Andrews
|
9b2e5dcf3c
|
2175. [bug] win32: windows broadcast condition variable support
was broken. [RT #16592]
|
2007-05-09 23:53:03 +00:00 |
|
Mark Andrews
|
a5d7c242b5
|
2175. [bug] win32: window broadcast condition variable support
was broken. [RT #16592]
|
2007-05-09 23:49:37 +00:00 |
|