Mark Andrews
b336b9332d
Fix documentation for:
...
2294. [func] Allow the experimental statistics channels to have
multiple connections and ACL.
2008-01-17 21:41:47 +00:00
Evan Hunt
a981760738
Fix coverity warnings in acl.c and iptable.c [rt17455]
2008-01-17 08:09:36 +00:00
Tatuya JINMEI 神明達哉
62bd59af24
2294. [func] Allow the experimental statistics channels to have
...
multiple connections and ACL.
Note: the stats-server and stats-server-v6 options
available in the previous beta releases are replaced
with the generic statistics-channels statment.
2008-01-17 00:24:32 +00:00
Automatic Updater
3eb81a73aa
update copyright notice
2008-01-16 23:46:23 +00:00
Mark Andrews
b18d6066b2
2307. [bug] Remove infinite loop from lib/dns/sdb.c. [RT #17496 ]
2008-01-16 21:57:51 +00:00
Automatic Updater
4602a30928
update copyright notice
2008-01-15 23:46:32 +00:00
Mark Andrews
7a2ff97296
2306. [bug] Remove potential race from lib/dns/resolver.c.
...
[RT #17470 ]
2008-01-15 12:37:28 +00:00
Mark Andrews
40a2001899
2305. [security] inet_network() buffer overflow. CVE-2008-0122.
2008-01-15 03:47:55 +00:00
Mark Andrews
d4c9827b5a
2304. [bug] Check returns from all dns_rdata_tostruct() calls.
...
[RT #17460 ]
2008-01-15 01:13:17 +00:00
Automatic Updater
e09484c1b5
update copyright notice
2008-01-14 23:46:28 +00:00
Mark Andrews
d760be189b
2302. [bug] Fix memset() calls in lib/tests/t_api.c. [RT #17472 ]
2008-01-14 12:47:00 +00:00
Automatic Updater
1a83d0a2dd
update copyright notice
2008-01-04 23:46:30 +00:00
Mark Andrews
1fbd092244
2287. [bug] Use 'volatile' if the compiler supports it. [RT #17413 ]
2008-01-04 03:34:08 +00:00
Automatic Updater
01e203ad6b
update copyright notice
2008-01-02 23:46:28 +00:00
Mark Andrews
5b538e89ac
remove test"#define inline"
2008-01-02 06:10:55 +00:00
Mark Andrews
dc19dcbc23
2283. [bug] TSIG keys were not attaching to the memory
...
context. TSIG keys should use the rings
memory context rather than the clients memory
context. [RT #17377 ]
2008-01-02 04:24:59 +00:00
Mark Andrews
114c14f8ad
2282. [bug] Acl code fixups. [RT #17346 ] [RT #17374 ]
2007-12-21 06:46:47 +00:00
Mark Andrews
604419a812
2282. [bug] Acl code fixups. [RT #17346 ]
2007-12-20 01:48:29 +00:00
Mark Andrews
3d78993c6d
2281. [bug] Attempts to use undefined acls were not being logged.
...
[RT #17307 ]
2007-12-18 01:53:26 +00:00
Mark Andrews
da31aff2f2
2279. [bug] Use setsockopt(SO_NOSIGPIPE), when available,
...
to protect applications from receiving spurious
SIGPIPE signals when using the resolver.
2007-12-14 03:52:40 +00:00
Mark Andrews
e8ca2abed7
2278. [bug] win32: handle the case where Windows returns no
...
searchlist or DNS suffix. [RT #17354 ]
2007-12-14 01:40:42 +00:00
Mark Andrews
81d9d7a10e
2277. [bug] Empty zone names were not correctly being caught at
...
in the post parse checks. [RT #17357 ]
2007-12-14 01:27:12 +00:00
Mark Andrews
301f6ffbbe
2276. [bug] Install <dst/gssapi.h>. [RT# 17359]
2007-12-11 20:28:55 +00:00
Mark Andrews
0376a287fb
adjust bytes/sec calculation to not loose precision
2007-12-02 23:55:01 +00:00
Mark Andrews
ea364efbb0
adjust xfr stats message
2007-12-02 23:47:01 +00:00
Mark Andrews
7314547af7
2274. [func] Log zone transfer statistics. [RT #17161 ]
2007-12-02 23:21:19 +00:00
Mark Andrews
541b9722d8
2273. [bug] Adjust log level to WARNING when saving inconsistant
...
stub/slave master and journal files. [RT# 17279]
2007-12-02 22:27:54 +00:00
Mark Andrews
ddaeaddf2b
2272. [bug] Handle illegal dnssec-lookaside trust-anchor names.
...
[RT #17262 ]
2007-12-02 21:58:23 +00:00
Michael Graff
f1e733e612
fix rt17100: don't set free callback to NULL here. This was likely early debugging code, and was an error since it is set at the beginning of each request, and should not be modified during the request.
2007-12-02 21:34:20 +00:00
Mark Andrews
23de6c3ccd
whitespace
2007-12-02 21:17:03 +00:00
Mark Andrews
d7e8610d31
2270. [bug] dns_db_closeversion() version->writer could be reset
...
before it is tested. [RT #17290 ]
2007-12-02 20:27:35 +00:00
Evan Hunt
6f10e05eb0
Add dns_peer_newprifix to libdns.def
2007-11-27 20:44:31 +00:00
Evan Hunt
0899d16ebd
Radix tree node_num value could be set incorrectly, causing positive ACL
...
matches to look like negative ones. [rt17311]
2007-11-27 19:14:45 +00:00
Mark Andrews
404df30f4f
2265. [bug] Test that the memory context's basic_table is non NULL
...
before freeing. [RT #17265 ]
2007-11-26 04:27:19 +00:00
Mark Andrews
b3128b8b85
2262. [bug] Error status from all but the last view could be
...
lost. [RT #17292 ]
2007-11-26 01:51:32 +00:00
Evan Hunt
b6d496d538
Fix memory leak with "any" and "none" ACLs [RT #17272 ]
2007-11-19 23:13:28 +00:00
Shane Kerr
d55494b8e9
Fix logging when increasing client-per-query.
...
See RT ticket #17236 for more.
2007-11-01 13:00:17 +00:00
Mark Andrews
33170a4b2b
2258. [bug] Fallback from IXFR/TSIG to SOA/AXFR/TSIG broken.
...
[RT #17241 ]
2007-10-31 01:56:47 +00:00
Mark Andrews
2cc262c093
2257. [bug] win32: Use the full path to vcredist_x86.exe when
...
calling it. [RT #17222 ]
2007-10-31 01:34:19 +00:00
Mark Andrews
0374545137
2255. [bug] L.ROOT-SERVERS.NET is now 199.7.83.42.
2007-10-30 23:44:01 +00:00
Mark Andrews
c810393bd8
whitespace
2007-10-30 23:30:09 +00:00
Mark Andrews
f183f4c0cd
2254. [bug] timer.c:dispatch() failed to lock timer->lock
...
when reading timer->idle allowing it to see
intermediate values as timer->idle was reset by
isc_timer_touch(). [RT #17243 ]
2007-10-24 00:57:23 +00:00
Michael Graff
b239c8294a
commit lruttl to the mainline. A tag was set called skan_lruttl-mainline-base, and I will tag this as skan_lruttl-mainline-merge after this commit
2007-10-19 17:15:53 +00:00
Evan Hunt
9578f883b7
Additional fix for
...
2252. [bug] Fixed errors in sortlist code [RT #17216 ]
... making sure negation is passed down correctly from a parent ACL
into a nested ACL.
2007-10-19 00:28:20 +00:00
Mark Andrews
a6237c895b
Additional changes for:
...
2252. [bug] Fixed errors in sortlist code [RT #17216 ]
2007-10-18 05:42:03 +00:00
Evan Hunt
dabe7f50bb
Fixed some memory management problems in sortlist code [rt17216]
2007-10-12 04:17:18 +00:00
Evan Hunt
adcd4ef11a
Clean up build errors on Windows for 9.5.0a7.
...
Also, changed isc_destroy_radix() to isc_radix_destroy() to match
the naming convention for other radix routines.
2007-09-28 00:11:32 +00:00
Mark Andrews
a1e2170ad5
2250. [func] New flag 'memstatistics' to state whether the
...
memory statistics file should be written or not.
Additionally named's -m option will cause the
statistics file to be written. [RT #17113 ]
2007-09-26 03:22:45 +00:00
Evan Hunt
8327cdb88f
Fixes for several errors found by Coverity. [rt17160]
2007-09-24 17:18:25 +00:00
Mark Andrews
8bedd9647f
2245. [bug] Validating lack of DS records at trust anchors wasn't
...
working. [RT #17151 ]
2007-09-19 03:38:56 +00:00