Jeremy C. Reed
7ba56adcd3
change [=PATH] to [=ARG] for two dlz configure switches help text
...
this is for #41940
--with-dlz-filesystem and --with-dlz-stub don't use a path
so update the --help text for them
too trivial to add a CHANGES entry
2016-03-17 07:03:28 -04:00
Evan Hunt
73a990b284
[v9_9] add dnsperf to contrib
...
4314. [contrib] Added 'dnsperf-2.1.0.0-1', a set of performance
testing tools provided by Nominum, Inc.
2016-02-03 15:29:32 -08:00
Evan Hunt
7d984067ee
[v9_9] fix python script versions
...
4257. [cleanup] Python scripts reported incorrect version. [RT #41080 ]
2015-11-08 21:41:04 -08:00
Mark Andrews
b75f4f4220
4231. [contrib] Address unchecked memory allocation calls in
...
query-loc and zone2ldap. [RT #40789 ]
(cherry picked from commit ffdd3bc812 )
2015-09-30 15:48:51 +10:00
Evan Hunt
239636b76e
[v9_9] updated contrib/README
2015-03-25 13:12:32 -05:00
Evan Hunt
feb6b8efd3
[v9_9] dnssec-keyset.sh
...
4064. [contrib] dnssec-keyset.sh: Generates a specified number
of DNSSEC keys with timing set to implement a
pre-publication key rollover strategy. Thanks
to Jeffry A. Spain. [RT #38459 ]
(cherry picked from commit 177e523c48 )
(cherry picked from commit 9a8e6aaeec )
2015-02-25 16:18:01 -08:00
Evan Hunt
0a6000c3ac
[v9_9] fixed testing problems with bdbhtp DLZ module
2015-02-12 10:25:23 -08:00
Evan Hunt
aa5da55e2c
[v9_9] Fix typo (callback function name passed to dlz_create())
2014-12-29 09:57:06 -08:00
Evan Hunt
f9bfeba0a0
[v9_9] fix SDB bug
...
3970. [contrib] Fixed a use after free bug in the SDB LDAP driver.
[RT #37237 ]
2014-10-02 23:24:53 -07:00
Tinderbox User
4c19f7c6b2
update copyright notice
2014-08-20 23:46:02 +00:00
Mark Andrews
b527580258
3916. [contrib] zone2sqlite checked wrong result code. Address
...
compiler warnings. [RT #36931 ]
(cherry picked from commit 58f1ac8dad )
2014-08-20 23:15:20 +10:00
Mukund Sivaraman
67ce49d3ab
3900. [bug] Fix a crash in PostgreSQL DLZ driver. [RT #36637 ]
...
Squashed commit of the following:
commit ebdade4dfe59fc11d3c4ad8111729f722aab2008
Author: Mukund Sivaraman <muks@isc.org >
Date: Thu Jul 24 22:52:54 2014 +0530
Move statement to be after comment
commit 4b5d6a33350a469afb8e273bc552055824a32570
Author: Mukund Sivaraman <muks@isc.org >
Date: Thu Jul 24 21:42:52 2014 +0530
Return NULL in *rs so that caller doesn't PQclear() it again
(cherry picked from commit 586db4a3e4 )
2014-07-28 08:46:00 +05:30
Evan Hunt
8e1242e852
[v9_9] update gitignore files; use rev-parse to get srcid
...
(cherry picked from commit a4e76a630e )
(cherry picked from commit a71b8efb04 )
2014-06-17 14:02:05 -07:00
Evan Hunt
1f3ac11cb4
[v9_9] null terminate strings for coverity
2014-06-16 15:31:04 -07:00
Mark Andrews
6fc2166a29
3847. [bug] 'configure --with-dlz-postgres' failed to fail when
...
there is not support available.
(cherry picked from commit 61fbd791fbd817301dcac27c05e1e742c37b10ab)
2014-05-14 17:17:49 +10:00
Evan Hunt
caf29fa0f7
[v9_9] fix relative/absolute errors in sample DLZ module
...
3827. [contrib] The example DLZ driver (a version of which is
also used in the dlzexternal system test) could
use absolute names as relative. [RT #35802 ]
(cherry picked from commit d4c735ca6b80c93634c937998c2a78f0d72999e0)
2014-04-29 16:41:55 -07:00
Evan Hunt
8e7972ba68
[v9_9] add epoll test for perftcpdns
2014-04-11 19:14:30 -07:00
Tinderbox User
e5207816b7
update copyright notice
2014-04-10 23:45:31 +00:00
Evan Hunt
55e8267845
[v9_9] add librt check for perftcpdns
2014-04-10 10:57:54 -07:00
Francis Dupont
8d414684de
update perftcpdns.c
2014-04-10 13:16:58 +02:00
Evan Hunt
3f5a9873e2
[v9_9] add contrib/perftcpdns
...
3805. [contrib] Added contrib/perftcpdns, a performance testing tool
for DNS over TCP. [RT #35710 ]
(cherry picked from commit 7cd8e7915a )
2014-04-09 15:22:10 -07:00
Evan Hunt
5c66e4954a
[v9_9] fixed some dlz configure options
...
3740. [contrib] Minor fixes to configure --with-dlz-bdb,
--with-dlz-postgres and --with-dlz-odbc. [RT #35340 ]
(cherry picked from commit 14bf4702f3 )
2014-02-15 21:11:25 -08:00
Evan Hunt
55c7ef52aa
[v9_9] type mismatch in ODBC DLZ driver
...
3732. [contrib] Fixed a type mismatch causing the ODBC DLZ
driver to dump core on 64-bit systems. [RT #35324 ]
(cherry picked from commit 41e55d0403 )
2014-02-06 20:05:47 -08:00
Mark Andrews
cd61fff42f
#if 0/#endif debug only variable
...
(cherry picked from commit 373b9944b6 )
2014-01-28 09:43:47 +11:00
Tinderbox User
afbf97392d
update copyright notice
2014-01-24 23:45:45 +00:00
Evan Hunt
f0f4bda44a
[v9_9] correct copyrights and attributions
...
see RT #35423 for details; highlights:
- remove license clauses 3 and 4 from NetBSD code
- remove advertising clause from historical BSD code
2014-01-24 09:51:53 -08:00
Evan Hunt
3489e7380c
[v9_9] fix queryperf integer overflow
...
3706. [contrib] queryperf: Fixed a possible integer overflow when
printing results. [RT #35182 ]
2014-01-14 16:59:16 -08:00
Evan Hunt
ed0d1d96c1
[v9_9] quote table names
...
3563. [contrib] zone2sqlite failed with some table names. [RT #33375 ]
(cherry picked from commit 96a1161785 )
2013-05-02 07:39:30 -07:00
Evan Hunt
36701555d9
[v9_9] another check5011 bugfix
2013-04-16 14:05:41 -07:00
Evan Hunt
39210f43d3
[v9_9] bugfix in contrib/check5011.pl
2013-04-16 13:36:07 -07:00
Evan Hunt
cb08c9dad8
[v9_9] add check5011.pl
...
3544. [contrib] check5011.pl: Script to report the status of
managed keys as recorded in managed-keys.bind.
Contributed by Tony Finch <dot@dotat.at >
(cherry picked from commit dc1ed2622f )
2013-04-03 11:00:24 -07:00
Mark Andrews
0bdd2c9d17
3533. [contrib] query-loc-0.4.0: memory leaks. [RT #32960 ]
...
3532. [contrib] zkt: fixed buffer overrun, resource leaks. [RT #32960 ]
2013-03-22 09:56:01 +11:00
Evan Hunt
83d0e7a243
[v9_9] improvements to queryperf
...
3530. [contrib] Better RTT tracking in queryperf. [RT #30128 ]
(cherry picked from commit 384fef0034 )
2013-03-20 19:15:30 -07:00
Evan Hunt
4dff6016d2
[v9_9] contrib: add bdbhpt DLZ module
...
3493. [contrib] Added BDBHPT dynamically-lodable DLZ module,
contributed by Mark Goldfinch. [RT #32549 ]
(cherry picked from commit 62d63e5f02 )
2013-02-21 18:15:12 -08:00
Evan Hunt
bb102ee495
[v9_9] fixed clientinfo version check
...
3466. [contrib] Corrected the DNS_CLIENTINFOMETHODS_VERSION check
in DLZ example driver. [RT #32275 ]
2013-01-10 20:05:28 -08:00
Mark Andrews
780b2a4d22
queryperf: fix getopt option string
2013-01-08 22:57:46 +11:00
Mark Andrews
41bf47ae28
3439. [bug] contrib/dlz error checking fixes. [RT #32102 ]
2012-12-11 12:37:57 +11:00
Mark Andrews
037445e774
3437. [bug] isc_buffer_init -> isc_buffer_constinit to initialise
...
buffers with constant data. [RT #32064 ]
Squashed commit of the following:
commit 3433b96bf11f8c90ccbe412f01d02a6d8bbc2d33
Author: Mark Andrews <marka@isc.org >
Date: Sat Dec 8 12:41:16 2012 +1100
isc_buffer_init -> isc_buffer_constinit
commit c22dbcc1122a0a44f7b46068e0ccbc25353a57d5
Author: Mark Andrews <marka@isc.org >
Date: Sat Dec 8 12:38:39 2012 +1100
isc_buffer_init -> isc_buffer_constinit
commit 900820416c45c1887d0d22d7a010df60a903bd56
Author: Mark Andrews <marka@isc.org >
Date: Sat Dec 8 12:24:19 2012 +1100
remove isc_buffer_reconstinit
commit f815711c17b05f9961786a90b9bae902d3c01494
Author: Mark Andrews <marka@isc.org >
Date: Wed Dec 5 15:42:57 2012 +1100
add isc_buffer_constinit
2012-12-08 12:51:42 +11:00
Evan Hunt
edcc1e4386
[v9_9] contrib/dane/mkdane.sh
...
3409. [contrib] contrib/dane/mkdane.sh: Tool to generate TLSA RR's
from X.509 certificates, for use with DANE
(DNS-based Authentication of Named Entities).
[RT #30513 ]
(cherry picked from commit e7dfefe19d )
2012-10-27 20:47:17 -07:00
Evan Hunt
2589af5868
[v9_9] silence coverity warnings
...
3401. [bug] Addressed Coverity warnings. [RT #31484 ]
(cherry picked from commit 47c5b8af92 )
2012-10-23 22:12:15 -07:00
Mark Andrews
bf6acccf9d
3390. [bug] Silence clang compiler warnings. [RT #30417 ]
2012-10-06 13:21:18 +10:00
Evan Hunt
8c18302d8b
fix coverity issues
...
3388. [bug] Fixed several Coverity warnings. [RT #30996 ]
2012-10-02 23:46:15 -07:00
Evan Hunt
6d957d82ba
support more rrtypes in queryperf
...
3381. [contrib] Update queryperf to support more RR types.
[RT #30762 ]
2012-09-25 22:54:51 -07:00
Evan Hunt
901cf734d9
contrib/dbus is deprecated
2012-09-18 14:55:53 -07:00
Evan Hunt
1fd2826ccf
specify libtool mode in DLZBDB makefile
2012-08-15 21:53:48 -07:00
Tinderbox User
03565e899d
update copyright notice
2012-06-29 23:45:45 +00:00
Mark Andrews
cb421b69c3
reverse bad copyright update
2012-06-29 11:41:43 +10:00
Tinderbox User
cd24b114bf
update copyright notice
2012-06-29 01:22:07 +00:00
Mark Andrews
67071d371a
3301. [contrib] Update queryperf to build on darwin. Add -R flag
...
for non-recursive queries. [RT #28565 ]
2012-03-29 10:31:03 +11:00
Evan Hunt
c9481a4625
set $Id$
2012-03-07 08:18:58 -08:00