Tinderbox User
e7666e1bac
regenerate
2014-01-17 03:25:19 +00:00
Evan Hunt
1e7e935d2a
[v9_8] prep 9.8.7rc2
2014-01-16 18:59:52 -08:00
Evan Hunt
a814502268
[v9_8] fix config error
2014-01-16 17:11:06 -08:00
Mark Andrews
9983dbd2ba
update
2014-01-17 11:18:43 +11:00
Tinderbox User
fee26b4d49
update copyright notice
2014-01-16 23:45:29 +00:00
Mark Andrews
a50e0baf52
3710. [bug] Address double dns_zone_detach when switching to
...
using automatic empty zones from regular zones.
[RT #35177 ]
(cherry picked from commit db8938c993 )
2014-01-17 10:08:09 +11:00
Evan Hunt
d6bf786940
[v9_8] skip xfer test with Net::DNS 0.73
2014-01-16 09:51:35 -08:00
Mark Andrews
2c9b416f1c
make DST_GSSAPI_INC a macro
2014-01-17 00:52:41 +11:00
Tinderbox User
33bf42090b
update copyright notice
2014-01-15 23:45:29 +00:00
Tinderbox User
421205a771
newcopyrights
2014-01-15 23:30:05 +00:00
Mark Andrews
024cf8df23
initalize ret
...
(cherry picked from commit 636c2f488c )
2014-01-16 09:23:45 +11:00
Evan Hunt
62a6130562
[v9_8] typo
2014-01-14 21:10:37 -08:00
Mark Andrews
0c22a52b82
3707. [bug] irs_resconf_load now returns ISC_R_FILENOTFOUND
...
on a missing resolv.conf file and initializes the
structure as if it had been configured with:
nameserver ::1
nameserver 127.0.0.1
Note: Callers will need to be updated to treat
ISC_R_FILENOTFOUND as a qualified success or else
they will leak memory. The following code fragment
will work with both only and new versions without
changing the behaviour of the existing code.
resconf = NULL;
result = irs_resconf_load(mctx, "/etc/resolv.conf",
&resconf);
if (result != ISC_SUCCESS) {
if (resconf != NULL)
irs_resconf_destroy(&resconf);
....
}
[RT #35194 ]
(cherry picked from commit cd7f8d18f8 )
2014-01-15 15:25:25 +11:00
Mark Andrews
8364558a6b
silence compiler warning
...
(cherry picked from commit d8b83f0e2b )
2014-01-15 12:41:01 +11:00
Evan Hunt
7afd8cd9ae
[v9_8] fix queryperf integer overflow
...
3706. [contrib] queryperf: Fixed a possible integer overflow when
printing results. [RT #35182 ]
2014-01-14 16:59:10 -08:00
Tinderbox User
9b51da211a
update copyright notice
2014-01-14 23:45:27 +00:00
Tinderbox User
9d1e9019cd
newcopyrights
2014-01-14 23:30:04 +00:00
Mark Andrews
30917721c6
3704. [protocol] Accept integer timestamps in RRSIG records. [RT #35185 ]
2014-01-14 16:07:27 +11:00
Tinderbox User
66521218ea
update copyright notice
2014-01-13 23:45:25 +00:00
Tinderbox User
2899e4b02c
newcopyrights
2014-01-13 23:30:05 +00:00
Evan Hunt
df11a8436c
[v9_8] See ticket 35140 for details.
...
Install some include files:
dns/client.h
dns/tsec.h
irs/resconf.h
irs/types.h
(I noticed these when building DHCP using installed BIND9.)
This was okayed during the 2014-01-02 BIND9 phone meeting.
(cherry picked from commit c55b7dce48 )
(cherry picked from commit e642853188ce4412b16f521fd7ee71fe64673911)
2014-01-13 15:18:06 -08:00
Evan Hunt
c3c079103a
[v9_8] add CVE details; marked 3656 as [security]
2014-01-13 14:57:31 -08:00
Tinderbox User
f14b9aa532
update copyright notice
2014-01-12 23:45:29 +00:00
Tinderbox User
cc2da37a27
newcopyrights
2014-01-12 23:30:04 +00:00
Evan Hunt
5a5a6849a8
[v9_8] fix win32 isc_time_set()
...
(cherry picked from commit ca8cf1ce63fcf8401ff0575d1be22b82b7fa5c89)
2014-01-11 22:03:53 -08:00
Tinderbox User
b68db78cec
update copyright notice
2014-01-11 23:45:26 +00:00
Tinderbox User
0d0a447c5e
newcopyrights
2014-01-11 23:30:04 +00:00
Francis Dupont
62c456cf46
fix WIN32 Configure typo
2014-01-11 17:36:19 +01:00
Tinderbox User
7da7bfed3a
regen v9_8
2014-01-11 01:11:06 +00:00
Tinderbox User
b93c152a2f
update copyright notice
2014-01-10 20:23:52 +00:00
Tinderbox User
848c8a9d50
newcopyrights
2014-01-10 20:22:46 +00:00
Tinderbox User
b9f3af703c
regenerate
2014-01-10 17:24:17 +00:00
Evan Hunt
4785004e3e
[v9_8] prep 9.8.7rc1
2014-01-10 09:20:06 -08:00
Tinderbox User
7530ce0549
regen v9_8
2014-01-10 17:06:13 +00:00
Evan Hunt
9b78cdb409
[v9_8] add 'make unit' to top directory
2014-01-10 08:06:23 -08:00
Mark Andrews
484af89506
3701. [func] named-checkconf can now suppress the printing of
...
shared secrets by specifying '-x'. [RT #34465 ]
(cherry picked from commit ff6de396a9 )
2014-01-10 17:45:38 +11:00
Tinderbox User
4bd05ab557
update copyright notice
2014-01-09 23:45:31 +00:00
Tinderbox User
1ce78bd22c
newcopyrights
2014-01-09 23:30:04 +00:00
Mark Andrews
6956e3abb3
stop spamming system logs
...
(cherry picked from commit d4eb30fa2d )
2014-01-09 16:24:02 +11:00
Mark Andrews
87d9f13ceb
silence compiler warning
...
(cherry picked from commit 109f477ed7 )
2014-01-09 16:01:47 +11:00
Evan Hunt
aad494b1eb
[v9_8] Merge branch 'v9_8' of ssh://repo/proj/git/prod/bind9 into v9_8
2014-01-08 18:29:04 -08:00
Tinderbox User
61d700b884
regen v9_8
2014-01-09 01:11:02 +00:00
Evan Hunt
d19bf3def7
[v9_8] replace memcpy() with memmove().
...
3698. [cleanup] Replaced all uses of memcpy() with memmove().
[RT #35120 ]
(cherry picked from commit ebe54c7d2221c6a0a4b3d96bcae3280c823a45e6)
(cherry picked from commit 9b950c70f1a6406c0f3dff604822329d06fc4837)
2014-01-08 16:40:19 -08:00
Tinderbox User
8b41bbf89b
update copyright notice
2014-01-08 23:45:21 +00:00
Tinderbox User
32ed9bc1fd
newcopyrights
2014-01-08 23:30:02 +00:00
Evan Hunt
5262f3e6ba
[v9_8] removed reference to "auto-dnssec create"
2014-01-08 11:34:43 -08:00
Mark Andrews
3244306cc6
cleanup openssl-1.0.0k-patch and openssl-1.0.1e-patch removed
2014-01-08 12:39:51 +11:00
Tinderbox User
425d10f3a8
update copyright notice
2014-01-07 23:45:23 +00:00
Tinderbox User
c70235152f
newcopyrights
2014-01-07 23:30:03 +00:00
Francis Dupont
3656cb8a85
update OpenSSL patches (1.0.0k -> 1.0.0l, 1.0.1e -> 1.0.1f) [ #35158 ]
2014-01-07 12:20:15 +01:00
Francis Dupont
b79f34d1df
updated OpenSSL and libxml2 versions in WIN32 doc [ #35157 ]
2014-01-07 12:19:29 +01:00
Tinderbox User
d0e19cc33f
newcopyrights
2014-01-06 23:30:04 +00:00
Mark Andrews
12962b4b54
3697. [bug] Handle "." as a search list element when IDN support
...
is enabled. [RT #35133 ]
(cherry picked from commit d0e3216c21 )
2014-01-06 12:35:06 +11:00
Tinderbox User
a69aab3882
update copyright notice
2014-01-05 23:45:23 +00:00
Tinderbox User
eba0b3546a
newcopyrights
2014-01-05 23:30:05 +00:00
Mark Andrews
c2a9bd9932
3696. [bug] dig failed to handle AXFR style IXFR responses which
...
span multiple messages. [RT #35137 ]
(cherry picked from commit e9649ece3b )
2014-01-06 06:31:14 +11:00
Evan Hunt
0cb89656c2
[v9_8] dispatch.c race
...
3695. [bug] Address a possible race in dispatch.c. [RT #35107 ]
(cherry picked from commit 2b258a1f5b )
2013-12-23 09:53:08 -08:00
Tinderbox User
332a5b36ec
update copyright notice
2013-12-21 23:45:25 +00:00
Mark Andrews
31f7b2ccef
warn-keydir.conf
2013-12-21 12:33:02 +11:00
Evan Hunt
f7d451ed9a
typo
2013-12-20 17:12:57 -08:00
Evan Hunt
2e2ec6d974
[v9_8] warn if key-directory doesn't exist
...
3694. [bug] Warn when a key-directory is configured for a zone,
but does not exist or is not a directory. [RT #35109 ]
(cherry picked from commit c14ba71070 )
(cherry picked from commit 2354181226 )
2013-12-20 14:58:31 -08:00
Mark Andrews
16c46bb785
3693. [security] memcpy was incorrectly called with overlapping
...
ranges resulting in malformed names being generated
on some platforms. This could cause INSIST failures
when serving NSEC3 signed zones. [RT #35120 ]
(cherry picked from commit fa467e60c5 )
2013-12-20 11:00:30 +11:00
Mark Andrews
80df76ba64
3693. [security] memcpy was incorrectly called with overlapping
...
ranges resulting a malformed names being generated
on some platforms. This was subsequently detected
resulting in INSIST failures when serving NSEC3
signed zones. [RT #35120 ]
(cherry picked from commit b93ef543ab )
2013-12-20 10:26:59 +11:00
Tinderbox User
170e859490
update copyright notice
2013-12-16 23:45:25 +00:00
Mark Andrews
9200b6bae3
sort and one file per line
2013-12-17 10:41:30 +11:00
Tinderbox User
d31b4b663d
newcopyrights
2013-12-16 23:30:12 +00:00
Mark Andrews
4e4715265e
3692. [bug] Two calls to dns_db_getoriginnode were fatal if there
...
was no data at the node. [RT #35080 ]
(cherry picked from commit 161e803a56 )
2013-12-17 09:11:30 +11:00
Tinderbox User
02319b388f
update copyright notice
2013-12-13 23:45:24 +00:00
Tinderbox User
43859fb62b
newcopyrights
2013-12-13 23:30:11 +00:00
Evan Hunt
087c966374
[v9_8] fix insecure delegation across static-stub zones
...
3689. [bug] Fixed a bug causing an insecure delegation from one
static-stub zone to another to fail with a broken
trust chain. [RT #35081 ]
(cherry picked from commit 9b895f30f1 )
(cherry picked from commit 0c0ce5f9a4 )
2013-12-12 22:26:18 -08:00
Evan Hunt
c9c07bb5d6
[v9_8] bump 9.8.7b1 release tag
2013-12-11 22:00:37 -08:00
Evan Hunt
fd892db68d
README formatting
2013-12-11 20:08:26 -08:00
Mark Andrews
640ca0e048
3688. [bug] loadnode could return a freed node on out of memory.
...
[RT #35106 ]
2013-12-12 12:50:37 +11:00
Tinderbox User
409eacdec0
update copyright notice
2013-12-11 23:46:36 +00:00
Tinderbox User
9fa098978b
newcopyrights
2013-12-11 23:30:12 +00:00
Evan Hunt
79bdfb73ac
typo
2013-12-11 14:00:55 -08:00
Tinderbox User
65cea2e110
regenerate
2013-12-11 01:47:59 +00:00
Evan Hunt
8904a32bdf
[v9_8] prep 9.8.7b1
2013-12-10 17:36:33 -08:00
Mark Andrews
046e417959
cleanup importkey.* references
2013-12-10 10:56:13 +11:00
Mark Andrews
e27bc9da05
cleanup
...
(cherry picked from commit 99c3e8e09c )
2013-12-10 09:55:48 +11:00
Mark Andrews
8036d41e86
use snprintf; check the result of putstr
...
(cherry picked from commit 06a0b00bb6 )
2013-12-10 08:57:18 +11:00
Mark Andrews
536ac53126
handle underflow now that n is unsigned
2013-12-10 07:16:19 +11:00
Mark Andrews
b14c6a1caf
silence compiler warning
2013-12-10 07:13:03 +11:00
Mark Andrews
ad0f8374f2
remove references to importkey
2013-12-09 14:45:32 +11:00
Mark Andrews
2aa910b86c
remove references to importkey and verify
2013-12-09 14:25:44 +11:00
Mark Andrews
8e9bbdda10
add isc_stdio_tell, add missing comma
...
(cherry picked from commit 793a8c9aa29986422e7bae75dc5e65f201081a57)
2013-12-07 08:12:29 +11:00
Mark Andrews
e1b273c598
silence compiler warnings
...
(cherry picked from commit 53f70575bd )
2013-12-06 17:39:41 +11:00
Mark Andrews
1c29e9db2c
update copyrights
2013-12-05 15:48:07 +11:00
Mark Andrews
fe19401272
regen
2013-12-05 15:47:32 +11:00
Mark Andrews
c9b37f5265
cleanup
2013-12-05 15:46:07 +11:00
Mark Andrews
f3605f987e
no needed
2013-12-05 14:52:44 +11:00
Mark Andrews
74d1ef820d
Merge remote-tracking branch 'refs/remotes/origin/v9_8' into v9_8
2013-12-05 12:21:57 +11:00
Mark Andrews
e0ca9042b7
new manual
...
(cherry picked from commit ccf57aa273 )
(cherry picked from commit 35c7fb761d )
2013-12-05 12:20:37 +11:00
Mark Andrews
515e7eb77b
these are now being preprocessed
...
(cherry picked from commit 4edbda219a )
(cherry picked from commit f575d483ad )
Conflicts:
util/copyrights
2013-12-05 12:20:25 +11:00
Mark Andrews
d8810baa62
these are now being preprocessed
...
(cherry picked from commit 2303b18274 )
(cherry picked from commit d42d60abbe )
Conflicts:
util/copyrights
2013-12-05 12:19:59 +11:00
Mark Andrews
7a59e1eb85
move to win32util/legacy
...
(cherry picked from commit eea9fdd01a )
(cherry picked from commit e588dee0f0 )
Conflicts:
util/copyrights
2013-12-05 12:19:15 +11:00
Mark Andrews
f9e9d08937
namedcheckzone.xxx -> checkzone.xxx
...
(cherry picked from commit 0c87a24176 )
(cherry picked from commit 5a8c34be41 )
2013-12-05 12:18:13 +11:00
Mark Andrews
c65cca70c5
{dsp,mak} -> {dsp,mak}.in
...
(cherry picked from commit e16b482740 )
(cherry picked from commit 88f28b3dda )
Conflicts:
util/copyrights
2013-12-05 12:17:55 +11:00
Mark Andrews
f19ab18f97
rename namedcheckconf.xxx -> checkconf.xxx
...
(cherry picked from commit 777e9370fa )
(cherry picked from commit b992d06a13 )
2013-12-05 12:12:51 +11:00
Mark Andrews
8c77a03e26
update for new windows build proceedures
...
(cherry picked from commit 5e47b4200e )
(cherry picked from commit f7456a3447 )
2013-12-05 12:12:51 +11:00
Tinderbox User
769eef448d
update copyright notice
2013-12-04 23:45:37 +00:00
Evan Hunt
f436de08b5
[master] clearer "not found" message for rndc commands
...
3683. [cleanup] Add a more detailed "not found" message to rndc
commands which specify a zone name. [RT #35059 ]
(cherry picked from commit bee9a28af0 )
(cherry picked from commit 98a3bd57ca )
2013-12-04 13:11:45 -08:00
Evan Hunt
abeb61c085
remove unnecessary echo
2013-12-04 09:55:07 -08:00
Evan Hunt
a14534cf8b
reword/reorder configuration summary
2013-12-04 09:40:09 -08:00
Mark Andrews
7c0b7f6847
3681. [port] Update the Windows build system to support feature
...
selection and WIN64 builds. This is a work in
progress. [RT #34160 ]
(cherry picked from commit c3c8823fed )
Conflicts:
CHANGES
bin/check/win32/checktool.dsp.in
bin/dnssec/win32/dnssectool.dsp.in
bin/dnssec/win32/importkey.dsp.in
bin/dnssec/win32/importkey.mak.in
bin/named/geoip.c
bin/named/include/named/geoip.h
bin/tools/win32/rrchecker.dsp.in
bin/tools/win32/rrchecker.mak.in
config.h.win32
lib/dns/geoip.c
lib/dns/master.c
lib/dns/win32/libdns.dsp.in
lib/dns/win32/libdns.mak.in
lib/isc/mem.c
lib/isc/stats.c
lib/isc/win32/file.c
lib/isc/win32/libisc.def.in
lib/isc/win32/libisc.mak.in
lib/isc/win32/stdio.c
lib/isccc/cc.c
win32utils/BuildAll.bat
win32utils/BuildSetup.bat
win32utils/legacy/BINDBuild.dsw.in
win32utils/makeversion.pl
win32utils/setpk11provider.pl
win32utils/updatelibxml2.pl
win32utils/win32-build.txt
Conflicts:
bin/dnssec/win32/verify.dsp.in
bin/dnssec/win32/verify.mak.in
bin/named/server.c
bin/python/dnssec-checkds.py.in
bin/python/dnssec-coverage.py.in
lib/dns/nsec.c
lib/dns/nsec3.c
lib/dns/win32/libdns.mak.in
lib/dns/zone.c
lib/isc/win32/libisc.mak.in
win32utils/BuildAll.bat
win32utils/BuildSetup.bat
win32utils/legacy/BINDBuild.dsw.in
win32utils/updatelibxml2.pl
win32utils/win32-build.txt
2013-12-04 14:08:17 +11:00
Evan Hunt
eb15ab667b
[v9_8] dig could miss tcp connections when cleaning up
...
3679. [bug] dig could fail to clean up TCP sockets still
waiting on connect(). [RT #35074 ]
(cherry picked from commit fb507315d4 )
2013-12-02 13:38:03 -08:00
Mark Andrews
5af1ed0f95
3678. [port] Update config.guess and config.sub. [RT #35060 ]
...
(cherry picked from commit ae871ebb28 )
2013-12-02 10:56:03 +11:00
Mark Andrews
101ed52ff5
3677. [bug] 'nsupdate' leaked memory if 'realm' was used multiple
...
times. [RT #35073 ]
(cherry picked from commit 49ae04f6ee )
2013-11-28 06:46:48 +11:00
Tinderbox User
9b7bfb8331
update copyright notice
2013-11-25 23:45:31 +00:00
Mark Andrews
d29d389099
update
2013-11-26 10:44:00 +11:00
Evan Hunt
4ed930b4f8
[v9_8] check hint files in named-checkconf -z
...
3676. [bug] "named-checkconf -z" now checks zones of type
hint and redirect as well as master. [RT #35046 ]
(cherry picked from commit d999ca28d4 )
(cherry picked from commit 2254826e4c )
2013-11-25 13:24:16 -08:00
Mark Andrews
1a57f37900
3675. [misc] Provide a place for third parties to add version
...
information for their extensions in the version
file by setting the EXTENSIONS variable.
(cherry picked from commit fd63f3110f )
2013-11-22 13:28:49 +11:00
Evan Hunt
a03d065a3b
[v9_8] previous commit incomplete
...
(cherry picked from commit 5255b631b1 )
2013-11-18 16:00:27 -08:00
Evan Hunt
928b59115d
[v9_8] win32 portability fix
...
(cherry picked from commit 2b57986603 )
2013-11-18 15:47:43 -08:00
Mark Andrews
1c399cc74f
adjust EDNS query returned status warning message
...
(cherry picked from commit 0b565f6060 )
2013-11-14 22:52:38 +11:00
Mark Andrews
6861590440
fix dereference before null check warning
...
(cherry picked from commit 9800974419 )
2013-11-14 12:33:32 +11:00
Tinderbox User
227939ca98
update copyright notice
2013-11-13 23:45:34 +00:00
Tinderbox User
b944dc294d
regen v9_8
2013-11-13 01:10:54 +00:00
Mark Andrews
1eecc4e5c1
3667. [func] dig: add support to keep the TCP socket open between
...
successive queries (+[no]keepopen). [RT #34918 ]
(cherry picked from commit 2048955015 )
2013-11-13 11:08:05 +11:00
Tinderbox User
a9e832442e
update copyright notice
2013-11-12 23:45:34 +00:00
Tinderbox User
e6c34fffe2
newcopyrights
2013-11-12 23:30:08 +00:00
Jeremy C. Reed
1fcf32f2b7
Fix misspelling.
...
Spell out month date while here.
(cherry picked from commit 8012d70ea4 )
2013-11-13 09:23:37 +11:00
Mark Andrews
369ccd68ca
3670. [bug] Address read after free in server side of
...
lwres_getrrsetbyname. [RT #29075 ]
(cherry picked from commit eb5e0b8dec )
2013-11-12 15:00:32 +11:00
Mark Andrews
a5be0bbbe4
3669. [port] freebsd: --with-gssapi needs -lhx509. [RT #35001 ]
...
(cherry picked from commit b564c8503d4377f6b423fcd67a5ce60798d8123e)
2013-11-12 11:38:48 +11:00
Tinderbox User
2b478ef664
update copyright notice
2013-11-11 23:45:32 +00:00
Tinderbox User
e745e315a3
newcopyrights
2013-11-11 23:30:11 +00:00
Mark Andrews
ba70172144
3668. [bug] Fix cast in lex.c which could see 0xff treated as eof.
...
[RT #34993 ]
(cherry picked from commit 0a47bc90af )
2013-11-11 10:53:13 +11:00
Mark Andrews
4c5f19c2b0
silence defined but not used warning
2013-11-04 09:53:53 +11:00
Tinderbox User
9ef0580bf8
regen v9_8
2013-10-31 01:11:03 +00:00
Mark Andrews
5510485f0d
mention EventViewer
...
(cherry picked from commit 28343c910e549f2159073ffad6b9f15dc80da72b)
2013-10-31 11:13:18 +11:00
Mark Andrews
321a671184
use smaller buffers
...
(cherry picked from commit 2502a568e7 )
2013-10-26 20:36:55 +11:00
Tinderbox User
4129ff6f4e
update copyright notice
2013-10-25 23:45:33 +00:00
Tinderbox User
8f4e25d569
newcopyrights
2013-10-25 23:30:07 +00:00
Mark Andrews
dc44093efc
address memory leak in change #3662 , force format matching, attempt to address coverity false positives
...
(cherry picked from commit 938aea1dc4 )
2013-10-26 10:10:36 +11:00
Francis Dupont
8ce64683fd
Update OpenSSL PKCS#11 patches. [RT #34855 ]
2013-10-25 17:55:36 +02:00
Mark Andrews
32de039875
3663. [bug] Address bugs in dns_rdata_fromstruct and
...
dns_rdata_tostruct for WKS and ISDN types. [RT #34910 ]
2013-10-25 13:06:34 +11:00
Mark Andrews
50147f3333
UPD -> UDP
...
(cherry picked from commit 11e9195ad1 )
2013-10-25 12:58:59 +11:00
Mark Andrews
b80e6984f8
%ld.%06g -> %ld.%06d
...
(cherry picked from commit 7f0e47b3c2 )
2013-10-25 12:54:13 +11:00
Mark Andrews
adec9654d0
3662. [bug] 'host' could die if a UPD query timed out. [RT #34870 ]
...
(cherry picked from commit 6100b17699 )
2013-10-25 12:02:59 +11:00
Mark Andrews
9deedfa18a
missing FCTXTRACE2 macro RT#34914
...
(cherry picked from commit 0bfc15fe59 )
2013-10-21 15:52:35 +11:00
Tinderbox User
cec9121fa9
update copyright notice
2013-10-18 23:45:26 +00:00
Tinderbox User
f3b9e551c0
newcopyrights
2013-10-18 23:30:11 +00:00
Jeremy C. Reed
84bb84d481
fix typo in warning output
...
okayed via jabber
(cherry picked from commit d9ff5f9c7a )
2013-10-18 14:41:17 +11:00
Mark Andrews
1e45ae1bd7
grammar
...
(cherry picked from commit 5bb783ce9a )
2013-10-17 07:15:46 +11:00
Tinderbox User
d317082344
regen v9_8
2013-10-14 01:10:45 +00:00
Tinderbox User
f955179a66
update copyright notice
2013-10-13 23:45:29 +00:00
Tinderbox User
21d22ba395
newcopyrights
2013-10-13 23:30:11 +00:00
Tinderbox User
2547bce96f
regen v9_8
2013-10-13 01:10:49 +00:00
Mark Andrews
b75281d3c1
typos
...
(cherry picked from commit cbadc440b9 )
2013-10-13 11:14:01 +11:00
Evan Hunt
cb177b8811
[v9_8] link isc-config.sh to bind9-config
...
3660. [cleanup] Changed the name of "isc-config.sh" to "bind9-config".
[RT #23825 ]
(cherry picked from commit aacd7daaf7 )
2013-10-04 09:22:24 -07:00
Mark Andrews
d6bb96a4ba
3658. [port] linux: Address platform specific compilation issue
...
when libcap-devel is installed. [RT #34838 ]
(cherry picked from commit 7433a204d3 )
2013-09-26 15:27:32 +10:00
Mark Andrews
b6bb4e3b4e
3656. [bug] Treat a all zero netmask as invalid when generating
...
the localnets acl. [RT #34687 ]
(cherry picked from commit c9ee72cb3a )
2013-09-26 07:41:21 +10:00
Mark Andrews
1c9e77ebd3
3655. [cleanup] Simplify TCP message processing when requesting a
...
zone transfer. [RT #34825 ]
(cherry picked from commit fb623f9a07 )
2013-09-25 09:59:04 +10:00
Mark Andrews
e334100436
3654. [bug] Address race condition with manual notify requests.
...
[RT #34806 ]
(cherry picked from commit 5116f25421 )
2013-09-25 09:48:00 +10:00
Mark Andrews
f9b270d492
3653. [func] Create delegations for all "children" of empty zones
...
except "forward first". [RT #34826 ]
(cherry picked from commit 00043fc284 )
2013-09-25 09:41:52 +10:00
Tinderbox User
c58c41faf1
update copyright notice
2013-09-23 23:45:29 +00:00
Tinderbox User
511f71f5d2
newcopyrights
2013-09-23 23:30:10 +00:00
Mark Andrews
2dfbd9614c
silence clang warning
...
(cherry picked from commit 9084a3e58f )
2013-09-23 13:27:02 +10:00
Tinderbox User
d434b5ddc3
update copyright notice
2013-09-21 23:45:27 +00:00
Tinderbox User
26d3a47ad6
newcopyrights
2013-09-21 23:30:08 +00:00
Mark Andrews
d248090af5
3651. [tuning] Adjust when a master server is deemed unreachable.
...
[RT #27075 ]
(cherry picked from commit 97a2a26cd9 )
2013-09-21 17:16:08 +10:00
Mark Andrews
6152f4bf68
3650. [tuning] Use separate rate limiting queues for refresh and
...
notify requests. [RT #30589 ]
(cherry picked from commit c1b8fa6160 )
2013-09-21 16:38:42 +10:00
Tinderbox User
8674d31987
update copyright notice
2013-09-19 23:45:30 +00:00
Tinderbox User
6f0ed95904
newcopyrights
2013-09-19 23:30:04 +00:00
Evan Hunt
399394eb55
[v9_8] comment nzf files
...
3649. [cleanup] Include a comment in .nzf files, giving the name of
the associated view. [RT #34765 ]
(cherry picked from commit c7965f84c2 )
(cherry picked from commit 1e77160774 )
2013-09-19 15:43:35 -07:00
Tinderbox User
9bc543bd9a
update copyright notice
2013-09-18 23:45:30 +00:00
Tinderbox User
b014f47fd9
newcopyrights
2013-09-18 23:30:12 +00:00
Mark Andrews
563ba0b816
3645. [protocol] Use case sensitive compression when responding to
...
queries. [RT #34737 ]
(cherry picked from commit cb69994ff8 )
2013-09-18 16:16:06 +10:00
Mark Andrews
94e6452a33
call zone_settimer; sub test failure was not being detected
2013-09-18 12:56:12 +10:00
Mark Andrews
9102dc1db7
use $1 instead of \\1
...
(cherry picked from commit 3b84724c44 )
2013-09-18 11:55:07 +10:00
Mark Andrews
f68c1cf138
3644. [protocol] Check that EDNS subnet client options are well forme
...
[RT #34718 ]
(cherry picked from commit 3ad8f24ddd )
2013-09-18 11:26:26 +10:00
Tinderbox User
f2c8d9d0ab
regen v9_8
2013-09-18 01:10:41 +00:00
Mark Andrews
5785cc9ac8
tabify CHANGES/CHANGES.SE/EXCLUDED
...
(cherry picked from commit 1229ebb09b )
2013-09-18 10:36:39 +10:00
Tinderbox User
c32a681ef2
update copyright notice
2013-09-17 23:45:29 +00:00
Mark Andrews
17fa25fb0c
update
2013-09-18 09:33:41 +10:00
Mark Andrews
3ad95f6f98
silence compiler warning
...
(cherry picked from commit 01b7d52a9f )
2013-09-18 09:16:34 +10:00
Mark Andrews
26cd212be0
3641. [bug] Handle changes to sig-validity-interval settings
...
better. [RT #34625 ]
(cherry picked from commit b5f4cc132e )
2013-09-17 14:21:11 +10:00
Mark Andrews
7822448658
3640. [bug] ndots was not being checked when searching. Only
...
continue searching on NXDOMAIN responses. Add the
ability to specify ndots to nslookup. [RT #34711 ]
(cherry picked from commit 8afea636ab )
2013-09-17 11:57:33 +10:00
Mark Andrews
d0e11e8f15
whitspace
2013-09-17 11:12:44 +10:00
Mark Andrews
8231b780b2
3639. [bug] Treat type 65533 (KEYDATA) as opaque except when used
...
in a key zone. [RT #34238 ]
(cherry picked from commit d6f99498d6 )
2013-09-17 11:05:44 +10:00
Tinderbox User
1ac5226372
update copyright notice
2013-09-16 23:45:26 +00:00
Tinderbox User
c749e44e0a
newcopyrights
2013-09-16 23:30:07 +00:00
Mark Andrews
8cc7165b2f
cleanup missing
...
(cherry picked from commit 7e15f645f4 )
2013-09-16 10:19:46 +10:00
Mark Andrews
ffecf33c0a
fix whitespace in conf files
...
(cherry picked from commit e33278a779 )
2013-09-16 10:16:48 +10:00
Tinderbox User
086fca5eac
newcopyrights
2013-09-14 23:30:07 +00:00
Mark Andrews
adc55c3be8
silence compiler warnings
...
(cherry picked from commit a0369bb59f )
2013-09-14 19:35:12 +10:00
Tinderbox User
41eb16be97
newcopyrights
2013-09-12 23:30:33 +00:00
Evan Hunt
72be0a630b
[v9_8] update to atf 0.17
...
3648. [test] Updated the ATF test framework to version 0.17.
[RT #25627 ]
(cherry picked from commit a747113422 )
2013-09-12 16:22:22 -07:00
Tinderbox User
d3f4d36f07
update copyright notice
2013-09-10 23:45:27 +00:00
Tinderbox User
7c4eafde0f
newcopyrights
2013-09-10 23:30:06 +00:00
Evan Hunt
7115fc5c43
[v9_8] strdup journal filename
...
3646. [bug] Journal filename string could be set incorrectly,
causing garbage in log messages. [RT #34738 ]
(cherry picked from commit 18df9e628e )
2013-09-09 22:14:19 -07:00
Tinderbox User
c8a759551e
update copyright notice
2013-09-09 23:45:26 +00:00
Tinderbox User
43e19c1b2b
newcopyrights
2013-09-09 23:30:06 +00:00
Evan Hunt
45d81e9605
[v9_8] make sure both tags and branches work with kit.sh
...
(cherry picked from commit ab571c1f5b )
2013-09-09 10:35:10 -07:00
Evan Hunt
066a32c6e0
[v9_8] avoid duplication when looking up the shorthash
...
(cherry picked from commit d899311194 )
2013-09-09 09:27:12 -07:00
Evan Hunt
aa2232fc88
[v9_8] prep 9.8.4
2013-09-04 22:19:53 -07:00
Tinderbox User
f1461886af
regenerate
2013-09-05 05:17:48 +00:00
Mark Andrews
e2902e372b
restore release marker
2013-09-04 23:30:48 +10:00
Curtis Blackburn
02290cd91c
3638. [cleanup] Add the ability to handle ENOPROTOOPT in case it is
...
encountered. [RT #34668 ]
2013-08-28 16:00:12 -05:00
Tinderbox User
1c6f9f6193
update copyright notice
2013-08-19 23:45:27 +00:00
Tinderbox User
7e69acde3e
newcopyrights
2013-08-19 23:30:11 +00:00
Mark Andrews
415f8d470d
add dns_soa_buildrdata
2013-08-19 08:18:55 +00:00
Mark Andrews
0e1be72097
remove dead code
2013-08-19 12:54:08 +10:00
Mark Andrews
746ad4cd1d
9.8.6rc2
2013-08-19 11:57:25 +10:00
Mark Andrews
35185f40dc
3636. [bug] Automatic empty zones now behave better with
...
forward only "zones" beneath them. [RT #34583 ]
(cherry picked from commit 997c2c5116 )
2013-08-19 09:19:24 +10:00
Tinderbox User
2388f4a310
update copyright notice
2013-08-16 23:45:26 +00:00
Tinderbox User
5b76b37f32
newcopyrights
2013-08-16 23:30:09 +00:00
Mark Andrews
2269c9c9b7
3636. [bug] Automatic empty zones now behave better with
...
forward only "zones" beneath them. [RT #34583 ]
(cherry picked from commit e548e07a9a )
2013-08-16 14:27:35 +10:00
Mark Andrews
f38c926687
don't print out result as it is not meaningful here
2013-08-16 09:48:06 +10:00
Tinderbox User
1f246d11eb
update copyright notice
2013-08-15 23:45:27 +00:00
Tinderbox User
c67a8896e6
newcopyrights
2013-08-15 23:30:07 +00:00
Mark Andrews
0ed6a96870
3635. [bug] Signatures were not being removed from a zone with
...
only KSK keys for a algorithm. [RT #24439 ]
(cherry picked from commit d1e22676de )
2013-08-15 15:18:03 +10:00
Mark Andrews
0865e8fa2d
3634. [func] Report build-id in rndc status. Report build-id
...
when building from a git repository. [RT #20422 ]
(cherry picked from commit 0e1dfb8ff5 )
2013-08-15 12:57:13 +10:00
Mark Andrews
e593f1a94b
3633. [cleanup] Refactor OPT processing in named to make it easier
...
to support new EDNS options. [RT #34414 ]
(cherry picked from commit 8e091f3d3e )
2013-08-15 12:08:45 +10:00
Mark Andrews
e0e235c5c4
3632. [bug] Signature from newly inactive keys were not being
...
removed. [RT #32178 ]
(cherry picked from commit 7ace327795 )
2013-08-15 11:45:42 +10:00
Evan Hunt
4dc3ddd0bd
[v9_8] change 3630 incomplete--needed to check fromtext too
...
(cherry picked from commit 5f630b9417 )
2013-08-14 17:24:42 -07:00
Mark Andrews
74e8be1ec8
3631. [bug] Remove spurious warning about missing signatures when
...
qtype is SIG. [RT #34600 ]
(cherry picked from commit 06ace051e7 )
2013-08-15 08:06:21 +10:00
Tinderbox User
c0fac51463
update copyright notice
2013-08-13 23:45:25 +00:00
Tinderbox User
b1c43ab3d5
newcopyrights
2013-08-13 23:31:01 +00:00
Evan Hunt
d3f1608c96
[v9_8] fix md5 key id computation
...
3630. [bug] Ensure correct ID computation for MD5 keys. [RT #33033 ]
(cherry picked from commit 5d4343a998 )
(cherry picked from commit 70858bf974 )
2013-08-13 16:04:57 -07:00
Tinderbox User
29d573cf91
newcopyrights
2013-08-09 23:30:08 +00:00
Mark Andrews
259caf5a6f
request-ixfr no; is only supported at view level in 9.8
2013-08-09 13:18:35 +10:00
Mark Andrews
9583651d76
3627. [bug] RPZ changes were not effective on slaves. [RT #34450 ]
...
(cherry picked from commit 333f320a62d78e79fa54e7bcc389073a109618f7)
(cherry picked from commit dab73dfc86 )
2013-08-09 12:59:45 +10:00
Tinderbox User
47f8f5c667
update copyright notice
2013-08-07 23:45:25 +00:00
Tinderbox User
c162bc728b
newcopyrights
2013-08-07 23:30:09 +00:00
Mark Andrews
56f27e2453
3625. [bug] Don't send notify messages to machines outside of the
...
test setup.
(cherry picked from commit f45f654185 )
2013-08-07 15:51:24 +10:00
Curtis Blackburn
ce1aac2786
[v9_8] corrected a typo in the configure summary [RT #34448 ]
2013-07-31 15:07:52 -05:00
Mark Andrews
4219ded604
add CVE reference
...
(cherry picked from commit b0bd5a3f73 )
2013-07-30 23:32:38 +10:00
Mark Andrews
6e69f3af23
add comment
...
(cherry picked from commit f45818b82a )
2013-07-26 10:26:13 +10:00
Mark Andrews
9655a83eb9
add CVE-2013-4854
2013-07-26 10:17:47 +10:00
Tinderbox User
cb39171dd5
update copyright notice
2013-07-18 23:45:23 +00:00
Tinderbox User
7a2c99db72
newcopyrights
2013-07-18 23:37:54 +00:00
Mark Andrews
c04e1ac111
3621. [security] Incorrect bounds checking on private type 'keydata'
...
can lead to a remotely triggerable REQUIRE failure
(CVE-2013-4854). [RT #34238 ]
(cherry picked from commit fdb4ae8f6c )
2013-07-19 09:30:24 +10:00
Jeremy C. Reed
c93bd0efc9
Typo in tag.
...
Reported by SUN Guonian.
2013-07-15 21:52:08 -05:00
Mark Andrews
dbd2a3e401
9.8.6rc1
2013-07-15 15:57:22 +10:00
Evan Hunt
4ea6393223
[v9_8] add summary details
...
(cherry picked from commit b46f253ed783bb25fe99d147f40aeffb75237704)
(cherry picked from commit 55564db697 )
2013-07-13 15:17:34 -07:00
Tinderbox User
b0d42676c3
update copyright notice
2013-07-11 23:45:25 +00:00
Tinderbox User
a89a3f3434
newcopyrights
2013-07-11 23:30:07 +00:00
Evan Hunt
7d0f15185a
[v9_8] remove python from 9.8 configure summary
2013-07-11 10:12:30 -07:00
Evan Hunt
6e1f8f3c4c
[v9_8] add configure summary
...
3615. [cleanup] "configure" now finishes by printing a summary
of optional BIND features and whether they are
active or inactive. ("configure --enable-full-report"
increases the verbosity of the summary.) [RT #31777 ]
(cherry picked from commit 71697fd082 )
(cherry picked from commit dc4ab3bf62 )
2013-07-10 21:47:44 -07:00
Evan Hunt
862f188804
[v9_8] portability fix
...
3614. [port] Check for <linux/types.h>. [RT #34162 ]
(cherry picked from commit c174d5c13c )
(cherry picked from commit e57ea0e52f )
2013-07-10 20:46:16 -07:00
Evan Hunt
82c1355a74
[v9_8] silence warning
2013-07-10 09:16:18 -07:00
Tinderbox User
834b1741e3
update copyright notice
2013-07-09 23:45:25 +00:00
Tinderbox User
1df67c776a
newcopyrights
2013-07-09 23:30:11 +00:00
Evan Hunt
547ffae91c
[v9_8] added isc_safe_memcmp()
...
3611. [bug] Improved resistance to a theoretical authentication
attack based on differential timing. [RT #33939 ]
(cherry picked from commit 5b7abbef51 )
(cherry picked from commit a66c88dd26 )
2013-07-09 13:54:52 -07:00
Tinderbox User
73636842be
update copyright notice
2013-07-08 23:45:22 +00:00
Tinderbox User
60501eb5fa
newcopyrights
2013-07-08 23:30:05 +00:00
Evan Hunt
9b52a032b7
[v9_8] add missing binaries to BINDInstall
...
3610. [cleanup] win32: Some executables had been omitted from the
installer. [RT #34116 ]
(cherry picked from commit 26bda028ad )
(cherry picked from commit e1e53a03a1 )
2013-07-08 10:33:33 -07:00
Mark Andrews
f258219a62
copy CHANGES.SE if it exists
...
(cherry picked from commit 270506a2ce )
2013-07-04 12:27:57 +10:00
Tinderbox User
3c2fffdc3d
newcopyrights
2013-07-03 23:30:07 +00:00
Evan Hunt
4b3da55006
[v9_8] fix todos bug
2013-07-03 15:58:13 -07:00
Evan Hunt
b44d7c0f06
[v9_8] added todos.pl for win32 build
...
3608. [port] win32: added todos.pl script to ensure all text files
the win32 build depends on are converted to DOS
newline format. [RT #22067 ]
(cherry picked from commit 1da46be572 )
2013-07-03 11:44:07 -07:00
Mark Andrews
657db9838b
3607. [bug] dnssec-keygen had broken 'Invalid keyfile' error
...
message. [RT #34045 ]
2013-07-03 15:43:32 +10:00
Evan Hunt
9383a01afc
[v9_8] fixed win32 buildsetup glitch
...
(cherry picked from commit 9fce471584da910407c5b998306ee6609bc7ccc2)
2013-07-01 20:16:06 -07:00
Tinderbox User
2b49aee175
[v9_8] regenerate
2013-07-01 18:29:24 +00:00
Evan Hunt
faae8378fc
[v9_8] prep 9.8.6b1
2013-07-01 10:08:51 -07:00
Tinderbox User
ad5eaa8b38
update copyright notice
2013-06-26 23:45:23 +00:00
Tinderbox User
a37a5391ea
newcopyrights
2013-06-26 23:30:05 +00:00
Evan Hunt
6fe26a1b24
[v9_8] win32 fixes
...
3605. [port] win32: Addressed several compatibility issues
with newer versions of Visual Studio. [RT #33916 ]
(cherry picked from commit f42c0dcca8 )
(cherry picked from commit bd96797412 )
Squashed commit of the following:
commit 4127af15f85da90cf2bd3a0c5a558daae89e833a
Author: Francis Dupont <fdupont@isc.org >
Date: Tue Jun 25 22:41:53 2013 +0200
make the last change to be text
commit 21ef4891b9ee3e3aefb45d4c80d5cb7ec78f264f
Author: Curtis Blackburn <ckb@isc.org >
Date: Tue Jun 25 12:35:08 2013 -0500
[rt33916] re-worded for easier reading
commit 83828e47e62fea4070441e645ba8fed338255ceb
Author: Francis Dupont <fdupont@isc.org >
Date: Mon Jun 24 16:08:11 2013 +0200
introduce a VCRedistPath env var
commit 0337f2554f168993a65945e78c2879e9bfca5293
Author: Francis Dupont <fdupont@isc.org >
Date: Sun Jun 23 01:23:26 2013 +0200
_adjust_fdiv for VS < 2010
commit 375fdd5c06be276b0ff0ad589c0e22b809339fe9
Author: Francis Dupont <fdupont@isc.org >
Date: Thu Jun 20 16:27:04 2013 +0200
move to MSVC v1600 as it still breaks on VS 2010
commit bfcaf72071e9d8df1d0ce0c5f05b69acd51bf698
Author: Francis Dupont <fdupont@isc.org >
Date: Thu Jun 20 15:57:35 2013 +0200
WIN32: avoid addrinfo redef
commit 18504c3e50b11e66a0b573c7cb3d61094bfa5b52
Author: Francis Dupont <fdupont@isc.org >
Date: Thu Jun 20 15:54:38 2013 +0200
WIN32: fseek/ftell
commit f9a4fdccc5ab1c74c64412fb76da7dfd161787b2
Author: Francis Dupont <fdupont@isc.org >
Date: Thu Jun 20 15:13:01 2013 +0200
fix WIN32 error redefs in net.h (isc ad lwres libs)
2013-06-26 14:42:49 -07:00
Tinderbox User
7692d7f729
update copyright notice
2013-06-25 23:47:10 +00:00
Tinderbox User
afca355aec
newcopyrights
2013-06-25 23:30:06 +00:00
Mark Andrews
de963a1b12
3603. [bug] Install <isc/stat.h>. [RT #33956 ]
2013-06-25 23:58:58 +10:00
Francis Dupont
883a53356b
Added to PKCS#11 openssl patches a value len
...
attribute in DH derive key. [RT #33928 ]
2013-06-24 09:35:54 +02:00
Evan Hunt
f58c814d07
[v9_8] Merge branch 'v9_8' of ssh://repo/proj/git/prod/bind9 into v9_8
2013-06-19 17:14:29 -07:00
Evan Hunt
ea600f8a20
[v9_8] added change note for previous commit
...
3600. [cleanup] dig: Fixed a typo in the warning output when receiving
an oversized response. [RT #33910 ]
2013-06-19 17:13:15 -07:00
Tinderbox User
15cb21307c
update copyright notice
2013-06-19 23:45:31 +00:00
Tinderbox User
bf3a43ad98
newcopyrights
2013-06-19 23:30:05 +00:00
Evan Hunt
228b6133b9
[v9_8] typo in dig
...
(cherry picked from commit 31d95f1095 )
2013-06-19 15:21:43 -07:00
Evan Hunt
9c971268d4
[v9_8] check for physical equivalence in names
...
3599. [tuning] Check for pointer equivalence in name comparisons.
[RT #18125 ]
(cherry picked from commit 7c2f548141 )
2013-06-18 18:15:30 -07:00
Tinderbox User
db363671d7
newcopyrights
2013-06-13 23:30:05 +00:00
Mark Andrews
8dca2e1180
3594. [maint] Update config.guess and config.sub. [RT #33816 ]
...
(cherry picked from commit beb12aad6b )
2013-06-13 10:07:05 +10:00
Mark Andrews
6e6134911f
handle realloc failure [RT #32105 ]
...
(cherry picked from commit 0a6bfbc939 )
2013-06-11 16:04:25 +10:00
Tinderbox User
8c7bc590f7
regen v9_8
2013-06-11 01:09:50 +00:00
Tinderbox User
ebe35e246d
update copyright notice
2013-06-10 23:45:29 +00:00
Tinderbox User
1bd74d3728
newcopyrights
2013-06-10 23:30:05 +00:00
Evan Hunt
8d1ca6ef8b
[v9_8] move rndc command documentation to "man rndc"
...
3592. [doc] Moved documentation of rndc command options to the
rndc man page. [RT #33506 ]
(cherry picked from commit 1b2a4ce2b1 )
(cherry picked from commit a7daffaf4e )
2013-06-10 14:52:20 -07:00
Tinderbox User
093e562616
update copyright notice
2013-06-07 23:45:30 +00:00
Tinderbox User
8c369c0a2c
newcopyrights
2013-06-07 23:30:06 +00:00
Evan Hunt
0a122d5cea
[v9_8] fix memory leak in sigchase
...
3588. [bug] dig: addressed a memory leak in the sigchase code
that could cause a shutdown crash. [RT #33733 ]
(cherry picked from commit bf0441a339 )
2013-06-07 11:16:06 -07:00
Tinderbox User
c4b00f8c53
update copyright notice
2013-06-06 23:45:30 +00:00
Tinderbox User
183391fd92
newcopyrights
2013-06-06 23:30:05 +00:00
Mark Andrews
a4741ee1c7
3587. [func] 'named -g' now checks the logging configuration but
...
does not use it. [RT #33473 ]
(cherry picked from commit 8144dc702b )
2013-06-06 11:09:01 +10:00
Mark Andrews
39ea40d906
3586. [buf] Handle errors in xmlDocDumpFormatMemoryEnc. [RT #33706 ]
...
(cherry picked from commit 7ee225cf90 )
2013-06-06 11:01:27 +10:00
Tinderbox User
dab4c46bc3
update copyright notice
2013-06-04 23:45:28 +00:00
Tinderbox User
e27227d0f5
newcopyrights
2013-06-04 23:30:07 +00:00
Evan Hunt
00c887b62f
[v9_8] assertion failure in resolver.c
...
3584. [security] Caching data from an incompletely signed zone could
trigger an assertion failure in resolver.c [RT #33690 ]
(cherry picked from commit 276457f7a3 )
2013-06-04 11:23:26 -07:00
Mark Andrews
1ff19fdd42
3583. [bug] Address memory leak in GSS-API processing [RT #33574 ]
...
(cherry picked from commit 2347c72129 )
2013-06-04 12:01:23 +10:00
Mark Andrews
78f3b58e36
update
2013-06-04 11:39:14 +10:00
Mark Andrews
fa44803060
redo: 3576. [bug] Address a shutdown race when validating. [RT #33573 ]
2013-06-04 11:25:35 +10:00
Tinderbox User
86458bad32
regen v9_8
2013-06-04 01:11:01 +00:00
Tinderbox User
5aa1c443b4
update copyright notice
2013-06-03 23:45:27 +00:00
Tinderbox User
87587734c2
newcopyrights
2013-06-03 23:30:04 +00:00
Curtis Blackburn
94a24637d4
3581. [bug] Changed the tcp-listen-queue default to 10. [RT #33029 ]
2013-06-03 14:02:47 -05:00
Evan Hunt
9aeecebd73
[v9_8] log forwarded updates
...
3566. [func] Log when forwarding updates to master. [RT #33240 ]
(cherry picked from commit 34f3693b93 )
(cherry picked from commit b79131b960 )
2013-06-03 10:00:14 -07:00
Evan Hunt
19aff9289e
[v9_8] possible race in acache.c
...
3580. [bug] Addressed a possible race in acache.c [RT #33602 ]
(cherry picked from commit 5183f9d9da )
2013-05-31 17:31:27 -07:00
Mark Andrews
be27213cd1
address memory in dns_view_getsecroots failure
...
(cherry picked from commit c611465739 )
2013-05-31 12:31:34 +10:00
Mark Andrews
16a6e1114a
cleanup
2013-05-31 11:22:49 +10:00
Tinderbox User
a3413f6777
regen v9_8
2013-05-31 01:10:54 +00:00
Tinderbox User
760ca6b95d
Merge branch 'v9_8' of ssh://repo.isc.org/proj/git/prod/bind9 into v9_8
2013-05-31 01:07:43 +00:00
Tinderbox User
a3bbb2ffd8
update copyright notice
2013-05-30 23:45:30 +00:00
Tinderbox User
7ae49bf8d6
newcopyrights
2013-05-30 23:30:05 +00:00
Mark Andrews
6014603be0
silence compiler warnings
2013-05-30 14:09:05 +10:00
Mark Andrews
b6627d75be
3579. [maint] Updates to PKCS#11 openssl patches, supporting
...
versions 0.9.8y, 1.0.0k, 1.0.1e [RT #33463 ]
2013-05-30 12:41:04 +10:00
Tinderbox User
c5b97fd8e6
regen v9_8
2013-05-30 01:11:06 +00:00
Mark Andrews
e52f8190b6
3578. [bug] 'rndc -c file' now fails if 'file' does not exist.
...
[RT #33571 ]
(cherry picked from commit 17a00ff54c )
2013-05-30 11:10:01 +10:00
Tinderbox User
f48e7baf7e
update copyright notice
2013-05-29 23:45:29 +00:00
Tinderbox User
5bf82d9da7
newcopyrights
2013-05-29 23:30:15 +00:00
Mark Andrews
e6f2f589cf
3577. [bug] Handle zero TTL values better. [RT #33411 ]
...
(cherry picked from commit 5f238c3c64 )
2013-05-29 18:13:40 +10:00
Mark Andrews
e928a3fd11
3576. [bug] Address a shutdown race when validating. [RT #33573 ]
...
(cherry picked from commit 2cd3c8856c )
2013-05-29 18:04:18 +10:00
Mark Andrews
d55e94db58
3573. [bug] "rndc addzone" and "rndc delzone" incorrectly handled
...
zone names containing punctuation marks and other
nonstandard characters. [RT #33419 ]
2013-05-29 17:56:42 +10:00
Mark Andrews
ead5a924c7
3571. [bug] Address race condition in dns_client_startresolve().
...
[RT #33234 ]
2013-05-29 17:28:48 +10:00
Mark Andrews
01a1011e83
3574. [doc] The 'hostname' keyword was missing from server-id
...
description in the named.conf man page. [RT #33476 ]
2013-05-29 15:52:46 +10:00
Mark Andrews
bee549e53e
add description
2013-05-17 14:12:07 +10:00
Tinderbox User
a6c2020369
9.8.5
2013-05-17 00:50:33 +00:00
Mark Andrews
b8d776a649
9.8.5
2013-05-17 10:33:03 +10:00
Tinderbox User
f8ec3a45a3
regen v9_8
2013-05-16 01:11:10 +00:00
Tinderbox User
baad8a83fc
update copyright notice
2013-05-15 23:45:26 +00:00
Tinderbox User
929d967e1f
newcopyrights
2013-05-15 23:30:07 +00:00
Evan Hunt
b87eb884e5
[v9_8] fix typo
2013-05-14 19:42:40 -07:00
Tinderbox User
b1a80effdd
newcopyrights
2013-05-09 23:30:07 +00:00
Mark Andrews
876412293a
add gen.dSYM
2013-05-09 10:58:03 +10:00
Mark Andrews
8195de058e
add gen.dSYM
2013-05-09 10:55:31 +10:00
Evan Hunt
8539b4294e
[v9_8] add product description
...
3568. [cleanup] Add a product description line to the version file,
to be reported by named -v/-V. [RT #33366 ]
(cherry picked from commit af9f195c9e )
2013-05-03 15:09:26 -07:00
Evan Hunt
caa3fd00ec
[v9_8] silence ccc-analyzer
...
3567. [bug] Silence clang static analyzer warnings. [RT #33365 ]
2013-05-03 14:33:27 -07:00
Tinderbox User
6abe3e428f
newcopyrights
2013-05-02 23:30:06 +00:00
Evan Hunt
1996eedeb7
[v9_8] quote table names
...
3563. [contrib] zone2sqlite failed with some table names. [RT #33375 ]
(cherry picked from commit 96a1161785 )
(cherry picked from commit ed0d1d96c1 )
2013-05-02 07:39:42 -07:00
Tinderbox User
3a97757cc2
regen v9_8
2013-05-02 01:10:58 +00:00
Mark Andrews
4fa491fa24
add records starting with "v=spf1"
2013-05-01 15:31:02 +10:00
Mark Andrews
d82345ac1f
3561. [bug] dig: issue a warning if an EDNS query returns FORMERR
...
or NOTIMP. Adjust usage message. [RT #33363 ]
(cherry picked from commit 93aba6dcec )
2013-05-01 14:56:51 +10:00
Evan Hunt
bf1f6a1981
[v9_8] correct change number
...
(cherry picked from commit 23b599264f )
(cherry picked from commit 6193977bfc )
2013-04-30 11:26:49 -07:00
Mark Andrews
7bd7408fc7
add dns_message_buildopt
2013-04-30 17:45:36 +10:00
Tinderbox User
1c67f3be9f
update copyright notice
2013-04-30 06:38:31 +00:00
Tinderbox User
20ffabe66a
newcopyrights
2013-04-30 06:37:53 +00:00
Mark Andrews
aad3179360
3360. [bug] isc-config.sh did not honour includedir and libdir
...
when set via configure. [RT #33345 ]
2013-04-30 16:34:25 +10:00
Mark Andrews
9dc409a71b
9.8.5rc1
2013-04-30 15:58:43 +10:00
Tinderbox User
e682a40a4c
update copyright notice
2013-04-30 04:51:09 +00:00
Tinderbox User
ad0a580c3b
newcopyrights
2013-04-30 04:49:29 +00:00
Tinderbox User
b84f23eea6
9.8.5rc2
2013-04-30 04:40:46 +00:00
Mark Andrews
c550216c73
9.8.5rc2
2013-04-30 14:34:23 +10:00
Tinderbox User
3d49327edd
regen v9_8
2013-04-30 04:29:12 +00:00
Mark Andrews
54e6ec8f49
3559. [func] Check that both forms of Sender Policy Framework
...
records exist or do not exist. [RT #33355 ]
(cherry picked from commit 26bb3b7a67 )
2013-04-30 13:55:38 +10:00
Tinderbox User
90cdf1e0fb
update copyright notice
2013-04-29 23:45:26 +00:00
Tinderbox User
d7346a9c8d
newcopyrights
2013-04-29 23:30:07 +00:00
Mark Andrews
3ebf3f4799
undo conditional compile
2013-04-29 17:01:59 +10:00
Mark Andrews
d944023c86
add #ifdef DLZ
2013-04-29 16:50:50 +10:00
Mark Andrews
c2b1f25fdd
3558. [bug] IXFR of a DLZ stored zone was broken. [RT #33331 ]
...
(cherry picked from commit 9a785712f1 )
2013-04-29 15:47:49 +10:00
Tinderbox User
1fabc2b850
update copyright notice
2013-04-28 23:45:22 +00:00
Tinderbox User
4297b83562
newcopyrights
2013-04-28 23:30:08 +00:00
Evan Hunt
e15b66552c
[v9_8] d.root-servers.net AAAA
...
3556. [maint] Added AAAA for D.ROOT-SERVERS.NET.
(cherry picked from commit 73ad83bcf0 )
2013-04-27 16:43:35 -07:00
Evan Hunt
12fe01ba9b
[v9_8] correct man volume for isc-hmac-fixup
2013-04-27 16:41:06 -07:00
Tinderbox User
b61feeae26
update copyright notice
2013-04-26 23:45:27 +00:00
Tinderbox User
64b674e097
newcopyrights
2013-04-26 23:30:10 +00:00
Mark Andrews
e51102c8f4
reverse CHANGES change
2013-04-26 22:21:17 +10:00
Mark Andrews
a339ddd601
Merge remote-tracking branch 'refs/remotes/origin/v9_8' into v9_8
...
n names in
rdata which is no compressable when writing master
files. [RT #22863 ]
(cherry picked from commit 38b84a1fcf )
2013-04-26 21:29:13 +10:00
Mark Andrews
82a8a2b61e
2565. [func] Add support for HIP record. Includes new functions
...
dns_rdata_hip_first(), dns_rdata_hip_next()
and dns_rdata_hip_current(). [RT #19384 ]
(cherry picked from commit e4c6491bbf )
2013-04-26 18:34:25 +10:00
Mark Andrews
4c1eeaba67
3056. [func] Added support for URI resource record. [RT #23386 ]
...
(cherry picked from commit 23f3993502 )
2013-04-26 14:35:30 +10:00
Evan Hunt
b2d727cce0
[v9_8] address two more possible acache asserts
...
3555. [bug] Address theoretical race conditions in acache.c
(change #3553 was incomplete). [RT #33252 ]
(cherry picked from commit ff5ac6d421 )
(cherry picked from commit 62ebf6bbef )
2013-04-25 18:03:57 -07:00
Evan Hunt
10ecd593ae
[v9_8] double free caused assertion in acache
...
3553. [bug] Address suspected double free in acache. [RT #33252 ]
(cherry picked from commit 11b04b18f8ecb7c0119a7a6b6bbf8f5bad789c9a)
(cherry picked from commit 3673e8535584457ec1a79b6a30ddf4d182b0f921)
2013-04-25 10:41:40 -07:00
Tinderbox User
062e692790
update copyright notice
2013-04-19 23:45:23 +00:00
Tinderbox User
0bb3c20da0
newcopyrights
2013-04-19 23:30:06 +00:00
Mark Andrews
15d671ee87
3552. [bug] Wrong getopt option string for 'nsupdate -r'.
...
[RT# 33280]
2013-04-19 23:49:25 +10:00
Evan Hunt
0a708b6b1e
[v9_8] another check5011 bugfix
2013-04-16 14:05:50 -07:00
Evan Hunt
80ba6d7704
[v9_8] bugfix in contrib/check5011.pl
2013-04-16 13:36:22 -07:00
Tinderbox User
9554f779f4
update copyright notice
2013-04-12 23:45:23 +00:00
Tinderbox User
df41f214f0
newcopyrights
2013-04-12 23:30:04 +00:00
Mark Andrews
306ab52898
silence hpux compiler warnings
...
(cherry picked from commit 02638c8b40 )
2013-04-12 14:08:07 +10:00
Tinderbox User
17438ea1b0
update copyright notice
2013-04-11 23:45:23 +00:00
Tinderbox User
9406237e4c
newcopyrights
2013-04-11 23:30:06 +00:00
Mark Andrews
580cfdf848
don't call dns_message_destroy in make_querymessage
...
(cherry picked from commit da87a34cd2 )
2013-04-11 18:19:52 +10:00
Mark Andrews
c18c186170
silence coverity warnings
...
(cherry picked from commit 45b727f651 )
(cherry picked from commit 53f675154c )
2013-04-11 17:26:29 +10:00
Tinderbox User
c8e75db9a3
newcopyrights
2013-04-10 23:30:04 +00:00
Mark Andrews
1f953657bd
add sleep 1 to loop
...
(cherry picked from commit cc444c73d5 )
2013-04-10 21:36:46 +10:00
Tinderbox User
a5e1b39205
update copyright notice
2013-04-09 23:45:24 +00:00
Mark Andrews
1f4749532b
update
2013-04-09 13:12:54 +10:00
Tinderbox User
3d2a3360a8
regen v9_8
2013-04-09 01:10:45 +00:00
Mark Andrews
214992ca21
silence signed/unsigned compare warning
2013-04-09 06:31:16 +10:00
Evan Hunt
730ff1f56a
[v9_8] add request-nsid doc
...
3549. [doc] Documentation for "request-nsid" was missing.
[RT #33153 ]
(cherry picked from commit c4a453fa5c )
2013-04-08 10:27:16 -07:00
Mark Andrews
6227ab7137
3548. [bug] The NSID request code in resolver.c was broken
...
resulting in invalid EDNS options being sent.
[RT #33153 ]
(cherry picked from commit 4adf97c32f )
Conflicts:
lib/dns/include/dns/message.h
lib/dns/message.c
2013-04-08 16:45:14 +10:00
Mark Andrews
8853870575
3547. [bug] Some malformed unknown rdata records were not properly
...
detected and rejected. [RT #33129 ]
(cherry picked from commit 1cc4695f0d )
2013-04-08 09:58:02 +10:00
Tinderbox User
dce6ba7171
update copyright notice
2013-04-04 23:45:21 +00:00
Tinderbox User
4d1a0e22ab
newcopyrights
2013-04-04 23:30:09 +00:00
Mark Andrews
640be3c898
moved 9.8.5rc1
2013-04-05 09:22:40 +11:00
Mark Andrews
530249bc9e
3546. [func] Add EUI48 and EUI64 types. [RT #33082 ]
...
(cherry picked from commit 3a6d62c59f )
2013-04-05 09:09:04 +11:00
Mark Andrews
c24d623527
s/-e/-x/
...
(cherry picked from commit c2838610c6 )
2013-04-05 07:38:45 +11:00
Mark Andrews
ef62b4c908
3542. [bug] masterformat system test was broken. [RT #33086 ]
2013-04-04 15:04:28 +11:00
Tinderbox User
10b57da2e4
update copyright notice
2013-04-03 23:45:25 +00:00
Tinderbox User
09f00e5dc4
newcopyrights
2013-04-03 23:30:06 +00:00
Mark Andrews
cf3e838fd3
add SAMPLE to the list of varables to be exported
2013-04-04 07:25:24 +11:00
Evan Hunt
59a35e7521
[v9_8] 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:31 -07:00
Evan Hunt
f3c3045f93
[v9_8] grammar fix
2013-04-03 08:38:46 -07:00
Mark Andrews
5098ba6781
link export/libisccfg againt DNS_CRYPTO_LIBS
2013-04-03 14:04:12 +00:00
Mark Andrews
d78d1ffeb9
typo
2013-04-03 17:50:06 +11:00
Mark Andrews
be587dff9b
3543. [bug] Update socket stucture before attaching to socket
...
manager after accert. [RT #33084 ]
(cherry picked from commit a8572209bc )
2013-04-03 17:43:52 +11:00
Mark Andrews
dde95c2023
add insist to try to prevent coverity false positive
2013-04-03 17:37:47 +11:00
Mark Andrews
5323a5ebc3
3541. [bug] The parts if libdns was not being properly initialized
...
in when built in libexport mode. [RT #33028 ]
2013-04-03 17:28:30 +11:00
Mark Andrews
9e510086df
3540. [bug] libt_api: t_info and t_assert were not thread safe.
2013-04-03 17:18:31 +11:00
Tinderbox User
65027e3472
update copyright notice
2013-04-02 23:45:21 +00:00
Tinderbox User
7b267464fd
newcopyrights
2013-04-02 23:30:03 +00:00
Evan Hunt
377363b66b
[v9_8] fix isc_time_formathttptmestamp() on win32
...
3539. [port] win32: timestamp format didn't match other platforms.
(cherry picked from commit 99bf6a57d9 )
2013-04-01 22:29:47 -07:00
Evan Hunt
225efdcf17
[v9_8] handle multi-word product names better
...
(cherry picked from commit 0ebd8d9ea3 )
2013-03-26 20:39:56 -07:00
Tinderbox User
497e7e8d6f
regenerate
2013-03-27 02:29:37 +00:00
Evan Hunt
212930f58f
[v9_8] prepare 9.8.5rc1
2013-03-26 19:05:30 -07:00
Tinderbox User
c6e3d7a97b
update copyright notice
2013-03-26 23:45:21 +00:00
Tinderbox User
64a6fc484e
newcopyrights
2013-03-26 23:30:05 +00:00
Curtis Blackburn
1f98d7f74b
[v9_8]
...
3538. [test] Running "make test" now requires loopback interfaces to be
set up. [RT #32452 ]
2013-03-26 14:49:13 -05:00
Tinderbox User
9155e1fc82
update copyright notice
2013-03-22 23:45:24 +00:00
Tinderbox User
1d07527640
newcopyrights
2013-03-22 23:30:06 +00:00
Evan Hunt
cfc2bf3cfe
[v9_8] fix merge error
2013-03-22 16:12:51 -07:00
Evan Hunt
7b35b00d6e
[v9_8] slaves notify before writing to disk
...
3537. [tuning] Slave zones, when updated, now send NOTIFY messages
to peers before being dumped to disk rather than
after. [RT #27242 ]
(cherry picked from commit e57a83b576 )
(cherry picked from commit af7a5c3801 )
2013-03-22 14:16:30 -07:00
Mark Andrews
4d088f4db9
3535. [bug] Minor win32 cleanups. [RT #32962 ]
2013-03-22 22:24:46 +11:00
Mark Andrews
b7f6f5fd66
sock could be used uninitalized in isc_socketmgr_renderxml on error
2013-03-22 15:31:07 +11:00
Evan Hunt
02e16ccc72
[v9_8] zone parsing broken with embedded null
...
3534. [bug] Extra text after an embedded NULL was ignored when
parsing zone files. [RT #32699 ]
(cherry picked from commit 4bf686cf5d )
2013-03-21 19:59:04 -07:00
Tinderbox User
f2cd940170
update copyright notice
2013-03-21 23:45:24 +00:00
Tinderbox User
ee3998ce2f
newcopyrights
2013-03-21 23:30:04 +00:00
Mark Andrews
99ee6ce864
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:11 +11:00
Mark Andrews
256b97b87a
3531. [bug] win32: A uninitialized value could be returned on out
...
of memory. [RT #32960 ]
2013-03-22 09:23:17 +11:00
Evan Hunt
31e7f62037
[v9_8] improvements to queryperf
...
3530. [contrib] Better RTT tracking in queryperf. [RT #30128 ]
(cherry picked from commit 384fef0034 )
2013-03-20 19:15:53 -07:00
Tinderbox User
b167b9a8f5
newcopyrights
2013-03-20 23:30:06 +00:00
Mark Andrews
30dec334e9
add files generated by configure
2013-03-21 10:26:51 +11:00
Tinderbox User
3a3256e8d8
update copyright notice
2013-03-16 23:45:21 +00:00
Tinderbox User
eb2c7ee4e3
newcopyrights
2013-03-16 23:30:05 +00:00
Mark Andrews
34f2fdbd69
update
2013-03-16 10:55:24 +11:00
Evan Hunt
518a373980
[v9_8] make dst test work outside srcdir
...
3526. [cleanup] Set up dependencies for unit tests correctly during
build. [RT #32803 ]
(cherry picked from commit 741ebf1004 )
(cherry picked from commit 5021f4df52 )
2013-03-15 07:38:20 -07:00
Tinderbox User
5e22f82de7
update copyright notice
2013-03-14 23:45:24 +00:00
Tinderbox User
091d2a2481
newcopyrights
2013-03-14 23:30:04 +00:00
Tinderbox User
284e0b7a8b
regen v9_8
2013-03-14 01:10:35 +00:00
Tinderbox User
7d82ad071c
update copyright notice
2013-03-13 23:45:20 +00:00
Tinderbox User
bf20a8f18e
newcopyrights
2013-03-13 23:30:03 +00:00
Evan Hunt
1c369156fe
[v9_8] fixed srcdir in nothreads build
2013-03-12 23:42:38 -07:00
Tinderbox User
40af199847
update copyright notice
2013-03-08 23:45:22 +00:00
Tinderbox User
4d348498a6
newcopyrights
2013-03-08 23:30:08 +00:00
Mark Andrews
4f7595ec9f
3521. [bug] Address memory leak in opensslecdsa_link.c. [RT #32249 ]
...
(cherry picked from commit aababae795 )
2013-03-08 21:15:27 +11:00
Mark Andrews
96424ceea9
wait for upstream transfer to complete
2013-03-08 17:16:14 +11:00
Mark Andrews
e9f4715cd0
3520. [bug] 'mctx' was not being referenced counted in some places
...
where it should have been. [RT #32794 ]
(cherry picked from commit 3a0da183bb )
2013-03-08 14:42:17 +11:00
Tinderbox User
6b443e2b26
update copyright notice
2013-03-07 23:45:20 +00:00
Tinderbox User
b0e976d8f0
newcopyrights
2013-03-07 23:30:09 +00:00
Mark Andrews
8d9304dc7d
add PRODUCT to version.h; handle empty PATCHVER
...
(cherry picked from commit b0f3042e37 )
2013-03-07 15:43:27 +11:00
Tinderbox User
7120164be4
9.8.5b2
2013-03-07 03:06:11 +00:00
Tinderbox User
a8005668ea
regen v9_8
2013-03-07 02:52:17 +00:00
Tinderbox User
d045f0257d
9.8.5b2
2013-03-07 02:24:52 +00:00
Mark Andrews
c7f6f18d1f
9.8.5b2
2013-03-07 12:46:43 +11:00
Tinderbox User
17bf13045c
update copyright notice
2013-03-06 23:47:04 +00:00
Tinderbox User
46a75d6a1f
newcopyrights
2013-03-06 23:30:09 +00:00
Mark Andrews
a17840be06
3517. [bug] Reorder destruction to avoid shutdown race. [RT #32777 ]
...
(cherry picked from commit e7b9603ead )
(cherry picked from commit 84e4b4e536 )
2013-03-07 07:15:37 +11:00
Mark Andrews
1507b94e7d
3515. [port] '%T' is not portable in strftime(). [RT #32763 ]
...
(cherry picked from commit 550c92405f )
2013-03-06 15:34:43 +11:00
Tinderbox User
db12281764
update copyright notice
2013-03-05 23:45:28 +00:00
Tinderbox User
17ba5a9bbc
newcopyrights
2013-03-05 23:30:09 +00:00
Mark Andrews
bb2505325b
silence compiler warnings
2013-03-05 23:46:41 +11:00
Mark Andrews
87015bdec2
check that the lwresd server has started before querying it
...
(cherry picked from commit 661f1197a200bdd3d2411e9b02a46b93fb1fb083)
2013-03-05 17:24:43 +11:00
Tinderbox User
963c11d66a
update copyright notice
2013-03-04 23:45:29 +00:00
Tinderbox User
44733c78c1
newcopyrights
2013-03-04 23:30:07 +00:00
Evan Hunt
3c9f794020
[v9_8] fix keysizes in confgen
...
3514. [bug] The ranges for valid key sizes in ddns-confgen and
rndc-confgen were too constrained. Keys up to 512
bits are now allowed for most algorithms, and up
to 1024 bits for hmac-sha384 and hmac-sha512.
[RT #32753 ]
(cherry picked from commit 33b8db1bb3 )
(cherry picked from commit db3792f241 )
2013-03-04 12:15:22 -08:00
Evan Hunt
74828b03e1
[v9_8] doc typo (rt #32745 )
2013-03-02 14:25:26 -08:00
Evan Hunt
6602e024de
[v9_8] need to quote PRODUCT
...
(cherry picked from commit f107fe7fc9 )
2013-03-02 00:17:10 -08:00
Tinderbox User
fa5b167f64
update copyright notice
2013-03-01 23:45:30 +00:00
Tinderbox User
aaa015f9a4
newcopyrights
2013-03-01 23:30:09 +00:00
Curtis Blackburn
682dcf69ce
[v9_8]3509. [cleanup] Added a product line to version file to allow for
...
easy naming of different products (BIND
vs BIND ESV, for example). [RT #32755 ]
(cherry picked from commit 53a4e18582 )
2013-03-01 16:30:51 -06:00
Curtis Blackburn
bb4fe55f8e
[v9_8]3509. [cleanup] Added a product line to version file to allow for
...
easy naming of different products (BIND
vs BIND ESV, for example). [RT #32755 ]
(cherry picked from commit 53a4e18582 )
2013-03-01 16:27:05 -06:00
Tinderbox User
9a00733697
update copyright notice
2013-02-28 23:45:29 +00:00
Tinderbox User
b4f7868622
newcopyrights
2013-02-28 23:30:08 +00:00
Evan Hunt
7d0d557a58
[v9_8] address warnings building exportlibs
2013-02-28 15:23:23 -08:00
Evan Hunt
4b7291779f
[v9_8] add changes note for 32338
2013-02-28 13:52:47 -08:00
Mark Andrews
6329eb0539
silence clang warning
...
(cherry picked from commit 33c14ca653 )
2013-02-28 16:50:32 +11:00
Mark Andrews
870c402a7d
check isc_task_beginexclusive result
...
(cherry picked from commit 189efe774e )
2013-02-28 13:23:34 +11:00
Mark Andrews
d10dc101a6
check the returns from isc_task_beginexclusive
2013-02-28 13:15:54 +11:00
Tinderbox User
6297ba9300
regen v9_8
2013-02-28 01:10:28 +00:00
Evan Hunt
61a0bb0f4b
[v9_8] clarify size_spec in ARM
...
3503. [doc] Clarify size_spec syntax. [RT #32449 ]
(cherry picked from commit de1223830f )
(cherry picked from commit 70351d6e18 )
2013-02-27 14:40:43 -08:00
Mark Andrews
d4a7b127d4
add <isc/util.h>
2013-02-27 16:15:09 +11:00
Mark Andrews
5a1f547745
silence compiler warnings
2013-02-27 15:57:09 +11:00
Mark Andrews
be7574a755
update copyrights
2013-02-27 12:38:27 +11:00
Evan Hunt
a67a2ab2c2
[v9_8] silence warning
2013-02-26 17:29:09 -08:00
Tinderbox User
78fbd71a5f
regen v9_8
2013-02-27 01:16:04 +00:00
Mark Andrews
9b18d8a95f
3500. [port] Support NAPTR regular expression validation on
...
all platforms. [RT #32688 ]
2013-02-27 09:02:21 +11:00
Evan Hunt
b2ae46acbc
[v9_8] fix built-in zone doc
...
3499. [doc] Corrected ARM documentation of built-in zones.
[RT #32694 ]
(cherry picked from commit 298ca12250 )
(cherry picked from commit a0d472b36e )
2013-02-26 11:57:35 -08:00
Mark Andrews
08e896f3a3
'!' is not portable.
2013-02-26 23:13:24 +11:00
Mark Andrews
6292e6f1d5
3498. [bug] zone statistics for zones which matched a potential
...
empty zone could have their zone-statistics setting
overridden.
reviewed via jabber.
2013-02-26 15:50:01 +11:00
Tinderbox User
4977d4492b
update copyright notice
2013-02-25 23:45:29 +00:00
Evan Hunt
3584937648
[v9_8] RPZ speed up (phase 1, single RPZ)
...
3496. [func] Improvements to RPZ performance. The "response-policy"
syntax now includes a "min-ns-dots" clause, with
default 1, to exclude top-level domains from
NSIP and NSDNAME checking. [RT #32251 ]
Response policy (rpz) changes to
- add zone statistics
- speed up by adding min-ns-dots to the response-policy syntax
with a default of 1
- detect and reject policy zones with a database other than rbt
only rbtdb has rpz hooks
- allow empty response-policy{} statement
- make --enable-rpz-nsip and --enable-rpz-nsdname the default
(cherry picked from commit 8159e80279408be50d31db5d853ae2736bd1934d)
2013-02-25 14:32:00 -08:00
Tinderbox User
a5b936c321
update copyright notice
2013-02-18 23:45:27 +00:00
Tinderbox User
447a18b856
newcopyrights
2013-02-18 23:30:08 +00:00
Mark Andrews
501ee051fa
dlzdb in 9.8 and earlier doesn't have a link element
2013-02-19 08:35:27 +11:00
Mark Andrews
ad76b3444d
3489. [bug] --enable-developer now turns on ISC_LIST_CHECKINIT.
...
dns_dlzcreate() failed to properly initialize
dlzdb.link. When cloning a rdataset do not copy
the link contents. [RT #32651 ]
Squashed commit of the following:
commit c36c49cbdaeec8b2506dffadbffa543283702fa2
Author: Mark Andrews <marka@isc.org >
Date: Mon Feb 18 23:24:57 2013 +1100
don't copy the link when cloning a rdataset
commit 9fef5827edcc925075832dcce900eeca9057456d
Author: Mark Andrews <marka@isc.org >
Date: Mon Feb 18 23:23:25 2013 +1100
initialise the dlzdb link; don't return a stale pointer on error
commit a13c584732eae2dde48920a73886b54f1fe6b030
Author: Mark Andrews <marka@isc.org >
Date: Mon Feb 18 23:21:59 2013 +1100
turn on ISC_LIST_CHECKINIT
Conflicts:
lib/dns/dlz.c
(cherry picked from commit c1402b00d3 )
2013-02-19 07:32:22 +11:00
Mark Andrews
195312bfd3
3488. [bug] Use after free error with DH generated keys. [RT #32649 ]
2013-02-18 20:24:24 +11:00
Tinderbox User
145eda42cb
update copyright notice
2013-02-16 23:45:28 +00:00
Mark Andrews
94376ebfdc
update
2013-02-16 11:22:27 +11:00
Mark Andrews
7502975522
3487. [bug] Change 3444 was not complete. There was a additional
...
place where the NOQNAME proof needed to be saved.
[RT #32629 ]
Squashed commit of the following:
commit cdef844f57bd3eb30b1f77135b89b6f9360e8bee
Author: Mark Andrews <marka@isc.org >
Date: Sat Feb 16 00:27:14 2013 +1100
whitespace
commit 60eb7e3f6cdd102d6aaf0fb4ada8c552576e4502
Author: Mark Andrews <marka@isc.org >
Date: Sat Feb 16 00:19:51 2013 +1100
return noqname proof with +cd and dlv
2013-02-16 07:47:11 +11:00
Evan Hunt
affd842860
[v9_8] address TKEY bugs
...
3486. [bug] named could crash when using TKEY-negotiated keys
that had been deleted and then recreated. [RT #32506 ]
(cherry picked from commit 0b8bd3a4ae )
2013-02-15 10:22:19 -08:00
Mark Andrews
9d511baff3
silence compiler warning
...
(cherry picked from commit 52946dc6c0 )
2013-02-15 17:42:41 +11:00
Tinderbox User
1b6469ae80
update copyright notice
2013-02-12 23:45:26 +00:00
Tinderbox User
5d295aceec
newcopyrights
2013-02-12 23:30:05 +00:00
Mark Andrews
da15537943
3485. [cleanup] Only compile openssl_gostlink.c if we support GOST.
...
(cherry picked from commit 7e9ccec638 )
(cherry picked from commit 3e712bbd61 )
2013-02-12 13:06:24 +11:00
Tinderbox User
ff2ee54357
newcopyrights
2013-02-07 23:30:08 +00:00
Curtis Blackburn
a5f95782c4
[v9_8]3481. [cleanup] removed use of const const in atf
...
(cherry picked from commit 0da7c95546 )
2013-02-06 17:50:51 -06:00
Tinderbox User
5ee8ec563c
update copyright notice
2013-02-05 23:45:22 +00:00
Tinderbox User
e90bc134b1
newcopyrights
2013-02-05 23:30:08 +00:00
Mark Andrews
807aeb43e8
explict cast to (char *) from (void *) to silence compiler warning in %s checking
2013-02-05 14:25:40 +11:00
Tinderbox User
1043b48e2d
update copyright notice
2013-01-25 23:45:26 +00:00
Tinderbox User
080d637dcd
newcopyrights
2013-01-25 23:30:07 +00:00
Mark Andrews
e38500c43f
3479. [bug] Address potential memory leaks in gssapi support
...
code. [RT #32405 ]
2013-01-25 12:24:46 +11:00
Tinderbox User
b66835303e
update copyright notice
2013-01-24 23:45:28 +00:00
Tinderbox User
0b760546c4
newcopyrights
2013-01-24 23:30:05 +00:00
Tinderbox User
9e82eb9b66
regenerate
2013-01-24 22:55:05 +00:00
Evan Hunt
9eb6e86f51
[v9_8] build failure in C99
...
3478. [port] Fix a build failure in strict C99 environments
[RT #32475 ]
(cherry picked from commit cd63e94310 )
2013-01-24 14:52:26 -08:00
Evan Hunt
1b7bba3645
Merge branch 'v9_8' of ssh://repo/proj/git/prod/bind9 into v9_8
2013-01-23 15:49:43 -08:00
Tinderbox User
1c7322992f
update copyright notice
2013-01-23 23:45:26 +00:00
Evan Hunt
8d025e23e3
[v9_8] fix dns_request_createvia assert
...
3474. [bug] nsupdate could assert when the local and remote
address families didn't match. [RT #22897 ]
(cherry picked from commit ffff5d6792 )
2013-01-23 15:43:58 -08:00
Tinderbox User
df5c0e3426
newcopyrights
2013-01-23 23:30:06 +00:00
Tinderbox User
ae86a49431
regenerate
2013-01-23 23:09:16 +00:00
Evan Hunt
2829208aac
[v9_8] fix enable-openssl-hash/with-atf combo
2013-01-23 15:06:14 -08:00
Evan Hunt
84b22f9e54
[v9_8] dump masterfile after successful xfrin
...
3470. [bug] Slave zones could fail to dump when successfully
refreshing after an initial failure. [RT #31276 ]
(cherry picked from commit 214836c184 )
(cherry picked from commit ddfed3060a )
2013-01-22 16:03:08 -08:00
Tinderbox User
7985856457
update copyright notice
2013-01-21 23:45:21 +00:00
Tinderbox User
74d2545f52
newcopyrights
2013-01-21 23:30:06 +00:00
Evan Hunt
862e51f42b
[v9_8] prevent ixfr/ns1 being removed
2013-01-21 14:19:57 -08:00
Evan Hunt
5afb865287
[v9_8] add 10.53.0.8 address
2013-01-21 12:37:24 -08:00
Jeremy C. Reed
9f366c6b1a
Mention latest CVE too.
2013-01-18 22:52:53 +00:00
Evan Hunt
3b65e1e173
Merge branch 'v9_8' of ssh://repo/proj/git/prod/bind9 into v9_8
2013-01-18 14:21:37 -08:00
Evan Hunt
3463fe9a4d
[v9_8] add CVE, correct change 3388
...
(cherry picked from commit 3806133da5 )
2013-01-18 14:20:13 -08:00
Tinderbox User
77b46e925e
update copyright notice
2013-01-17 23:45:27 +00:00
Tinderbox User
eabe3c43ea
newcopyrights
2013-01-17 23:30:06 +00:00
Evan Hunt
3fbc9b39a4
[v9_8] bump release
2013-01-17 11:25:29 -08:00
Evan Hunt
285bbf3685
[v9_8] fix DNS64 with RPZ-remapped A records
...
3468. [security] RPZ rules to generate A records (but not AAAA records)
could trigger an assertion failure when used in
conjunction with DNS64. [RT #32141 ]
(cherry picked from commit 71f8edccba )
2013-01-17 11:24:39 -08:00
Curtis Blackburn
98139af000
[v9_8][bug] Added checks in dnssec-keygen and dnssec-settime to check for
...
delete date < inactive date. [RT #31719 ]
2013-01-17 11:04:30 -06:00
Mark Andrews
1b786a12df
add POST's
2013-01-17 23:26:13 +11:00
Mark Andrews
85f1b8ccfe
s/head/tail/
2013-01-17 21:46:00 +11:00
Mark Andrews
8ae4fbc535
Silence "Access to field 'refs' results in a dereference of a null pointer" by adding appropriate assertions.
2013-01-17 14:40:16 +11:00
Mark Andrews
14d0298b1c
Silence "Use of memory after it is freed" by asserting the head and tail of list are not the element after it is unlinked from the list.
2013-01-17 14:22:39 +11:00
Tinderbox User
5508bb2b3c
update copyright notice
2013-01-15 23:45:23 +00:00
Tinderbox User
0d122d4605
newcopyrights
2013-01-15 23:30:05 +00:00
Mark Andrews
5aac307269
silence compiler warning: Value stored to '?' is never used
2013-01-16 07:13:38 +11:00
Mark Andrews
dfacd37aca
remove bin/pkcs11/openssl-0.9.8s-patch bin/pkcs11/openssl-1.0.0f-patch
2013-01-12 10:58:18 +11:00
Tinderbox User
3983411d09
update copyright notice
2013-01-11 23:45:29 +00:00
Tinderbox User
97efc552d3
newcopyrights
2013-01-11 23:30:07 +00:00
Mark Andrews
b6c945b3cc
fix typo
2013-01-11 17:47:19 +11:00
Mark Andrews
4541d35e11
add dns_zone_clearqueryaoncl, dns_zone_getqueryaoncl
2013-01-11 16:54:12 +11:00
Mark Andrews
8746784236
windows snprint support
2013-01-11 16:27:04 +11:00
Mark Andrews
9bb0197b45
9.8.5
2013-01-11 15:22:58 +11:00
Mark Andrews
8cc6ff2e27
9.8.5b1
2013-01-11 15:09:36 +11:00
Mark Andrews
1d021c0ac3
3465. [bug] Handle isolated reserved ports. [RT #31778 ]
2013-01-11 14:12:18 +11:00
Evan Hunt
3a654b0e91
[v9_8] update openssl pkcs11 patches
...
3464. [maint] Updates to PKCS#11 openssl patches, supporting
versions 0.9.8x, 1.0.0j, 1.0.1c [RT #29749 ]
(cherry picked from commit dc6cea0448 )
2013-01-10 18:31:16 -08:00
Mark Andrews
ac929bf50b
Merge branch 'v9_8' of repo.isc.org:/proj/git/prod/bind9 into v9_8
2013-01-11 12:50:22 +11:00
Mark Andrews
09b985781c
spelling; whitespace
2013-01-11 12:35:35 +11:00
Tinderbox User
eed97ca292
regen v9_8
2013-01-11 01:10:05 +00:00
Mark Andrews
881e8054cc
9.8.5b1
2013-01-11 11:53:57 +11:00
Tinderbox User
ac42e7e721
9.8.5b1
2013-01-11 00:35:11 +00:00
Tinderbox User
855dfec81c
update copyright notice
2013-01-10 23:45:31 +00:00
Tinderbox User
88f115b65f
newcopyrights
2013-01-10 23:30:15 +00:00
Tinderbox User
72120d4f29
regen v9_8
2013-01-10 20:25:43 +00:00
Evan Hunt
f2209ca3ee
[v9_8] clarify managed-keys syntax
...
(cherry picked from commit 54ca241334 )
2013-01-10 12:03:26 -08:00
Evan Hunt
7d2f563331
[v9_8] doc clarification about dig & resolv.conf
2013-01-10 11:50:02 -08:00
Mark Andrews
9ad7445961
3461. [bug] Negative responses could incorrectly have AD=1
...
set. [RT #32237 ]
2013-01-10 22:17:59 +11:00
Mark Andrews
b7bca4efa8
remove dead code
2013-01-10 18:12:06 +11:00
Tinderbox User
32e84f21bf
update copyright notice
2013-01-09 23:45:26 +00:00
Mark Andrews
f9ebbc9b10
update
2013-01-10 10:41:58 +11:00
Mark Andrews
3950620c23
Merge remote-tracking branch 'refs/remotes/origin/v9_8' into v9_8
2013-01-10 10:38:33 +11:00
Mark Andrews
3e79b9fc43
3458. [bug] Return FORMERR when presented with a overly long
...
domain named in a request. [RT #29682 ]
2013-01-10 10:34:13 +11:00
Tinderbox User
f85935ed3f
newcopyrights
2013-01-09 23:30:30 +00:00
Evan Hunt
f537b4ef09
[v9_8] typo
2013-01-09 14:27:03 -08:00
Mark Andrews
7abb2585e7
3457. [protocol] Add ILNP records (NID, LP, L32, L64). [RT #31836 ]
2013-01-10 08:35:55 +11:00
Mark Andrews
2ad10dd97b
3456. [port] g++47: aft fails to compile. [RT #32012 ]
2013-01-09 22:33:48 +11:00
Mark Andrews
b22b195fa6
remove dead code
2013-01-09 21:51:33 +11:00
Mark Andrews
218626a094
3455. [contrib] queryperf: fix getopt option list. [RT #32338 ]
2013-01-09 21:41:05 +11:00
Mark Andrews
aa384dac02
use known length for known algorithns in fromtext_dlv cf fromtext_ds
2013-01-09 21:10:24 +11:00
Mark Andrews
98a297a8d1
test eighth interface
2013-01-09 19:10:08 +11:00
Mark Andrews
27392fab09
3373. [bug] win32: open raw files in binary mode. [RT #30944 ]
...
was not complete openfile_raw should be using mode "rb" rather than "r".
2013-01-09 17:07:11 +11:00
Mark Andrews
c6473ea18b
3454. [port] sparc64: improve atomic support. [RT #25182 ]
2013-01-09 12:57:01 +11:00
Tinderbox User
3db8d81fee
update copyright notice
2013-01-08 23:45:22 +00:00
Tinderbox User
dc42ebbfee
newcopyrights
2013-01-08 23:30:05 +00:00
Mark Andrews
1bf61d0c3f
queryperf: fix getopt option string
2013-01-08 22:57:58 +11:00
Mark Andrews
9bfb8a2575
spelling
2013-01-08 11:07:03 +11:00
Mark Andrews
816a02d890
3452. [bug] Accept duplicate singlton records. [RT #32329 ]
2013-01-08 10:59:34 +11:00
Tinderbox User
6200183fc8
update copyright notice
2013-01-06 23:45:22 +00:00
Tinderbox User
28b6f0b5c1
newcopyrights
2013-01-06 23:30:04 +00:00
Mark Andrews
91b1172fa2
3451. [port] Increase per thread stack size from 64K to 1M.
...
[RT #32230 ]
2013-01-07 09:54:19 +11:00
Tinderbox User
f4f39799af
update copyright notice
2013-01-05 23:45:22 +00:00
Tinderbox User
ddc2f46f5b
newcopyrights
2013-01-05 23:30:05 +00:00
Mark Andrews
3b2551170a
3450. [bug] Stop logfileconfig system test spam system logs.
...
[RT #32315 ]
Squashed commit of the following:
commit ad40744e2c7dc253b70857bb229def5dd194b418
Author: Mark Andrews <marka@isc.org >
Date: Fri Jan 4 17:24:45 2013 +1100
logfileconfig spams the system log files
Conflicts:
bin/named/main.c
Conflicts:
bin/tests/system/logfileconfig/tests.sh
2013-01-06 07:58:37 +11:00
Mark Andrews
de429de4a1
remove dead code
2013-01-06 07:47:41 +11:00
Tinderbox User
40bb0ba974
regen v9_8
2013-01-05 01:10:22 +00:00
Tinderbox User
7d58f3ac85
update copyright notice
2013-01-04 23:45:25 +00:00
Tinderbox User
bc34f1f52f
newcopyrights
2013-01-04 23:30:09 +00:00
Mark Andrews
26471b8b04
make static
2013-01-05 00:33:19 +11:00
Mark Andrews
a141820508
silence compiler warning
2013-01-04 15:57:41 +11:00
Evan Hunt
57ebb96f75
[v9_8] show signzone errors in pkcs11 test
2013-01-03 19:56:07 -08:00
Evan Hunt
8b0f22ca4c
[v9_8] add print.h
2013-01-03 18:23:52 -08:00
Mark Andrews
a390c5aa3c
Merge remote-tracking branch 'refs/remotes/origin/v9_8' into v9_8
2013-01-04 12:29:48 +11:00
Mark Andrews
66e6de354c
3445. [bug] Warn about zone files with blank owner names
...
immediately after $ORIGIN directives. [RT #31848 ]
Conflicts:
lib/dns/tests/master_test.c
2013-01-04 12:28:27 +11:00
Tinderbox User
555a5b98dd
regen v9_8
2013-01-04 01:10:27 +00:00
Mark Andrews
d18be3daa1
3449. [bug] gen.c: use the pre-processor to construct format
...
strings so that compiler can perform sanity checks;
check the snprintf results. [RT #17576 ]
2013-01-04 11:08:35 +11:00
Evan Hunt
ba2599657b
[v9_8] allow-query-on works now
...
3448. [bug] The allow-query-on ACL was not processed correctly.
[RT #29486 ]
(cherry picked from commit 222d38735f )
(cherry picked from commit 8d9207a17b )
2013-01-03 15:15:51 -08:00
Tinderbox User
5acabcd960
update copyright notice
2013-01-02 23:45:24 +00:00
Tinderbox User
fea95d9b71
newcopyrights
2013-01-02 23:30:03 +00:00
Tinderbox User
3a06580b03
update copyright notice
2013-01-01 23:45:21 +00:00
Tinderbox User
57090031d3
newcopyrights
2013-01-01 23:30:03 +00:00
Mark Andrews
8fdabf40fb
3447. [port] Add support for libxml2-2.9.x [RT #32231 ]
2013-01-01 23:14:53 +00:00
Mark Andrews
c998c0e340
remove extranous rdata in nxrrset call as it is not ingnored in Net::DNS 0.70
2012-12-21 14:16:21 +11:00
Mark Andrews
0ea3e38951
sign_tcp_continuation doesn't work with the newer versions of
...
Net:DNS. Code has been submitted so we don't need to use
the sign_tcp_continuation hack in future.
2012-12-21 13:01:51 +11:00
Tinderbox User
e3b5616907
update copyright notice
2012-12-20 23:45:21 +00:00
Evan Hunt
c00996b11e
[v9_8] remove unnecessary memcpy
2012-12-20 10:34:27 -08:00
Mark Andrews
0628f0d52c
TSIG no longer has a mac_size method; arcount no longer need to be adjusted
2012-12-21 00:31:26 +11:00
Mark Andrews
409982445b
update
2012-12-20 11:57:10 +11:00
Mark Andrews
6159631a94
adjust test to account for blank owner after origin now being rejected
2012-12-19 14:37:41 +11:00
Mark Andrews
5d8b48328a
-H not -i sets iterations
2012-12-19 14:18:41 +11:00
Mark Andrews
0d0dd1aa43
remove redundant $ORIGINs
2012-12-19 13:35:08 +11:00
Mark Andrews
9720bc060e
silence signed/unsigned warning; rename log -> fctx_log
2012-12-19 12:40:53 +11:00
Evan Hunt
f0d2f11738
[v9_8] include SRCID in windows builds
...
3446. [port] win32: Add source ID (see change #3400 ) to build.
[RT #31683 ]
(cherry picked from commit 2dd959aa18 )
2012-12-18 16:31:05 -08:00
Evan Hunt
cdea02bf60
[v9_8] reject $ORIGIN before inherited name
...
3445. [bug] Reject zone files with blank owner names immediately
after $ORIGIN directives. [RT #31848 ]
(cherry picked from commit 3ad3e9c948 )
2012-12-18 16:24:09 -08:00
Tinderbox User
1195f0f7da
update copyright notice
2012-12-18 23:45:23 +00:00
Mark Andrews
d9e46ed9d3
Merge branch 'v9_8' of repo.isc.org:/proj/git/prod/bind9 into v9_8
...
Conflicts:
CHANGES
2012-12-19 10:37:16 +11:00
Mark Andrews
db77850ece
3443. [bug] The NOQNAME proof was not being returned from cached
...
insecure responses. [RT #21409 ]
Conflicts:
bin/tests/system/conf.sh.in
lib/dns/include/dns/nsec.h
2012-12-19 10:15:14 +11:00
Evan Hunt
a5382c7acc
[v9_8] support all algorithms in ddns-confgen
...
3443. [bug] ddns-confgen: Some TSIG algorithms were incorrectly
rejected when generating keys. [RT #31927 ]
(cherry picked from commit 53402b52b6 )
2012-12-18 15:00:47 -08:00
Mark Andrews
705f2c786c
3442. [port] Net::DNS 0.69 introduced a non backwards compatible
...
change. [RT #32216 ]
2012-12-19 08:49:02 +11:00
Mark Andrews
aeca8e80a6
Net::DNS 0.{70,71} doesn't force the TTL to zero for yxrrset, nxrrset and rr_del
2012-12-18 11:44:54 +11:00
Tinderbox User
7b54135a2c
update copyright notice
2012-12-14 23:45:25 +00:00
Tinderbox User
2106ee26df
newcopyrights
2012-12-14 23:30:05 +00:00
Mark Andrews
471a3a72da
don't wipe out named.run when restarting
2012-12-14 17:48:25 +11:00
Mark Andrews
fc9778e810
3441. [maint] D.ROOT-SERVERS.NET is now 199.7.91.13.
2012-12-14 12:49:00 +11:00
Mark Andrews
f790d7bda0
3440. [bug] Reorder get_key_struct to not trigger a assertion when
...
cleaning up due to out of memory error. [RT #32131 ]
2012-12-13 11:19:19 +11:00
Tinderbox User
036e5c38fb
newcopyrights
2012-12-11 23:30:05 +00:00
Mark Andrews
cdcee691fc
3439. [bug] contrib/dlz error checking fixes. [RT #32102 ]
...
Conflicts:
contrib/dlz/example/dlz_example.c
contrib/dlz/example/dlz_minimal.h
2012-12-11 13:26:58 +11:00
Mark Andrews
a06f1b6dc7
throw fatal error on realloc failure
2012-12-10 10:17:47 +11:00
Mark Andrews
4b2ff99736
silence clang --analyzer warnin by checking rdata.length
2012-12-10 08:22:01 +11:00
Tinderbox User
6671bec26d
update copyright notice
2012-12-08 23:45:24 +00:00
Tinderbox User
5286f9c041
newcopyrights
2012-12-08 23:30:07 +00:00
Mark Andrews
dac630a1bd
RETTOK -> RETERR
2012-12-09 07:46:19 +11:00
Mark Andrews
155b56e918
isc_buffer_init -> isc_buffer_constinit
2012-12-09 07:18:58 +11:00
Mark Andrews
fd2468f59a
isc_buffer_init -> isc_buffer_constinit
2012-12-09 07:15:39 +11:00
Mark Andrews
05854fc4c2
DIG -> $DIG
2012-12-08 15:34:21 +11:00
Mark Andrews
75b97fd979
3438. [bug] Don't accept unknown data escape in quotes. [RT #32031 ]
...
Squashed commit of the following:
commit 7ad3daade513c94a1c92ee7c91c112f161d13ef4
Author: Mark Andrews <marka@isc.org >
Date: Mon Dec 3 15:03:44 2012 +1100
look at the second token to determine if a TXT record in of unknown format or not
commit 7df32138462646f6aee84ffa56d02ac24ec8d672
Author: Mark Andrews <marka@isc.org >
Date: Mon Dec 3 12:42:18 2012 +1100
'"\#"' was incorrectly being treated as a unknown data escape sequence.
2012-12-08 14:13:26 +11:00
Mark Andrews
f749dec99d
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:53:31 +11:00
Tinderbox User
0ec8f44747
update copyright notice
2012-12-07 23:45:22 +00:00
Tinderbox User
2ea609f0aa
newcopyrights
2012-12-07 23:30:06 +00:00
Evan Hunt
49ec97c9b8
[v9_8] check malloc/calloc return values
...
3436. [bug] Check malloc/calloc return values. [RT #32088 ]
(cherry picked from commit 45f3693294 )
2012-12-07 12:24:45 -08:00
Mark Andrews
dedc6f8fda
3435. [bug] Cross compilation support in configure was broken.
...
[RT #32078 ]
Squashed commit of the following:
commit 9c67d7a52346dffeb7609f08d3aaa8a8689d8094
Author: Mark Andrews <marka@isc.org >
Date: Fri Dec 7 13:31:50 2012 +1100
regen
commit 4c1874dd3a98ea8e50b0860b107bd2deb8550af0
Author: Mark Andrews <marka@isc.org >
Date: Fri Dec 7 13:31:10 2012 +1100
improve cross compile support; tidy --help output
commit 15ba411a728cc35c904804935477b15c8a65ebbd
Author: Mark Andrews <marka@isc.org >
Date: Fri Dec 7 13:28:46 2012 +1100
add util/xc
commit 165bc538fa6590752d7006348285a3ba48713498
Author: Mark Andrews <marka@isc.org >
Date: Fri Dec 7 13:27:35 2012 +1100
test cross compiler
2012-12-07 16:34:25 +11:00
Tinderbox User
6eacde1cc2
update copyright notice
2012-12-06 23:45:22 +00:00
Tinderbox User
735454e086
newcopyrights
2012-12-06 23:30:04 +00:00
Evan Hunt
0ecf92e070
[v9_8] support all algorithms in ddns-confgen
...
3431. [bug] ddns-confgen: Some valid key algorithms were
not accepted. [RT #31927 ]
(cherry picked from commit de5890da9b )
(cherry picked from commit 7bf14f04e1 )
2012-12-05 16:46:39 -08:00
Mark Andrews
fcff4cb7b4
silence clang --analyser false positive
2012-12-05 11:43:43 +11:00
Mark Andrews
40f86d3cca
3430. [bug] win32: isc_time_formatISO8601 was missing the
...
'T' between the date and time. [RT #32044 ]
2012-12-04 15:00:55 +11:00
Mark Andrews
40741cc686
loop 'I:checking expired signatures were updated' test
2012-12-03 09:31:13 +11:00
Mark Andrews
e8abcab720
treat clang 3.x and 4.x as independent release streams
2012-12-03 09:10:13 +11:00
Mark Andrews
4c96a372ee
workaround only needed for clang 3.1
2012-12-03 07:59:19 +11:00
Mark Andrews
3b18ba83ad
silence compiler warnings
2012-12-01 21:34:49 +11:00
Mark Andrews
669a00bfde
silence clang --analyze warning
2012-12-01 09:21:30 +11:00
Mark Andrews
0798adbfb8
signed/unsigned comparision
2012-11-30 23:37:05 +11:00
Mark Andrews
48e6e7e017
silence clang --analyze warnings
2012-11-30 18:53:15 +11:00
Mark Andrews
cdea5b25a0
conditionally silence false positives from clang --analyze
2012-11-30 16:19:40 +11:00
Mark Andrews
82135667c6
regen
2012-11-30 12:29:40 +11:00
Mark Andrews
973bd4bead
Merge branch 'v9_8' of repo.isc.org:/proj/git/prod/bind9 into v9_8
2012-11-30 12:26:18 +11:00
Mark Andrews
afea8965a0
add /opt/local/share/xsl/docbook-xsl to list of locations to look for docbook files
2012-11-30 12:21:47 +11:00
Tinderbox User
f8a820206b
regen v9_8
2012-11-30 01:21:01 +00:00
Mark Andrews
ae8828fb04
3429. [bug] dns_zone_getserial2 could a return success without
...
returning a valid serial. [RT #32007 ]
Squashed commit of the following:
commit 0057f4b6e843c3998b987dbc7f32ceeee8afc150
Author: Mark Andrews <marka@isc.org >
Date: Fri Nov 30 08:13:15 2012 +1100
zone_get_from_db could return success without setting return valuses; serial is only valid if soacount is none zero
Conflicts:
lib/dns/zone.c
2012-11-30 11:49:46 +11:00
Tinderbox User
abd20795bb
update copyright notice
2012-11-29 23:45:22 +00:00
Jeremy C. Reed
e25a5d029f
Remove link to AUSCERT article about ACLs. It has been broken
...
for at least 6 years.
See ticket #16479 for details.
No CHANGES entry added.
This was not reviewed. It is minor.
2012-11-30 10:40:30 +11:00
Tinderbox User
0e6e09d8a2
newcopyrights
2012-11-29 23:30:04 +00:00
Evan Hunt
5d1b72e2ed
[v9_8] add timezone to dig
...
3428. [cleanup] dig: Add timezone to date output. [RT #2269 ]
(cherry picked from commit 706219e547 )
(cherry picked from commit df9aeb663d )
2012-11-29 09:08:35 -08:00
Mark Andrews
5b7e37ae14
use consistent type in sizeof and ultimate type cast
2012-11-30 00:58:09 +11:00
Mark Andrews
d0aadabb9f
null pointer derefernce on out of memory
2012-11-30 00:58:02 +11:00
Mark Andrews
250296dd22
initialize the octet string to empty so that we don't free garbage on error
2012-11-29 18:12:58 +11:00
Evan Hunt
fddb023637
[v9_8] fix dig +trace output
...
3427. [bug] dig +trace incorrectly displayed name server
addresses instead of names. [RT #31641 ]
(cherry picked from commit 2f21adbc6a )
(cherry picked from commit 90dbd7c2e0 )
2012-11-28 19:06:50 -08:00
Tinderbox User
63b898ac17
regen v9_8
2012-11-29 01:11:56 +00:00
Mark Andrews
37ae841fd1
remove no longer existant files
2012-11-29 11:14:20 +11:00
Tinderbox User
f174b87081
update copyright notice
2012-11-28 23:45:19 +00:00
Mark Andrews
26f8f22d1f
update
2012-11-29 10:42:41 +11:00
Mark Andrews
5eb05c48c4
link against @DNS_CRYPTO_LIBS@
2012-11-29 07:27:30 +11:00
Evan Hunt
b4178de4e5
[v9_8] s/size spec/size_spec/
2012-11-27 22:48:43 -08:00
Evan Hunt
d8c6ac7e05
[v9_9] work around libtool issue
...
- revert d3617e0d87
- use -Xcompiler option to libtool so it won't suppress -shared
- regenerate configure
Conflicts:
bin/tests/system/dlzexternal/Makefile.in
2012-11-28 05:56:42 +00:00
Mark Andrews
c91efa195c
update libtool support to version 2.4.2
2012-11-28 04:36:08 +00:00
Evan Hunt
1b6d0ad8ba
[v9_8] remove libgen.h from dnssec tools
...
we no longer use basename() or dirname()
2012-11-27 19:51:51 -08:00
Mark Andrews
89d3fe3894
adjust looping threshold from 10 to 15
2012-11-28 12:06:37 +11:00
Mark Andrews
9fad666d94
3425. [bug] "acacheentry" reference counting was broken resulting
...
in use after free. [RT #31908 ]
2012-11-27 16:04:46 +11:00
Tinderbox User
9d25ad680f
update copyright notice
2012-11-21 23:45:21 +00:00
Tinderbox User
a58acb98d2
newcopyrights
2012-11-21 23:30:04 +00:00
ckb
2128f57ccf
3422. [bug] Added a clear error message for when the SOA does not
...
match the referral. [RT #31281 ]
2012-11-21 16:51:16 -06:00
Mark Andrews
979717117c
3421. [bug] Named loops when re-signing if all keys are offline.
...
[RT #31916 ]
2012-11-21 22:45:28 +11:00
Mar Andrews
6cf7c715fd
3420. [bug] Address VPATH compilation issues. [RT #31879 ]
2012-11-17 09:42:57 +00:00
Mark Andrews
8185cac570
3419. [bug] Memory leak on validation cancel. [RT #31869 ]
...
Squashed commit of the following:
commit 452b07ec7cb31784d90d9c2e45ca708df306302e
Author: Mark Andrews <marka@isc.org >
Date: Wed Nov 14 23:36:36 2012 +1100
destroy fetch when canceling validator
2012-11-15 11:19:41 +11:00
Mark Andrews
f454ce7b45
Redo
...
3415. [bug] named could die with a REQUIRE failure if a valdation
was canceled. [RT #31804 ]
2012-11-14 07:44:04 +11:00
Tinderbox User
1102b65459
newcopyrights
2012-11-08 23:30:03 +00:00
Mark Andrews
8c78437fda
spelling
2012-11-09 09:31:16 +11:00
Mark Andrews
e021d5388c
stop ignoring 'named'
2012-11-09 09:14:37 +11:00
Mark Andrews
3401bf5827
3415. [bug] named could die with a REQUIRE failure id a valdation
...
was canceled. [RT #31804 ]
Squashed commit of the following:
commit d414d3cb4244daeca4159ac1f8a82322e4a20e5a
Author: Mark Andrews <marka@isc.org >
Date: Wed Nov 7 14:19:28 2012 +1100
check that val->fetch != NULL before calling dns_resolver_destroyfetch
2012-11-09 09:12:55 +11:00
Mark Andrews
0791ecb72f
use stop.pl to ensure old server is fully shutdown before starting new server
2012-11-08 07:38:48 +11:00
Jeremy C. Reed
7cfeffd99e
[master] fix spelling
...
Noticed one while reading during Alan's training today.
Fixed two other misspellings while here.
Conflicts:
doc/arm/Bv9ARM-book.xml
2012-11-07 09:05:59 +11:00
Mark Andrews
93e95b8616
add missing ARPANAME definition
2012-11-06 15:30:37 +11:00
Mark Andrews
3f2f6ca891
sock is potentially unused in use_min_mtu
2012-11-01 15:27:56 +11:00
Mark Andrews
a0f8a69a2e
uninitalised use
2012-11-01 13:54:01 +11:00
Mark Andrews
397d2e1155
3412. [bug] Copy timeval structure from control message data.
...
[RT #31548 ]
2012-11-01 11:17:34 +11:00
Tinderbox User
24e43a2f52
update copyright notice
2012-10-31 23:45:23 +00:00
Mark Andrews
243a19abb1
More coverity fixes:
...
3410. [bug] Addressed Coverity warnings. [RT #31626 ]
Squashed commit of the following:
commit 6fec07bbb69ead784063052f2099674f8b52c6b3
Author: Mark Andrews <marka@isc.org >
Date: Tue Oct 30 18:14:35 2012 +1100
use strl{cat,cpy}
commit 19a5d3766f3dbc8a2944b21640a8226a89aae7ba
Author: Mark Andrews <marka@isc.org >
Date: Tue Oct 30 14:38:55 2012 +1100
address unchecked xmlTextWriter* calls
Conflicts:
bin/named/statschannel.c
lib/dns/cache.c
lib/dns/include/dns/cache.h
lib/isc/task.c
2012-11-01 10:27:36 +11:00
Mark Andrews
99aee14d6e
3411. [tuning] Use IPV6_USE_MIN_MTU or equivalent with TCP in addition to UDP. [RT #31690 ]
...
Squashed commit of the following:
commit bcbe9ae7a99e1f7f4236a22739a793b51ace8684
Author: Mark Andrews <marka@isc.org >
Date: Wed Oct 31 15:10:53 2012 +1100
Use IPV6_USE_MIN_MTU for TCP as well as UDP
2012-11-01 08:43:56 +11:00
Mark Andrews
3654fe41c4
spelling, whitespace
2012-10-31 07:41:59 +11:00
Evan Hunt
8617567328
[v9_8] fix changes note
...
(cherry picked from commit a8ef22d88e )
2012-10-30 09:58:53 -07:00
Mark Andrews
006acb032c
more: 3410. [bug] Addressed Coverity warnings. [RT #31626 ]
...
move set_refreshkeytimer call within loop so that keydata is valid.
2012-10-30 13:09:53 +11:00
Mark Andrews
fd980bd270
More for: 3410. [bug] Addressed Coverity warnings. [RT #31626
...
Squashed commit of the following:
commit d94f5463f508773a7b027230cd81b61cf8c9cfce
Author: Mark Andrews <marka@isc.org >
Date: Tue Oct 30 11:52:32 2012 +1100
<string.h> -> <isc/string.h>
commit d707d6fb739c6e6df90a864141b418a13d3bccc8
Author: Mark Andrews <marka@isc.org >
Date: Tue Oct 30 11:48:20 2012 +1100
address coverity warnings
2012-10-30 12:02:36 +11:00
Tinderbox User
a8835047ac
update copyright notice
2012-10-29 23:45:23 +00:00
Tinderbox User
1f3cfc881e
newcopyrights
2012-10-29 23:30:10 +00:00
Tinderbox User
fd280f2454
regenerate
2012-10-29 23:03:49 +00:00
Evan Hunt
e058fc0616
[v9_8] suppress dlopen on sunos 4
...
(cherry picked from commit 6f6b1abb10 )
2012-10-29 15:57:47 -07:00
Mark Andrews
c28598b219
<sys/errno.h> -> <errno.h>
2012-10-30 09:24:19 +11:00
Mark Andrews
c4d594b474
3410. [bug] Addressed Coverity warnings. [RT #31626 ]
...
Squashed commit of the following:
commit bce2efe66d69d60b746b85df49974ca341723169
Author: Mark Andrews <marka@isc.org >
Date: Mon Oct 29 12:59:25 2012 +1100
use 'static dns_rdata_xxxx_t xxxx'
commit 704d3c29acbf2dd350a26f2df82a57cb077ba72e
Author: Mark Andrews <marka@isc.org >
Date: Mon Oct 29 12:35:16 2012 +1100
return ISC_R_NOTFOUND if private record length does not make sense
commit 7596610c12c5685336fc0909860173d2fae359af
Author: Mark Andrews <marka@isc.org >
Date: Sat Oct 27 21:41:17 2012 +1100
check private->length == 5
commit 3836365a3e3e83b057bd940350f032279e080296
Author: Mark Andrews <marka@isc.org >
Date: Sat Oct 27 21:40:50 2012 +1100
properly set private->length
commit a295778ac53109d39ef3a8b233751100edae678b
Author: Mark Andrews <marka@isc.org >
Date: Sat Oct 27 21:13:30 2012 +1100
check dns_rdata_tostruct result
commit e33c37ca9112159e0b2363615bb018d27fa7d1a5
Author: Mark Andrews <marka@isc.org >
Date: Sat Oct 27 21:10:43 2012 +1100
check remove/fopen/chmod return values
commit 3a675e0666aae25d1c51f51ec7bd3fbe25545aae
Author: Mark Andrews <marka@isc.org >
Date: Sat Oct 27 20:59:10 2012 +1100
check isc_socket_accept result
commit 696923344f4b07ce0dba4cf2675b1cbb6eba7e8e
Author: Mark Andrews <marka@isc.org >
Date: Sat Oct 27 20:55:40 2012 +1100
change variable scopes
commit b9e9d9ad58270271003e463f10744e0ceaf9ad97
Author: Mark Andrews <marka@isc.org >
Date: Sat Oct 27 20:53:19 2012 +1100
check inet_pton return value
commit 70698e9589da77e3745efb6ea24b8830addd6ae4
Author: Mark Andrews <marka@isc.org >
Date: Sat Oct 27 20:52:40 2012 +1100
break -> /* NOTREACHED */
commit 88de9de2e8e201ab2fef16a868f241e8206ea826
Author: Mark Andrews <marka@isc.org >
Date: Sat Oct 27 20:52:06 2012 +1100
strcpy -> strlcpy
commit 6ba79c7cec0e48014cdfa76e8a9406b7a921556e
Author: Mark Andrews <marka@isc.org >
Date: Sat Oct 27 20:51:26 2012 +1100
check dns_rdata_tostruct return values
Conflicts:
bin/tests/rdata_test.c
lib/dns/private.c
lib/dns/tests/private_test.c
lib/dns/zone.c
2012-10-29 20:23:07 +11:00
Mark Andrews
a2fe25bc76
extract repo from --remote
2012-10-29 02:56:45 +00:00
Tinderbox User
932592eccb
newcopyrights
2012-10-28 23:30:09 +00:00
Evan Hunt
a447503ffd
[v9_8] 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 )
(cherry picked from commit edcc1e4386 )
2012-10-27 20:48:02 -07:00
Evan Hunt
7c5941b4c2
[v9_8] address mem.c compilation problems
...
3406. [bug] mem.c: Fix compilation errors when building with
ISC_MEM_TRACKLINES or ISC_MEMPOOL_NAMES disabled.
Also, ISC_MEM_DEBUG is no longer optional. [RT #31559 ]
(cherry picked from commit 2f57f353e8 )
(cherry picked from commit 76e34eb2fd )
2012-10-25 18:57:55 -07:00
Evan Hunt
92647bc300
[v9_8] note RPZ performance issues in ARM
2012-10-25 18:07:08 -07:00
Tinderbox User
eae533abf1
update copyright notice
2012-10-25 23:46:26 +00:00
Tinderbox User
93572d367f
newcopyrights
2012-10-25 23:30:09 +00:00
Evan Hunt
9637897519
[v9_8] Fix typo (repeated word)
2012-10-25 13:32:16 -07:00
Evan Hunt
ae09613571
[v9_8] fix ulink typo
2012-10-25 09:21:47 -07:00
Mark Andrews
93a9ea49fe
3405. [bug] Handle time going backwards in acache. [RT #31253 ]
...
Squashed commit of the following:
commit fbf4c8fe2644c101bac870360d3f2c159a90f203
Author: Mark Andrews <marka@isc.org >
Date: Wed Oct 24 14:43:14 2012 +1100
remove INSIST and handle time going backwards
2012-10-25 14:30:01 +11:00
Evan Hunt
f3cd4188dd
Merge branch 'v9_8' of ssh://repo/proj/git/prod/bind9 into v9_8
2012-10-24 18:04:41 -07:00
Evan Hunt
3314b7cd78
[v9_8] remove spurious signatures from glue
...
3404. [bug] dnssec-signzone: When re-signing a zone, remove
RRSIG and NSEC records from nodes that used to be
in-zone but are now below a zone cut. [RT #31556 ]
(cherry picked from commit 4b3d727d96 )
(cherry picked from commit d8861c4350 )
2012-10-24 17:54:25 -07:00
Tinderbox User
c825d55fd0
update copyright notice
2012-10-24 23:46:18 +00:00
Tinderbox User
067206bc1b
newcopyrights
2012-10-24 23:30:09 +00:00
Evan Hunt
cba966a6e8
[v9_8] silence warning
2012-10-24 15:40:32 -07:00
Evan Hunt
dd03a03a77
[v9_8] silence unused variable warning
2012-10-24 15:37:11 -07:00
Evan Hunt
0c6efdfd4a
[v9_8] fix fedora 17 ecdsa compilation problem
...
(cherry picked from commit c241017dcd )
2012-10-24 13:57:29 -07:00
Evan Hunt
4a1d4ea180
[v9_8] fix CHANGES error
2012-10-24 13:20:29 -07:00
Evan Hunt
ab9d2ca4dd
[v9_8] silence noisy OpenSSL logging
...
3402. [bug] Correct interface numbers for IPv4 and IPv6 interfaces.
(cherry picked from commit 0e37e9e3d7 )
(cherry picked from commit 152c393671 )
2012-10-24 13:00:30 -07:00
ckb
9c54a9064b
3402. [bug] Correct interface numbers for IPv4 and IPv6 interfaces.
...
[RT #25085 ]
2012-10-24 14:53:20 -05:00
Mark Andrews
775ddcace8
add <#include <isc/print.h>
2012-10-24 20:50:29 +11:00
Evan Hunt
a53a622417
[v9_8] silence coverity warnings
...
3401. [bug] Addressed Coverity warnings. [RT #31484 ]
(cherry picked from commit 47c5b8af92 )
(cherry picked from commit 2589af5868 )
2012-10-23 22:33:52 -07:00
Tinderbox User
f73eb533d3
update copyright notice
2012-10-22 23:45:30 +00:00
Tinderbox User
fb7c75b671
newcopyrights
2012-10-22 23:30:03 +00:00
Evan Hunt
bc8df61a5a
add CHANGES
2012-10-22 13:19:27 -07:00
Tinderbox User
72e02ba638
regen
2012-10-22 20:04:24 +00:00
Evan Hunt
c835b53d4c
[rt31494] add gitID to kit.sh generated tarballs
2012-10-22 12:58:02 -07:00
Tinderbox User
93e4b94b66
update copyright notice
2012-10-19 23:45:28 +00:00
Tinderbox User
48c4bc526e
newcopyrights
2012-10-19 23:30:07 +00:00
Tinderbox User
772e8f8b2b
update SRCID
2012-10-19 06:16:26 +00:00
Mark Andrews
69cedc4dff
remove redundant UNUSED(callbacks)
2012-10-19 16:29:25 +11:00
Tinderbox User
852a485217
update SRCID
2012-10-19 00:16:14 +00:00
Tinderbox User
f70f0365c2
update copyright notice
2012-10-18 23:45:39 +00:00
Tinderbox User
43c0c2efe9
newcopyrights
2012-10-18 23:30:08 +00:00
Tinderbox User
550f3c62a3
update SRCID
2012-10-18 23:15:46 +00:00
ckb
49cac75945
3397. [bug] dig crashed when using +nssearch with +tcp. [RT #25298 ]
2012-10-18 17:55:23 -05:00
Tinderbox User
4dc5fcee33
update SRCID
2012-10-18 03:16:34 +00:00
Mark Andrews
e0e3f1de3e
3396. [bug] OPT records were incorrectly removed from signed,
...
truncated responses. [RT #31439 ]
2012-10-18 13:27:23 +11:00
Tinderbox User
bcee17f28f
update SRCID
2012-10-17 02:15:47 +00:00
Mark Andrews
f643db5818
missing space before other len after change #3389
2012-10-17 12:50:20 +11:00
Tinderbox User
14c8325d3e
update SRCID
2012-10-17 00:16:02 +00:00
Tinderbox User
2f04321481
update copyright notice
2012-10-16 23:45:46 +00:00
Tinderbox User
fc04c965c0
newcopyrights
2012-10-16 23:30:07 +00:00
Tinderbox User
b6d68d3ea6
update SRCID
2012-10-16 02:15:47 +00:00
Mark Andrews
38b709b4a9
3395. [protocol] Add RFC 6598 reverse zones to built in empty zones
...
list, 64.100.IN-ADDR.ARPA ... 127.100.IN-ADDR.ARPA.
[RT #31336 ]
2012-10-16 12:40:51 +11:00
Tinderbox User
3943241175
update SRCID
2012-10-16 01:16:04 +00:00
Mark Andrews
b8ea1d19f6
3394. [bug] Adjust 'sucessfully validated after lower casing
...
signer' log level and category. [RT #31414 ]
2012-10-16 11:56:39 +11:00
Tinderbox User
957462e2ff
update SRCID
2012-10-16 00:16:59 +00:00
Mark Andrews
914454d428
test for directory existance before calling find
2012-10-16 10:56:22 +11:00
Mark Andrews
12d10a1e47
3393. [bug] 'host -C' could core dump if REFUSED was received.
...
[RT #31381 ]
2012-10-16 10:44:28 +11:00
Tinderbox User
9f3bd912f0
update SRCID
2012-10-12 11:16:36 +00:00
Mark Andrews
f7f3a106a0
remove redundent call
2012-10-12 21:58:07 +11:00
Tinderbox User
e22cdff863
update SRCID
2012-10-10 02:15:50 +00:00
Mark Andrews
768917a263
fix typos in variable names
2012-10-10 13:11:41 +11:00
Tinderbox User
a570ecd93b
update SRCID
2012-10-08 04:16:01 +00:00
Mark Andrews
08fae57368
silence compiler warning
2012-10-08 14:30:39 +11:00
Tinderbox User
bc4c765eb9
update SRCID
2012-10-07 01:15:43 +00:00
Mark Andrews
5718b09b8f
Merge branch 'v9_8' of repo.isc.org:/proj/git/prod/bind9 into v9_8
2012-10-07 11:36:46 +11:00
Tinderbox User
3669ca72e9
update SRCID
2012-10-07 00:16:13 +00:00
Tinderbox User
371adece68
update copyright notice
2012-10-06 23:45:40 +00:00
Tinderbox User
a52a18cdba
newcopyrights
2012-10-06 23:30:11 +00:00
Tinderbox User
f125facfe4
update SRCID
2012-10-06 08:15:52 +00:00
Mark Andrews
ee0e7a9f64
remove empty directories when cleaning
2012-10-06 17:27:22 +10:00
Mark Andrews
6b4873777d
update change description
2012-10-06 17:24:42 +10:00
Mark Andrews
ee7375a8c4
Merge branch 'v9_8' of repo.isc.org:/proj/git/prod/bind9 into v9_8
2012-10-06 17:14:36 +10:00
Tinderbox User
69fc2391c9
update SRCID
2012-10-06 05:16:50 +00:00
Mark Andrews
b1aaa160ba
3391. [bug] DNSKEY that encountered a CNAME failed. [RT #31262 ]
2012-10-06 14:57:03 +10:00
Mark Andrews
dc167ac7f3
3390. [bug] Silence clang compiler warnings. [RT #30417 ]
2012-10-06 12:39:55 +10:00
Tinderbox User
140d515d4f
update SRCID
2012-10-04 21:16:30 +00:00
Mark Andrews
3850b593d9
3389. [bug] Always return NOERROR (not 0) in TSIG. [RT #31275 ]
2012-10-05 06:58:14 +10:00
Tinderbox User
5c7435b48a
update SRCID
2012-10-04 00:16:13 +00:00
Tinderbox User
7e44df5192
update copyright notice
2012-10-03 23:45:46 +00:00
Tinderbox User
2bb6f5a319
newcopyrights
2012-10-03 23:30:10 +00:00
Tinderbox User
5406fc9996
update SRCID
2012-10-03 22:15:37 +00:00
Mark Andrews
c97ad070ae
Revert "include <isc/print.h> in gen.c"
...
This reverts commit e3a2990a5f .
2012-10-04 08:13:03 +10:00
Tinderbox User
96fb6d0fbc
update SRCID
2012-10-03 15:15:46 +00:00
Evan Hunt
e3a2990a5f
include <isc/print.h> in gen.c
2012-10-03 08:01:37 -07:00
Tinderbox User
2c46fda4e9
update SRCID
2012-10-03 07:16:13 +00:00
Evan Hunt
89ef143e3f
fix coverity issues
...
3388. [bug] Fixed several Coverity warnings. [RT #30996 ]
2012-10-02 23:50:20 -07:00
Tinderbox User
f764f4dddd
update SRCID
2012-10-03 00:16:18 +00:00
Mark Andrews
58889b63e4
white space; move pause to before comment.
2012-10-03 10:12:23 +10:00
Mark Andrews
f4d9cb7575
3386. [bug] Address locking violation when generating new NSEC /
...
NSEC3 chains. [RT #31224 ]
2012-10-03 09:03:56 +10:00
Tinderbox User
ed344184ee
update SRCID
2012-09-29 02:15:39 +00:00
Evan Hunt
5af6185e5e
silence warning
2012-09-28 18:47:32 -07:00
Tinderbox User
acea5f6fdf
update SRCID
2012-09-29 00:15:50 +00:00
Tinderbox User
3ffafffb4b
update copyright notice
2012-09-28 23:45:42 +00:00
Tinderbox User
bc439ef8bc
update SRCID
2012-09-28 21:15:38 +00:00
Evan Hunt
0af04ee122
improve logging of ecdsa errors
...
3384. [bug] Improved logging of crypto errors. [RT #30963 ]
2012-09-28 13:48:03 -07:00
Tinderbox User
2c30427c51
update SRCID
2012-09-27 01:16:02 +00:00
Evan Hunt
b5ea14aa88
typo
2012-09-26 17:22:10 -07:00
Evan Hunt
88c8ac500e
Merge branch 'v9_8' of ssh://repo/proj/git/prod/bind9 into v9_8
2012-09-26 17:21:43 -07:00
Tinderbox User
970ffac148
update SRCID
2012-09-27 00:16:07 +00:00
Evan Hunt
2d47f8187f
fixed an exploitable hang bug
...
3383. [security] A certain combinations of records in the RBT could
cause named to hang while populating the additional
section of a response. [RT #31090 ]
2012-09-26 17:12:00 -07:00
Tinderbox User
90afcdf252
update copyright notice
2012-09-26 23:45:43 +00:00
Tinderbox User
a5f346a8d2
newcopyrights
2012-09-26 23:30:09 +00:00
Tinderbox User
175dec72dd
update SRCID
2012-09-26 21:15:47 +00:00
Evan Hunt
72ff1cd4d1
use correct port range
...
3382. [bug] SOA query from slave used use-v6-udp-ports range,
if set, regardless of the address family in use.
[RT #24173 ]
2012-09-26 13:56:39 -07:00
Tinderbox User
e2d84e0cf0
update SRCID
2012-09-26 06:17:04 +00:00
Evan Hunt
7306b3eaf5
support more rrtypes in queryperf
...
3381. [contrib] Update queryperf to support more RR types.
[RT #30762 ]
2012-09-25 22:55:01 -07:00
Mark Andrews
b990ea1d89
3380. [bug] named could die if a non-existant master list was
...
referenced in a also-notify. [RT #31004 ]
2012-09-26 15:29:28 +10:00
Mark Andrews
2bfedd89d7
3379. [bug] isc_interval_zero and isc_time_epoch should be
...
"const (type)* const". [RT #31069 ]
2012-09-26 15:01:10 +10:00
Tinderbox User
f28b7bd8c4
update SRCID
2012-09-26 02:15:43 +00:00
Evan Hunt
c21212c008
Merge branch 'v9_8' of ssh://repo/proj/git/prod/bind9 into v9_8
2012-09-25 18:33:02 -07:00
Evan Hunt
ff3c2231e1
handle nonexistent managed-keys-directory
...
3378. [bug] Handle missing 'managed-keys-directory' better.
[RT #30625 ]
2012-09-25 18:28:39 -07:00
Tinderbox User
3ace9e754b
update SRCID
2012-09-26 00:16:04 +00:00
Evan Hunt
1c53fbd64f
improve managed-keys-directory documentation
2012-09-25 16:33:38 -07:00
Tinderbox User
c29b04218d
update SRCID
2012-09-19 04:16:15 +00:00
Mark Andrews
74a3e2bc63
remove contrib/dbus/*
2012-09-19 14:01:34 +10:00
Tinderbox User
baec7af58c
update SRCID
2012-09-18 22:15:43 +00:00
Evan Hunt
b05cb0539d
contrib/dbus is deprecated
2012-09-18 14:56:02 -07:00
Tinderbox User
6333606b3d
update SRCID
2012-09-18 05:17:36 +00:00
Mark Andrews
4e870e8ece
make tests less timing sensitive by spining
2012-09-18 14:53:53 +10:00
Tinderbox User
98db5d9233
update SRCID
2012-09-15 00:15:56 +00:00
Tinderbox User
e08b07b4ce
newcopyrights
2012-09-14 23:30:19 +00:00
Tinderbox User
6bd4832211
update SRCID
2012-09-14 01:15:53 +00:00
Mark Andrews
b4ba813a62
3376. [bug] Lack of EDNS support was being recorded without a
...
successful response. [RT #30811 ]
2012-09-14 11:02:24 +10:00
Tinderbox User
efd3c8da8d
update SRCID
2012-09-14 00:16:12 +00:00
Mark Andrews
34cf96d868
3375. [func] Check that 'rndc dumpdb' works on a empty cache.
...
[RT #30808 ]
2012-09-14 09:45:57 +10:00
Tinderbox User
23cceaacf9
update SRCID
2012-09-13 00:16:24 +00:00
Tinderbox User
2763d151ef
update copyright notice
2012-09-12 23:45:45 +00:00
Mark Andrews
d407c54bb3
fix isc_test_begin call
2012-09-13 09:41:20 +10:00
Tinderbox User
f5c5191fae
newcopyrights
2012-09-12 23:30:14 +00:00
Tinderbox User
2cff990067
update SRCID
2012-09-12 21:15:49 +00:00
ckb
25b41cd4ef
Part of the previous commit.
2012-09-12 15:27:53 -05:00
ckb
9279f4567a
3374. [bug] isc_parse_uint32 failed to return a range error on
...
systems with 64 bit longs [RT #30232 ]
2012-09-12 15:22:29 -05:00
Tinderbox User
5527f3bebd
update SRCID
2012-09-12 08:16:00 +00:00
Mark Andrews
5aed1d4120
use binary mode for raw/fast
2012-09-12 17:42:02 +10:00
Tinderbox User
c67645e7aa
update SRCID
2012-09-12 06:16:22 +00:00
Mark Andrews
d74d3dce15
Merge branch 'v9_8' of repo.isc.org:/proj/git/prod/bind9 into v9_8
2012-09-12 15:36:05 +10:00
Mark Andrews
d82526084e
turn binary mode on for raw/fast
2012-09-12 15:28:48 +10:00
Tinderbox User
c511899f11
update SRCID
2012-09-12 04:16:29 +00:00
Mark Andrews
9dea0dbf15
O_BINARY -> _O_BINARY
2012-09-12 13:53:22 +10:00
Tinderbox User
e818b738db
update SRCID
2012-09-12 03:16:45 +00:00
Mark Andrews
276a5d9e25
3373. [bug] win32: open raw files in binary mode. [RT #30944 ]
2012-09-12 12:02:22 +10:00
Tinderbox User
a57dd7cde5
update SRCID
2012-09-08 09:16:08 +00:00
Mark Andrews
6fd5eed7d9
3372. [bug] Silence spurious "deleted from unreachable cache"
...
messages. [RT #30501 ]
2012-09-08 18:13:28 +10:00
Tinderbox User
5d0ae5f4a9
update SRCID
2012-08-31 02:15:52 +00:00
Mark Andrews
40e7749444
3371. [bug] AD=1 should behave like DO=1 when deciding whether to
...
add NS RRsets to the additional section or not.
[RT #30479 ]
2012-08-31 11:26:36 +10:00
Tinderbox User
ec2a9504c8
update SRCID
2012-08-30 04:16:30 +00:00
Mark Andrews
4d03700f87
don't call out to the internet when running test
2012-08-30 13:54:15 +10:00
Tinderbox User
0254d6f6e0
update SRCID
2012-08-24 07:16:17 +00:00
Mark Andrews
be9f89a698
update
2012-08-24 17:00:03 +10:00
Tinderbox User
325964fb62
update SRCID
2012-08-24 05:17:54 +00:00
Mark Andrews
ea3cd902a0
Merge remote-tracking branch 'origin/v9_8' into v9_8
2012-08-24 14:21:27 +10:00
Mark Andrews
37a566fec5
9.7.7
2012-08-24 14:19:27 +10:00
Tinderbox User
367792bfc0
update SRCID
2012-08-24 04:16:20 +00:00
Mark Andrews
e3aad295c3
update CVE list
2012-08-24 14:13:06 +10:00
Mark Andrews
f6c1e4c75f
3364. [security] Named could die on specially crafted record.
...
[RT #30416 ]
2012-08-24 13:43:20 +10:00
Tinderbox User
ddb5a28496
update SRCID
2012-08-23 22:15:44 +00:00
Mark Andrews
791e07dc39
unsigned constants
2012-08-24 07:32:50 +10:00
Tinderbox User
d4e292f5bc
update SRCID
2012-08-23 14:15:48 +00:00
Mark Andrews
849758530a
v9_8_4rc2
2012-08-23 23:38:14 +10:00
Mark Andrews
2924680582
9.8.4rc1
2012-08-23 23:06:18 +10:00
Mark Andrews
4eae108f19
9.8.4rc1
2012-08-23 22:54:40 +10:00
Tinderbox User
b4caf37592
update SRCID
2012-08-23 08:16:25 +00:00
Mark Andrews
6fe003ae9f
handle doc/arm/*.html
2012-08-23 17:55:17 +10:00
Mark Andrews
7b8900fbad
9.8.4b1
2012-08-23 17:18:43 +10:00
Tinderbox User
4de5f06504
update SRCID
2012-08-23 06:16:35 +00:00
Tinderbox User
80f25d44fc
update copyright notice
2012-08-23 05:34:40 +00:00
Tinderbox User
e815aae9da
update SRCID
2012-08-23 00:16:21 +00:00
Mark Andrews
c8faf05879
update
2012-08-23 09:58:14 +10:00
Tinderbox User
c280fc0397
update SRCID
2012-08-22 10:16:05 +00:00
Mark Andrews
10660e4a58
change number
2012-08-22 19:24:23 +10:00
Tinderbox User
509cfe28ab
update SRCID
2012-08-22 09:16:02 +00:00
Mark Andrews
b79740dfcd
back port parse_rdata fix to handle NULL commandline
2012-08-22 18:39:37 +10:00
Tinderbox User
eaa32807e0
update SRCID
2012-08-22 04:16:27 +00:00
Mark Andrews
1b520b9c16
3379. [bug] nsupdate terminated unexpectedly in interactive mode
...
if built with readline support. [RT #29550 ]
2012-08-22 13:53:22 +10:00
Tinderbox User
5b8b739aef
update SRCID
2012-08-22 00:16:00 +00:00
Tinderbox User
140a9bdfd4
update copyright notice
2012-08-21 23:45:38 +00:00
Tinderbox User
7eafff3769
newcopyrights
2012-08-21 23:30:12 +00:00
Tinderbox User
1adae271fc
update SRCID
2012-08-21 19:15:47 +00:00
Evan Hunt
40e89ef4f4
spelling
2012-08-21 12:08:00 -07:00
Tinderbox User
dde6bba1a9
update SRCID
2012-08-21 07:16:36 +00:00
Mark Andrews
d319c1ce2b
3368. [bug] <dns/iptable.h> and <dns/zone.h> where not C++ safe.
2012-08-21 16:45:59 +10:00
Tinderbox User
5a6e6ed434
update SRCID
2012-08-21 02:15:58 +00:00
Mark Andrews
9e7fcd7c19
3367. [bug] dns_dnsseckey_create() result was not being checked.
...
[RT #30685 ]
2012-08-21 12:06:37 +10:00
Tinderbox User
d4737c3348
update SRCID
2012-08-18 00:16:19 +00:00
Tinderbox User
b9f7f9e160
update copyright notice
2012-08-17 23:45:39 +00:00
Tinderbox User
a9da16523c
newcopyrights
2012-08-17 23:30:09 +00:00
Tinderbox User
2e1e28d66c
update SRCID
2012-08-17 18:15:54 +00:00
ckb
3b1fafcfb3
3366. [bug] Fixed Read-After-Write dependency violation for IA64
...
atomic operations. [RT #25181 ]
2012-08-17 13:08:29 -05:00
Tinderbox User
9248a7f957
update SRCID
2012-08-17 06:16:25 +00:00
Mark Andrews
71dbfe8929
clean testdir's as well
2012-08-17 16:05:49 +10:00
Tinderbox User
aebf3719f5
update SRCID
2012-08-17 04:16:22 +00:00
Mark Andrews
13a90e9f23
we didn't catch a zero option at the global level when views are active
2012-08-17 13:41:15 +10:00
Tinderbox User
dd896b42ca
update SRCID
2012-08-17 00:16:15 +00:00
Tinderbox User
08b2758ac9
update copyright notice
2012-08-16 23:45:39 +00:00
Tinderbox User
59efa63c9c
newcopyrights
2012-08-16 23:30:08 +00:00
Tinderbox User
a556adedbd
update SRCID
2012-08-16 22:15:39 +00:00
Mark Andrews
0d095d4127
silence "t_names.c:130:7: warning: The left expression of the compound assignment is an uninitialized value. The computed value will also be garbage"
2012-08-17 07:22:28 +10:00
Tinderbox User
5cdf5296a8
update SRCID
2012-08-16 19:15:59 +00:00
Evan Hunt
c98f17f73b
remove spurious newlines in zone.c logging
...
3365. [bug] Removed spurious newlines from log messages in
zone.c [RT #30675 ]
2012-08-16 10:46:35 -07:00
Tinderbox User
3dcccc0b94
update SRCID
2012-08-16 05:18:08 +00:00
Evan Hunt
8d4ef3f9d3
specify libtool mode in DLZBDB makefile
2012-08-15 21:53:59 -07:00
Tinderbox User
e8f8594ebf
update SRCID
2012-08-16 00:16:11 +00:00
Tinderbox User
cac69c8226
update copyright notice
2012-08-15 23:45:35 +00:00
Tinderbox User
0eee378916
newcopyrights
2012-08-15 23:30:08 +00:00
Tinderbox User
35940e7649
update SRCID
2012-08-15 21:15:50 +00:00
Evan Hunt
3a6af6ab9b
allow "forward" and "forwarders" in static-stub
...
3363. [bug] Need to allow "forward" and "fowarders" options
in static-stub zones; this had been overlooked.
[RT #30482 ]
2012-08-15 13:12:21 -07:00
Tinderbox User
8f9cffcdbe
update SRCID
2012-08-15 00:16:10 +00:00
Tinderbox User
f35cea4f44
update copyright notice
2012-08-14 23:45:36 +00:00
Tinderbox User
41c11c876d
newcopyrights
2012-08-14 23:30:14 +00:00
Tinderbox User
beb1706de2
update SRCID
2012-08-14 06:15:56 +00:00
Evan Hunt
475b563876
properly range-check fields that do not allow 0
...
3362. [bug] Setting some option values to 0 in named.conf
could trigger an assertion failure on startup.
[RT #27730 ]
2012-08-13 22:41:33 -07:00
Tinderbox User
6bbbcdcdcf
update SRCID
2012-08-14 05:16:02 +00:00
Mark Andrews
49093211a6
Merge branch 'v9_8' of repo.isc.org:/proj/git/prod/bind9 into v9_8
2012-08-14 14:33:42 +10:00
Mark Andrews
2efa809b42
test against unsigned zero
2012-08-14 14:30:54 +10:00
Tinderbox User
0bf26ac63a
update SRCID
2012-08-14 01:16:23 +00:00
Mark Andrews
911e7390aa
3360. [bug] 'host -w' could die. [RT #18723 ]
2012-08-14 11:10:25 +10:00
Tinderbox User
aead0f4c66
update SRCID
2012-08-12 05:16:40 +00:00
Mark Andrews
642c16cf0d
update
2012-08-12 14:48:51 +10:00
Tinderbox User
e18c761cb9
update SRCID
2012-08-11 04:17:23 +00:00
Evan Hunt
5c13c20390
address memory leak with bad tsig secret
...
3359. [bug] An improperly-formed TSIG secret could cause a
memory leak. [RT #30607 ]
2012-08-10 20:17:22 -07:00
Tinderbox User
f42aa8a1ad
update SRCID
2012-08-02 02:16:02 +00:00
Mar Andrews
b8b595e454
3357. [port] Add support for libxml2-2.8.x [RT #30440 ]
2012-08-02 01:51:31 +00:00
Tinderbox User
7648bfbf67
update SRCID
2012-07-26 22:15:39 +00:00
Mark Andrews
572ca391c7
silence compiler warnings
2012-07-27 07:53:39 +10:00
Tinderbox User
70292aa8d1
update SRCID
2012-07-26 05:16:32 +00:00
Evan Hunt
73ed414ae7
removed spurious variables added by merge, added config options to dnssec test
2012-07-25 22:13:42 -07:00
Tinderbox User
828f65b2dd
update SRCID
2012-07-26 03:16:29 +00:00
Mark Andrews
b33adeb54d
Merge branch 'v9_8' of repo.isc.org:/proj/git/prod/bind9 into v9_8
2012-07-26 13:09:20 +10:00
Mark Andrews
948b02194d
remove conflict marker
2012-07-26 13:04:28 +10:00
Tinderbox User
651913adce
update SRCID
2012-07-26 00:16:10 +00:00
Tinderbox User
8b79e1aed5
update copyright notice
2012-07-25 23:45:36 +00:00
Tinderbox User
52384db857
newcopyrights
2012-07-25 23:30:14 +00:00
Tinderbox User
a716241a21
update SRCID
2012-07-25 23:16:00 +00:00
ckb
540b745122
3356. [bug] Cap the TTL of signed RRsets when RRSIGs are
...
approaching their expiry, so they don't remain
in caches after expiry. [RT #26429 ]
2012-07-25 17:25:13 -05:00
Tinderbox User
7e64041031
update SRCID
2012-07-24 07:16:00 +00:00
Evan Hunt
0bae1e2746
update api
2012-07-23 23:39:23 -07:00
Tinderbox User
09148c3de0
update SRCID
2012-07-24 03:16:30 +00:00
Mark Andrews
31f52c679e
cast mode to unsigned int for fprintf
2012-07-24 13:02:36 +10:00
Mark Andrews
0c6e3db3fd
cleanup unused variables
2012-07-24 12:22:29 +10:00
Tinderbox User
fee218fff8
update SRCID
2012-07-24 00:15:59 +00:00
Tinderbox User
6686ee02c3
update copyright notice
2012-07-23 23:45:40 +00:00
Tinderbox User
a926c444d9
newcopyrights
2012-07-23 23:30:09 +00:00
Tinderbox User
33afd39b9f
update SRCID
2012-07-23 21:15:54 +00:00
Evan Hunt
b94e3c4eda
update
2012-07-23 13:37:01 -07:00
Tinderbox User
ba1cb1f570
update SRCID
2012-07-23 20:15:55 +00:00
Evan Hunt
e2bdd929c7
prep 9.8.4b1
2012-07-23 12:54:29 -07:00
Tinderbox User
6540c6e574
update SRCID
2012-07-23 07:16:07 +00:00
Mark Andrews
4e93d4a830
3354. [func] Improve OpenSSL error logging. [RT #29932 ]
2012-07-23 15:10:41 +10:00
Tinderbox User
e47f420d71
update SRCID
2012-07-21 00:15:52 +00:00
Tinderbox User
1ca0f37705
newcopyrights
2012-07-20 23:30:07 +00:00
Tinderbox User
42ca001bab
update SRCID
2012-07-20 08:15:49 +00:00
Mark Andrews
24d93f177d
windows fixes
2012-07-20 18:11:33 +10:00
Tinderbox User
4b35c30c3f
update SRCID
2012-07-20 05:17:31 +00:00
Tinderbox User
f64df4c62f
regen v9_8
2012-07-20 04:43:32 +00:00
Tinderbox User
fb56286f27
sync
2012-07-20 04:40:42 +00:00
Tinderbox User
6b5dbd8a13
update SRCID
2012-07-20 00:15:57 +00:00
Tinderbox User
52385b05cd
update copyright notice
2012-07-19 23:45:30 +00:00
Tinderbox User
eee82430e2
update SRCID
2012-07-19 14:15:45 +00:00
Mark Andrews
ac6f11a584
3353. [bug] Use a single task for task exclusive operations.
...
[RT #29872 ]
2012-07-19 23:59:28 +10:00
Tinderbox User
75c810fa1d
update SRCID
2012-07-18 05:17:44 +00:00
Mark Andrews
b3f7cbd9f1
3352. [bug] Ensure that learned server attributes timeout of the
...
adb cache. [RT #29856 ]
2012-07-18 14:18:32 +10:00
Tinderbox User
9e2b88d77b
update SRCID
2012-07-18 00:16:04 +00:00
Mark Andrews
533adce96c
3351. [bug] isc_mem_put and isc_mem_putanddetach didn't report
...
caller if either ISC_MEM_DEBUGSIZE or ISC_MEM_DEBUGCTX
memory debugging flags are set. [RT #30243 ]
2012-07-18 10:03:54 +10:00
Mark Andrews
4f95da36b0
3350. [bug] Memory read overrun in isc___mem_reallocate if
...
ISC_MEM_DEBUGCTX memory debugging flag is set.
[RT #30240 ]
Conflicts:
CHANGES
2012-07-18 09:53:01 +10:00
Tinderbox User
09cdf0c4a5
update SRCID
2012-07-09 19:15:58 +00:00
ckb
e832bdf70a
3348. [security] prevent RRSIG data from being cached if a negative
...
record matching the covering type exists at a higher
trust level. Such data already can't be retrieved from
the cache since change 3218 -- this prevents it
being inserted into the cache as well. [RT #26809 ]
2012-07-09 13:25:39 -05:00
Tinderbox User
18d7c48a79
update SRCID
2012-07-07 00:15:50 +00:00
Tinderbox User
32b1f6601d
newcopyrights
2012-07-06 23:30:08 +00:00
Tinderbox User
6729d70e16
update SRCID
2012-07-06 18:15:47 +00:00
ckb
b0da40b539
added cleanup of test files
2012-07-06 12:48:51 -05:00
Tinderbox User
6041a6905a
update SRCID
2012-07-06 01:15:48 +00:00
Evan Hunt
c0d7ef3afd
warn when changing mode on .private files
...
3347. [bug] dnssec-settime: Issue a warning when writing a new
private key file would cause a change in the
permissions of the existing file. [RT #27724 ]
2012-07-05 18:04:53 -07:00
Tinderbox User
ea07892126
update SRCID
2012-07-02 17:15:57 +00:00
Evan Hunt
42b8ca8347
fix bad-cache assert
...
3346. [security] Bad-cache data could be used before it was
initialized, causing an assert. [RT #30025 ]
2012-07-02 10:03:46 -07:00
Tinderbox User
d725bd5ca2
update SRCID
2012-06-30 00:16:08 +00:00
Tinderbox User
599cf7175e
update copyright notice
2012-06-29 23:45:32 +00:00
Tinderbox User
aa08a39fd2
newcopyrights
2012-06-29 23:30:09 +00:00
Tinderbox User
7cc499b86e
update SRCID
2012-06-29 02:16:05 +00:00
Mark Andrews
c0b8f1a675
reverse bad copyright update
2012-06-29 11:43:12 +10:00
Mark Andrews
fe77b22417
lost line
2012-06-29 11:42:52 +10:00
Tinderbox User
4106b0caeb
update copyright notice
2012-06-29 01:21:53 +00:00
Tinderbox User
dd6e284ef8
update SRCID
2012-06-29 01:15:41 +00:00
Mark Andrews
77a5cda3be
add support for python
2012-06-29 11:04:03 +10:00
Tinderbox User
d147d1fd25
update SRCID
2012-06-27 00:15:46 +00:00
Tinderbox User
e9e0aac754
update copyright notice
2012-06-26 23:45:31 +00:00
Mark Andrews
eea0a8248a
3342. [bug] Change #3314 broke saving of stub zones to disk
...
resulting in excessive cpu usage in some cases.
[RT #29952 ]
2012-06-27 09:27:06 +10:00
Tinderbox User
89f01352aa
update SRCID
2012-06-26 00:15:42 +00:00
Tinderbox User
bfcdd962b0
update copyright notice
2012-06-25 23:45:34 +00:00
Tinderbox User
dd0e34822a
newcopyrights
2012-06-25 23:30:06 +00:00
Tinderbox User
0511b9536c
update SRCID
2012-06-25 02:15:46 +00:00
Mark Andrews
4f86c7e924
silence compiler warning by using offsetof to get structure element offsets
2012-06-25 12:03:58 +10:00
Tinderbox User
503253ea81
update SRCID
2012-06-22 00:16:44 +00:00
Tinderbox User
9b3b8486ad
update copyright notice
2012-06-21 23:45:31 +00:00
Tinderbox User
1569c64146
update SRCID
2012-06-21 06:16:09 +00:00
Evan Hunt
8899945e57
fix secondkey test, properly
2012-06-20 22:45:59 -07:00
Tinderbox User
927604e1f0
update SRCID
2012-06-21 05:15:53 +00:00
Mark Andrews
faea8a525d
remove rundundent call 'result = isc_parse_uint8(&ui, r.base, 10);'
2012-06-21 14:30:06 +10:00
Tinderbox User
3597be1b4d
update SRCID
2012-06-20 22:16:27 +00:00
Evan Hunt
6112c02a7f
fixed second-key test to use correct rndc.conf
2012-06-20 15:09:21 -07:00
Tinderbox User
44c0ea311e
update SRCID
2012-06-15 00:16:27 +00:00
Tinderbox User
47614fd67b
update copyright notice
2012-06-14 23:45:29 +00:00
Tinderbox User
9ebfa87e2a
update SRCID
2012-06-14 01:15:50 +00:00
Mark Andrews
0b88612b1a
Merge branch 'v9_8' of repo.isc.org:/proj/git/prod/bind9 into v9_8
2012-06-14 09:47:42 +10:00
Mark Andrews
b5264067d1
update
2012-06-14 09:47:05 +10:00
Tinderbox User
a56f8ad94f
update SRCID
2012-06-13 07:15:47 +00:00
Mark Andrews
61731ad937
3337. [bug] Change #3294 broke support for the multiple keys
...
in controls. [RT #29694 ]
2012-06-13 16:51:43 +10:00
Tinderbox User
a3bbecc311
update SRCID
2012-06-11 04:15:50 +00:00
Mark Andrews
4082e31639
Merge branch 'v9_8' of repo.isc.org:/proj/git/prod/bind9 into v9_8
2012-06-11 13:45:14 +10:00
Tinderbox User
5d0edd96db
update SRCID
2012-06-09 00:15:44 +00:00
Tinderbox User
ea3156ce2e
update copyright notice
2012-06-08 23:45:33 +00:00
Tinderbox User
53f3f9de36
newcopyrights
2012-06-08 23:30:11 +00:00
Tinderbox User
a491bde7c0
update SRCID
2012-06-08 05:17:23 +00:00
Evan Hunt
8255198fed
nslookup exit with error if unsuccessful
...
3335. [func] nslookup: return a nonzero exit code when unable
to get an answer. [RT #29492 ]
2012-06-07 22:08:40 -07:00
Mark Andrews
459d0f5417
spelling
2012-06-08 14:30:02 +10:00
Tinderbox User
07e6f06d40
update SRCID
2012-06-08 04:16:15 +00:00
Mark Andrews
3070430d1b
add #
2012-06-08 13:58:00 +10:00
Tinderbox User
a3f14a46ab
update SRCID
2012-06-08 03:16:15 +00:00
Mark Andrews
bdedbcd9d0
3333. [bug] Setting resolver-query-timeout too low can cause
...
named to not recover if it looses connectivity.
[RT #29623 ]
2012-06-08 12:45:19 +10:00
Tinderbox User
a82e024e73
update SRCID
2012-06-07 05:17:16 +00:00
Mark Andrews
900aa62340
Don't restart ns5 after killing it
2012-06-07 14:43:14 +10:00
Tinderbox User
18d6bc482f
update SRCID
2012-06-07 03:16:38 +00:00
Mark Andrews
896fb8c26a
3332. [bug] Re-use cached DS rrsets if possible. [RT 29446]
2012-06-07 12:58:25 +10:00
Tinderbox User
4d098b06da
update SRCID
2012-06-04 07:15:49 +00:00
Mark Andrews
34e4560d35
kill and restart the nameserver after running: perf 'without rpz' norpz
2012-06-04 16:37:40 +10:00
Tinderbox User
1069a83456
update SRCID
2012-06-02 00:16:13 +00:00
Tinderbox User
d6ae6d6510
update copyright notice
2012-06-01 23:45:38 +00:00
Tinderbox User
15809b79a5
newcopyrights
2012-06-01 23:42:51 +00:00
Mark Andrews
efe8bbdeec
add ./bin/tests/system/unknown/large.out
2012-06-02 09:38:34 +10:00
Tinderbox User
53d6e879cb
update SRCID
2012-06-01 19:15:47 +00:00
Evan Hunt
168d5d8a42
fix solaris portability problem
2012-06-01 11:41:36 -07:00
Tinderbox User
79eb364e72
update SRCID
2012-06-01 17:15:40 +00:00
Evan Hunt
5810423788
security fix
...
3331. [security] dns_rdataslab_fromrdataset could produce bad
rdataslabs. [RT #29644 ]
2012-06-01 09:53:04 -07:00
Tinderbox User
ecf50655e0
update SRCID
2012-06-01 01:16:00 +00:00
Tinderbox User
3d3d8d0bac
regen v9_8
2012-06-01 01:13:02 +00:00
Tinderbox User
c0d74d1055
sync
2012-06-01 01:10:12 +00:00
Vernon Schryver
3e0969b040
CHANGES for rt26172
2012-06-01 01:09:23 +00:00
Tinderbox User
38b029f35c
update SRCID
2012-06-01 00:15:45 +00:00
Tinderbox User
f3c44ec867
update copyright notice
2012-05-31 23:45:36 +00:00
Tinderbox User
2b2e4dca54
newcopyrights
2012-05-31 23:30:08 +00:00
Tinderbox User
24801ce7a0
update SRCID
2012-05-31 02:15:41 +00:00
Vernon Schryver
07d51fa5ba
Squashed commit of the following:
...
commit 4d29cea2ea05491a7afebc343e41d9b6ad58f068
commit 3211da9716e5ecc0bb758666db70a667ca5a944e
commit 884b6f5d5e9b1f50757c606adafabe382b90c80b
commit 53f82565f72f091a46caed754db160e4a7a2d161
Merge: 8f73664 9698f42
commit 8f73664e7bdc04f766ddcccfb5fc5f857a22326a
for rt26172
Add
- optional "recursive-only yes|no" to the response-policy statement
- optional max-policy-ttl to limit the lies that "recursive-only no"
can introduce into resolvers' caches
- test that queries with RD=0 are not rewritten by default
- performance smoke test
Change encoding of PASSTHRU action to "rpz-passthru".
(The old encoding is still accepted.)
Fix rt26180 assert botch in zone_findrdataset() in this branch
as well.
Fix missing signatures on NOERROR results despite RPZ hits
when there are signatures and the client asks for DNSSEC,
2012-05-31 01:47:47 +00:00
Tinderbox User
ad9cadad7d
update SRCID
2012-05-31 01:15:56 +00:00
Tinderbox User
2851880ad0
regen v9_8
2012-05-31 01:14:01 +00:00
Tinderbox User
a988d277a0
Merge branch 'v9_8' of ssh://repo.isc.org/proj/git/prod/bind9 into v9_8
2012-05-31 01:11:03 +00:00
Tinderbox User
8cdfbe14bf
update SRCID
2012-05-30 16:15:56 +00:00
Evan Hunt
78690c0163
fixed ARM typo: s/replacable/replaceable/
2012-05-30 08:16:40 -07:00
Tinderbox User
687e13912e
update SRCID
2012-05-30 02:15:41 +00:00
Mark Andrews
a06ae70419
silence warnings from clang
2012-05-30 11:55:08 +10:00
Tinderbox User
ceb70f3fe2
update SRCID
2012-05-22 00:15:51 +00:00
Tinderbox User
92be0dc757
update copyright notice
2012-05-21 23:45:27 +00:00
Tinderbox User
1c76e43e5b
newcopyrights
2012-05-21 23:30:07 +00:00
Tinderbox User
4dcc1383d1
update SRCID
2012-05-21 06:15:42 +00:00
Mark Andrews
707fee270c
redirect stderr to /dev/null
2012-05-21 16:05:46 +10:00
Tinderbox User
f1da6da8be
update SRCID
2012-05-21 05:41:39 +00:00
Mark Andrews
6266b339dd
portability awk add space between -v and it's argument, if anything has changed add ./COPYRIGHT
2012-05-21 15:17:58 +10:00
Tinderbox User
b77747689a
update SRCID
2012-05-21 01:15:53 +00:00
Mark Andrews
6ea1ba16ba
awk and toupper is not portable, use sed instead
2012-05-21 10:17:35 +10:00
Tinderbox User
b28d4aa918
update SRCID
2012-05-21 00:15:56 +00:00
Tinderbox User
b3530fa7e0
update SRCID
2012-05-20 00:15:45 +00:00
Tinderbox User
03ccd60f5a
update SRCID
2012-05-19 00:16:06 +00:00
Tinderbox User
94d7bb83d2
update SRCID
2012-05-18 10:15:34 +00:00
Mar Andrews
d0660a105b
add bin/tests/system/ecdsa/prereq.sh
2012-05-18 09:54:00 +00:00
Mar Andrews
315d9eb547
add bin/tests/system/ecdsa/prereq.sh
2012-05-18 09:53:41 +00:00
Tinderbox User
dc0e2aa433
update SRCID
2012-05-18 07:15:34 +00:00
Mark Andrews
d824d6739f
= -> ==
2012-05-18 17:11:09 +10:00
Tinderbox User
81791cbc29
update SRCID
2012-05-18 00:16:13 +00:00
Tinderbox User
b008cf0a4d
update copyright notice
2012-05-17 23:45:35 +00:00
Tinderbox User
b66a8d3f56
newcopyrights
2012-05-17 23:30:25 +00:00
Evan Hunt
5502d62636
fix check_data() usage
...
3328. [bug] Fixed inconsistent data checking in dst_parse.c.
[RT #29401 ]
2012-05-17 16:17:44 -07:00
Tinderbox User
6657770dac
update SRCID
2012-05-17 23:15:31 +00:00
Evan Hunt
35af5b5062
Merge branch 'v9_8' of ssh://repo/proj/git/prod/bind9 into v9_8
2012-05-17 16:11:42 -07:00
Evan Hunt
9d1aaaaf3a
add ECDSA support
...
3317. [protocol] Add ECDSA support (RFC 6605). [RT #21918 ]
2012-05-17 16:09:53 -07:00
Tinderbox User
ca2263f021
update SRCID
2012-05-17 22:15:36 +00:00
Evan Hunt
2d530cc098
Merge branch 'v9_8' of ssh://repo/proj/git/prod/bind9 into v9_8
2012-05-17 14:51:41 -07:00
Evan Hunt
b7d8228ce2
a few files weren't cleaned up
2012-05-17 14:51:14 -07:00
Tinderbox User
25cfa2779b
update SRCID
2012-05-17 19:15:51 +00:00
Evan Hunt
58e0170e5e
Handle RRSIG signer case consistently
...
3329. [bug] Handle RRSIG signer-name case consistently: We
generate RRSIG records with the signer-name in
lower case. We accept them with any case, but if
they fail to validate, we try again in lower case.
[RT #27451 ]
2012-05-17 11:08:49 -07:00
Tinderbox User
795bb08588
update SRCID
2012-05-17 00:15:45 +00:00
Tinderbox User
7670d38344
update SRCID
2012-05-16 00:16:12 +00:00
Tinderbox User
e19ffb6706
update SRCID
2012-05-15 00:16:01 +00:00
Tinderbox User
af6d02fcac
update SRCID
2012-05-14 00:16:05 +00:00
Tinderbox User
198a1a1ed1
update SRCID
2012-05-13 00:15:41 +00:00
Tinderbox User
2202b19bb4
update SRCID
2012-05-12 00:15:59 +00:00
Tinderbox User
45c3b81a4e
update SRCID
2012-05-11 00:16:03 +00:00
Tinderbox User
510f97536f
update SRCID
2012-05-10 00:16:08 +00:00
Tinderbox User
25121938a1
update SRCID
2012-05-09 23:15:55 +00:00
Mark Andrews
72c1a6b333
3318. [tuning] Reduce the amount of work performed while holding a
...
bucket lock when finshed with a fetch context.
[RT #29239 ]
2012-05-10 08:43:18 +10:00
Tinderbox User
48372194d0
update SRCID
2012-05-09 00:16:01 +00:00
Tinderbox User
6ec5bad267
update SRCID
2012-05-08 00:15:48 +00:00
Tinderbox User
2248e25191
update SRCID
2012-05-07 00:15:47 +00:00
Tinderbox User
7668064458
update SRCID
2012-05-06 00:15:55 +00:00
Tinderbox User
7b03488994
update SRCID
2012-05-05 00:15:59 +00:00
Tinderbox User
14e8c4ed6b
update SRCID
2012-05-04 00:15:58 +00:00
Tinderbox User
a24998a7d0
sync
2012-05-03 01:10:33 +00:00
Tinderbox User
059ece8512
sync
2012-05-03 01:10:33 +00:00
Tinderbox User
4c14152ec7
update SRCID
2012-05-03 00:16:07 +00:00
Tinderbox User
d2717ae015
update SRCID
2012-05-02 00:15:49 +00:00
Tinderbox User
eeda6ae3a8
update SRCID
2012-05-01 00:15:52 +00:00
Tinderbox User
fc901b8caa
update SRCID
2012-04-30 00:16:03 +00:00
Tinderbox User
865b556a08
update SRCID
2012-04-29 00:15:50 +00:00
Tinderbox User
56a574270f
update SRCID
2012-04-28 00:15:44 +00:00
Tinderbox User
1ffc65968d
update SRCID
2012-04-27 13:15:50 +00:00
Tinderbox User
af0f7174e2
update SRCID
2012-04-27 08:15:56 +00:00
Tinderbox User
7a8d9ac1bf
update SRCID
2012-04-27 07:16:02 +00:00
Mark Andrews
1960a145eb
9.8.3
2012-04-27 16:44:00 +10:00
Mark Andrews
9f7012c066
Merge branch 'v9_8' of repo.isc.org:/proj/git/prod/bind9 into v9_8
2012-04-27 16:27:00 +10:00
Mark Andrews
493c9fc628
9.8.3
2012-04-27 16:25:09 +10:00
Tinderbox User
354a1b3b99
update SRCID
2012-04-27 05:15:28 +00:00
Mark Andrews
552162bb83
3197. [bug] Don't try to log the filename and line number when
...
the config parser can't open a file. [RT #22263 ]
2012-04-27 15:08:01 +10:00
Mark Andrews
4dbd99bcae
3183. [bug] Added RTLD_GLOBAL flag to dlopen call. [RT #26301 ]
2012-04-27 15:00:02 +10:00
Mark Andrews
40615e39ea
Merge branch 'v9_8' of repo.isc.org:/proj/git/prod/bind9 into v9_8
2012-04-27 14:43:39 +10:00
Mark Andrews
55ea7920aa
3232. [bug] Zero zone->curmaster before return in
...
dns_zone_setmasterswithkeys(). [RT #26732 ]
2012-04-27 14:42:42 +10:00
Tinderbox User
e297b2f46c
update SRCID
2012-04-27 04:16:04 +00:00
Tinderbox User
9098831429
update copyright notice
2012-04-27 04:02:59 +00:00
Tinderbox User
d0ee952988
newcopyrights
2012-04-27 04:01:28 +00:00
Tinderbox User
9924b8c08e
update SRCID
2012-04-27 03:16:14 +00:00
Mark Andrews
55e7afa4ea
check if the pdf version of the ARM needs to be committed
2012-04-27 12:29:35 +10:00
Tinderbox User
6a2337c066
update SRCID
2012-04-27 01:15:45 +00:00
Mark Andrews
b4b775fc32
sync with master
2012-04-27 10:47:08 +10:00
Tinderbox User
e7ffb25994
update SRCID
2012-04-27 00:15:43 +00:00
Tinderbox User
9d31a1faf0
newcopyrights
2012-04-26 23:30:16 +00:00
Tinderbox User
ac1ab9ce85
update SRCID
2012-04-26 04:15:45 +00:00
Mark Andrews
cc7cd7cc92
Merge branch 'v9_8' of repo.isc.org:/proj/git/prod/bind9 into v9_8
2012-04-26 13:58:02 +10:00
Mark Andrews
337cd4ace2
3314. [bug] The masters list could be updated while refesh_callback
...
and stub_callback were using it. [RT #26732 ]
2012-04-26 13:57:20 +10:00
Tinderbox User
dfbd0b21f7
update SRCID
2012-04-26 03:16:16 +00:00
Mark Andrews
f32065b014
3313. [protocol] Add TLSA record type. [RT #28989 ]
2012-04-26 12:37:58 +10:00
Tinderbox User
02ba576a6f
update SRCID
2012-04-26 02:15:35 +00:00
Mark Andrews
db829f3834
3312. [bug] named-checkconf didn't detect a bad dns64 clients acl.
...
[RT #27631 ]
2012-04-26 11:46:04 +10:00
Mark Andrews
32ea95bde3
3311. [bug] Abort the zone dump if zone->db is NULL in
...
zone.c:zone_gotwritehandle. [RT #29028 ]
2012-04-26 11:29:28 +10:00
Tinderbox User
cdd42bf1c5
update SRCID
2012-04-26 00:16:00 +00:00
Tinderbox User
9a5b04934b
update copyright notice
2012-04-25 23:45:26 +00:00
Tinderbox User
3e2c072517
newcopyrights
2012-04-25 23:30:08 +00:00
Tinderbox User
82f5492f6f
update SRCID
2012-04-25 00:15:48 +00:00
Evan Hunt
d23cdfd68d
increase table size for mutex profiling
2012-04-24 16:52:53 -07:00
Tinderbox User
d328345168
update SRCID
2012-04-24 22:15:49 +00:00
Evan Hunt
b276df716d
fctx_finddone: call fctx_destroy within the bucket lock
2012-04-24 14:59:50 -07:00
Tinderbox User
092c1f8f92
update SRCID
2012-04-24 00:15:48 +00:00
Tinderbox User
9e6393d50f
newcopyrights
2012-04-23 23:30:16 +00:00
Tinderbox User
ee175b10cf
update SRCID
2012-04-23 16:15:44 +00:00
Evan Hunt
a9ac8826ce
removed files merged by mistake
2012-04-23 09:13:14 -07:00
Evan Hunt
9a76e95622
fix .gitignore files
2012-04-23 09:01:30 -07:00
Tinderbox User
392391a018
update SRCID
2012-04-23 00:16:00 +00:00
Tinderbox User
9fa0a8e8f1
update SRCID
2012-04-22 00:16:01 +00:00
Tinderbox User
9ce2766b37
update SRCID
2012-04-21 00:15:50 +00:00
Tinderbox User
d45905f532
update SRCID
2012-04-20 00:15:49 +00:00
Tinderbox User
ac8f58355e
update SRCID
2012-04-19 14:17:11 +00:00
Scott Mann
3a8970bc4c
typo
2012-04-19 08:01:00 -06:00
Scott Mann
6ca4619ded
remove rfc5011.txt from contrib subdir
2012-04-19 07:58:28 -06:00
Tinderbox User
5007e6d1e1
update SRCID
2012-04-19 00:15:59 +00:00
Tinderbox User
420b60ac90
update SRCID
2012-04-18 00:16:15 +00:00
Tinderbox User
c36a5fb86a
update SRCID
2012-04-17 00:15:54 +00:00
Tinderbox User
9698f428b4
update SRCID
2012-04-16 00:16:00 +00:00
Tinderbox User
fc97ec759e
update SRCID
2012-04-15 00:16:08 +00:00
Tinderbox User
4e5475ab7d
update SRCID
2012-04-14 00:15:57 +00:00
Tinderbox User
1f073a3050
update SRCID
2012-04-13 01:15:20 +00:00
Mark Andrews
ee65010efc
remove release-notes.css
2012-04-13 11:13:03 +10:00
Tinderbox User
f2780ecfa9
update SRCID
2012-04-13 00:16:02 +00:00
Tinderbox User
d6b6ca9086
update copyright notice
2012-04-12 23:45:32 +00:00
Tinderbox User
5300dfaf94
newcopyrights
2012-04-12 23:30:14 +00:00
Tinderbox User
b63c70a4b6
update SRCID
2012-04-12 23:15:49 +00:00
Mark Andrews
c7ae37d1aa
3307. [bug] Add missing ISC_LANG_BEGINDECLS and ISC_LANG_ENDDECLS.
...
[RT #28956 ]
2012-04-13 08:39:23 +10:00
Tinderbox User
c6134ebd06
update SRCID
2012-04-12 10:15:43 +00:00
Mark Andrews
efd194bdb6
3307. [bug] Add missing ISC_LANG_ENDDECLS to <dns/tsec.h>. [RT #28956 ]
2012-04-12 19:17:29 +10:00
Tinderbox User
e91cc79a8e
update SRCID
2012-04-12 05:15:56 +00:00
Evan Hunt
3c2fba69ff
remove release-notes.css
2012-04-11 21:24:18 -07:00
Tinderbox User
583c41f61c
update SRCID
2012-04-12 00:16:02 +00:00
Tinderbox User
5771a59496
update copyright notice
2012-04-11 23:45:30 +00:00
Tinderbox User
5585f5cbee
newcopyrights
2012-04-11 23:30:14 +00:00
Tinderbox User
c81fef4c01
update SRCID
2012-04-11 03:15:58 +00:00
Mark Andrews
f0c93bef30
3306. [bug] Improve DNS64 reverse zone performance. [RT #28563 ]
...
3305. [func] Add wire format lookup method to sdb. [RT #28563 ]
2012-04-11 12:33:08 +10:00
Tinderbox User
cf41decab7
update SRCID
2012-04-11 02:15:18 +00:00
Mark Andrews
1c1d6d50ab
add the ability to override --remote
2012-04-11 11:29:20 +10:00
Tinderbox User
62cf8bcc66
update SRCID
2012-04-11 01:15:44 +00:00
Mark Andrews
a9d6f26285
3304. [bug] Use hmctx, not mctx when freeing rbtdb->heaps. [RT #28571 ]
2012-04-11 10:47:37 +10:00
Tinderbox User
8e6c50e5d5
update SRCID
2012-04-11 00:15:44 +00:00
Mark Andrews
fce9dd6001
remove RELEASE-NOTES-BIND-9.8.1.*
2012-04-11 10:12:50 +10:00
Tinderbox User
d6434462fa
update SRCID
2012-04-10 07:17:05 +00:00
Mark Andrews
3605b68ffb
use --remote=cvs.isc.org:/proj/git/prod/bind9.git
2012-04-10 16:19:56 +10:00
Tinderbox User
697f9934b0
update SRCID
2012-04-10 00:16:30 +00:00
Tinderbox User
e76b6fe56b
update SRCID
2012-04-09 00:17:08 +00:00
Tinderbox User
627ed06b76
update SRCID
2012-04-08 00:17:08 +00:00
Tinderbox User
d496e45e56
update SRCID
2012-04-07 00:17:03 +00:00
Tinderbox User
f0a8d0faa3
update SRCID
2012-04-06 19:15:43 +00:00
Evan Hunt
338e373482
delete old release notes
2012-04-06 11:39:02 -07:00
Tinderbox User
5510185491
update SRCID
2012-04-06 00:15:38 +00:00
Tinderbox User
466b1cd30e
update SRCID
2012-04-05 00:16:41 +00:00
Tinderbox User
9b033ceebd
update SRCID
2012-04-04 00:16:51 +00:00
Tinderbox User
d5a55973e8
update SRCID
2012-04-03 00:16:35 +00:00
Tinderbox User
3db50f193b
update SRCID
2012-04-02 00:17:11 +00:00
Tinderbox User
1b86b4cc84
update SRCID
2012-04-01 00:16:45 +00:00
Tinderbox User
c2886a3f2d
update SRCID
2012-03-31 00:17:08 +00:00
Tinderbox User
8f43656b3b
update SRCID
2012-03-30 01:17:03 +00:00
Mark Andrews
bf07be5e5a
3302. [bug] dns_dnssec_findmatchingkeys could fail to find
...
keys if the zone name contained character that
required special mappings. [RT #28600 ]
2012-03-30 12:08:02 +11:00
Tinderbox User
26bef8b7bd
update SRCID
2012-03-30 00:16:42 +00:00
Tinderbox User
5bc1b71358
newcopyrights
2012-03-29 23:30:13 +00:00
Tinderbox User
29d365cbe4
update SRCID
2012-03-29 00:17:09 +00:00
Mark Andrews
7bbd9900cc
3301. [contrib] Update queryperf to build on darwin. Add -R flag
...
for non-recursive queries. [RT #28565 ]
2012-03-29 10:32:32 +11:00
Tinderbox User
fd2136d87c
update SRCID
2012-03-28 23:16:06 +00:00
Mark Andrews
f80c9db2b5
3300. [bug] Named could die if gssapi was enabled in named.conf
...
but was not compiled in. [RT #28338 ]
2012-03-29 09:54:40 +11:00
Tinderbox User
15f30668a2
update SRCID
2012-03-28 00:16:37 +00:00
Mark Andrews
183a1f9e79
3299. [bug] Make SDB handle errors from database drivers better.
...
[RT #28534 ]
2012-03-28 10:33:20 +11:00
Tinderbox User
ccca0e2a9f
update SRCID
2012-03-27 00:16:07 +00:00
Tinderbox User
9ffde9646e
update SRCID
2012-03-26 00:16:35 +00:00
Tinderbox User
ebb53e83ae
update SRCID
2012-03-25 00:16:43 +00:00
Tinderbox User
1711e905a2
update SRCID
2012-03-24 00:17:07 +00:00
Tinderbox User
5cc93001a9
update SRCID
2012-03-23 00:17:07 +00:00
Tinderbox User
10e24fedef
update SRCID
2012-03-22 20:15:55 +00:00
Evan Hunt
29ae661890
prep for 9.8.2 release
2012-03-22 12:20:00 -07:00
Tinderbox User
186f4a149f
update SRCID
2012-03-22 18:16:04 +00:00
Tinderbox User
d9d7643022
regen PDF
2012-03-22 17:37:03 +00:00
Tinderbox User
6ff398fffc
regen v9_8
2012-03-22 17:24:07 +00:00
Tinderbox User
2ae1192683
update SRCID
2012-03-22 17:15:45 +00:00
Tinderbox User
569c385003
Merge branch 'v9_8' of ssh://repo.isc.org/proj/git/prod/bind9 into v9_8
2012-03-22 16:55:44 +00:00
Tinderbox User
a85a9ca31a
regen
2012-03-22 16:53:15 +00:00
Tinderbox User
ee2156341c
update SRCID
2012-03-22 02:16:39 +00:00
Mark Andrews
b7d952e44f
3298. [bug] Named could dereference a NULL pointer in
...
zmgr_start_xfrin_ifquota if the zone was being removed.
[RT #28419 ]
2012-03-22 12:41:55 +11:00
Tinderbox User
b9be6aab32
update SRCID
2012-03-22 00:16:57 +00:00
Tinderbox User
09b2e61860
update SRCID
2012-03-21 00:17:02 +00:00
Tinderbox User
0bbbe92ea0
update SRCID
2012-03-20 00:17:02 +00:00
Tinderbox User
8df21b57ff
update SRCID
2012-03-19 00:16:05 +00:00
Tinderbox User
efe583a575
update SRCID
2012-03-18 00:17:07 +00:00
Tinderbox User
db04f60e12
update SRCID
2012-03-17 00:16:06 +00:00
Tinderbox User
6e71438084
update SRCID
2012-03-16 00:17:03 +00:00
Tinderbox User
5ad257d64a
update SRCID
2012-03-15 01:16:47 +00:00
Mark Andrews
ff0277bbcf
3297. [bug] Named could die on a malformed master file. [RT #28467 ]
2012-03-15 12:11:05 +11:00
Tinderbox User
9fd48658fe
update SRCID
2012-03-15 00:16:08 +00:00
Tinderbox User
85f8057356
update SRCID
2012-03-14 00:16:57 +00:00
Tinderbox User
1b7e532dc1
update SRCID
2012-03-13 00:17:03 +00:00
Tinderbox User
f067bd67a4
update copyright notice
2012-03-12 23:45:28 +00:00
Tinderbox User
5b50bc715d
update SRCID
2012-03-12 01:16:34 +00:00
Tinderbox User
db4c35f7ae
regen v9_8
2012-03-12 01:13:15 +00:00
Mark Andrews
f2cd16e3dc
copyright cleanup
2012-03-12 11:38:38 +11:00
Tinderbox User
d68a6e3ae8
update SRCID
2012-03-12 00:16:10 +00:00
Tinderbox User
03b1f683c0
update SRCID
2012-03-11 00:16:34 +00:00
Tinderbox User
1ceec0a211
update copyright notice
2012-03-10 23:45:31 +00:00
Tinderbox User
f9f0dc6284
newcopyrights
2012-03-10 23:30:13 +00:00
Tinderbox User
50a28819ff
update SRCID
2012-03-10 04:29:44 +00:00
Tinderbox User
30d24a0e87
update SRCID
2012-03-10 00:17:53 +00:00
Evan Hunt
cbd5298859
Merged 'rt28345': new git-based merge_copyrights
2012-03-09 15:59:21 -08:00
Mark Andrews
a2bb1bb4da
remove lib/dns/tests/testdata/master/.gitignore
2012-03-10 10:51:21 +11:00
Tinderbox User
806001cc51
regen
2012-03-09 23:30:19 +00:00
Tinderbox User
a094cdb8cd
update SRCID
2012-03-09 22:17:15 +00:00
Mark Andrews
5a605b83bf
empty directory
2012-03-10 08:46:53 +11:00
Tinderbox User
93553d370f
update SRCID
2012-03-09 21:17:03 +00:00
Tinderbox User
cc65e60aac
update SRCID
2012-03-09 21:01:43 +00:00
Evan Hunt
bd793d9403
s/cvsignore/gitignore/
2012-03-08 13:44:15 -08:00
Mark Andrews
5fd272be54
3295. [bug] Adjust isc_time_secondsastimet range check to be more
...
portable. [RT # 26542]
2012-03-08 15:35:07 +11:00
Mark Andrews
7714188c0b
update/add .gitignore
2012-03-08 15:03:25 +11:00
Mark Andrews
c95802e3b8
3294. [bug] isccc/cc.c:table_fromwire failed to free alist on
...
error. [RT #28265 ]
2012-03-08 14:43:16 +11:00
Evan Hunt
306644b558
update copyrights
2012-03-07 15:38:57 -08:00
Evan Hunt
a8341e173e
Revert "add .gitattributes (turn on ident)"
...
This reverts commit 43d8ee6dc4 .
2012-03-07 08:45:55 -08:00
Evan Hunt
c95beeb07f
set $Id$
2012-03-07 08:19:24 -08:00
Tinderbox User
b96f746bb6
regen v9_8
2012-03-07 02:17:49 +00:00
Tinderbox User
91f0609aae
regen v9_8
2012-03-07 01:54:34 +00:00
Evan Hunt
588f8a8ac2
add .gitattributes (turn on ident)
2012-03-06 17:28:56 -08:00
Evan Hunt
031169a6d1
kit.sh now uses git
2012-03-04 10:48:55 -08:00
Evan Hunt
3997b6bcbf
add gitignore, remove cvsignore
2012-03-03 23:33:18 -08:00
Automatic Updater
39b2e62464
update
2012-03-01 00:16:13 +00:00
Automatic Updater
9fa3290eb0
update copyright notice
2012-02-29 23:46:20 +00:00
Automatic Updater
da78b87b88
newcopyrights
2012-02-29 23:30:18 +00:00
Automatic Updater
556bb266dd
update
2012-02-29 22:15:59 +00:00
Evan Hunt
fcf29dd783
3291. [port] Fixed a build error on systems without ENOTSUP.
...
[RT #28200 ]
2012-02-29 21:27:33 +00:00
Automatic Updater
d59b368d1d
update
2012-02-29 00:16:30 +00:00
Automatic Updater
36f0ee282c
update copyright notice
2012-02-28 23:46:01 +00:00
Automatic Updater
b6a55c9c20
newcopyrights
2012-02-28 23:30:16 +00:00
Automatic Updater
22ea70835f
update
2012-02-28 22:16:12 +00:00
Mark Andrews
e52460b0c0
3290. [bug] <isc/hmacsha.h> was not being installed. [RT #28169 ]
2012-02-28 21:36:23 +00:00
Automatic Updater
92b22a866a
update
2012-02-24 04:15:51 +00:00
Mark Andrews
c446b02d68
dns_zone_synckeyzone
2012-02-24 03:58:24 +00:00
Automatic Updater
4be35d5100
update
2012-02-23 21:16:07 +00:00
Evan Hunt
97c98c505a
corrected change #3277 to #3278 to match 9.9 and HEAD.
2012-02-23 20:53:31 +00:00
Automatic Updater
95b1c7c247
update
2012-02-23 04:16:41 +00:00
Evan Hunt
5a6883cb47
nicer release notes URL
2012-02-23 03:53:19 +00:00
Automatic Updater
c6404e16d6
update
2012-02-23 00:16:00 +00:00
Automatic Updater
755858999f
update copyright notice
2012-02-22 23:46:36 +00:00
Automatic Updater
87cf974bc0
newcopyrights
2012-02-22 23:30:13 +00:00
Automatic Updater
de1f8524f1
update
2012-02-22 22:15:59 +00:00
Evan Hunt
b0c906596a
3288. [bug] dlz_destroy() function wasn't correctly registered
...
by the DLZ dlopen driver. [RT #28056 ]
2012-02-22 21:44:24 +00:00
Automatic Updater
eb3d828bba
update
2012-02-22 15:16:05 +00:00
Mark Andrews
6d4935ecf5
3287. [port] Update ans.pl to work with Net::DNS 0.68. [RT #28028 ]
2012-02-22 14:30:38 +00:00
Automatic Updater
b4270bf81d
update
2012-02-22 01:16:30 +00:00
Evan Hunt
54408e8159
add pointer to release notes (ugly URL; should be updated to a pretty one)
2012-02-22 00:55:22 +00:00
Evan Hunt
15601edb93
3286. [bug] Managed key maintenance timer could fail to start
...
after 'rndc reconfig'. [RT #26786 ]
2012-02-22 00:33:33 +00:00
Automatic Updater
1d8a0c5c34
update
2012-02-15 22:15:42 +00:00
Automatic Updater
ce9a779497
update
2012-02-15 21:16:06 +00:00
Automatic Updater
b0b4f4c219
update copyright notice
2012-02-15 21:16:03 +00:00
Automatic Updater
017190ccb5
newcopyrights
2012-02-15 21:13:42 +00:00
Mark Andrews
dd0b839a76
3285. [bug] val-frdataset was incorrectly disassociated in
...
proveunsecure after calling startfinddlvsep.
[RT #27928 ]
2012-02-15 21:03:20 +00:00
Automatic Updater
615877aa03
update
2012-02-15 13:16:33 +00:00
Mark Andrews
6a6891d5ed
2x POST(locktype);
2012-02-15 12:32:50 +00:00
Automatic Updater
26a842c11f
update
2012-02-15 11:16:21 +00:00
Mark Andrews
bfb358e126
9.8.2rc2
2012-02-15 10:36:34 +00:00
Automatic Updater
20146ff386
update
2012-02-15 02:15:59 +00:00
Mark Andrews
e1c47cd778
3284. [bug] Address race conditions with the handling of
...
rbtnode.deadlink. [RT #27738 ]
2012-02-15 02:02:55 +00:00
Mark Andrews
bc337a2f44
Loop 'I:checking that large rdatasets loaded' in case the zone transfer has not yet completed
2012-02-15 01:23:33 +00:00
Automatic Updater
c6e234306e
update
2012-02-15 00:16:09 +00:00
Automatic Updater
18ddc00419
update copyright notice
2012-02-14 23:46:30 +00:00
Automatic Updater
090afb4adc
newcopyrights
2012-02-14 23:30:13 +00:00
Automatic Updater
a058fc9e5e
update
2012-02-14 01:15:52 +00:00
Mark Andrews
29d3240787
extend:
...
3282. [bug] Restrict the TTL of NS RRset to no more than that
of the old NS RRset when replacing it.
[RT #27792 ] [RT #27884 ]
2012-02-14 00:25:41 +00:00
Automatic Updater
d3bc6790c4
update
2012-02-14 00:16:04 +00:00
Mark Andrews
2924a2aef5
3283. [bug] Raw zones with with more than 512 records in a RRset
...
failed to load. [RT #27863 ]
2012-02-14 00:10:17 +00:00
Automatic Updater
61d489be35
update
2012-02-10 00:16:17 +00:00
Automatic Updater
38841ea996
update copyright notice
2012-02-09 23:46:25 +00:00
Automatic Updater
af3db9c2ad
newcopyrights
2012-02-09 23:30:23 +00:00
Automatic Updater
262ea339dd
update
2012-02-09 22:16:23 +00:00
Mark Andrews
0de7627fff
move keygeneration out of the timing critical section
2012-02-09 21:51:34 +00:00
Automatic Updater
7f5bbd7f61
update
2012-02-09 21:15:56 +00:00
Mark Andrews
256948c153
3282. [bug] Restrict the TTL of NS RRset to no more than that
...
of the old NS RRset when replacing it. [RT #27792 ]
2012-02-09 21:01:48 +00:00
Automatic Updater
d3da87a68e
update
2012-02-08 00:16:01 +00:00
Automatic Updater
7779587d64
update copyright notice
2012-02-07 23:46:41 +00:00
Automatic Updater
c0f13d413e
newcopyrights
2012-02-07 23:30:14 +00:00
Automatic Updater
2fe2a08d47
update
2012-02-07 20:16:58 +00:00
Mark Andrews
6f56ce1a4f
3281. [bug] SOA refresh queries could be treated as cancelled
...
despite succeeding over the loopback interface.
[RT #27782 ]
2012-02-07 19:52:23 +00:00
Automatic Updater
a967e8fcff
update
2012-02-07 01:15:50 +00:00
Mark Andrews
930151fcab
3280. [bug] Potential double free of a rdataset on out of memory
...
with DNS64. [RT #27762 ]
2012-02-07 01:14:39 +00:00
Evan Hunt
55f6591579
fixed a test error that caused autosign to fail on freebsd
2012-02-07 00:34:20 +00:00
Automatic Updater
376135850a
update
2012-02-07 00:21:10 +00:00
Automatic Updater
f228a6b6cf
update copyright notice
2012-02-06 23:45:58 +00:00
Automatic Updater
558d31c1d8
newcopyrights
2012-02-06 23:30:19 +00:00
Mark Andrews
9116257553
verify server is answering before starting next server
2012-02-06 23:23:52 +00:00
Automatic Updater
94e94476cf
update
2012-02-06 22:15:58 +00:00
Evan Hunt
2a2657427f
3277. [bug] Make sure automatic key maintenance is started
...
when "auto-dnssec maintain" is turned on during
"rndc reconfig". [RT #26805 ]
2012-02-06 21:27:52 +00:00
Automatic Updater
77806b983c
update
2012-02-06 06:16:15 +00:00
Mark Andrews
0e4f7d9939
3276. [bug] win32: ns_os_openfile failed to return NULL on
...
safe_open failure. [RT #27696 ]
2012-02-06 05:16:07 +00:00
Automatic Updater
6b8199373a
update
2012-02-04 00:16:22 +00:00
Automatic Updater
91428e5e02
update copyright notice
2012-02-03 23:46:14 +00:00
Automatic Updater
717e205057
newcopyrights
2012-02-03 23:30:24 +00:00
Automatic Updater
af5a77e150
update
2012-02-03 05:17:37 +00:00
Mark Andrews
f13044fd40
I:waiting for nameserver to load, ok'd by Evan
2012-02-03 04:46:32 +00:00
Automatic Updater
5379f220d1
update
2012-02-03 00:15:56 +00:00
Automatic Updater
426a6a5dfb
update copyright notice
2012-02-02 23:46:42 +00:00
Automatic Updater
3e171d4e11
newcopyrights
2012-02-02 23:30:14 +00:00
Automatic Updater
8ff92d3af1
update
2012-02-02 04:16:18 +00:00
Mark Andrews
502b676005
portable code, ok'd by Evan
2012-02-02 03:50:14 +00:00
Automatic Updater
be5a1b78d0
update
2012-02-01 00:16:01 +00:00
Automatic Updater
33a62e8d0f
update copyright notice
2012-01-31 23:46:41 +00:00
Automatic Updater
33c1b22901
newcopyrights
2012-01-31 23:30:21 +00:00
Automatic Updater
6ef91fba7b
update
2012-01-31 23:15:55 +00:00
Mark Andrews
cc52242055
3274. [bug] Log when a zone is not reusable. Only set loadtime
...
on successful loads. [RT #27650 ]
2012-01-31 22:31:46 +00:00
Automatic Updater
672881aca8
update
2012-01-31 18:15:55 +00:00
Evan Hunt
9f6a818af8
missed a bit
2012-01-31 18:01:18 +00:00
Evan Hunt
6522a6b265
3273. [bug] AAAA responses could be returned in the additional
...
section even when filter-aaaa-on-v4 was in use.
[RT #27292 ]
2012-01-31 17:54:12 +00:00
Automatic Updater
d56245e216
update
2012-01-31 04:15:55 +00:00
Mark Andrews
f8e75e7503
3271. [port] darwin: mksymtbl is not always stable, loop several
...
times before giving up. mksymtbl was using non
portable perl to covert 64 bit hex strings. [RT #27653 ]
2012-01-31 04:12:33 +00:00
Automatic Updater
be59fb2e6b
update
2012-01-31 00:16:00 +00:00
Automatic Updater
4ef0d1dc08
update copyright notice
2012-01-30 23:46:53 +00:00
Automatic Updater
9a8f1207d3
newcopyrights
2012-01-30 23:30:18 +00:00
Automatic Updater
3b47adfc61
update
2012-01-30 01:15:45 +00:00
Mark Andrews
4e40bc7bed
remove doc/draft, doc/rfc
2012-01-30 00:53:19 +00:00
Mark Andrews
a6570a0453
9.8.2
2012-01-30 00:24:57 +00:00
Mark Andrews
e4facd74b6
Add comment describing LIBINTERFACE values per branch
2012-01-30 00:23:54 +00:00
Mark Andrews
d82296db36
make 'when' isc_stdtime_t in set_key_expiry_warning
2012-01-30 00:17:23 +00:00
Automatic Updater
edbafc4b7e
update
2012-01-30 00:15:50 +00:00
Automatic Updater
de5b54ca7f
newcopyrights
2012-01-29 23:30:14 +00:00
Automatic Updater
fe53b3d903
update
2012-01-29 06:15:42 +00:00
Automatic Updater
9e07eac628
regen
2012-01-29 06:08:46 +00:00
Evan Hunt
45f5a577e1
prep 9.8.2
2012-01-29 06:08:11 +00:00
Automatic Updater
c4712cbeb1
update
2012-01-28 00:15:59 +00:00
Automatic Updater
858d47a80c
update copyright notice
2012-01-27 23:46:31 +00:00
Automatic Updater
d0a018ea02
newcopyrights
2012-01-27 23:30:32 +00:00
Automatic Updater
bcfb97d433
update
2012-01-27 03:16:41 +00:00
Mark Andrews
a6a22245a3
address merge error
2012-01-27 02:34:02 +00:00
Automatic Updater
db3762f2c5
update
2012-01-27 02:15:50 +00:00
Mark Andrews
e2f640d3ec
back port dns_test_loaddb from 9.9.0
2012-01-27 02:13:06 +00:00
Mark Andrews
05cf79065f
3268. [bug] Convert RRSIG expiry times to 64 timestamps to work
...
out the earliest expiry time. [RT #23311 ]
2012-01-27 01:47:30 +00:00
Mark Andrews
713eea548b
3267. [bug] Memory allocation failures could be mis-reported as
...
unexpected error. New ISC_R_UNSET result code.
[RT #27336 ]
2012-01-27 01:26:08 +00:00
Automatic Updater
ed1a2ef445
update
2012-01-27 01:16:04 +00:00
Mark Andrews
553cfe55d5
3266. [bug] The maximum number of NSEC3 iterations for a
...
DNSKEY RRset was not being properly computed.
[RT #26543 ]
2012-01-27 00:59:07 +00:00
Automatic Updater
b6ab3f7df5
update
2012-01-24 00:15:46 +00:00
Automatic Updater
76f15cf37c
update copyright notice
2012-01-23 23:46:27 +00:00
Automatic Updater
df6025ea77
newcopyrights
2012-01-23 23:30:14 +00:00
Automatic Updater
b803a1d1f5
update
2012-01-23 12:16:15 +00:00
Mark Andrews
b040640f44
test for Net::DNS
2012-01-23 11:56:39 +00:00
Automatic Updater
739c431b34
update
2012-01-21 01:15:46 +00:00
Automatic Updater
91fe924782
sync
2012-01-21 01:10:54 +00:00
Automatic Updater
e516700f87
update
2012-01-20 02:15:53 +00:00
Mark Andrews
2c59318ed7
remove more bashisms
2012-01-20 01:36:44 +00:00
Automatic Updater
b62d39e6f1
update
2012-01-20 00:16:01 +00:00
Automatic Updater
7ac370ea23
newcopyrights
2012-01-19 23:30:12 +00:00
Automatic Updater
57c64e1223
update
2012-01-19 09:16:37 +00:00
Mark Andrews
1780ea530f
don't use bash syntax
2012-01-19 08:43:33 +00:00
Automatic Updater
af0b8a44fa
update
2012-01-18 00:15:59 +00:00
Automatic Updater
1b3ffd570c
newcopyrights
2012-01-17 23:30:12 +00:00
Automatic Updater
b074f2f95d
update
2012-01-17 02:15:51 +00:00
Automatic Updater
8985abc0f9
regen v9_8
2012-01-17 01:53:29 +00:00
Automatic Updater
34554238c0
update
2012-01-17 00:15:52 +00:00
Automatic Updater
b615adb508
newcopyrights
2012-01-16 23:30:14 +00:00
Automatic Updater
d43a500c2a
update
2012-01-16 23:15:59 +00:00
Evan Hunt
9296e22640
add section explaining how to build with SoftHSM
2012-01-16 22:50:25 +00:00
Automatic Updater
221797a41d
update
2012-01-16 19:15:53 +00:00
Evan Hunt
3f1612de5b
updated pkcs11 documentation
2012-01-16 19:08:43 +00:00
Evan Hunt
dd71df4c23
- add openssl-1.0.0f-patch
...
- update openssl-0.9.8s-patch to francis's version
2012-01-16 19:00:30 +00:00
Automatic Updater
230d8ad9e9
update
2012-01-14 02:16:00 +00:00
Automatic Updater
c006f8b7cc
sync
2012-01-14 01:40:03 +00:00
Automatic Updater
04af605f28
update
2012-01-13 00:15:54 +00:00
Automatic Updater
fbc6d623ca
update copyright notice
2012-01-12 23:46:43 +00:00
Automatic Updater
65068adc40
newcopyrights
2012-01-12 23:30:14 +00:00
Automatic Updater
a7580e544c
update
2012-01-12 02:15:52 +00:00
Automatic Updater
d046e52e37
regen v9_8
2012-01-12 01:53:32 +00:00
Automatic Updater
5f56a6f4d9
update
2012-01-12 00:15:53 +00:00
Evan Hunt
08a069dec4
update doc to reflect rebased pkcs11 patch
2012-01-11 23:48:22 +00:00
Evan Hunt
190416b94a
rebase pkcs11 patch to openssl 0.9.8s
2012-01-11 23:45:36 +00:00
Automatic Updater
aecf9ab146
update
2012-01-11 21:15:51 +00:00
Curtis Blackburn
fab590d3f3
added myself to the list of authors.
2012-01-11 20:19:40 +00:00
Automatic Updater
6bed913285
update
2012-01-11 00:15:51 +00:00
Automatic Updater
72e11c3ce5
update copyright notice
2012-01-10 23:46:34 +00:00
Automatic Updater
090fa4b696
newcopyrights
2012-01-10 23:30:11 +00:00
Automatic Updater
1e999aa541
update
2012-01-10 01:16:04 +00:00
Scott Mann
369ebc851b
added scott mann to bind authors
2012-01-10 00:26:11 +00:00
Automatic Updater
b460a645b3
update
2012-01-08 00:15:48 +00:00
Automatic Updater
74a0cde85f
update copyright notice
2012-01-07 23:46:29 +00:00
Automatic Updater
9fd10683c5
newcopyrights
2012-01-07 23:30:15 +00:00
Automatic Updater
1828086c0d
update
2012-01-07 06:15:53 +00:00
Mark Andrews
0d1be30057
non isc copyright
2012-01-07 05:56:07 +00:00
Automatic Updater
f9d46927fe
update
2012-01-07 01:15:54 +00:00
Evan Hunt
fb55b8f34d
3262. [bug] Signed responses were handled incorrectly by RPZ.
...
[RT #27316 ]
2012-01-07 00:19:29 +00:00
Automatic Updater
1d8cff9f28
update
2012-01-05 20:16:24 +00:00
Evan Hunt
14a3d10777
fix incomplete CHANGES note #3170
2012-01-05 19:29:10 +00:00
Automatic Updater
7b75af3ab4
update
2012-01-05 05:15:50 +00:00
Mark Andrews
4643c8c398
rrset-order cyclic fix cleanupt
2012-01-05 04:59:20 +00:00
Automatic Updater
5438ecc784
update
2012-01-05 00:15:54 +00:00
Automatic Updater
8ead053cb0
update copyright notice
2012-01-04 23:46:19 +00:00
Automatic Updater
31a6af7b8c
newcopyrights
2012-01-04 23:30:16 +00:00
Automatic Updater
01c0424a85
update
2012-01-04 04:16:01 +00:00
Mark Andrews
318dc8fb88
non isc copyright
2012-01-04 04:04:13 +00:00
Automatic Updater
a5cea6308e
update
2012-01-04 03:16:38 +00:00
Evan Hunt
c0990ffd88
3260. [bug] "rrset-order cyclic" could appear not to rotate
...
for some query patterns. [RT #27170/27185]
2012-01-04 03:07:29 +00:00
Automatic Updater
7890d34413
update
2011-12-24 00:15:55 +00:00
Automatic Updater
1f94c807b2
update copyright notice
2011-12-23 23:46:46 +00:00
Automatic Updater
02e4a6b752
update
2011-12-23 07:25:04 +00:00
Automatic Updater
fc07562bf6
regenerate
2011-12-23 07:12:25 +00:00
Evan Hunt
772e8e57db
update for 9.8.2rc1
2011-12-23 07:08:08 +00:00
Automatic Updater
76d6f2352a
update
2011-12-23 03:16:39 +00:00
Evan Hunt
307f868728
prep for rc1
2011-12-23 02:30:15 +00:00
Automatic Updater
3b2c5228ec
update
2011-12-23 02:16:01 +00:00
Automatic Updater
6c03cc331b
update
2011-12-23 01:40:20 +00:00
Automatic Updater
a8b2fb3a5a
update
2011-12-23 01:16:00 +00:00
Mark Andrews
73a8651e91
--enable-fixed-rrset uses reversed order for cyclic
2011-12-23 01:05:22 +00:00
Mark Andrews
26a91b7001
3260. [bug] "rrset-order cyclic" could appears to not rotate
...
for some query patterns. [RT #27170 ]
2011-12-23 00:40:02 +00:00
Automatic Updater
586cdd9a85
update
2011-12-23 00:15:52 +00:00
Mark Andrews
2b4ca97504
3260. [bug] "rrset-order cyclic" could appear to not rotate
...
for some query patterns. [RT #27170 ]
2011-12-23 00:00:48 +00:00
Automatic Updater
3662af79dc
update copyright notice
2011-12-22 23:45:54 +00:00
Automatic Updater
d02025bdce
newcopyrights
2011-12-22 23:30:12 +00:00
Automatic Updater
1915e0199c
update
2011-12-22 18:15:50 +00:00
Evan Hunt
536581e749
3259. [bug] named-compilezone: Suppress "dump zone to <file>"
...
message when writing to stdout. [RT #27109 ]
2011-12-22 17:28:45 +00:00
Automatic Updater
f123f4af69
update
2011-12-22 13:16:36 +00:00
Mark Andrews
78badc40b3
3258. [test] Add "forcing full sign with unreadable keys" test.
...
[RT #27153 ]
2011-12-22 12:24:30 +00:00
Automatic Updater
645765acab
update
2011-12-22 12:16:00 +00:00
Mark Andrews
9e3c916d15
forcing full sign with unreadable keys
2011-12-22 12:07:42 +00:00
Automatic Updater
569fbedec5
update
2011-12-22 09:16:37 +00:00
Mark Andrews
4afb83574e
3257. [bug] Do not generate a error message when calling fsync()
...
in a pipe or socket. [RT #27109 ]
2011-12-22 08:50:45 +00:00
Mark Andrews
0700fb6e22
3256. [bug] Disable empty zones for lwresd -C. [RT #27139 ]
2011-12-22 08:25:16 +00:00
Automatic Updater
9f3c8165e8
update
2011-12-22 08:16:33 +00:00
Mark Andrews
da549bfcb8
3254. [bug] Set isc_socket_ipv6only() on the IPv6 control channels.
...
[RT #22249 ]
2011-12-22 08:10:09 +00:00
Mark Andrews
c034001844
3253. [bug] Return DNS_R_SYNTAX when the input to a text field is
...
too long. [RT #26956 ]
2011-12-22 07:43:51 +00:00
Mark Andrews
cf765eb85a
3251. [bug] Enforce a upper bound (65535 bytes) on the amount of
...
memory dns_sdlz_putrr() can allocate per record to
prevent run away memory consumption on ISC_R_NOSPACE.
[RT #26956 ]
2011-12-22 07:16:32 +00:00
Automatic Updater
4774e70218
update
2011-12-22 03:16:36 +00:00
Mark Andrews
7d714651ec
+/- 500ms was too small a fudge factor (-582ms seen in testing), raise to +/- 1000ms
2011-12-22 02:21:04 +00:00
Automatic Updater
e2563998ea
update
2011-12-21 00:16:32 +00:00
Automatic Updater
8ff8a88cce
update copyright notice
2011-12-20 23:46:02 +00:00
Automatic Updater
291808833d
newcopyrights
2011-12-20 23:30:14 +00:00
Automatic Updater
f983ccd321
update
2011-12-20 06:16:32 +00:00
Mark Andrews
ba0c8941cd
configure strips out VPATH. Use ${srcdir} instead so 'make depend' works
...
in lib/export.
2011-12-20 05:25:58 +00:00
Automatic Updater
4359a439f4
update
2011-12-20 05:16:40 +00:00
Mark Andrews
4bbdf662e2
@srdir@ -> @srcdir@
2011-12-20 05:05:52 +00:00
Automatic Updater
b13f7d685a
update
2011-12-20 01:16:18 +00:00
Mark Andrews
1928377f48
update slabbed data layout description
2011-12-20 00:55:45 +00:00
Mark Andrews
f65d2633ed
regen
2011-12-20 00:49:06 +00:00
Mark Andrews
9d044a754c
3250. [func] 'configure --enable-developer'; turn on various
...
configure options, normally off by default, that
we want developers to build and test with. [RT #27103 ]
2011-12-20 00:40:27 +00:00
Mark Andrews
7495bbf062
add missing s
2011-12-20 00:29:27 +00:00
Automatic Updater
bb0e38d5ba
update
2011-12-20 00:16:30 +00:00
Mark Andrews
d239e3b205
3249. [bug] Update log message when saving slave zones files for
...
analysis after load failures. [RT #27087 ]
3248. [bug] Configure options --enable-fixed-rrset and
--enable-exportlib were incompatible with each
other. [RT #27087 ]
3247. [bug] 'raw' format zones failed to preserve load order
breaking 'fixed' sort order. [RT #27087 ]
2011-12-20 00:12:10 +00:00
Automatic Updater
7e842acf9e
update
2011-12-19 23:16:27 +00:00
Mark Andrews
9e18b682d3
set status to 1 on R:FAIL
2011-12-19 23:11:14 +00:00
Automatic Updater
094867a9d6
update
2011-12-17 00:16:16 +00:00
Automatic Updater
f6c879146e
newcopyrights
2011-12-16 23:30:46 +00:00
Automatic Updater
636623499c
update
2011-12-16 00:15:56 +00:00
Mark Andrews
1cf37feef6
regen
2011-12-16 00:11:18 +00:00
Mark Andrews
636d303de3
3243. [port] netbsd,bsdi: the thread defaults were not being
...
properly set.
2011-12-16 00:05:46 +00:00
Automatic Updater
e3c793a00e
update
2011-12-12 12:16:11 +00:00
Mark Andrews
80e5a5e71a
join line for old awk
2011-12-12 12:08:59 +00:00
Automatic Updater
3a6e50cdba
update
2011-12-12 07:16:38 +00:00
Mark Andrews
e91eef5e4e
chech that the final time is within 10 seconds but no greater than the expected interval
2011-12-12 06:52:10 +00:00
Automatic Updater
a4b709a539
update
2011-12-07 23:16:01 +00:00
Mark Andrews
c395f7e0ff
3241. [bug] Address race conditions in the resolver code.
...
[RT #26889 ]
2011-12-07 23:10:20 +00:00
Mark Andrews
b1aba56c7a
3240. [bug] DNSKEY state change events could be missed. [RT #26874 ]
2011-12-07 22:49:24 +00:00
Mark Andrews
338ad50ce0
3239. [bug] dns_dnssec_findmatchingkeys needs to use a consistent
...
timestamp. [RT #26883 ]
2011-12-07 22:38:21 +00:00
Mark Andrews
5c001beeec
3238. [bug] keyrdata was not being reinitialize in
...
lib/dns/rbtdb.c:iszonesecure. [RT#26913]
2011-12-07 22:22:47 +00:00
Automatic Updater
e4ac42c633
update
2011-12-07 18:15:44 +00:00
Evan Hunt
558790b3cf
3237. [bug] dig -6 didn't work with +trace. [RT #26906 ]
2011-12-07 17:23:55 +00:00
Automatic Updater
c436667a25
update
2011-12-05 18:16:03 +00:00
Evan Hunt
90d46d8ed1
missed a line
2011-12-05 17:27:42 +00:00
Evan Hunt
3a7225fe4e
missed a file
2011-12-05 17:25:04 +00:00
Automatic Updater
bbd2faa253
update
2011-12-05 17:16:21 +00:00
Evan Hunt
731e98287f
Back out change #3182 and respin
2011-12-05 16:58:08 +00:00
Automatic Updater
c038f3eeb0
update
2011-12-03 00:16:10 +00:00
Automatic Updater
0ea63875e4
update copyright notice
2011-12-02 23:46:17 +00:00
Automatic Updater
b1fda01d3f
newcopyrights
2011-12-02 23:30:15 +00:00
Automatic Updater
bdf9d2a628
update
2011-12-02 08:16:32 +00:00
Mark Andrews
2b55fa43b4
errno2result now reports caller when unable to convert errno
2011-12-02 07:16:01 +00:00
Automatic Updater
03e10bca7d
update
2011-12-02 07:15:58 +00:00
Mark Andrews
7239fdcf8a
3234. [bug] 'make depend' produced invalid makefiles. [RT #26830 ]
2011-12-02 07:05:10 +00:00
Automatic Updater
f74c798c4e
update
2011-12-02 00:16:03 +00:00
Automatic Updater
ee5e88df4d
update copyright notice
2011-12-01 23:46:29 +00:00
Automatic Updater
4b6ea2815d
newcopyrights
2011-12-01 23:30:15 +00:00
Automatic Updater
202e60879d
update
2011-12-01 02:16:06 +00:00
Mark Andrews
1af8922431
silence Division by zero warning
2011-12-01 01:33:00 +00:00
Automatic Updater
f187108a09
update
2011-12-01 01:16:06 +00:00
Mark Andrews
fb36d70c76
3231. [bug] named could fail to send a uncompressable zone.
...
[RT #26796 ]
3230. [bug] 'dig axfr' failed to properly handle a multi-message
axfr with a serial of 0. [RT #26796 ]
2011-12-01 01:00:51 +00:00
Scott Mann
d6dbde8c3b
Fix problem identified by CLANG: local var assign to struct.
2011-12-01 00:18:06 +00:00
Automatic Updater
26fdd6c876
update
2011-12-01 00:15:55 +00:00
Automatic Updater
b61aa383d6
update copyright notice
2011-11-30 23:45:55 +00:00
Automatic Updater
b862f0c49f
newcopyrights
2011-11-30 23:30:13 +00:00
Automatic Updater
f7a1940990
update
2011-11-30 06:15:42 +00:00
Mark Andrews
b5ce27e7d3
#include <isc/print.h>
2011-11-30 06:10:53 +00:00
Evan Hunt
1194437b22
add print.h
2011-11-30 06:10:37 +00:00
Mark Andrews
a0b61bdf26
move declaration to start of block
2011-11-30 06:07:33 +00:00
Automatic Updater
5bb253aa31
update
2011-11-30 05:16:37 +00:00
Evan Hunt
9f96d80a8d
3228. [tuning] Dynamically grow symbol table to improve zone
...
loading performance. [RT #26523 ]
2011-11-30 04:26:48 +00:00
Automatic Updater
fcbd7c39c7
update
2011-11-30 02:16:14 +00:00
Mark Andrews
6b2664b30f
3227. [bug] Interim fix to make WKS's use of getprotobyname()
...
and getservbyname() self thread safe. [RT #26232 ]
2011-11-30 01:21:40 +00:00
Automatic Updater
3b9c1226a1
update
2011-11-30 01:15:51 +00:00
Mark Andrews
64a4597ad4
3226. [bug] Address minor resource leakages. [RT #26624 ]
2011-11-30 00:51:38 +00:00
Automatic Updater
0a1d81b0b2
update
2011-11-27 12:15:57 +00:00
Mark Andrews
7ea0d905b7
make grep more precise
2011-11-27 12:08:28 +00:00
Automatic Updater
23ec25beb1
update
2011-11-24 02:15:50 +00:00
Evan Hunt
a84c66e2cd
respin 9.8.2b1
2011-11-24 02:12:22 +00:00
Automatic Updater
20c7072b84
update
2011-11-23 23:15:51 +00:00
Evan Hunt
f13b21bda2
3221. [bug] Fixed a potential coredump on shutdown due to
...
referencing fetch context after it's been freed.
[RT #26720 ]
2011-11-23 22:53:13 +00:00
Automatic Updater
79ad7e8138
update
2011-11-22 03:16:29 +00:00
Mark Andrews
4165c52300
9.8.2
2011-11-22 02:45:51 +00:00
Mark Andrews
b60cbfe10b
9.8.2b1 re-tag
2011-11-22 02:39:28 +00:00
Automatic Updater
a64034107b
update
2011-11-18 20:16:10 +00:00
Evan Hunt
c43baa7f73
add regression test for rbtdb.c version-mismatch issue
2011-11-18 19:31:55 +00:00
Evan Hunt
521101bc07
3220. [bug] Change #3186 was incomplete; dns_db_rpz_findips()
...
could fail to set the database version correctly,
causing an assertion failure. [RT #26180 ]
2011-11-18 19:31:24 +00:00
Automatic Updater
38dd968919
update
2011-11-16 10:15:51 +00:00
Mark Andrews
b2adef3fb0
3218. [security] Cache lookup could return RRSIG data associated with
...
nonexistent records, leading to an assertion
failure. [RT #26590 ]
2011-11-16 09:56:56 +00:00
Automatic Updater
2fc9a6bf16
update
2011-11-16 01:16:11 +00:00
Automatic Updater
b408f87c03
regen
2011-11-16 00:43:36 +00:00
Evan Hunt
e7714a6314
3217. [cleanup] Fix build problem with --disable-static. [RT #26476 ]
2011-11-16 00:41:07 +00:00
Automatic Updater
5e21df8b94
update
2011-11-15 22:15:52 +00:00
Evan Hunt
e38598d199
3216. [bug] resolver.c:validated() was not thread-safe. [RT #26478 ]
2011-11-15 21:45:30 +00:00
Evan Hunt
5d7e918508
file symtab_test.c was added on branch v9_8 on 2011-11-30 04:26:48 +0000
2011-11-15 21:03:10 +00:00
Automatic Updater
a3c76a19b8
update
2011-11-10 03:16:28 +00:00
Automatic Updater
4c64fb2356
regenerate v9_8
2011-11-10 02:21:23 +00:00
Evan Hunt
a584852ed1
update api for 9.8.2b1
2011-11-10 02:19:24 +00:00
Automatic Updater
c2e8864c06
update
2011-11-10 02:16:10 +00:00
Automatic Updater
35de0eb4ea
regen v9_8
2011-11-10 01:53:38 +00:00
Automatic Updater
4fadab4df5
update
2011-11-10 00:16:04 +00:00
Automatic Updater
098e2b5849
update for 9.8.2b1
2011-11-09 23:46:16 +00:00
Evan Hunt
55e0590549
Prepare 9.8.1b2 release.
2011-11-09 23:38:31 +00:00
Automatic Updater
4f83706509
update
2011-11-09 06:16:22 +00:00
Evan Hunt
16bee8e498
3213. [doc] Clarify ixfr-from-differences behavior. [RT #25188 ]
2011-11-09 05:53:35 +00:00
Automatic Updater
dde375b4b1
update
2011-11-08 21:15:58 +00:00
Mark Andrews
212cc3ac5e
3212. [bug] rbtdb.c: failed to remove a node from the deadnodes
...
list prior to adding a reference to it leading a
2011-11-08 21:03:21 +00:00
Automatic Updater
4a511e2c93
update
2011-11-07 02:16:01 +00:00
Automatic Updater
c9c9e24174
regen v9_8
2011-11-07 01:53:28 +00:00
Automatic Updater
969121f1ab
update
2011-11-07 01:15:55 +00:00
Mark Andrews
65f3e99e21
3209. [func] Add "dnssec-lookaside 'no'". [RT #24858 ]
2011-11-07 00:31:48 +00:00
Automatic Updater
ea82908dce
update
2011-11-07 00:15:57 +00:00
Automatic Updater
40bad6f18a
update copyright notice
2011-11-06 23:46:15 +00:00
Automatic Updater
41aa67171f
newcopyrights
2011-11-06 23:30:16 +00:00
Mark Andrews
d865252216
3208. [bug] 'dig -y' handle unknown tsig alorithm better.
...
[RT #25522 ]
2011-11-06 23:23:33 +00:00
Automatic Updater
07781a942a
update
2011-11-05 06:16:06 +00:00
Automatic Updater
6be1bc14b9
regen
2011-11-05 05:18:14 +00:00
Automatic Updater
6842958d96
update
2011-11-05 05:16:19 +00:00
Evan Hunt
68eb6ba309
3207. [contrib] Fixed build error in Berkeley DB DLZ module. [RT #26444 ]
2011-11-05 05:14:49 +00:00
Automatic Updater
cc2f488ec6
update
2011-11-05 01:15:49 +00:00
Evan Hunt
a41f5d10d1
3206. [cleanup] Add ISC information to log at start time. [RT #25484 ]
2011-11-05 00:45:52 +00:00
Automatic Updater
83d74f1d44
update
2011-11-04 23:15:53 +00:00
Evan Hunt
d8e930d231
added documentation of change categories
2011-11-04 22:27:55 +00:00
Automatic Updater
ede8a4a567
update
2011-11-04 17:15:50 +00:00
Evan Hunt
a90bf1c8e5
fixed RT reference for change #3174
2011-11-04 17:14:26 +00:00
Automatic Updater
d11f516284
update
2011-11-04 09:16:11 +00:00
Mark Andrews
f74cddb150
delay activation 10 seconds to allow slower systems to succeed
2011-11-04 09:05:36 +00:00
Automatic Updater
b94609f067
update
2011-11-04 08:16:25 +00:00
Mark Andrews
e8e6c696ce
sync with HEAD
2011-11-04 07:36:59 +00:00
Automatic Updater
5f466a3599
update
2011-11-04 06:15:57 +00:00
Evan Hunt
621aab8e6b
typo
2011-11-04 05:54:53 +00:00
Evan Hunt
b2d904b4bc
3204. [bug] When a master server that has been marked as
...
unreachable but sends a NOTIFY, mark it reachable
again. [RT #25960 ]
2011-11-04 05:51:39 +00:00
Evan Hunt
7fab4b9a18
3203. [bug] Increase log level to 'info' for validation failures
...
from expired or not-yet-valid RRSIGs. [RT #21796 ]
2011-11-04 05:35:59 +00:00
Automatic Updater
d2eef05e62
update
2011-11-04 02:16:28 +00:00
Automatic Updater
bfb8448b69
regen v9_8
2011-11-04 01:51:15 +00:00
Automatic Updater
583f2c32cb
update
2011-11-04 00:16:25 +00:00
Automatic Updater
78021dca4a
update copyright notice
2011-11-03 23:45:58 +00:00
Automatic Updater
a2a64ae59c
newcopyrights
2011-11-03 23:30:15 +00:00
Automatic Updater
47c8644211
update
2011-11-03 22:16:17 +00:00
Evan Hunt
74032df72e
3200. [doc] Some rndc functions were undocumented or were
...
missing from 'rndc -h' output. [RT #25555 ]
2011-11-03 22:06:31 +00:00
Automatic Updater
e0abeb514b
update
2011-11-03 21:15:57 +00:00
Evan Hunt
dd9d919c50
3198. [doc] Clarified that dnssec-settime can alter keyfile
...
permissions. [RT #24866 ]
2011-11-03 20:21:30 +00:00
Automatic Updater
ffd302d69d
update
2011-11-03 05:16:27 +00:00
Evan Hunt
1b7149653a
remove 1/8 and 2/8 from bogusnets example
2011-11-03 04:54:25 +00:00
Evan Hunt
c3d063e244
3196. [bug] nsupdate: return nonzero exit code when target zone
...
doesn't exist. [RT #25783 ]
2011-11-03 04:30:09 +00:00
Automatic Updater
74c0499469
update
2011-11-03 04:15:52 +00:00
Evan Hunt
41e328dabb
3195. [cleanup] Silence "file not found" warnings when loading
...
managed-keys zone. [RT #26340 ]
2011-11-03 03:26:50 +00:00
Automatic Updater
5eeaa0ba0c
update
2011-11-03 03:16:31 +00:00
Evan Hunt
b48a3ef42a
3194. [doc] Updated RFC references in the 'empty-zones-enable'
...
documentation. [RT #25203 ]
2011-11-03 03:09:17 +00:00
Evan Hunt
318246dc18
3193. [cleanup] Changed MAXZONEKEYS to DNS_MAXZONEKEYS, moved to
...
dnssec.h. [RT #26415 ]
2011-11-03 02:55:35 +00:00
Automatic Updater
e4d3d23c75
update
2011-11-03 00:15:49 +00:00
Automatic Updater
09f3c90ec4
update copyright notice
2011-11-02 23:45:56 +00:00
Mark Andrews
3a4082ef2c
3192. [bug] A query structure could be used after being freed.
...
[RT #22208 ]
2011-11-02 23:44:53 +00:00
Automatic Updater
1ae16bc46b
newcopyrights
2011-11-02 23:30:23 +00:00
Automatic Updater
0f936b7337
update
2011-11-02 20:16:07 +00:00
Evan Hunt
bc59f52ba2
edited a comment for clarity.
2011-11-02 19:40:52 +00:00
Automatic Updater
201126769a
update
2011-11-02 15:16:24 +00:00
Mark Andrews
5459c36b04
improve error diagnostics
2011-11-02 14:25:28 +00:00
Automatic Updater
927e124a16
update
2011-11-02 09:16:24 +00:00
Mark Andrews
c1894e12b1
loop waiting for stub zone to transfer
2011-11-02 08:20:00 +00:00
Automatic Updater
45d5c66076
update
2011-11-02 06:15:53 +00:00
Evan Hunt
3c29a5ccb8
fix usage message
2011-11-02 06:00:27 +00:00
Automatic Updater
050d6e7630
update
2011-11-02 03:16:27 +00:00
Evan Hunt
6792d5f681
grammar fix
2011-11-02 02:22:04 +00:00
Automatic Updater
3b5ffe7d54
update
2011-11-02 01:15:47 +00:00
Mark Andrews
ddad6271f5
3191. [bug] Print NULL records using unknown format. [RT #26392 ]
2011-11-02 01:10:14 +00:00
Automatic Updater
8879f4e993
update
2011-11-02 00:15:52 +00:00
Automatic Updater
377fb6580d
update copyright notice
2011-11-01 23:46:34 +00:00
Automatic Updater
c5ee50f72c
newcopyrights
2011-11-01 23:30:17 +00:00
Automatic Updater
4b38c2d605
update
2011-11-01 22:15:59 +00:00
Mark Andrews
528e1319fd
3190. [bug] Underflow in error handling in isc_mutexblock_init.
...
[RT #26397 ]
2011-11-01 22:02:52 +00:00
Automatic Updater
fcfa872a22
update
2011-11-01 19:15:54 +00:00
Evan Hunt
21a0bffb48
3189. [test] Added a summary report after system tests. [RT #25517 ]
2011-11-01 18:35:28 +00:00
Automatic Updater
b0b2375cdd
update
2011-11-01 04:15:45 +00:00
Evan Hunt
01e40583e4
3188. [bug] zone.c:zone_refreshkeys() could fail to detach
...
references correctly when errors occurred, causing
a hang on shutdown. [RT #26372 ]
2011-11-01 04:00:06 +00:00
Automatic Updater
dc61ce3b0d
update
2011-11-01 00:15:55 +00:00
Mark Andrews
aff3b3ec69
update
2011-10-31 23:54:06 +00:00
Automatic Updater
dcc064e28a
update
2011-10-31 03:16:14 +00:00
Mark Andrews
2136c92599
3186. [bug] Version/db mis-match in rpz code. [RT #26180 ]
2011-10-31 02:55:07 +00:00
Automatic Updater
58ca106b15
update
2011-10-31 00:16:19 +00:00
Mark Andrews
721a486d67
3187. [port] win32: support for Visual Studio 2008. [RT #26356 ]
2011-10-30 23:41:48 +00:00
Automatic Updater
157d75c637
update
2011-10-29 23:16:08 +00:00
Mark Andrews
fbafae20b1
remove unused parameter from next_origin
2011-10-29 22:29:44 +00:00
Automatic Updater
644c787333
update
2011-10-28 12:15:48 +00:00
Automatic Updater
33fa8f844c
update copyright notice
2011-10-28 12:07:36 +00:00
Automatic Updater
6fbfa8f03c
newcopyrights
2011-10-28 12:06:35 +00:00
Automatic Updater
6379b46291
update
2011-10-28 05:16:23 +00:00
Mark Andrews
6e2be62591
style, remove redudant assignment
2011-10-28 04:59:34 +00:00
Automatic Updater
47d240bd69
update
2011-10-28 04:15:47 +00:00
Automatic Updater
b28b8cbd93
update
2011-10-28 03:16:19 +00:00
Mark Andrews
06dc0a3eea
exit 255 for SKIPPED
2011-10-28 03:15:40 +00:00
Scott Mann
8ec070b361
add test for recent Net::DNS module.
2011-10-28 02:21:35 +00:00
Automatic Updater
77a2231f2c
update
2011-10-28 02:16:12 +00:00
Evan Hunt
70678e2426
add ISC_R_NOPERM to dlz_minimal.h
2011-10-28 01:29:50 +00:00
Automatic Updater
616e9a8409
update
2011-10-28 00:16:12 +00:00
Automatic Updater
3f5b58b3fa
update copyright notice
2011-10-27 23:45:57 +00:00
Automatic Updater
f577dbeee6
newcopyrights
2011-10-27 23:30:12 +00:00
Automatic Updater
69c2d88bcc
update
2011-10-27 22:26:09 +00:00
Mark Andrews
179f012c33
move declarations to start of block
2011-10-27 22:23:22 +00:00
Automatic Updater
2edbe65ff3
update
2011-10-27 21:16:20 +00:00
Scott Mann
a48afa63d7
fix edns0 retry issues (rt #23393/24964).
2011-10-27 20:26:12 +00:00
Automatic Updater
1d64a3f5f3
update
2011-10-26 06:16:29 +00:00
Mark Andrews
707dde973a
spin waiting for zone transfer to complete
2011-10-26 05:34:21 +00:00
Automatic Updater
c1fce1c0be
update
2011-10-26 00:15:51 +00:00
Automatic Updater
081606a71c
update copyright notice
2011-10-25 23:46:32 +00:00
Automatic Updater
d9b10df2b1
newcopyrights
2011-10-25 23:30:12 +00:00
Automatic Updater
54ab63c9c2
update
2011-10-25 22:16:03 +00:00
Mark Andrews
cae96a4a4f
3179. [port] kfreebsd: build issues. [RT #26273 ]
2011-10-25 21:24:11 +00:00
Automatic Updater
297ec33da1
update
2011-10-25 04:16:13 +00:00
Mark Andrews
b96a621dac
improve failure reports
2011-10-25 04:04:56 +00:00
Mark Andrews
adea5e2958
Correctly invalidate the sha2/hmac2 contexts. This was already done in practice, but this makes it zero out the whole structure rather than just the first 4 bytes + the key. sha2.c did not always zero out the full sha2 state in invalidate, but will now.
2011-10-25 03:15:49 +00:00
Automatic Updater
5a98f6ceed
update
2011-10-21 04:15:48 +00:00
Mark Andrews
96461384d5
remove redundant assignment and variable
2011-10-21 03:56:32 +00:00
Automatic Updater
5efd8f2489
update
2011-10-21 02:15:58 +00:00
Automatic Updater
06fa5532f8
regen v9_8
2011-10-21 01:52:54 +00:00
Automatic Updater
39d4ead838
update
2011-10-21 00:15:56 +00:00
Automatic Updater
701dafd1ea
update copyright notice
2011-10-20 23:46:28 +00:00
Automatic Updater
43c8f51cf5
newcopyrights
2011-10-20 23:30:12 +00:00
Automatic Updater
67ec433146
update
2011-10-20 22:15:47 +00:00
Mark Andrews
f4105ef7b8
3175. [bug] Fix how DNSSEC positive wildcard responses from a
...
NSEC3 signed zone are validated. Stop sending a
unnecessary NSEC3 record when generating such
responses. [RT #26200 ]
2011-10-20 21:44:36 +00:00
Mark Andrews
cb05b7128f
3174. [bug] Always compute to revoked key tag from scratch.
...
[RT #24711 ]
2011-10-20 21:23:51 +00:00
Automatic Updater
08c5745dde
update
2011-10-18 00:16:12 +00:00
Automatic Updater
fccaeca218
update copyright notice
2011-10-17 23:46:09 +00:00
Automatic Updater
94375cf4b3
newcopyrights
2011-10-17 23:30:15 +00:00
Automatic Updater
09f18e37f8
update
2011-10-17 06:16:32 +00:00
Mark Andrews
19fccfd89e
sleep 1 # allow lwresd to finish starting.
2011-10-17 05:43:18 +00:00
Automatic Updater
4cb9bccddc
update
2011-10-17 02:15:44 +00:00
Mark Andrews
e791300a86
sync notify system test with HEAD
2011-10-17 02:00:17 +00:00
Automatic Updater
8558a508aa
regen v9_8
2011-10-17 01:52:36 +00:00
Automatic Updater
aedd03f815
update
2011-10-16 07:16:21 +00:00
Automatic Updater
cbfb6cac9f
add missing </listitem>s
2011-10-16 06:27:16 +00:00
Automatic Updater
a0730b91c1
update
2011-10-16 00:15:58 +00:00
Automatic Updater
c43b3107b6
update copyright notice
2011-10-15 23:46:14 +00:00
Automatic Updater
5b49654c31
newcopyrights
2011-10-15 23:30:09 +00:00
Automatic Updater
71007c6f51
update
2011-10-15 12:16:06 +00:00
Mark Andrews
15df74d55d
update
2011-10-15 11:47:52 +00:00
Automatic Updater
5eb4f47623
update
2011-10-15 05:16:04 +00:00
Mark Andrews
05373aca9d
3173. [port] Correctly validate root DS responses. [RT #25726 ]
2011-10-15 05:10:04 +00:00
Automatic Updater
6701b0a853
update
2011-10-15 00:15:54 +00:00
Automatic Updater
498015c13a
update copyright notice
2011-10-14 23:46:08 +00:00
Automatic Updater
f2bb17a778
update
2011-10-14 12:15:44 +00:00
Mark Andrews
8c52446d78
wait for test zones to have loaded
2011-10-14 12:03:11 +00:00
Automatic Updater
c6c098f2f1
update
2011-10-14 08:16:17 +00:00
Mark Andrews
0daf116dee
I:waiting for servers to be ready for testing
2011-10-14 07:39:37 +00:00
Mark Andrews
c2995d7bda
properly compute the revoked key's id
2011-10-14 07:26:11 +00:00
Automatic Updater
ca5f4b11ef
update
2011-10-14 06:16:16 +00:00
Mark Andrews
cecf9557f2
3171. [bug] Exclusively lock the task when adding a zone using
...
'rndc addzone'. [RT #25600 ]
2011-10-14 05:45:20 +00:00
Automatic Updater
cb01913e81
update
2011-10-14 04:15:45 +00:00
Mark Andrews
89769cb5a5
3170. [func] RPZ update:
...
- fix precedence among competing rules
- improve ARM text including documenting rule precedence
- try to rewrite CNAME chains until first hit
- new "rpz" logging channel
2011-10-14 03:51:07 +00:00
Automatic Updater
9df9d263d8
update
2011-10-13 23:16:26 +00:00
Automatic Updater
44c0de6c04
update copyright notice
2011-10-13 22:47:41 +00:00
Automatic Updater
ed790af2ae
newcopyrights
2011-10-13 22:46:31 +00:00
Automatic Updater
2f177263c1
update
2011-10-13 14:15:56 +00:00
Mark Andrews
1bbd4a0db3
handle unchecked assignment
2011-10-13 13:15:07 +00:00
Automatic Updater
e981e1e523
update
2011-10-13 08:16:24 +00:00
Mark Andrews
d956adee5b
add dbversion_test
2011-10-13 07:53:47 +00:00
Mark Andrews
5f2422150f
#include <stdlib.h>
2011-10-13 07:53:33 +00:00
Automatic Updater
e5f92dbb15
update
2011-10-13 05:16:21 +00:00
Mark Andrews
45eb171172
'grep' -> 'grep -w' when checking for keyids
2011-10-13 04:39:07 +00:00
Automatic Updater
de927d4c9e
update
2011-10-13 00:15:43 +00:00
Mark Andrews
d35e78aa50
3169. [func] Catch db/version mis-matches when call dns_db_*().
...
[RT #26017 ]
2011-10-12 23:54:01 +00:00
Automatic Updater
be51148212
update copyright notice
2011-10-12 23:45:50 +00:00
Automatic Updater
a3eecfadae
newcopyrights
2011-10-12 23:30:12 +00:00
Automatic Updater
a3f8833d98
update
2011-10-12 01:15:48 +00:00
Mark Andrews
143ea455e7
3167. [bug] Negative answers from forwarders were not being
...
correctly tagged making them appear to not be cached.
[RT #25380 ]
2011-10-12 00:24:31 +00:00
Automatic Updater
bf8bf583f9
update
2011-10-11 01:15:48 +00:00
Mark Andrews
dd09511166
handle named.args
2011-10-11 00:49:36 +00:00
Automatic Updater
0d7f0eff38
update
2011-10-11 00:16:14 +00:00
Scott Mann
7cb6cfded1
Change s/\R//g to chomp().
2011-10-10 23:21:44 +00:00
Automatic Updater
73bf4a5559
update
2011-10-10 20:15:51 +00:00
Scott Mann
6fa148d910
fix subdirectory path
2011-10-10 19:27:45 +00:00
Automatic Updater
0d94dfe3e4
update
2011-10-10 18:15:42 +00:00
Scott Mann
89ae0ecba7
allow options to named via start.pl (RT 26044).
2011-10-10 17:16:32 +00:00
Automatic Updater
581373304d
update
2011-10-07 05:15:52 +00:00
Evan Hunt
6a4d92efe5
3157. [tuning] Reduce the time spent in "rndc reconfig" by parsing
...
the config file before pausing the server. [RT #21373 ]
2011-10-07 04:42:49 +00:00
Automatic Updater
e7d116eae7
update
2011-10-07 03:16:21 +00:00
Mark Andrews
d101121f95
3161. [bug] zone.c:del_sigs failed to always reset rdata leading
...
assertion failures. [RT #25880 ]
2011-10-07 02:58:42 +00:00
Automatic Updater
28b88cf92b
update
2011-10-07 02:15:47 +00:00
Automatic Updater
62f50e741c
regen v9_8
2011-10-07 01:53:06 +00:00
Automatic Updater
e3c54b503f
update
2011-10-06 12:15:46 +00:00
Mark Andrews
813208f4e3
fix default for sig-signing-type
2011-10-06 11:51:33 +00:00
Mark Andrews
337a8e1020
rt21764 session-* fixes
2011-10-06 11:34:18 +00:00
Automatic Updater
b06676b2d7
update
2011-09-08 00:16:16 +00:00
Automatic Updater
9ef8858645
newcopyrights
2011-09-07 23:30:10 +00:00
Automatic Updater
495d0adb39
update
2011-09-07 21:15:40 +00:00
Evan Hunt
bb28939761
3155. [bug] Fixed a build failure when using contrib DLZ
...
drivers (e.g., mysql, postgresql, etc). [RT #25710 ]
2011-09-07 20:49:59 +00:00
Automatic Updater
5692282e7f
update
2011-09-07 19:15:42 +00:00
Evan Hunt
eaf736c66f
3154. [bug] Attempting to print an empty rdataset could trigger
...
an assert. [RT #25452 ]
2011-09-07 19:11:35 +00:00
Automatic Updater
b7c235ad6f
update
2011-09-06 06:15:59 +00:00
Mark Andrews
12f0006d44
add depend target
2011-09-06 05:47:23 +00:00
Automatic Updater
22067408ce
update
2011-09-06 04:15:50 +00:00
Mark Andrews
d586d0e132
$ -> 18739
2011-09-06 04:06:11 +00:00
Mark Andrews
618864115f
run unit tests even if system tests fail. Report if either set of tests fail
2011-09-06 04:02:35 +00:00
Automatic Updater
3cb0f17f9d
update
2011-09-06 00:15:50 +00:00
Automatic Updater
c65c57a508
update copyright notice
2011-09-05 23:45:54 +00:00
Automatic Updater
37409d9c37
newcopyrights
2011-09-05 23:30:17 +00:00
Automatic Updater
dcf6a720b4
update
2011-09-05 18:15:43 +00:00
Evan Hunt
e0ab683596
3152. [cleanup] Some versions of gcc and clang failed due to
...
incorrect use of __builtin_expect. [RT #25183 ]
2011-09-05 18:01:01 +00:00
Evan Hunt
1f2fe31d19
add time.h to silence compiler warning
2011-09-05 17:39:31 +00:00
Automatic Updater
1f81a498e9
update
2011-09-05 00:15:54 +00:00
Mark Andrews
3bdb8242d7
manual adds
2011-09-05 00:10:45 +00:00
Automatic Updater
29cc111753
update
2011-09-04 20:15:36 +00:00
Mark Andrews
53dc746413
check dns_dbiterator_current result
2011-09-04 19:57:32 +00:00
Automatic Updater
269fd720ab
update
2011-09-04 12:15:44 +00:00
Mark Andrews
b970290dfa
report R:PASS/FAIL
2011-09-04 12:14:22 +00:00
Automatic Updater
e245c24518
update
2011-09-04 00:16:02 +00:00
Automatic Updater
039937c0f7
update copyright notice
2011-09-03 23:45:59 +00:00
Automatic Updater
f870752663
update
2011-09-03 06:15:47 +00:00
Evan Hunt
8c3501aeff
3143. [bug] Silence clang compiler warnings. [RT #25174 ]
2011-09-03 06:06:46 +00:00
Automatic Updater
c3a4a70e5b
update
2011-09-03 01:15:37 +00:00
Mark Andrews
a1391037d8
add #include <stdlib.h>
2011-09-03 00:42:58 +00:00
Automatic Updater
c861b04437
update
2011-09-03 00:15:56 +00:00
Automatic Updater
a856c33738
update copyright notice
2011-09-02 23:45:51 +00:00
Automatic Updater
a00e9ca03b
update
2011-09-02 23:15:52 +00:00
Evan Hunt
4b05d56eee
3139. [test] Added tests from RFC 6234, RFC 2202, and RFC 1321
...
for the hashing algorithms (md5, sha1 - sha512, and
their hmac counterparts). [RT #25067 ]
2011-09-02 22:24:18 +00:00
Automatic Updater
634162f3f9
update
2011-09-02 22:15:45 +00:00
Evan Hunt
404329080f
3151. [bug] Queries for type RRSIG or SIG could be handled
...
incorrectly. [RT #21050 ]
2011-09-02 21:54:52 +00:00
Automatic Updater
3b7d0f1c8c
update
2011-09-02 20:15:37 +00:00
Evan Hunt
64993d15c8
3145. [test] Capture output of ATF unit tests in "./atf.out" if
...
there were any errors while running them. [RT #25527 ]
3144. [bug] dns_dbiterator_seek() could trigger an assert when
used with a nonexistent database node. [RT #25358 ]
2011-09-02 19:27:30 +00:00
Automatic Updater
04c641a1da
update
2011-09-02 15:15:49 +00:00
Scott Mann
6ddbf015eb
fix comment
2011-09-02 14:41:31 +00:00
Automatic Updater
c126ef0979
update
2011-09-02 02:46:01 +00:00
Mark Andrews
5f853eb2da
don't use a expired slave zone
2011-09-02 02:24:22 +00:00
Automatic Updater
0b2a28013e
update
2011-09-01 00:16:10 +00:00
Automatic Updater
3f847d0a8a
update copyright notice
2011-08-31 23:45:53 +00:00
Automatic Updater
393d530b35
newcopyrights
2011-08-31 23:30:13 +00:00
Automatic Updater
9a5d8dfec7
update
2011-08-31 07:15:36 +00:00
Mark Andrews
6b7f4adaba
3148. [bug] Processing of normal queries could be stalled when
...
forwarding a UPDATE message. [RT #24711 ]
2011-08-31 07:01:47 +00:00
Automatic Updater
50aa6faa5a
update
2011-08-31 00:16:05 +00:00
Automatic Updater
7b1d7ae4c4
update copyright notice
2011-08-30 23:45:51 +00:00
Automatic Updater
41eb832403
newcopyrights
2011-08-30 23:30:14 +00:00
Automatic Updater
dd3623e275
update
2011-08-30 22:15:47 +00:00
Mark Andrews
05bcbdf260
report the result of dns_adb_createfind
2011-08-30 21:52:37 +00:00
Mark Andrews
cc99f603de
dns_view_issecuredomain: check that view->secroots_priv is non NULL before calling dns_keytable_issecuredomaiani otherwise return ISC_R_NOTFOUND
2011-08-30 21:46:46 +00:00
Automatic Updater
b384438961
update
2011-08-30 14:15:44 +00:00
Mark Andrews
bd3d279093
silence clang warnings
2011-08-30 14:03:31 +00:00
Automatic Updater
6f46c6e19c
update
2011-08-30 01:15:45 +00:00
Mark Andrews
daaf741edc
POST(port); POST(addr);
2011-08-30 00:19:46 +00:00
Automatic Updater
2193cd3716
update
2011-08-30 00:16:00 +00:00
Automatic Updater
c1b283b66a
update copyright notice
2011-08-29 23:45:52 +00:00
Automatic Updater
9e0b14b5af
newcopyrights
2011-08-29 23:30:13 +00:00
Mark Andrews
6e5c6dae0b
query could be tested uninitialised, check the result of dns_message_create
2011-08-29 23:25:20 +00:00
Automatic Updater
aacfb9244e
update
2011-08-29 07:15:44 +00:00
Mark Andrews
25ce54e595
check the results of dns_name_toprincipal calls, only use gnamebuf.value when valid
2011-08-29 06:36:26 +00:00
Automatic Updater
9e1566156f
update
2011-08-29 06:16:05 +00:00
Mark Andrews
2cbf0e748a
*++tp = 0; -> tp++; *tp = 0;
2011-08-29 06:00:04 +00:00
Automatic Updater
8a5764cec5
update
2011-08-29 05:16:19 +00:00
Mark Andrews
2186e462d7
POST(p); POST(len);
2011-08-29 04:21:40 +00:00
Automatic Updater
b9017a78d8
update
2011-08-29 04:15:48 +00:00
Mark Andrews
849283b0d3
INSIST(response);
2011-08-29 04:04:05 +00:00
Automatic Updater
b4b638fff3
update
2011-08-29 00:15:48 +00:00
Mark Andrews
480adc66ed
add POST, len is not needed
2011-08-28 23:55:57 +00:00
Mark Andrews
7fdec4fc2f
add POST
2011-08-28 23:48:26 +00:00
Automatic Updater
4e22dcb860
update copyright notice
2011-08-28 23:45:47 +00:00
Mark Andrews
c13fc9cf42
add missing check_result
2011-08-28 23:37:14 +00:00
Automatic Updater
338ab99712
newcopyrights
2011-08-28 23:30:11 +00:00
Automatic Updater
66bcbe23f9
update
2011-08-28 10:15:49 +00:00
Mark Andrews
207f156483
silence 'never read' warning
2011-08-28 09:26:28 +00:00
Automatic Updater
5afbb26ee0
update
2011-08-28 09:15:42 +00:00
Mark Andrews
e01c2e56ba
report if dns_rdata{class,type}_totext failed
2011-08-28 09:14:27 +00:00
Automatic Updater
740078bce4
update
2011-08-28 08:15:45 +00:00
Mark Andrews
850fe20987
t3 is not used
2011-08-28 08:12:28 +00:00
Automatic Updater
d3e66ef3fa
update
2011-08-26 05:16:23 +00:00
Mark Andrews
206be29566
mctx is nolonger required
2011-08-26 04:53:20 +00:00
Mark Andrews
caeb2155dd
silence 'is never read' warnings
2011-08-26 04:43:49 +00:00
Automatic Updater
d9f1cc604c
update
2011-08-26 00:16:07 +00:00
Automatic Updater
407194d9af
update copyright notice
2011-08-25 23:45:49 +00:00
Automatic Updater
e1722c58be
newcopyrights
2011-08-25 23:30:17 +00:00
Automatic Updater
fe88bda282
update
2011-08-25 14:15:42 +00:00
Mark Andrews
e7a9ddf92d
simplify flag printing, protect first with #ifdef USEINITALWS
2011-08-25 13:29:39 +00:00
Automatic Updater
a0fbee4352
update
2011-08-25 12:15:36 +00:00
Mark Andrews
5e18aaf378
remove isc_os_minprivs call accidently committed
2011-08-25 11:36:00 +00:00
Automatic Updater
ca9055287c
update
2011-08-25 09:15:48 +00:00
Mark Andrews
2a2d1fd4fb
cltfd is only needed when select is being used
2011-08-25 08:15:28 +00:00
Automatic Updater
2618396ab2
update
2011-08-25 07:16:07 +00:00
Mark Andrews
6185f7d443
silence 'Dereference of undefined pointer value' by assigning to 'sorted' sequentially from zero
2011-08-25 06:30:30 +00:00
Mark Andrews
865da97d1a
save the result of is_response(msg) so it can be treated as a invariant by clang
2011-08-25 06:22:28 +00:00
Automatic Updater
35ba9c3634
update
2011-08-25 06:15:49 +00:00
Mark Andrews
2afb4a9d7d
silence null pointer dereference warning by adding INSIST(sibling != NULL);
2011-08-25 06:12:57 +00:00
Automatic Updater
4ff494c9a6
update
2011-08-24 20:15:41 +00:00
Scott Mann
7d48e29523
Fixes compilation errors in ATF due to gcc4.6.0 (RT #25598 ).
2011-08-24 19:57:13 +00:00
Automatic Updater
aa0962aef2
update
2011-08-24 04:15:38 +00:00
Mark Andrews
02b74f7664
9.8.1
2011-08-24 03:17:30 +00:00
Automatic Updater
f6f88798e0
update
2011-08-24 02:15:41 +00:00
Mark Andrews
415b7ffb37
9.8.1
2011-08-24 02:14:15 +00:00
Mark Andrews
7d5a0de150
9.8.1
2011-08-24 02:08:26 +00:00
Mark Andrews
de952cbc85
9.8.1
2011-08-24 01:53:51 +00:00
Automatic Updater
577f45c2c3
update
2011-08-09 07:15:36 +00:00
Mark Andrews
5d2e823828
9.8.1rc1
2011-08-09 06:40:01 +00:00
Automatic Updater
2779337b55
update
2011-08-09 05:16:07 +00:00
Automatic Updater
d4a54d6991
v9_8_1rc1
2011-08-09 04:27:58 +00:00
Automatic Updater
bb7b4a13b6
update
2011-08-09 04:15:45 +00:00
Automatic Updater
cf9d9faddb
update copyright notice
2011-08-09 04:11:44 +00:00
Automatic Updater
e77b202083
newcopyrights
2011-08-09 04:10:44 +00:00
Mark Andrews
3ec77708b2
9.8.1rc1
2011-08-09 04:09:10 +00:00
Automatic Updater
df6b814de1
update
2011-08-09 03:16:16 +00:00
Mark Andrews
da0a5b6c99
3141. [bug] Silence spurious "zone serial (0) unchanged" messages
...
associated with empty zones. [RT #25079 ]
2011-08-09 02:34:24 +00:00
Automatic Updater
8da97bdc84
update
2011-08-09 02:15:43 +00:00
Automatic Updater
75df90f66b
regen v9_8
2011-08-09 01:52:59 +00:00
Automatic Updater
acc5df783b
update
2011-08-09 00:16:03 +00:00
Automatic Updater
b55bae8714
update copyright notice
2011-08-08 23:45:44 +00:00
Automatic Updater
b675fa2f09
newcopyrights
2011-08-08 23:30:12 +00:00
Automatic Updater
a7d313daad
update
2011-08-08 04:15:45 +00:00
Mark Andrews
ac67bc5495
rt25400 s/domain/filename/
2011-08-08 03:29:45 +00:00
Automatic Updater
028289f200
update
2011-08-03 03:17:26 +00:00
Automatic Updater
9275afb429
regen v9_8
2011-08-03 02:35:13 +00:00
Automatic Updater
0542f18851
update
2011-08-02 05:16:51 +00:00
Evan Hunt
2f87b8f081
3136. [func] Add RFC 1918 reverse zones to the list of built-in
...
empty zones switched on by the 'empty-zones-enable'
option. [RT #24990 ]
2011-08-02 04:58:46 +00:00
Automatic Updater
ba90b47a8f
update
2011-07-30 03:17:21 +00:00
Automatic Updater
58aee35c28
sync
2011-07-30 02:24:08 +00:00
Automatic Updater
0b1508f8ad
update
2011-07-29 03:17:22 +00:00
Mark Andrews
aac095f12a
missing isc__strerror on error paths
2011-07-29 02:19:20 +00:00
Automatic Updater
860130083a
update
2011-07-29 00:17:22 +00:00
Automatic Updater
b145384404
update copyright notice
2011-07-28 23:47:16 +00:00
Automatic Updater
6dcbf0af37
newcopyrights
2011-07-28 23:30:32 +00:00
Automatic Updater
578bdb5051
update
2011-07-28 05:16:50 +00:00
Mark Andrews
db19bf041c
3138. [bug] Address memory leaks and out-of-order operations when
...
shutting named down. [RT #25210 ]
2011-07-28 04:30:55 +00:00
Automatic Updater
275244d9ce
update
2011-07-28 03:27:39 +00:00
Mark Andrews
d091300d0f
add ${ISC_INCLUDES}
2011-07-28 03:20:13 +00:00
Automatic Updater
bebf0736df
update
2011-07-28 02:17:17 +00:00
Mark Andrews
a5821d6fbc
use UNUSED()
2011-07-28 01:24:39 +00:00
Automatic Updater
798f7e4dac
update
2011-07-27 08:17:27 +00:00
Mark Andrews
6af3da08e9
silence 'expression result unused' from clang
2011-07-27 07:45:06 +00:00
Automatic Updater
a7917bc686
update
2011-07-27 07:17:01 +00:00
Mark Andrews
773ffed6d1
use UNUSED(x) not 'x = x'
2011-07-27 07:06:54 +00:00
Automatic Updater
fdde57e0c4
update
2011-07-26 22:16:54 +00:00
Michael Graff
d857cc2b21
regenerate
2011-07-26 22:11:37 +00:00
Michael Graff
5455550b19
regenerate
2011-07-26 22:08:33 +00:00
Michael Graff
1f91dde8e4
fix for compiling on OSX Lion. Verified it compiles on Snow Leopard using older XCode as well.
2011-07-26 21:59:57 +00:00
Automatic Updater
a5ff8b5742
update
2011-07-26 05:16:41 +00:00
Mark Andrews
25ea51ff37
remove check for oldid as named may have already deleted it
2011-07-26 04:41:48 +00:00
Mark Andrews
f28be0a5f7
id was not being properly set
2011-07-26 04:29:17 +00:00
Automatic Updater
ca79b2b413
update
2011-07-22 00:17:26 +00:00
Automatic Updater
92813a1249
update copyright notice
2011-07-21 23:47:14 +00:00
Automatic Updater
4c497651b0
update
2011-07-21 07:16:53 +00:00
Mark Andrews
430d3c44c9
s/fallbackas/fallback as/
2011-07-21 06:25:17 +00:00
Automatic Updater
1086e3bfae
update
2011-07-21 03:17:32 +00:00
Mark Andrews
92ab09d3c1
add missing changes note:
...
3114. [bug] Retain expired RRSIGs in dynamic zones if key is
inactive and there is no replacement key. [RT #23136 ]
2011-07-21 03:09:26 +00:00
Automatic Updater
458cf357eb
update
2011-07-21 02:17:27 +00:00
Mark Andrews
792a79f9a0
3135. [port] FreeBSD: workaround broken IPV6_USE_MIN_MTU processing.
...
See http://www.freebsd.org/cgi/query-pr.cgi?pr=158307
[RT #24950 ]
2011-07-21 01:44:28 +00:00
Automatic Updater
a15702ee55
update
2011-07-20 00:17:18 +00:00
Automatic Updater
79325ed821
update copyright notice
2011-07-19 23:47:12 +00:00
Automatic Updater
11cc9aa596
update
2011-07-19 05:16:36 +00:00
Mark Andrews
141ed3c035
3134. [bug] Improve the accuracy of dnssec-signzone's signing
...
statistics. [RT #16030 ]
2011-07-19 04:45:49 +00:00
Automatic Updater
fdee123cef
update
2011-07-11 00:17:15 +00:00
Automatic Updater
ef5abed34d
update copyright notice
2011-07-10 23:47:12 +00:00
Automatic Updater
4edaf086ff
newcopyrights
2011-07-10 23:30:33 +00:00
Automatic Updater
970a768015
update
2011-07-10 00:17:20 +00:00
Mark Andrews
ea82a10063
manual update
2011-07-09 23:45:47 +00:00
Automatic Updater
940f439457
update
2011-07-09 17:17:09 +00:00
Scott Mann
3e99d6127b
fixes for 9.8.1b3 release
2011-07-09 16:58:46 +00:00
Automatic Updater
ba4a4c5cc7
update
2011-07-09 15:16:48 +00:00
Scott Mann
ed1518e8c5
up various values in api files based on changes
2011-07-09 15:01:40 +00:00
Automatic Updater
e72077bb1b
update
2011-07-09 02:16:37 +00:00
Evan Hunt
de5bf8e51e
oops, forgot to 'cvs add' some files...
...
3131. [tuning] Improve scalability by allocating one zone task
per 100 zones at startup time, rather than using a
fixed-size task table. [RT #24406 ]
2011-07-09 01:57:06 +00:00
Automatic Updater
6ac6574ef0
update
2011-07-09 00:17:12 +00:00
Automatic Updater
677d6d88ec
update copyright notice
2011-07-08 23:47:16 +00:00
Automatic Updater
19610f38da
newcopyrights
2011-07-08 23:30:28 +00:00
Automatic Updater
f529b12055
update
2011-07-08 23:18:45 +00:00
Scott Mann
5ed57781a8
9.8.1b3
2011-07-08 22:57:26 +00:00
Automatic Updater
4783267e88
update
2011-07-08 02:16:49 +00:00
Evan Hunt
2d79f736cc
3133. [bug] Change #3114 was incomplete. [RT #24577 ]
2011-07-08 01:45:58 +00:00
Automatic Updater
3da25108d0
update
2011-07-06 19:16:34 +00:00
Evan Hunt
20f2b0b61d
3132. [tuning] Expanded zone task table from 8 to 17 buckets,
...
added ZONE_TASKS define in zone.c to make it easier
to hand-tune this value. [RT #24406 ]
2011-07-06 19:02:40 +00:00
Automatic Updater
9ebed665a4
update
2011-06-22 03:17:12 +00:00
Automatic Updater
e9125b5e12
regen v9_8
2011-06-22 02:37:21 +00:00
Automatic Updater
876ff48872
update
2011-06-21 22:16:51 +00:00
Evan Hunt
5a62160124
Add the newly discovered PoD to the nsupdate test. (No CHANGES note.)
2011-06-21 22:14:54 +00:00
Automatic Updater
8069cc1421
update
2011-06-21 06:16:39 +00:00
Mark Andrews
a42363c699
9.8 not 9.7
2011-06-21 05:32:20 +00:00
Automatic Updater
0235609a1e
update
2011-06-20 16:16:35 +00:00
Paul Ebersman
3125a1ec10
corrected RT ticket typo in 3126, should be 24766
2011-06-20 15:42:07 +00:00
Automatic Updater
4d9cb2ad6d
update
2011-06-18 00:17:16 +00:00
Automatic Updater
caf476f0e2
update copyright notice
2011-06-17 23:47:12 +00:00
Automatic Updater
b2c05054c9
newcopyrights
2011-06-17 23:30:31 +00:00
Automatic Updater
46009c58b3
update
2011-06-17 08:16:41 +00:00
Mark Andrews
c4d4634ad8
update for api changes
2011-06-17 07:29:35 +00:00
Mark Andrews
e64b2209d0
typo
2011-06-17 07:29:18 +00:00
Automatic Updater
89379a5f66
update
2011-06-17 07:16:42 +00:00
Evan Hunt
8c22e52db1
3129. [bug] Named could crash on 'rndc reconfig' when
...
allow-new-zones was set to yes and named ACLs
were used, [RT #22739 ]
2011-06-17 07:04:32 +00:00
Automatic Updater
0708b484fc
update
2011-06-15 04:18:13 +00:00
Automatic Updater
7d481a3b92
v9_8_1b2
2011-06-15 04:02:58 +00:00
Mark Andrews
1e3d767d68
move 9.8.1b2 release marker
2011-06-15 03:56:48 +00:00
Mark Andrews
f9370df7dc
move 9.8.1b2 release marker
2011-06-15 03:54:37 +00:00
Automatic Updater
b11736e00f
update
2011-06-09 08:17:07 +00:00
Automatic Updater
2edcf8ddf4
regen v9_8
2011-06-09 07:18:01 +00:00
Automatic Updater
98643cf501
update
2011-06-09 03:16:54 +00:00
Mark Andrews
31dcd78366
3126. [security] Using DNAME record to generate replacements caused
...
RPZ to exit with a assertion failure. [RT #23766 ]
2011-06-09 03:14:04 +00:00
Automatic Updater
1f45359a9c
update
2011-06-09 01:17:09 +00:00
Mark Andrews
eff7004cdd
3125. [security] Using wildcard CNAME records as a replacement with
...
RPZ caused named to exit with a assertion failure.
[RT #24715 ]
2011-06-09 00:53:55 +00:00
Evan Hunt
32209f69cd
Fixed an nsupdate test error
2011-06-09 00:15:16 +00:00
Automatic Updater
504e859cf6
update
2011-06-08 23:17:07 +00:00
Evan Hunt
8b2bec1cc0
forgot to add changes note
2011-06-08 23:13:01 +00:00
Evan Hunt
5d0d5c6641
3124. [bug] Use an rdataset attribute flag to indicate
...
negative-cache records rather than using rrtype 0;
this will prevent problems when that rrtype is
used in actual DNS packets. [RT #24777 ]
3123. [security] Change #2912 exposed a latent flaw in
dns_rdataset_totext() that could cause named to
crash with an assertion failure. [RT #24777 ]
2011-06-08 23:02:43 +00:00
Automatic Updater
389777e3f8
update
2011-06-06 02:17:37 +00:00
Automatic Updater
5b855a3e61
cleanup removed files
2011-06-06 01:24:36 +00:00
Automatic Updater
423845d45e
update
2011-06-02 21:16:56 +00:00
Evan Hunt
52f6ab64a9
3122. [cleanup] dnssec-settime: corrected usage message. [RT #24664 ]
2011-06-02 20:24:11 +00:00
Automatic Updater
6e6a41728a
update
2011-06-01 00:19:07 +00:00
Automatic Updater
dc0dc46c4b
9.8.1b2
2011-05-31 23:31:16 +00:00
Mark Andrews
6b81040520
9.8.1b2
2011-05-31 23:28:39 +00:00
Automatic Updater
70002adf02
update
2011-05-30 23:17:26 +00:00
Mark Andrews
d12179ca91
date +%s is not portable, use perl -e 'print time();', Adjust messages
2011-05-30 22:31:28 +00:00
Automatic Updater
b674d799a3
update
2011-05-30 08:17:47 +00:00
Mark Andrews
aa7d0857f0
The old active key could be deleted before the "former standby key has now
...
signed fully" ran causing it to fail. Delay the deletion by 10 seconds.
2011-05-30 07:26:41 +00:00
Automatic Updater
50b2eaf50b
update
2011-05-28 01:18:41 +00:00
Automatic Updater
d089451dca
update copyright notice
2011-05-28 00:27:48 +00:00
Automatic Updater
fd8bc236a9
update
2011-05-28 00:19:30 +00:00
Automatic Updater
e206b6ed13
newcopyrights
2011-05-27 23:34:18 +00:00
Automatic Updater
efc256e07c
update
2011-05-27 04:52:59 +00:00
Mark Andrews
57f287577f
move dns_trust_totext from masterdump.c to rdataset.c so that exportlib will build
2011-05-27 04:40:09 +00:00
Automatic Updater
7c0881dc5b
update
2011-05-27 00:17:03 +00:00
Automatic Updater
9e914eadd0
update copyright notice
2011-05-26 23:47:06 +00:00
Automatic Updater
7691327497
newcopyrights
2011-05-26 23:36:57 +00:00
Automatic Updater
aa718594cd
update
2011-05-26 23:17:05 +00:00
Evan Hunt
9b1f733801
3121. [security] An authoritative name server sending a negative
...
response containing a very large RRset could
trigger an off-by-one error in the ncache code
and crash named. [RT #24650 ]
2011-05-26 23:10:44 +00:00
Automatic Updater
f5d2d30434
update
2011-05-26 05:16:45 +00:00
Mark Andrews
893f3378d5
list -> listed
2011-05-26 04:55:26 +00:00
Mark Andrews
22fdcb03cc
3120. [bug] Named could fail to validate zones list in a DLV
...
that validated insecure without using DLV and had
DS records in the parent zone. [RT #24631 ]
2011-05-26 04:47:16 +00:00
Evan Hunt
17968c1451
3118. [bug] When rolling to a new DNSSEC key, a private-type
...
record could be created and never marked complete.
[RT #23253 ]
2011-05-26 04:25:09 +00:00
Automatic Updater
c7df857b5e
update
2011-05-24 03:17:40 +00:00
Automatic Updater
c23ef01bfb
regen v9_8
2011-05-24 02:37:19 +00:00
Automatic Updater
96763a6c39
update
2011-05-23 22:16:43 +00:00
Evan Hunt
77b55b7446
3118. [bug] nsupdate could dump core on shutdown when using
...
SIG(0) keys. [RT #24604 ]
2011-05-23 22:12:15 +00:00
Automatic Updater
68d87f7d43
update
2011-05-23 21:16:46 +00:00
Evan Hunt
2127785ad7
3117. [cleanup] Remove doc and parser references to the
...
never-implemented 'auto-dnssec create' option.
[RT #24533 ]
2011-05-23 20:56:11 +00:00
Automatic Updater
c60a92e849
update
2011-05-20 15:16:47 +00:00
Paul Ebersman
d7022d427d
Corrected bug number from 2445 to 24455.
2011-05-20 14:23:59 +00:00
Automatic Updater
53cbbefc76
update
2011-05-20 05:17:16 +00:00
Mark Andrews
7e773a23d9
3115. [bug] Named could fail to return requested data when
...
following a CNAME that points into the same zone.
[RT #2445 ]
2011-05-20 05:12:18 +00:00
Automatic Updater
63bca3ef31
update
2011-05-20 00:17:28 +00:00
Automatic Updater
79f2487b9d
update copyright notice
2011-05-19 23:46:59 +00:00
Automatic Updater
db4b385b8f
newcopyrights
2011-05-19 23:31:20 +00:00
Automatic Updater
cb6cc3d9dc
update
2011-05-19 22:16:49 +00:00
Evan Hunt
d96c88531b
another post-commit fix for change 3114: call dns_db_resigned()/
...
dns_db_setsigningtime() only when incrementally resigning, not other
times.
2011-05-19 21:28:26 +00:00
Automatic Updater
c39d5521cf
update
2011-05-19 05:16:56 +00:00
Evan Hunt
b62b7fbe9e
3114. [bug] Retain expired RRSIGs in dynamic zones if key is
...
inactive and there is no replacement key. [RT #23136 ]
2011-05-19 04:42:51 +00:00
Automatic Updater
ad500dca04
update
2011-05-18 03:17:40 +00:00
Automatic Updater
7265a25c2e
regen v9_8
2011-05-18 02:38:47 +00:00
Automatic Updater
ee398e005b
update
2011-05-17 06:17:02 +00:00
Mark Andrews
8701073b92
3113. [doc] Document the relationship between serial-query-rate
...
and NOTIFY messages.
2011-05-17 05:21:22 +00:00
Automatic Updater
029634e306
update
2011-05-17 01:17:23 +00:00
Evan Hunt
e86659f1d9
add dns_dnssec_signs
2011-05-17 00:58:58 +00:00
Automatic Updater
70d7a34ca2
regen
2011-05-17 00:24:24 +00:00
Automatic Updater
2a9fd92bab
update
2011-05-17 00:17:32 +00:00
Automatic Updater
7552cfd6b8
update copyright notice
2011-05-16 23:47:17 +00:00
Automatic Updater
cffe67a4ec
newcopyrights
2011-05-16 23:31:03 +00:00
Automatic Updater
9255930cca
regen v9_8
2011-05-16 23:27:13 +00:00
Automatic Updater
979f297c59
update
2011-05-16 23:16:56 +00:00
Automatic Updater
dc0de60bf3
regen
2011-05-16 23:03:05 +00:00
Evan Hunt
1fded9ad8f
Prep for release of 9.8.1b1. (Note: the experiment with spinning 9.8.1b2
...
after not releasing the previously-spun 9.8.1b1 is hereby abandoned; the
v9_8_1b2 tag has been removed.)
2011-05-16 23:01:19 +00:00
Evan Hunt
6d7afbc9c5
"make install" was failing when building with both exportlibs and libtool.
...
(trivial makefile fix, no CHANGES note.) [RT #24425 ]
2011-05-16 22:53:19 +00:00
Automatic Updater
56d48ae9e2
update
2011-05-16 05:16:59 +00:00
Mark Andrews
54b90c79aa
3112. [doc] Add missing descriptions of the update policy name
...
types "ms-self", "ms-subdomain", "krb5-self" and
"krb5-subdomain", which allow machines to update
their own records, to the BIND 9 ARM.
2011-05-16 04:19:47 +00:00
Evan Hunt
ea91a8dd46
file expiring.example.db.in was added on branch v9_8 on 2011-05-19 04:42:50 +0000
2011-05-13 21:34:03 +00:00
Automatic Updater
387e10d84f
update
2011-05-08 07:16:46 +00:00
Mark Andrews
8e9cba0e58
named.conf copyrights
2011-05-08 07:09:28 +00:00
Automatic Updater
b031a2cad1
update
2011-05-08 03:17:20 +00:00
Automatic Updater
c5a7116639
regen v9_8
2011-05-08 02:34:42 +00:00
Automatic Updater
016affbe91
update
2011-05-08 00:17:29 +00:00
Automatic Updater
699be80fb2
update copyright notice
2011-05-07 23:47:05 +00:00
Automatic Updater
9abf7f0f2f
newcopyrights
2011-05-07 23:31:10 +00:00
Automatic Updater
e7d6a39bdc
update
2011-05-07 06:17:25 +00:00
Evan Hunt
13ab5f75cb
3111. [bug] Improved consistency checks for dnssec-enable and
...
dnssec-validation, added test cases to the
checkconf system test. [RT #24398 ]
2011-05-07 05:53:24 +00:00
Automatic Updater
a0d55679cb
update
2011-05-07 01:17:35 +00:00
Evan Hunt
79951b66bd
3110. [bug] dnssec-signzone: Wrong error message could appear
...
when attempting to sign with no KSK. [RT #24369 ]
2011-05-07 00:24:41 +00:00
Automatic Updater
6a9785a634
update
2011-05-07 00:17:29 +00:00
Automatic Updater
75569ec3ab
update copyright notice
2011-05-06 23:47:05 +00:00
Automatic Updater
11d6bca849
newcopyrights
2011-05-06 23:31:24 +00:00
Automatic Updater
31310cb95c
update
2011-05-06 21:16:47 +00:00
Evan Hunt
46994fc008
3107. [bug] dnssec-signzone: Report the correct number of ZSKs
...
when using -x. [RT #20852 ]
2011-05-06 21:07:50 +00:00
Automatic Updater
0dff6c5fc8
update
2011-05-06 00:17:29 +00:00
Mark Andrews
d079f5a6af
set/reset client->signer.
2011-05-05 23:53:16 +00:00
Automatic Updater
f4264361da
update copyright notice
2011-05-05 23:46:53 +00:00
Automatic Updater
c30a175261
newcopyrights
2011-05-05 23:31:19 +00:00
Automatic Updater
7754882494
update
2011-05-05 23:16:56 +00:00
Scott Mann
4ffc24ee8a
remove trailing newline from pid (RT #24388 )
2011-05-05 22:58:59 +00:00
Automatic Updater
a8f9b05a5c
update
2011-05-05 20:16:53 +00:00
Automatic Updater
45db17e046
regen
2011-05-05 19:20:53 +00:00
Evan Hunt
6190d5d352
file dnssec.3 was added on branch v9_8 on 2011-05-07 05:53:24 +0000
2011-05-05 19:11:53 +00:00
Evan Hunt
b38df44057
file dnssec.2 was added on branch v9_8 on 2011-05-07 05:53:24 +0000
2011-05-05 19:11:51 +00:00
Evan Hunt
35ab4970f5
file dnssec.1 was added on branch v9_8 on 2011-05-07 05:53:23 +0000
2011-05-05 19:11:49 +00:00
Evan Hunt
6737155c1c
file clean.sh was added on branch v9_8 on 2011-05-07 05:53:23 +0000
2011-05-05 19:11:47 +00:00
Automatic Updater
11774720bb
update
2011-05-05 18:16:47 +00:00
Evan Hunt
a35d3f0740
3105. [bug] GOST support can be suppressed by "configure
...
--without-gost" [RT #24367 ]
3104. [bug] Better support for cross-compiling. [RT #24367 ]
2011-05-05 18:10:50 +00:00
Evan Hunt
4c08095355
fixed an error in prior commit
2011-05-05 18:02:09 +00:00
Automatic Updater
40cf282bac
update
2011-05-05 16:16:48 +00:00
Evan Hunt
f4b07b09d0
3103. [bug] Configuring 'dnssec-validation auto' in a view
...
instead of in the options statement could trigger
an assertion failure in named-checkconf. [RT #24382 ]
2011-05-05 16:11:43 +00:00
Automatic Updater
a3557027e3
update
2011-05-05 05:17:05 +00:00
Mark Andrews
0be165b93f
explictly kill the process if the server fails to start, check for a non zero length pid file
2011-05-05 04:55:46 +00:00
Automatic Updater
50cc65e995
update
2011-05-03 16:16:47 +00:00
Mark Andrews
4304925ee2
grep was not precise enough leading to test failure
2011-05-03 16:09:23 +00:00
Automatic Updater
005d8f1f37
update
2011-05-03 01:17:27 +00:00
Mark Andrews
6ce2aace2e
treat abs(x) < 500ms as 0
2011-05-03 00:36:47 +00:00
Automatic Updater
8a98fba5b4
update
2011-05-02 05:16:51 +00:00
Mark Andrews
fe7fbb3e26
force numeric comparision
2011-05-02 05:03:28 +00:00
Automatic Updater
060f814820
update
2011-05-02 02:16:46 +00:00
Mark Andrews
9e37015bd6
handle end of day
2011-05-02 01:40:59 +00:00
Automatic Updater
d187de3a81
update
2011-05-01 21:47:02 +00:00
Mark Andrews
985d667732
fix expression
2011-05-01 21:37:53 +00:00
Automatic Updater
e8d1ba5c34
update
2011-05-01 12:16:49 +00:00
Mark Andrews
446554d615
awk -v is not portable, add floating point arithmetic effects
2011-05-01 11:32:34 +00:00
Automatic Updater
997e61b34e
update
2011-04-30 03:17:32 +00:00
Automatic Updater
91e769bcb0
regen v9_8
2011-04-30 02:37:40 +00:00
Automatic Updater
a43f7f13da
update
2011-04-29 22:16:50 +00:00
Evan Hunt
9cde8e0c6c
3101. [bug] Zones using automatic key maintenance could fail
...
to check the key repository for updates. [RT #23744 ]
2011-04-29 21:42:00 +00:00
Automatic Updater
28bbc797cc
update
2011-04-28 00:17:21 +00:00
Automatic Updater
1076a78dd9
update copyright notice
2011-04-27 23:47:01 +00:00
Automatic Updater
a12911790f
update
2011-04-27 18:16:45 +00:00
Evan Hunt
e3579205fe
3100. [security] Certain response policy zone configurations could
...
trigger an INSIST when receiving a query of type
RRSIG. [RT #24280 ]
2011-04-27 17:43:07 +00:00
Automatic Updater
d057ef3f1c
update
2011-04-20 22:16:43 +00:00
Scott Mann
5d284d6f54
creating 9.8.1b2
2011-04-20 21:47:37 +00:00
Automatic Updater
2ba0226fb6
update
2011-04-20 00:17:29 +00:00
Automatic Updater
f13dc3a4ea
update copyright notice
2011-04-19 23:47:31 +00:00
Automatic Updater
d54780e597
newcopyrights
2011-04-19 23:30:48 +00:00
Automatic Updater
225e4046a5
update
2011-04-19 23:17:04 +00:00
Automatic Updater
3f3ccd1728
regen
2011-04-19 22:35:46 +00:00
Evan Hunt
6ecc5850ef
3099. [test] "dlz" system test now runs but gives R:SKIPPED if
...
not compiled with --with-dlz-filesystem. [RT #24146 ]
3098. [bug] DLZ zones were answering without setting the AA bit.
[RT #24146 ]
2011-04-19 22:31:43 +00:00
Automatic Updater
1324052388
update
2011-04-19 22:16:48 +00:00
Scott Mann
f7b8c29abb
forgot to add these files for RT #23836 .
2011-04-19 22:12:14 +00:00
Scott Mann
4bbb19b67f
backport --with-gssapi and fixes (RT 23836/23738)
2011-04-19 21:23:35 +00:00
Automatic Updater
dd1675b344
update
2011-04-16 00:17:28 +00:00
Automatic Updater
018da1ee9f
newcopyrights
2011-04-15 23:31:11 +00:00
Automatic Updater
ea1a083399
update
2011-04-15 01:17:03 +00:00
Evan Hunt
711f69c266
3097. [test] Add a tool to test handling of malformed packets.
...
[RT #24096 ]
2011-04-15 01:00:08 +00:00
edmonds
f79f1876f8
update
2011-04-13 23:22:57 +00:00
Automatic Updater
cb66f7987d
update
2011-04-08 06:16:51 +00:00
Mark Andrews
af19cac9eb
isc_file_isplainfile
2011-04-08 05:35:14 +00:00
Automatic Updater
da3348543d
update
2011-04-08 05:16:49 +00:00
Mark Andrews
e058e18cc7
dns_cache_create3
2011-04-08 04:45:44 +00:00
Automatic Updater
326287f050
update
2011-04-08 03:17:27 +00:00
Automatic Updater
969aad1486
9.8.1b1
2011-04-08 03:02:07 +00:00
Automatic Updater
4ef78de700
newcopyrights
2011-04-08 02:49:53 +00:00
Mark Andrews
db01c31d2c
9.8.1b1
2011-04-08 02:43:47 +00:00
Automatic Updater
f07d562b20
update
2011-04-07 23:17:04 +00:00
Mark Andrews
22cb217141
3096. [bug] Set KRB5_KTNAME before calling log_cred() in
...
dst_gssapi_acceptctx(). [RT #24004 ]
2011-04-07 23:05:01 +00:00
Automatic Updater
71b2d4121b
update
2011-04-07 03:17:35 +00:00
Automatic Updater
3a0e66ee8e
regen v9_8
2011-04-07 02:38:19 +00:00
Automatic Updater
6c2b11c3d4
update
2011-04-06 11:16:56 +00:00
Mark Andrews
7cb1434cf3
3095. [bug] Handle isolated reserved ports in the port range.
...
[RT #23957 ]
2011-04-06 10:30:08 +00:00
Automatic Updater
ec828f7f7a
update
2011-04-06 06:16:45 +00:00
Mark Andrews
038c944e14
3094. [doc] Expand dns64 documentation.
2011-04-06 05:20:59 +00:00
Automatic Updater
d57ce903fd
update
2011-04-05 07:16:50 +00:00
Mark Andrews
496b6de81d
format portability: cast socklen_t -> long and use %ld
2011-04-05 06:35:00 +00:00
Automatic Updater
1b3d871813
update
2011-04-04 11:16:54 +00:00
Mark Andrews
afc75dc9ec
1 -> 1U
2011-04-04 11:10:57 +00:00
Automatic Updater
663a5383f0
update
2011-04-02 08:17:00 +00:00
Mark Andrews
7d3c2d4dee
3opyright -> copyright
2011-04-02 08:04:15 +00:00
Automatic Updater
9fa0ddf8ae
update
2011-03-31 16:16:48 +00:00
Evan Hunt
613b6fc9c7
Corrected a bug in the dnssec test introduced in change #3046 .
2011-03-31 15:56:44 +00:00
Automatic Updater
d664469406
update
2011-03-29 21:16:48 +00:00
Paul Ebersman
40bbb61b4d
corrected RT bug number for changes 3091 to 22911
2011-03-29 20:25:00 +00:00
Automatic Updater
40b2c94fe8
update
2011-03-28 06:16:52 +00:00
Mark Andrews
8b415e804b
unsigned constants
2011-03-28 05:36:05 +00:00
Mark Andrews
8e234ee3a2
unsigned constants
2011-03-28 05:22:25 +00:00
Automatic Updater
911edd38a7
update
2011-03-28 05:16:53 +00:00
Mark Andrews
3218c3f491
style
2011-03-28 05:14:18 +00:00
Mark Andrews
475175e93c
while (1) -> for (;;)
2011-03-28 05:13:16 +00:00
Automatic Updater
e4e2bab2d0
update
2011-03-28 04:17:34 +00:00
Mark Andrews
63b4606640
unsigned constants
2011-03-28 03:45:28 +00:00
Automatic Updater
09ceb169cf
update
2011-03-28 00:17:20 +00:00
Automatic Updater
0c340e8dbe
newcopyrights
2011-03-27 23:31:02 +00:00
Automatic Updater
c590556d88
update
2011-03-27 07:16:47 +00:00
Mark Andrews
8ff7c149ec
remove removed files
2011-03-27 06:35:29 +00:00
Automatic Updater
97ceade5ac
update
2011-03-27 00:17:21 +00:00
Automatic Updater
44ecaec099
update copyright notice
2011-03-26 23:47:13 +00:00
Automatic Updater
71b801b169
newcopyrights
2011-03-26 23:31:00 +00:00
Automatic Updater
878a6d1d35
update
2011-03-26 01:16:59 +00:00
Evan Hunt
b74ca0bcea
Forgot to add a data file for the autosign test.
2011-03-26 01:08:26 +00:00
Automatic Updater
f183502193
update
2011-03-26 00:17:20 +00:00
Evan Hunt
f2f94ddeb4
3092. [bug] Signatures for records at the zone apex could go
...
stale due to an incorrect timer setting. [RT #23769 ]
3091. [bug] Fixed a bug in which zone keys that were published
and then subsequently activated could fail to trigger
automatic signing. [RT #22991 ]
2011-03-25 23:53:52 +00:00
Evan Hunt
eaef2643e6
file delay.example.db was added on branch v9_8 on 2011-03-26 01:08:26 +0000
2011-03-25 03:39:42 +00:00
Automatic Updater
fdf76f8271
update
2011-03-23 00:17:26 +00:00
Automatic Updater
5cabfa26d2
update copyright notice
2011-03-22 23:47:07 +00:00
Automatic Updater
344272f876
update
2011-03-22 20:17:19 +00:00
Scott Mann
5f523926a7
fixup for RT #23687
2011-03-22 19:39:02 +00:00
Automatic Updater
f77a0c6474
update
2011-03-22 19:16:54 +00:00
Scott Mann
abbd1825c8
Failed to add setup.sh for RT #23687 .
2011-03-22 18:37:19 +00:00
Scott Mann
bad80ece64
Remove bin/tests/system/logfileconfig/ns1/named.conf and add setup.sh
...
in order to resolve changing named.conf issue. [RT #23687 ]
2011-03-22 18:24:08 +00:00
Automatic Updater
6db7f0127d
update
2011-03-22 04:17:27 +00:00
Evan Hunt
71edc4cd46
Corrected a mistake that was exposed by change #3085 in 9.9 (though it
...
has no deleterious effect in 9.8 and earlier).
2011-03-22 03:21:17 +00:00
Automatic Updater
e5e7273a62
update
2011-03-22 03:17:26 +00:00
Automatic Updater
25146eea0e
regen v9_8
2011-03-22 02:37:47 +00:00
Automatic Updater
96fa983162
update
2011-03-22 00:17:08 +00:00
Automatic Updater
df5b2dc59d
update copyright notice
2011-03-21 23:46:59 +00:00
Automatic Updater
c4eb21bf50
newcopyrights
2011-03-21 23:31:55 +00:00
Automatic Updater
2ca8ca5263
update
2011-03-21 21:16:55 +00:00
Mark Andrews
72c69a0276
adjust rt23702 test to take less time
2011-03-21 20:32:15 +00:00
Automatic Updater
52422449ae
update
2011-03-21 20:16:51 +00:00
Evan Hunt
2cac211c0a
3087. [bug] DDNS updates using SIG(0) with update-policy match
...
type "external" could cause a crash. [RT #23735 ]
2011-03-21 19:53:35 +00:00
Automatic Updater
df0a651bb0
update
2011-03-21 16:16:53 +00:00
Evan Hunt
cb363bc246
3086. [bug] Running dnssec-settime -f on an old-style key will
...
now force an update to the new key format even if no
other change has been specified, using "-P now -A now"
as default values. [RT #22474 ]
2011-03-21 15:56:12 +00:00
Automatic Updater
5a0c5d3a03
update
2011-03-21 04:17:26 +00:00
Mark Andrews
767f311173
wait longer for the nsec3chain generation to complete
2011-03-21 03:32:13 +00:00
Automatic Updater
615367bf33
update
2011-03-21 01:17:52 +00:00
Mark Andrews
38a1f591f1
3083. [bug] NOTIFY messages were not being sent when generating
...
a NSEC3 chain incrementally. [RT #23702 ]
2011-03-21 01:06:50 +00:00
Mark Andrews
494a6d2bd2
3082. [port] strtok_r is threads only. [RT #23747 ]
2011-03-21 00:31:52 +00:00
Automatic Updater
3b8c2fc441
update
2011-03-20 09:16:42 +00:00
Mark Andrews
e8e00e61cc
skip not untested
2011-03-20 09:03:19 +00:00
Automatic Updater
9d5a057817
update
2011-03-20 00:17:27 +00:00
Automatic Updater
3d17bbed19
update copyright notice
2011-03-19 23:47:24 +00:00
Automatic Updater
937400e9dd
newcopyrights
2011-03-19 23:30:50 +00:00
Evan Hunt
0cda74f3f3
file example.nil.db.in was added on branch v9_8 on 2011-03-21 19:53:34 +0000
2011-03-19 22:36:06 +00:00
Automatic Updater
c072bdf5e7
update
2011-03-19 02:16:42 +00:00
Evan Hunt
7ed60027f2
revert last commit, was applied to wrong branch by mistake
2011-03-19 02:08:44 +00:00
Evan Hunt
cdb5d32d0c
skip non-dynamic zones when calling "rndc freeze" on all zones.
2011-03-19 02:06:57 +00:00
Automatic Updater
176da43a84
update
2011-03-19 00:17:30 +00:00
Automatic Updater
d1b1f7ca64
update copyright notice
2011-03-18 23:47:15 +00:00
Automatic Updater
3425454590
newcopyrights
2011-03-18 23:31:00 +00:00
Automatic Updater
ebbb109ba0
update
2011-03-18 22:16:51 +00:00
Francis Dupont
e057ea0537
add new dname test files
2011-03-18 21:28:52 +00:00
Francis Dupont
0b3465cc61
3081. [bug] Failure of DNAME substitution did not return
...
YXDOMAIN. [RT #23591 ]
2011-03-18 21:28:26 +00:00
Francis Dupont
1150d919dc
add 23591 no-regression
2011-03-18 21:27:52 +00:00
Francis Dupont
8e8a1d612b
fix too long with dname error
2011-03-18 21:25:18 +00:00
Automatic Updater
341c5e008f
update
2011-03-18 09:16:55 +00:00
Francis Dupont
41d9e39988
3080. [cleanup] Replaced compile time constant by STDTIME_ON_32BITS.
...
[RT #23587 ]
2011-03-18 09:06:02 +00:00
Francis Dupont
7d264d8cf6
introduce STDTIME_ON_32BITS
2011-03-18 09:05:29 +00:00
Automatic Updater
c6e784f44b
update
2011-03-18 08:17:06 +00:00
Mark Andrews
85a1283940
3079. [bug] Handle isc_event_allocate failures in t_tasks.
...
[RT #23572 ]
2011-03-18 07:46:36 +00:00
Automatic Updater
bd25899306
update
2011-03-18 05:17:14 +00:00
Evan Hunt
985d748703
ignore SIGPIPE in ans.pl; this is needed for debian.
2011-03-18 04:40:30 +00:00
Automatic Updater
e9820f52b9
update
2011-03-18 02:16:48 +00:00
Evan Hunt
df10a806ba
fixed a missing / in /dev/null
2011-03-18 02:06:37 +00:00
Automatic Updater
4b8f62ca79
update
2011-03-18 00:17:24 +00:00
Automatic Updater
b18bf607c8
update copyright notice
2011-03-17 23:47:06 +00:00
Automatic Updater
8b7ff0307e
newcopyrights
2011-03-17 23:31:03 +00:00
Automatic Updater
38eb009c0f
update
2011-03-17 10:16:49 +00:00
Francis Dupont
652c1fa9ab
3078. [func] Added a new include file with function typedefs
...
for the DLZ "dlopen" driver. [RT #23629 ]
2011-03-17 09:41:47 +00:00
Francis Dupont
c38842e702
silent compiler warnings for DLZ exernal driver support and example
2011-03-17 09:41:07 +00:00
Francis Dupont
8e107fc964
missing changes from 23467
2011-03-17 09:40:08 +00:00
Automatic Updater
038b62397f
update
2011-03-17 06:17:15 +00:00
Mark Andrews
5af77c3eec
3077. [bug] zone.c:zone_refreshkeys() incorrectly called
...
dns_zone_attach(), use zone->irefs instead. [RT #23303 ]
2011-03-17 05:27:52 +00:00
Automatic Updater
162a578c54
update
2011-03-17 02:16:49 +00:00
Mark Andrews
0180f3028a
3075. [bug] dns_dnssec_findzonekeys{2} used a inconsistant
...
timestamp when determining which keys are active.
[RT #23642 ]
2011-03-17 01:20:49 +00:00
Automatic Updater
6100eee7c4
update
2011-03-14 14:17:22 +00:00
Francis Dupont
8d7f9bed5a
silent clang analyzer
2011-03-14 14:13:58 +00:00
Francis Dupont
624aa62045
isc_mutex_destroy() returns a value
2011-03-14 13:40:14 +00:00
Automatic Updater
0b777b7eec
update
2011-03-14 00:18:00 +00:00
Automatic Updater
51e8cbacc5
update copyright notice
2011-03-13 23:47:14 +00:00
Automatic Updater
a2e3c73e30
newcopyrights
2011-03-13 23:31:08 +00:00
Automatic Updater
d24eafac45
update
2011-03-13 04:18:06 +00:00
Mark Andrews
a1b458cbf8
3074. [bug] Make the adb cache read through for zone data and
...
glue learn for zone named is authoritative for.
[RT #22842 ]
2011-03-13 03:36:47 +00:00
Automatic Updater
33ca6fe730
update
2011-03-13 00:18:08 +00:00
Automatic Updater
fafbfbdbe8
update copyright notice
2011-03-12 23:47:22 +00:00
Automatic Updater
c123646e6e
newcopyrights
2011-03-12 23:31:00 +00:00
Automatic Updater
4b9739f3ad
update
2011-03-12 22:17:32 +00:00
Mark Andrews
27ea875fcd
test for Net::DNS
2011-03-12 21:25:43 +00:00
Automatic Updater
77bd12a1d8
update
2011-03-12 05:17:53 +00:00
Automatic Updater
b7f0a015a5
update copyright notice
2011-03-12 04:59:19 +00:00
Automatic Updater
47a68600fa
newcopyrights
2011-03-12 04:56:18 +00:00
Automatic Updater
3e9e1bb25e
update
2011-03-12 03:18:35 +00:00
Mark Andrews
5ab761022a
bin/tests/system/common/rndc.key
2011-03-12 03:07:33 +00:00
Automatic Updater
1e5671f11a
update
2011-03-11 18:24:25 +00:00
Evan Hunt
af93cf1390
Forgot to initialize a fixedname
2011-03-11 17:20:39 +00:00
Automatic Updater
b8ca5ecaab
update
2011-03-11 14:17:23 +00:00
Mark Andrews
038e2f640a
3073. [bug] managed-keys changes were not properly being recorded.
...
[RT #20256 ]
2011-03-11 13:22:40 +00:00
Automatic Updater
7ee8d36789
update
2011-03-11 13:17:33 +00:00
Mark Andrews
8078730197
3072. [bug] dns_dns64_aaaaok() potential NULL pointer dereference.
...
[RT #20256 ]
2011-03-11 13:04:36 +00:00
Mark Andrews
2b7246e25e
3071. [bug] has_nsec could be used unintialised in
...
update.c:next_active. [RT #20256 ]
2011-03-11 12:54:11 +00:00
Mark Andrews
2b26fdab26
3070. [bug] dnssec-signzone potential NULL pointer dereference.
...
[RT #20256 ]
2011-03-11 12:40:37 +00:00
Automatic Updater
80142b3501
update
2011-03-11 07:17:28 +00:00
Evan Hunt
80ec1130d1
link driver.so from the .o file instead of the .lo file when building
...
with libtool.
2011-03-11 07:10:10 +00:00
Mark Andrews
ac6edf67d5
3069. [cleanup] Silence warnings messages from clang static analysis.
...
[RT #20256 ]
2011-03-11 06:47:09 +00:00
Automatic Updater
4bb0f40317
update
2011-03-11 03:18:35 +00:00
Mark Andrews
ccedc2f7fd
pkey is only used if USE_ENGINE is defined or USE_EVP is 1
2011-03-11 02:57:35 +00:00
Automatic Updater
f5ba65ec78
sync
2011-03-11 02:22:53 +00:00
Automatic Updater
46f59e0b8f
update
2011-03-11 02:19:13 +00:00
Evan Hunt
901486f561
Reversing prior change, turns out not to be legal on all compilers.
2011-03-11 01:28:21 +00:00
Evan Hunt
fb17286678
Silence a compiler warning by using #if comparison instead of if. No
...
CHANGES note because it's trivial. [RT #23587 ]
2011-03-11 01:21:13 +00:00
Automatic Updater
5a177de851
update
2011-03-11 01:17:44 +00:00
Mark Andrews
e5d9416f4b
3068. [bug] Named failed to build with a OpenSSL without engine
...
support. [RT #23473 ]
2011-03-11 01:14:35 +00:00
Mark Andrews
7569efe572
3067. [bug] ixfr-from-differences {master|slave}; failed to
...
select the master/slave zones. [RT #23580 ]
2011-03-11 00:47:28 +00:00
Automatic Updater
0587dde74f
update
2011-03-11 00:21:26 +00:00
Automatic Updater
fd4fce965f
update copyright notice
2011-03-10 23:47:29 +00:00
Automatic Updater
f4af24ed43
newcopyrights
2011-03-10 23:30:49 +00:00
Automatic Updater
6a5575925f
update
2011-03-10 07:17:25 +00:00
Automatic Updater
aa08c58a67
regen
2011-03-10 06:35:37 +00:00
Automatic Updater
04fec7b4ce
update
2011-03-10 05:17:32 +00:00
Evan Hunt
b2b2a5f7e5
3066. [func] The DLZ "dlopen" driver is now built by default,
...
no longer requiring a configure option. To
disable it, use "configure --without-dlopen".
(Note: driver not supported on win32.) [RT #23467 ]
2011-03-10 04:29:18 +00:00
Automatic Updater
730f58ebbc
update
2011-03-10 00:18:05 +00:00
Automatic Updater
78a66fab38
update copyright notice
2011-03-09 23:46:55 +00:00
Automatic Updater
3359c72de9
newcopyrights
2011-03-09 23:31:25 +00:00
Automatic Updater
2d94783a15
update
2011-03-09 08:17:31 +00:00
Mark Andrews
8a18732f4d
3065. [bug] RRSIG could have time stamps too far in the future.
...
[RT #23356 ]
2011-03-09 07:27:37 +00:00
Automatic Updater
87d276c0b5
update
2011-03-09 03:18:15 +00:00
Automatic Updater
f08566bb9d
regen v9_8
2011-03-09 02:37:51 +00:00
Automatic Updater
4d9dc6e3a4
update
2011-03-09 01:18:06 +00:00
Mark Andrews
5848a9cf8c
remove removed files
2011-03-09 00:57:36 +00:00
Paul Ebersman
08b9038dcd
corrected edns-udp-size min to 512
2011-03-09 00:52:25 +00:00
Automatic Updater
6192d039ca
update
2011-03-08 03:18:01 +00:00
Automatic Updater
0564e5d16a
sync
2011-03-08 02:26:22 +00:00
Automatic Updater
278f5eae16
update
2011-03-08 01:18:06 +00:00
Mark Andrews
a4f385c8c4
add 'sync' to ISC_PLATFORM_USEMACASM build as well
2011-03-08 00:52:21 +00:00
Mark Andrews
074e05b119
DNAME not DS
2011-03-08 00:39:31 +00:00
Automatic Updater
03cb6cde09
update
2011-03-08 00:18:08 +00:00
Automatic Updater
c503d8017d
update copyright notice
2011-03-07 23:47:15 +00:00
Automatic Updater
81a6d2e184
newcopyrights
2011-03-07 23:31:05 +00:00
Evan Hunt
43e36156df
file named.conf.in was added on branch v9_8 on 2011-03-10 04:29:17 +0000
2011-03-07 22:22:59 +00:00
Automatic Updater
e7e69e8522
update
2011-03-07 22:17:31 +00:00
Evan Hunt
8a9cf3ddcc
Style cleanup in DLZ LDAP driver. No functional change, no CHANGES note.
2011-03-07 22:01:42 +00:00
Automatic Updater
c9c2729a22
update
2011-03-07 01:18:06 +00:00
Mark Andrews
7c1f3c9b5b
3064. [bug] powerpc: add sync instructions to the end of atomic
...
operations. [RT #23469 ]
2011-03-07 00:19:38 +00:00
Automatic Updater
08a9d0030a
update
2011-03-06 00:17:54 +00:00
Automatic Updater
e6cb7b9ab7
update copyright notice
2011-03-05 23:52:09 +00:00
Automatic Updater
d577282f44
newcopyrights
2011-03-05 23:31:12 +00:00
Automatic Updater
d7eab6baa1
update
2011-03-05 23:17:39 +00:00
Evan Hunt
16856b78bf
3063. [contrib] More verbose error reporting from DLZ LDAP. [RT #23402 ]
2011-03-05 23:10:08 +00:00
Automatic Updater
ae74187f4e
update
2011-03-05 03:17:52 +00:00
Mark Andrews
10df90ff08
add #include <isc/file.h>
2011-03-05 03:08:10 +00:00
Automatic Updater
8d7e9b71a7
update
2011-03-05 02:38:39 +00:00
Automatic Updater
da4f10594b
update
2011-03-05 00:18:03 +00:00
Automatic Updater
3dd68287f9
update copyright notice
2011-03-04 23:47:28 +00:00
Automatic Updater
59a2f7303d
update
2011-03-04 22:17:29 +00:00
Evan Hunt
958e5acd60
3059. [test] Added a regression test for change #3023 .
2011-03-04 22:03:27 +00:00
Automatic Updater
b0a697dfba
update
2011-03-04 15:17:28 +00:00
Scott Mann
7a815e7927
Adding missing test files for RT22771.
2011-03-04 15:06:46 +00:00
Automatic Updater
f9c448e4ad
update
2011-03-04 14:17:25 +00:00
Scott Mann
d31b2fb85d
Ensure that log files are plain files. (RT #22771 )
2011-03-04 14:10:13 +00:00
Evan Hunt
390b94f32b
file dlopen.c was added on branch v9_8 on 2011-03-10 04:29:16 +0000
2011-03-04 05:18:40 +00:00
Evan Hunt
cdcfe41ff8
file Makefile.in was added on branch v9_8 on 2011-03-10 04:29:16 +0000
2011-03-04 05:18:38 +00:00
Evan Hunt
539afbd1fd
file driver.h was added on branch v9_8 on 2011-03-10 04:29:16 +0000
2011-03-04 03:59:10 +00:00
Evan Hunt
17f3810ede
file driver.c was added on branch v9_8 on 2011-03-10 04:29:16 +0000
2011-03-04 03:59:09 +00:00
Evan Hunt
760f4b4933
file dlz_dlopen_driver.c was added on branch v9_8 on 2011-03-10 04:29:16 +0000
2011-03-04 03:59:07 +00:00
Automatic Updater
c28cefb4a6
update
2011-03-04 03:18:19 +00:00
Automatic Updater
a183ee8e78
sync
2011-03-04 02:25:00 +00:00
Automatic Updater
e7e6c01424
update
2011-03-04 00:18:04 +00:00
Automatic Updater
23384a3227
update copyright notice
2011-03-03 23:47:09 +00:00
Automatic Updater
5df1736516
newcopyrights
2011-03-03 23:31:14 +00:00
Automatic Updater
66709ca5c6
update
2011-03-03 17:17:23 +00:00
Evan Hunt
bcfe6d5d75
3057. [bug] "rndc secroots" would abort after the first error
...
and so could miss some views. [RT #23488 ]
2011-03-03 16:18:12 +00:00
Automatic Updater
764b20509e
update
2011-03-03 15:17:23 +00:00
Francis Dupont
4fe90f5f55
regen
2011-03-03 14:51:59 +00:00
Automatic Updater
a1a0f160bc
update
2011-03-03 14:17:28 +00:00
Francis Dupont
e61f163718
3054. [bug] Added elliptic curve support check in
...
GOST OpenSSL engine detection. [RT #23485 ]
2011-03-03 13:51:04 +00:00
Francis Dupont
2210cdeffb
add EC check for GOST
2011-03-03 13:50:27 +00:00
Automatic Updater
ec473e73c1
update
2011-03-03 12:17:26 +00:00
Mark Andrews
791d82410f
cat the output as atf-report truncates stdout
2011-03-03 11:23:19 +00:00
Automatic Updater
7f10e137d7
update
2011-03-03 08:17:29 +00:00
Mark Andrews
34f0e53260
use csv output format. ticker not suitable for robie
2011-03-03 07:59:47 +00:00
Automatic Updater
af5c304c90
update
2011-03-03 05:17:48 +00:00
Evan Hunt
8590157237
3053. [bug] Under a sustained high query load with a finite
...
max-cache-size, it was possible for cache memory
to be exhausted and not recovered. [RT #23371 ]
2011-03-03 04:43:02 +00:00
Automatic Updater
2212caf345
update
2011-03-03 00:18:03 +00:00
Automatic Updater
343af1a538
update copyright notice
2011-03-02 23:47:27 +00:00
Automatic Updater
5e509a597b
newcopyrights
2011-03-02 23:30:58 +00:00
Evan Hunt
8c4175bcbd
file dlz_dlopen_driver.h was added on branch v9_8 on 2011-03-10 04:29:15 +0000
2011-03-02 19:27:06 +00:00
Automatic Updater
e4ab66dfed
update
2011-03-02 16:17:25 +00:00
Automatic Updater
c8620b9b38
regen
2011-03-02 15:23:29 +00:00
Automatic Updater
95fdc5baaf
update
2011-03-02 09:17:36 +00:00
Francis Dupont
296d7590e5
Fixed last autosign test report [RT #23256 ]
2011-03-02 09:05:19 +00:00
Automatic Updater
0125f0d177
update
2011-03-02 07:17:28 +00:00
Evan Hunt
404bb92069
add MISSING=: to ATF configure arguments to suppress checks for
...
missing autotools files
2011-03-02 06:40:12 +00:00
Automatic Updater
7a33e6985a
update
2011-03-02 05:17:32 +00:00
Mark Andrews
f890808aa3
3051. [bug] NS records obsure DS records at the bottom of the
...
zone if both are present. [RT #23035 ]
2011-03-02 04:47:11 +00:00
Mark Andrews
103e16f85a
3051. [bug] NS records obsure DS records at the bottom of the
...
zone if both are present. [RT #23035 ]
2011-03-02 04:27:59 +00:00
Automatic Updater
7f968dbcf9
update
2011-03-02 04:18:04 +00:00
Mark Andrews
e68828ad36
3050. [bug] The autosign system test was timing dependent.
...
Wait for the initial autosigning to complete
before running the rest of the test. [RT #23035 ]
2011-03-02 04:11:28 +00:00
Automatic Updater
a3dce76a69
update
2011-03-02 03:18:05 +00:00
Mark Andrews
65a9633ac2
s/3039/3049/
2011-03-02 03:04:52 +00:00
Automatic Updater
ae648e5751
update
2011-03-02 00:17:34 +00:00
Mark Andrews
85b6ed540e
3039. [bug] Save and restore the gid when creating creating
...
named.pid at startup. [RT #23290 ]
2011-03-02 00:04:01 +00:00
Automatic Updater
816ee9ac40
update copyright notice
2011-03-01 23:47:38 +00:00
Automatic Updater
4ec655d3ef
newcopyrights
2011-03-01 23:30:47 +00:00
Mark Andrews
660f8f1b78
3048. [bug] Fully seperate view key mangement. [RT #23419 ]
2011-03-01 23:15:21 +00:00
Automatic Updater
0f85f8903f
update
2011-03-01 15:17:52 +00:00
Scott Mann
47e68a14fb
Fixed DNSKEY NODATA responses not cached (RT #22908 ).
2011-03-01 14:42:16 +00:00
Automatic Updater
54475493db
update
2011-03-01 00:17:50 +00:00
Automatic Updater
10f412c490
update copyright notice
2011-02-28 23:47:04 +00:00
Automatic Updater
bc93947f01
update
2011-02-28 17:17:43 +00:00
Automatic Updater
a727dc1c2c
autoreconf in hopes of silencing robie warnings
2011-02-28 16:45:13 +00:00
Automatic Updater
31c5a8ae1b
update
2011-02-28 15:17:28 +00:00
Francis Dupont
e83c5eb545
Use RRSIG original TTL in validated RRset TTL [RT #23332 ]
2011-02-28 14:25:17 +00:00
Automatic Updater
b85990d13c
update
2011-02-28 13:17:33 +00:00
Mark Andrews
5f3a264fe3
3044. [bug] Hold the socket manager lock while freeing the socket.
...
[RT #23333 ]
2011-02-28 12:51:28 +00:00
Automatic Updater
8b148f14da
update
2011-02-28 04:57:44 +00:00
Automatic Updater
75295d675e
update
2011-02-28 03:16:52 +00:00
Automatic Updater
d18d92b9d7
regen v9_8
2011-02-28 02:37:44 +00:00
Automatic Updater
195b88fc33
update
2011-02-28 02:16:44 +00:00
Automatic Updater
09bde3103b
update copyright notice
2011-02-28 01:20:05 +00:00
Automatic Updater
661ea87d08
update
2011-02-28 01:16:27 +00:00
Automatic Updater
f63807d797
regen
2011-02-28 01:10:45 +00:00
Mark Andrews
61ab9cbe2a
elseif -> elsif
2011-02-28 01:09:09 +00:00
Mark Andrews
20beca7611
atf source maintains it's own copyright
2011-02-28 01:04:03 +00:00
Automatic Updater
8de2e8a50a
update
2011-02-27 14:15:49 +00:00
Mark Andrews
aa7ab306c5
only run test if ATFBIN defined
2011-02-27 14:12:16 +00:00
Mark Andrews
7a1f7f8e1c
regen
2011-02-27 13:30:04 +00:00
Mark Andrews
42afc06562
remove space between -L path
2011-02-27 13:24:37 +00:00
Automatic Updater
bbd49ef3b3
update
2011-02-27 10:33:05 +00:00
Mark Andrews
bbd8d6d749
regen
2011-02-27 06:17:04 +00:00
Evan Hunt
f58f3a5720
use 'sh ./configure' since configure might not be executable...
2011-02-26 02:52:45 +00:00
Evan Hunt
6d79a5b409
3043. [test] Merged in the NetBSD ATF test framework (currently
...
version 0.12) for development of future unit tests.
Use configure --with-atf to build ATF internally
or configure --with-atf=prefix to use an external
copy. [RT #23209 ]
2011-02-26 02:37:31 +00:00
Evan Hunt
5e28c614c2
minor typo
2011-02-25 23:13:08 +00:00
Evan Hunt
a9a9e8b73b
3042. [bug] dig +trace could fail attempting to use IPv6
...
addresses on systems with only IPv4 connectivity.
[RT# 23797]
2011-02-25 23:08:33 +00:00
Mark Andrews
b603f19738
3041. [bug] dnssec-signzone failed to generate new signatures on
...
ttl changes. [RT #23330 ]
2011-02-24 03:11:48 +00:00
Mark Andrews
8d59a69b90
3040. [bug] Named failed to validate insecure zones where a node
...
with a CNAME existed between the trust anchor and the
top of the zone. [RT #23338 ]
2011-02-23 11:36:03 +00:00
Mark Andrews
90a3e56c92
change numbers
2011-02-23 03:12:01 +00:00
Mark Andrews
78a3019376
2038. [bug] Install <dns/rpz.h>. [RT #23342 ]
2011-02-22 11:50:42 +00:00
Automatic Updater
90947acb17
update
2011-02-22 07:15:48 +00:00
Mark Andrews
0f58e4c274
2037. [doc] Update COPYRIGHT to contain all the individual
...
copyright notices that cover various parts.
2011-02-22 06:34:47 +00:00
Automatic Updater
9194f1dc2b
update
2011-02-22 05:15:38 +00:00
Mark Andrews
accc76cbee
2036. [bug] Check built-in zone arguments to see if the zone
...
is re-usable or not. [RT #21914 ]
2011-02-22 04:25:57 +00:00
Automatic Updater
0125aee67e
update
2011-02-21 08:15:45 +00:00
Mark Andrews
5defc25661
3035. [cleanup] Simplify by using strlcpy. [RT #22521 ]
2011-02-21 07:36:41 +00:00
Mark Andrews
6e4dc1386e
3034. [cleanup] nslookup: use strlcpy instead of safecopy. [RT #22521 ]
2011-02-21 07:25:51 +00:00
Mark Andrews
63c61f34fd
check for snprintf failure. [RT #22521 ]
2011-02-21 07:16:16 +00:00
Automatic Updater
ed5c4f5010
update
2011-02-21 07:15:44 +00:00
Mark Andrews
6afa197cd5
3033. [cleanup] Add two INSIST(bucket != DNS_ADB_INVALIDBUCKET).
...
[RT #22521 ]
2011-02-21 07:10:15 +00:00
Mark Andrews
b1cf9755e7
3032. [bug] rdatalist.c: add missing REQUIREs. [RT #22521 ]
2011-02-21 07:03:01 +00:00
Mark Andrews
5ed1b7bdef
3031. [bug] dns_rdataclass_format() handle a zero sized buffer.
...
[RT #22521 ]
2011-02-21 06:52:20 +00:00
Mark Andrews
a06fa348e7
3030. [bug] dns_rdatatype_format() handle a zero sized buffer.
...
[RT #22521 ]
2011-02-21 06:43:23 +00:00
Mark Andrews
6efe8f6471
3029. [bug] isc_netaddr_format() handle a zero sized buffer.
...
[RT #22521 ]
2011-02-21 06:32:19 +00:00
Mark Andrews
167ed9d3f0
3028. [bug] isc_sockaddr_format() handle a zero sized buffer.
...
[RT #22521 ]
2011-02-21 06:21:24 +00:00
Automatic Updater
be1b103354
update
2011-02-21 06:15:47 +00:00
Mark Andrews
2ed1583ad5
3027. [bug] Add documented REQUIREs to cfg_obj_asnetprefix() to
...
catch NULL pointer dereferences before they happen.
[RT #22521 ]
2011-02-21 06:11:14 +00:00
Mark Andrews
38e922db26
3026. [bug] lib/isc/httpd.c: check that we have enough space
...
after calling grow_headerspace() and if not
re-call grow_headerspace() until we do. [RT #22521 ]
2011-02-21 05:57:17 +00:00
Automatic Updater
6544fc9d3f
update
2011-02-21 03:16:37 +00:00
Mark Andrews
89e60b8333
update
2011-02-21 02:36:56 +00:00
Automatic Updater
fcbe2d4aa5
update
2011-02-21 00:16:32 +00:00
Mark Andrews
12621877ce
spelling
2011-02-21 00:05:21 +00:00
Automatic Updater
57a83d62f4
update
2011-02-20 01:15:44 +00:00
Mark Andrews
eedef1721f
spelling
2011-02-20 00:57:19 +00:00
Automatic Updater
48e7aa82ed
update
2011-02-19 09:15:34 +00:00
Evan Hunt
dea9ec67aa
added for 9.8.0
2011-02-19 08:26:15 +00:00
Evan Hunt
f1fd579ebf
update for 9.8.0 release
2011-02-19 08:21:16 +00:00
Automatic Updater
e3caa233c4
update
2011-02-19 08:15:35 +00:00
Automatic Updater
5b5b29dd41
update ARM PDF for 9.8.0
2011-02-19 08:08:29 +00:00
Evan Hunt
6c2866016e
bump api versions
2011-02-19 07:46:45 +00:00
Automatic Updater
536c629869
update
2011-02-19 02:16:11 +00:00
Evan Hunt
d03a406298
Fixed incorrect library link order in libisccc and libisccfg
2011-02-19 01:29:31 +00:00
Evan Hunt
8cbaa894db
Fixed an error in change 3023, ensuring that journal file isn't
...
removed after IXFR. No CHANGES note.
2011-02-19 01:21:27 +00:00
Automatic Updater
77e5c840f0
update
2011-02-19 00:16:21 +00:00
Michael Graff
d5038d6782
catch two unused function params, followup to RT#23310
2011-02-18 23:41:51 +00:00
Evan Hunt
7ff8511bf5
3025. [bug] Fixed a possible deadlock due to zone resigning.
...
[RT #22964 ]
2011-02-18 23:23:08 +00:00
Automatic Updater
b5884ddca4
update
2011-02-18 23:15:27 +00:00
Michael Graff
0a95e19684
pull up rt23310 to v9_8
2011-02-18 23:04:04 +00:00
Automatic Updater
5627801804
update
2011-02-18 22:15:42 +00:00
Evan Hunt
0b706ad300
3023. [bug] Named could be left in an inconsistent state when
...
receiving multiple AXFR response messages that were
not all TSIG-signed. [RT #23254 ]
2011-02-18 21:26:04 +00:00
Automatic Updater
0fea1c2b76
update
2011-02-18 16:15:31 +00:00
Scott Mann
ff6618557c
Fix prz SERVFAILs after failed zone transfer (RT23246)
2011-02-18 15:27:58 +00:00
Automatic Updater
22c3e5ed97
update
2011-02-18 04:16:20 +00:00
Mark Andrews
9b80b2f483
silence: warning: 'manager_log' defined but not used
2011-02-18 04:01:16 +00:00
Automatic Updater
dd9eb51236
update
2011-02-18 00:16:27 +00:00
Automatic Updater
d0e2773727
update copyright notice
2011-02-17 23:46:51 +00:00
Automatic Updater
43625ec30e
update
2011-02-17 05:15:36 +00:00
Mark Andrews
8bcd6523a7
simplify zone_signwithkey call
2011-02-17 04:56:03 +00:00
Automatic Updater
434277b7fd
update
2011-02-17 03:16:43 +00:00
Mark Andrews
bf9e176e23
ensure that the DNSKEY rrset get re-signed even if it hasn't been
...
updated in sign_apex.
2011-02-17 03:03:41 +00:00
Automatic Updater
862650a376
update
2011-02-16 20:15:36 +00:00
Evan Hunt
8920c09ea3
3021. [bug] Change #3010 was incomplete. [RT #22296 ]
2011-02-16 19:46:12 +00:00
Automatic Updater
79a30769c0
update
2011-02-15 22:15:35 +00:00
Mark Andrews
32f0239b5d
3020. [bug] auto-dnssec failed to correctly update the zone when
...
changing the DNSKEY RRset. [RT #23232 ]
2011-02-15 22:06:27 +00:00
Automatic Updater
9297aca9a8
update
2011-02-15 00:16:32 +00:00
Mark Andrews
3524f3dfa0
3019. [func] Test: check apex NSEC3 records after adding DNSKEY
...
record via UPDATE. [RT #23229 ]
2011-02-14 23:59:33 +00:00
Automatic Updater
d3e0828971
update
2011-02-08 23:17:20 +00:00
Mark Andrews
24035989ce
re-tag 9.8.0rc1, adjust resolver-query-timeout for 30 sec default
2011-02-08 23:01:44 +00:00
Mark Andrews
8e7e8fdec5
DEFAULT_QUERY_TIMEOUT 30
2011-02-08 22:56:53 +00:00
Automatic Updater
dddd81dcd0
update
2011-02-08 04:16:26 +00:00
Mark Andrews
8dacc63d9f
Regression test for:
...
3018. [bug] Named failed to check for the "none;" acl when deciding
if a zone may need to be re-signed. [RT #23120 ]
2011-02-08 03:48:22 +00:00
Automatic Updater
b5d6d5cc21
update
2011-02-07 13:16:15 +00:00
Mark Andrews
969088d9d0
missing [
2011-02-07 12:26:31 +00:00
Automatic Updater
706c9d7abd
update
2011-02-07 00:16:34 +00:00
Mark Andrews
f267d9efc9
3018. [bug] Named failed to check for the "none;" acl when deciding
...
if a zone may need to be re-signed. RT #23120 ]
2011-02-07 00:14:30 +00:00
Automatic Updater
2d28d73566
update
2011-02-03 14:15:26 +00:00
Mark Andrews
f42d869ded
dns_resolver_settimeout
2011-02-03 13:28:55 +00:00
Mark Andrews
e3a3c7e2d2
dns_resolver_settimeout
2011-02-03 13:21:22 +00:00
Automatic Updater
14a89b06a8
update
2011-02-03 13:16:24 +00:00
Automatic Updater
052a4286ce
9.8.0rc1
2011-02-03 13:05:34 +00:00
Automatic Updater
81ed53a54e
regen v9_8
2011-02-03 12:29:19 +00:00
Automatic Updater
ddbe4c63e4
update copyright notice
2011-02-03 12:17:50 +00:00
Mark Andrews
f77df77084
9.8.1rc1
2011-02-03 12:14:20 +00:00
Mark Andrews
f5f997afa8
3017. [doc] dnssec-keyfromlabel -I was not properly documented.
...
[RT #22887 ]
2011-02-03 11:59:29 +00:00
Mark Andrews
6722fa9c4b
3016. [bug] rndc usage missing '-b'. [RT #22937 ]
2011-02-03 11:47:30 +00:00
Automatic Updater
633ab45b89
update
2011-02-03 09:15:43 +00:00
Mark Andrews
3f07721e3a
3015. [port] win32: fix IN6_IS_ADDR_LINKLOCAL and
...
IN6_IS_ADDR_SITELOCAL macros. [RT #22724 ]
2011-02-03 08:16:30 +00:00
Automatic Updater
06489f7f9f
update
2011-02-03 08:15:40 +00:00
Mark Andrews
f82e44954d
3013. [bug] The DNS64 ttl was not always being set as expected.
...
[RT #23034 ]
2011-02-03 07:39:03 +00:00
Automatic Updater
ac2e11edd1
update
2011-02-03 07:15:35 +00:00
Mark Andrews
50b497c04f
spelling
2011-02-03 06:19:32 +00:00
Mark Andrews
1d782ffb79
3012. [bug] Remove DNSKEY TTL change pairs before generating
...
signing records for any remaing DNSKEY changes.
[RT #22590 ]
2011-02-03 06:18:51 +00:00
Automatic Updater
4da5de04a4
update
2011-02-03 06:15:32 +00:00
Mark Andrews
d6c9df295c
regen
2011-02-03 05:52:35 +00:00
Mark Andrews
ea09a134fd
3011. [func] Change the default query timeout from 30 seconds
...
to 10. Allow setting this in named.conf using the new
'resolver-query-timeout' option, which specifies a max
time in seconds. 0 means 'default' and anything longer
than 30 will be silently set to 30. [RT #22852 ]
2011-02-03 05:50:08 +00:00
Automatic Updater
07abfa1856
update
2011-02-03 01:15:35 +00:00
Evan Hunt
4bfb1e97f5
3010. [bug] Fixed a bug where "rndc reconfig" stopped the timer
...
for refreshing managed-keys. [RT #22296 ]
2011-02-03 00:20:51 +00:00
Automatic Updater
7b6f57b947
update
2011-01-30 01:15:41 +00:00
cvs2git
0d37a8e5ff
This commit was manufactured by cvs2git to create branch 'v9_8'.
2011-01-28 23:16:40 +00:00
Automatic Updater
e2c942f6af
auto update
2011-01-28 23:16:39 +00:00
cvs2git
0ce18fd46d
This commit was manufactured by cvs2git to create branch 'rt23034'.
2011-01-28 00:16:18 +00:00
Automatic Updater
310d6983fc
update
2011-01-28 00:16:17 +00:00
Automatic Updater
b720af4cd4
update copyright notice
2011-01-27 23:47:21 +00:00
Automatic Updater
3c761103e8
newcopyrights
2011-01-27 23:30:42 +00:00
Automatic Updater
a26311e084
update
2011-01-27 03:16:56 +00:00
Mark Andrews
1fba20bd0b
3009. [bug] clients-per-query code didn't work as expected with
...
particular query patterns. [RT #22972 ]
2011-01-27 02:24:49 +00:00
Automatic Updater
e8f20fbef4
update
2011-01-25 05:15:28 +00:00
Mark Andrews
c656722ea7
whitespace
2011-01-25 04:27:38 +00:00
Automatic Updater
5eafc32634
auto update
2011-01-24 23:16:39 +00:00
cvs2git
b22b86c923
This commit was manufactured by cvs2git to create branch 'rt22992'.
2011-01-23 01:15:33 +00:00
Automatic Updater
c8389abcf8
update
2011-01-23 01:15:32 +00:00
Automatic Updater
66edf659b7
regen HEAD
2011-01-23 01:14:18 +00:00
Automatic Updater
cbb24dc55c
update
2011-01-22 02:15:44 +00:00
Mark Andrews
6441e3675a
recursion-only -> recursive-only
2011-01-22 01:21:05 +00:00
Automatic Updater
98a0438cd9
update
2011-01-21 01:15:28 +00:00
Automatic Updater
f7b2875691
regen HEAD
2011-01-21 01:14:13 +00:00
Automatic Updater
9c8f5f5e18
update
2011-01-20 11:15:32 +00:00
Mark Andrews
7292ae531b
spelling
2011-01-20 10:17:23 +00:00
Automatic Updater
71e4fae3bb
update
2011-01-20 00:16:13 +00:00
Automatic Updater
c674aacfd6
update copyright notice
2011-01-19 23:47:12 +00:00
Automatic Updater
16a8f020ff
newcopyrights
2011-01-19 23:30:39 +00:00
Automatic Updater
fb4fa49974
update
2011-01-19 03:16:41 +00:00
Mark Andrews
f862994cbd
explicitly initialise dump and restore
2011-01-19 03:09:14 +00:00
Automatic Updater
6ff513bc38
update
2011-01-17 05:15:31 +00:00
Mark Andrews
ee931bc7a3
silence warning: integer overflow detected: op "<<"
2011-01-17 04:27:23 +00:00
Automatic Updater
d0735483e5
update
2011-01-14 01:16:16 +00:00
Automatic Updater
a09fff7051
update copyright notice
2011-01-14 00:51:43 +00:00
Automatic Updater
3de6db3208
newcopyrights
2011-01-14 00:49:37 +00:00
Mark Andrews
638614fe02
silence: warning: format not a string literal and no format arguments
2011-01-14 00:44:53 +00:00
Mark Andrews
2c18cb2e9a
explicit initialisation
2011-01-14 00:33:32 +00:00
Automatic Updater
a4bbf4d7cb
update
2011-01-14 00:15:58 +00:00
Automatic Updater
3790d6b265
update
2011-01-13 23:16:45 +00:00
Mark Andrews
cc5e0baaef
arguements out of order
2011-01-13 23:16:06 +00:00
Automatic Updater
02973ab414
newcopyrights
2011-01-13 22:28:45 +00:00
Automatic Updater
520ea669ac
update
2011-01-13 19:54:50 +00:00
Evan Hunt
5645e0c82a
Automatically-added copyright text was breaking the RPZ test.
2011-01-13 19:30:41 +00:00
Automatic Updater
7c3c764c75
update
2011-01-13 10:16:03 +00:00
Mark Andrews
481ebd6977
rpz require -DBIND9
2011-01-13 09:53:04 +00:00
Automatic Updater
34f84b54ef
update
2011-01-13 09:16:19 +00:00
Mark Andrews
17acd2a230
remove -I "../..../lib/dns/sec/openssl/include"
2011-01-13 08:56:45 +00:00
Automatic Updater
2352050890
update copyright notice
2011-01-13 08:50:29 +00:00
Automatic Updater
c3fd32ed29
newcopyrights
2011-01-13 08:48:15 +00:00
Mark Andrews
16ae8f12c2
add -V to foreground flags
2011-01-13 08:46:34 +00:00
Mark Andrews
50fd8587a7
extra external symbols
2011-01-13 08:29:08 +00:00
Mark Andrews
6767b5b544
openssl include path
2011-01-13 08:15:30 +00:00
Automatic Updater
f00a2f4d6e
update
2011-01-13 08:15:25 +00:00
Mark Andrews
0a24e3a8ae
openssl include path
2011-01-13 07:51:06 +00:00
Mark Andrews
fd7b3477c3
openssl include path
2011-01-13 07:25:35 +00:00
Mark Andrews
000439ae98
isc_netaddr_getzone
2011-01-13 07:20:14 +00:00
Automatic Updater
51a510fd61
update
2011-01-13 07:15:28 +00:00
Mark Andrews
9e78a55d81
opensslgost_link.c
2011-01-13 07:12:14 +00:00
Mark Andrews
23784a729d
dst_key_restory -> dst_key_restore
2011-01-13 07:06:50 +00:00
Mark Andrews
559b51e980
only look for sys/socket.h if we also have sys/un.h
2011-01-13 07:05:57 +00:00
Mark Andrews
93b81c6d0a
explicit conversion from unsigned long to dns_rpz_cidr_bits_t
2011-01-13 06:48:14 +00:00
Mark Andrews
68f6e45d28
uint8_t -> unsigned char
2011-01-13 06:41:05 +00:00
Mark Andrews
c3e9221f3b
prototype mismatch
2011-01-13 06:36:04 +00:00
Mark Andrews
119f627c82
uint32_t -> isc_uint32_t
2011-01-13 06:29:16 +00:00
Mark Andrews
98455e2090
missing semi-colon
2011-01-13 06:21:15 +00:00
Automatic Updater
d5a538a92a
update
2011-01-13 06:15:26 +00:00
Mark Andrews
891b61c390
define HAVE_OPENSSL_GOST ENABLE_RPZ_NSDNAME ENABLE_RPZ_NSIP
2011-01-13 06:08:58 +00:00
Automatic Updater
19973813df
9.8.0b1
2011-01-13 05:25:47 +00:00
Automatic Updater
9d059cceef
update
2011-01-13 05:16:36 +00:00
Automatic Updater
5329b4137e
regen HEAD
2011-01-13 05:13:52 +00:00
Automatic Updater
9cee5bb028
update copyright notice
2011-01-13 04:59:26 +00:00
Automatic Updater
3f616e6f84
newcopyrights
2011-01-13 04:51:08 +00:00
Mark Andrews
bde1625cbc
rpz
2011-01-13 04:49:59 +00:00
Mark Andrews
e02c1d738b
9.8.0b1
2011-01-13 04:45:17 +00:00
Mark Andrews
a3eb8b33ec
unsigned constants
2011-01-13 04:20:03 +00:00
Automatic Updater
c2c4ca4c77
update
2011-01-13 04:16:09 +00:00
Mark Andrews
9d53927aa8
zone = NULL
2011-01-13 03:57:50 +00:00
Automatic Updater
32832d0597
update
2011-01-13 03:16:39 +00:00
Mark Andrews
6eba31815a
#include <isc/print.h>
2011-01-13 03:03:31 +00:00
Mark Andrews
a04b5f6794
spelling
2011-01-13 02:35:58 +00:00
Automatic Updater
f7469b14f3
update
2011-01-13 02:16:31 +00:00
Mark Andrews
819f0ca24a
regen
2011-01-13 02:06:40 +00:00
Mark Andrews
87708bde16
3008. [func] Response policy zones (RPZ) support. [RT #21726 ]
2011-01-13 01:59:28 +00:00
Automatic Updater
100b78748b
update
2011-01-13 01:15:32 +00:00
Mark Andrews
38b84a1fcf
3007. [bug] Named failed to preserve the case of domain names in
...
rdata which is no compressable when writing master
files. [RT #22863 ]
2011-01-13 00:55:49 +00:00
Automatic Updater
b70c6fb6ff
auto update
2011-01-12 23:16:51 +00:00
Automatic Updater
e9eda341c9
update
2011-01-12 00:16:06 +00:00
cvs2git
3585edf932
This commit was manufactured by cvs2git to create branch 'rt22863'.
2011-01-11 23:47:15 +00:00
Automatic Updater
135bcc2e42
update copyright notice
2011-01-11 23:47:14 +00:00
Automatic Updater
b13d89bd89
newcopyrights
2011-01-11 23:30:36 +00:00
Automatic Updater
e5b9f963cb
update
2011-01-11 22:15:32 +00:00
Michael Graff
59b600ae73
commit Makefile.in, not Makefile
2011-01-11 21:40:35 +00:00
Michael Graff
beb52a4b18
add tests for isc_atomic_xadd() and isc_atomic_xaddq() since there is some suspicion that they may not be working properly on all platforms. This is committed direclty to the mainline as it's only a test. I did not regenerate configure from configure.in, but just added the one Makefile line. Evan will take a quick look at this after it's committed.
2011-01-11 21:36:22 +00:00
Automatic Updater
1978971774
update
2011-01-11 00:16:30 +00:00
Automatic Updater
3e5340279d
newcopyrights
2011-01-10 23:30:44 +00:00
Automatic Updater
031ba34331
auto update
2011-01-10 23:16:33 +00:00
cvs2git
5b8f9da639
This commit was manufactured by cvs2git to create branch 'rt22141'.
2011-01-10 13:15:28 +00:00
Automatic Updater
46b5b52e16
update
2011-01-10 13:15:27 +00:00
Mark Andrews
b053854c20
call dns_tsigkeyring_detach(&ring)
2011-01-10 13:09:49 +00:00
Automatic Updater
7d74de75b9
update
2011-01-10 08:15:30 +00:00
Mark Andrews
adccda3b4c
&dstkey -> dstkey
2011-01-10 07:38:22 +00:00
Automatic Updater
e41e8a4fcf
update
2011-01-10 06:15:30 +00:00
Mark Andrews
433e06a25c
3006. [func] Allow dynamically generated TSIG keys to be preserved
...
across restarts of named. Initially this is for
TSIG keys generated using GSSAPI. [RT #22639 ]
2011-01-10 05:32:04 +00:00
Automatic Updater
f0238aceb9
update
2011-01-10 05:15:33 +00:00
Mark Andrews
fc5e97963d
Check that ::1 is configured
2011-01-10 05:08:49 +00:00
Automatic Updater
21560605cc
update
2011-01-10 04:15:54 +00:00
Mark Andrews
1403f9aa2f
don't free memory passed to putenv(), use malloc and check for malloc failures
2011-01-10 03:49:49 +00:00
Automatic Updater
90482b5ba2
update
2011-01-09 00:16:27 +00:00
Automatic Updater
0e0be796a7
update copyright notice
2011-01-08 23:47:01 +00:00
Automatic Updater
572cb2c1c9
newcopyrights
2011-01-08 23:30:38 +00:00
Automatic Updater
ad857789e8
auto update
2011-01-08 23:16:51 +00:00
Automatic Updater
e189b22094
update
2011-01-08 02:15:43 +00:00
Evan Hunt
b156001ec1
Oops, omitted some commits from change #3005 .
2011-01-08 01:26:01 +00:00
Automatic Updater
65ad89971e
regen HEAD
2011-01-08 01:15:44 +00:00
Automatic Updater
e24e47f8ae
update
2011-01-08 01:15:27 +00:00
cvs2git
dcd97d5d3b
This commit was manufactured by cvs2git to create branch 'rt22820'.
2011-01-08 00:33:13 +00:00
Evan Hunt
8a743600dd
3005. [port] Solaris: Work around the lack of
...
gsskrb5_register_acceptor_identity() by setting
the KRB5_KTNAME environment variable to the
contents of tkey-gssapi-keytab. Also fixed
test errors on MacOSX. [RT #22853 ]
2011-01-08 00:33:12 +00:00
Automatic Updater
b88393d56d
update
2011-01-08 00:16:22 +00:00
Automatic Updater
93235c1cba
update copyright notice
2011-01-07 23:47:07 +00:00
Automatic Updater
765c97d56c
newcopyrights
2011-01-07 23:30:34 +00:00
Automatic Updater
2ebb8eda0b
auto update
2011-01-07 23:16:41 +00:00
Automatic Updater
197c7a5351
update
2011-01-07 22:15:30 +00:00
Evan Hunt
a727690e8b
HPUX: silence compiler warnings about signed/unsigned comparisons
2011-01-07 21:42:03 +00:00
Automatic Updater
f01cd4dc50
update
2011-01-07 07:15:28 +00:00
Evan Hunt
f9303c6db0
added missing .cvsignore entry
2011-01-07 07:11:41 +00:00
Evan Hunt
f686c5d700
Added missing .cvsignore entries
2011-01-07 07:10:34 +00:00
Evan Hunt
c23a9eed3e
- Missed out authsock.pl when committing 3003.
...
- Remove auth.sock in clean.sh.
2011-01-07 07:01:58 +00:00
Automatic Updater
54cd2bb9d9
update
2011-01-07 06:15:31 +00:00
Evan Hunt
3df7f5a9d6
add ssu_external.c to win32 definitions
2011-01-07 05:32:49 +00:00
Evan Hunt
4ac6a44512
Forgot to add ssu_external.c when committing change #3003 .
2011-01-07 05:29:08 +00:00
Automatic Updater
b432da33fe
update
2011-01-07 05:15:38 +00:00
Mark Andrews
dc4fa197dd
3004. [func] DNS64 reverse support. [RT #22769 ]
2011-01-07 04:31:39 +00:00
Automatic Updater
26dffbd206
update
2011-01-07 01:15:32 +00:00
Automatic Updater
610cd6f845
regen HEAD
2011-01-07 01:13:04 +00:00
Evan Hunt
5a87f3439e
Initialize a pointer to NULL in order to to silence a compiler warning.
...
Committing without review because the change is trivial.
2011-01-07 00:50:06 +00:00
Automatic Updater
a02bf5420c
update
2011-01-07 00:16:38 +00:00
Automatic Updater
db69d5d53c
update copyright notice
2011-01-06 23:47:00 +00:00
Automatic Updater
099b86fb81
newcopyrights
2011-01-06 23:30:38 +00:00
Evan Hunt
3916872f37
3003. [experimental] Added update-policy match type "external",
...
enabliing named to defer the decision of whether to
allow a dynamic update to an external daemon.
(Contributed by Andrew Tridgell.) [RT #22758 ]
2011-01-06 23:24:39 +00:00
Automatic Updater
419a6c5ae4
update
2011-01-06 00:16:28 +00:00
Automatic Updater
db85439621
newcopyrights
2011-01-05 23:30:47 +00:00
Automatic Updater
9412850a75
regen
2011-01-05 23:30:46 +00:00
Automatic Updater
e575ca66b2
update
2011-01-05 01:15:29 +00:00
Automatic Updater
dcfda24abf
regen HEAD
2011-01-05 01:14:09 +00:00
Automatic Updater
0166a1879a
update
2011-01-05 00:16:10 +00:00
Automatic Updater
1da9dbcf48
update copyright notice
2011-01-04 23:47:14 +00:00
Automatic Updater
229ea4644b
newcopyrights
2011-01-04 23:30:38 +00:00
Automatic Updater
a184761e52
regen
2011-01-04 23:30:37 +00:00
Automatic Updater
4e4a9d2121
update
2011-01-04 05:15:44 +00:00
Mark Andrews
161429fc05
3002. [bug] isc_mutex_init_errcheck() failed to destroy attr.
...
[RT #22766 ]
2011-01-04 04:32:13 +00:00
Automatic Updater
3466bcb725
update
2011-01-04 01:15:27 +00:00
Automatic Updater
ebabe300b6
regen HEAD
2011-01-04 01:14:09 +00:00
Automatic Updater
08227c5ccb
update
2011-01-04 00:16:07 +00:00
Evan Hunt
79bf7c874b
3001. [func] Added a default trust anchor for the root zone, which
...
can be switched on by setting "dnssec-validation auto;"
in the named.conf options. [RT #21727 ]
2011-01-03 23:45:08 +00:00
Automatic Updater
f098c65191
update
2010-12-27 14:15:30 +00:00
Mark Andrews
ac78c47210
! test -n -> test -z
2010-12-27 13:38:43 +00:00
Automatic Updater
14ffe33506
update
2010-12-27 00:16:12 +00:00
Mark Andrews
c2f37a77cc
#include ISC_PLATFORM_KRB5HEADER [RT #22798 ]
2010-12-26 23:24:18 +00:00
Automatic Updater
dde1d911c1
update
2010-12-26 01:15:26 +00:00
Automatic Updater
66f25f2cee
regen HEAD
2010-12-26 01:14:08 +00:00
Automatic Updater
89345e4c24
update
2010-12-25 22:15:24 +00:00
Mark Andrews
5aaac798d8
s;<command/>;</command>;
2010-12-25 22:01:35 +00:00
Automatic Updater
1fdedb1584
update
2010-12-25 00:16:31 +00:00
Automatic Updater
6764a1403a
update copyright notice
2010-12-24 23:47:05 +00:00
Automatic Updater
348040cb26
newcopyrights
2010-12-24 23:30:29 +00:00
Automatic Updater
8a75f38e1d
update
2010-12-24 08:15:26 +00:00
Mark Andrews
cd86950664
exit 255
2010-12-24 07:27:15 +00:00
Automatic Updater
11234b877c
update
2010-12-24 03:16:37 +00:00
Evan Hunt
d9ad0a55bb
3000. [bug] More TKEY/GSS fixes:
...
- nsupdate can now get the default realm from
the user's Kerberos principal
- corrected gsstest compilation flags
- improved documentation
- fixed some NULL dereferences
[RT #22795 ]
2010-12-24 02:20:47 +00:00
Automatic Updater
988e9fd7c0
update
2010-12-24 01:15:29 +00:00
Automatic Updater
0e9e255d16
regen HEAD
2010-12-24 01:14:21 +00:00
Automatic Updater
1b7daed82b
update
2010-12-24 00:16:35 +00:00
Automatic Updater
a094c46640
update copyright notice
2010-12-23 23:47:08 +00:00
Automatic Updater
95cfad51a3
newcopyrights
2010-12-23 23:30:34 +00:00
Automatic Updater
62aefa60b7
update
2010-12-23 04:16:04 +00:00
Mark Andrews
9fffc937a9
rege
2010-12-23 04:09:28 +00:00
Mark Andrews
37dee1ff94
2999. [func] Add GOST support (RFC 5933). [RT #20639 ]
2010-12-23 04:08:00 +00:00
Automatic Updater
5c92589c90
update
2010-12-23 00:16:36 +00:00
Automatic Updater
557919588b
update copyright notice
2010-12-22 23:46:59 +00:00
Automatic Updater
415827fa64
newcopyrights
2010-12-22 23:30:34 +00:00
Automatic Updater
41204e2f0f
update
2010-12-22 13:15:26 +00:00
Mark Andrews
777b848142
2998. [func] Add isc_task_beginexclusive and isc_task_endexclusive
...
to the task api. [RT #22776 ]
2010-12-22 13:05:20 +00:00
Automatic Updater
0f6c33adb2
update
2010-12-22 09:15:38 +00:00
Mark Andrews
10e018f66d
s/ISC_OPENSSL_INC/DST_OPENSSL_INC
2010-12-22 09:00:40 +00:00
Automatic Updater
3962b1c955
update
2010-12-22 06:15:30 +00:00
Mark Andrews
7a54dadeb5
2998. [func] Add isc_task_beginexclusive and isc_task_endexclusive
...
to the task api. [RT #22776 ]
2010-12-22 05:19:02 +00:00
Automatic Updater
b427cc266d
update
2010-12-22 04:16:39 +00:00
Mark Andrews
78fcac2f19
2997. [func] named -V now reports the OpenSSL and libxml2 verions
...
it was compiled against. [RT #22687 ]
2010-12-22 04:05:41 +00:00
Mark Andrews
643935ac11
2997. [func] named -V now reports the OpenSSL and libxml2 verions
...
it was compiled against. [RT #22687 ]
2010-12-22 03:59:02 +00:00
Automatic Updater
687baa4f94
update
2010-12-22 03:16:24 +00:00
Mark Andrews
79344b9710
2996. [security] Temporarily disable SO_ACCEPTFILTER support.
...
[RT #22589 ]
2010-12-22 03:08:36 +00:00
Mark Andrews
179e028b35
2995. [bug] The Kerberos realm was not being correctly extracted
...
from the signer's identity. [RT #22770 ]
2010-12-22 02:33:12 +00:00
Automatic Updater
69c3b3c057
update
2010-12-22 01:15:23 +00:00
Automatic Updater
4cfcf67f81
regen HEAD
2010-12-22 01:14:07 +00:00
Automatic Updater
3b3e7fe622
update
2010-12-22 00:16:39 +00:00
Automatic Updater
8868ef9c64
update copyright notice
2010-12-21 23:47:08 +00:00
Automatic Updater
a3fdc395a6
newcopyrights
2010-12-21 23:30:37 +00:00
Automatic Updater
f2c99a20e3
update
2010-12-21 23:15:28 +00:00
Jeremy Reed
7c6972d6ca
Remove duplicated check-mx explanation.
...
Ebersman told me about it.
I opened ticket #22778 for this.
2010-12-21 22:40:55 +00:00
Automatic Updater
ea2d37e4f1
update
2010-12-21 05:15:41 +00:00
Mark Andrews
bc650d355c
regen
2010-12-21 04:31:27 +00:00
Mark Andrews
c2170a4bd0
2994. [port] NetBSD: use pthreads by default on NetBSD >= 5.0, and
...
do not use threads on earlier versions. Also kill
the unproven-pthreads, mit-pthreads, and ptl2 support.
2010-12-21 04:20:23 +00:00
Automatic Updater
e1f024416a
update
2010-12-21 03:16:10 +00:00
Mark Andrews
82f77687ab
2993. [func] Dynamically grow adb hash tables. [RT #21186 ]
2010-12-21 03:11:42 +00:00
Mark Andrews
72be2e5698
regen
2010-12-21 02:33:59 +00:00
Mark Andrews
0ece47f7c1
2992. [contrib] contrib/check-secure-delegation.pl: A simple tool
...
for looking at a secure delegation. [RT #22059 ]
2010-12-21 02:32:21 +00:00
Mark Andrews
1f512cd06b
2991. [contrib] contrib/zone-edit.sh: A simple zone editing tool for
...
dynamic zones. [RT #22365 ]
2010-12-21 02:19:06 +00:00
Automatic Updater
66b2016a91
update
2010-12-21 00:16:11 +00:00
Automatic Updater
ca103999e6
update copyright notice
2010-12-20 23:47:21 +00:00
Automatic Updater
6a71702b47
auto update
2010-12-20 23:17:15 +00:00
Automatic Updater
42bb7bf869
update
2010-12-20 22:15:24 +00:00
Evan Hunt
950aa1d752
When a prereq.sh file determines that a test can't run because the feature
...
to be tested was not configured in at build time, it can now return 255,
and run.sh will print "R:SKIPPED" instead of "R:UNTESTED". Robie will be
able to flag this as green rather than yellow.
2010-12-20 21:35:45 +00:00
Automatic Updater
d39a94a1db
update
2010-12-20 19:15:29 +00:00
Evan Hunt
8fda09fc85
Changed $(command) to command in tests.sh for compatibility with
...
older bourne shells.
2010-12-20 18:37:07 +00:00
cvs2git
e7ab25a683
This commit was manufactured by cvs2git to create branch 'rt22769'.
2010-12-20 00:16:15 +00:00
Automatic Updater
72cfc80dab
update
2010-12-20 00:16:14 +00:00
Automatic Updater
f7a71eef29
tsiggss dlzexternal
2010-12-19 23:50:14 +00:00
Mark Andrews
e11d10bbcc
example.nil.zone -> example.nil.db
2010-12-19 23:39:28 +00:00
Automatic Updater
50e524aa29
update
2010-12-19 22:15:29 +00:00
Evan Hunt
db4c1bc48a
Looks like "ifdef" should have been "ifndef". (Committing without review to
...
silence robie.)
2010-12-19 21:32:35 +00:00
Automatic Updater
8b840548ca
update
2010-12-19 08:15:33 +00:00
Evan Hunt
584ad7dedd
2990. [bug] 'dnssec-settime -S' no longer tests prepublication
...
interval validity when the interval is set to 0.
[RT #22761 ]
2010-12-19 07:29:36 +00:00
Automatic Updater
8ff031ed05
update
2010-12-19 03:16:40 +00:00
Evan Hunt
c445b2f648
Add #ifdef BIND9 to some of the new DLZ code to fix link errors
...
when building with --enable-exportlibs
2010-12-19 02:51:41 +00:00
Evan Hunt
9f453d9342
removed unnecessary "done" log message from dns_sdlzcreate(); it used
...
__FUNCTION__ which caused problems on some compilers.
2010-12-19 02:37:08 +00:00
Automatic Updater
dcaa912725
update
2010-12-19 01:15:28 +00:00
Automatic Updater
517ae3de96
regen HEAD
2010-12-19 01:14:08 +00:00
Automatic Updater
7bd57e7372
update
2010-12-19 00:16:32 +00:00
Automatic Updater
941c0792f2
update copyright notice
2010-12-18 23:47:11 +00:00
Automatic Updater
98179904c3
update
2010-12-18 17:15:25 +00:00
Evan Hunt
6c3eff861d
tsiggss test needed a prereq.sh file. (Committing without review because
...
the script is simple, no one is available, and I want to shut robie up.)
2010-12-18 16:48:41 +00:00
Automatic Updater
ec310af18b
update
2010-12-18 15:15:24 +00:00
Mark Andrews
aa5b977943
regen
2010-12-18 14:47:42 +00:00
Mark Andrews
c880d51849
gsskrb5_register_acceptor_identity is not available on all platforms
2010-12-18 14:46:21 +00:00
Automatic Updater
009b1debed
update
2010-12-18 12:15:25 +00:00
Mark Andrews
6dcb804dc6
UNUSED(use_static_stub);
2010-12-18 11:47:13 +00:00
Mark Andrews
0faa11ab77
clean first
2010-12-18 11:45:01 +00:00
Automatic Updater
2aea9329b6
update
2010-12-18 10:15:29 +00:00
Automatic Updater
8aa53dcb1d
staticstub
2010-12-18 09:41:37 +00:00
Automatic Updater
819d54a570
update
2010-12-18 02:16:16 +00:00
Evan Hunt
af903e5008
Added files to clean.sh scripts that have been left around after tests run.
...
Skipping the ticket/review steps because the change is trivial.
2010-12-18 02:12:44 +00:00
Evan Hunt
71bd858d8e
2989. [func] Added support for writable DLZ zones. (Contributed
...
by Andrew Tridgell of the Samba project.) [RT #22629 ]
2988. [experimental] Added a "dlopen" DLZ driver, allowing the creation
of external DLZ drivers that can be loaded as
shared objects at runtime rather than linked with
named. Currently this is switched on via a
compile-time option, "configure --with-dlz-dlopen".
Note: the syntax for configuring DLZ zones
is likely to be refined in future releases.
(Contributed by Andrew Tridgell of the Samba
project.) [RT #22629 ]
2987. [func] Improve ease of configuring TKEY/GSS updates by
adding a "tkey-gssapi-keytab" option. If set,
updates will be allowed with any key matching
a principal in the specified keytab file.
"tkey-gssapi-credential" is no longer required
and is expected to be deprecated. (Contributed
by Andrew Tridgell of the Samba project.)
[RT #22629 ]
2010-12-18 01:56:23 +00:00
Automatic Updater
21b13993dc
update
2010-12-18 00:16:33 +00:00
Automatic Updater
b65282d612
auto update
2010-12-17 23:16:55 +00:00
Automatic Updater
15c1f38755
update
2010-12-17 04:16:05 +00:00
Mark Andrews
ffa806a294
fix change numbers
2010-12-17 03:21:10 +00:00
Automatic Updater
fa1c5519fd
update
2010-12-17 01:15:29 +00:00
Automatic Updater
b6f3a9131e
regen HEAD
2010-12-17 01:14:04 +00:00
Mark Andrews
273757406a
.zone -> .db
2010-12-17 00:57:39 +00:00
Automatic Updater
8a40052676
update
2010-12-17 00:16:34 +00:00
Automatic Updater
0ccd663a83
update copyright notice
2010-12-16 23:47:08 +00:00
Automatic Updater
4482fc347c
auto update
2010-12-16 23:16:54 +00:00
Automatic Updater
1027681624
update
2010-12-16 10:15:29 +00:00
Tatuya JINMEI 神明達哉
743bbdc18f
2947. [func] Add new zone type "static-stub". It's like a stub
...
zone, but the nameserver names and/or their IP
addresses are statically configured. [RT #21474 ]
(for 9.8.0)
2010-12-16 09:51:30 +00:00
Automatic Updater
68918cc072
auto update
2010-12-15 23:16:50 +00:00
cvs2git
24d943313b
This commit was manufactured by cvs2git to create branch 'rt19203'.
2010-12-15 19:15:28 +00:00
Automatic Updater
c00580a734
update
2010-12-15 19:15:27 +00:00
Evan Hunt
bbedadf76a
2985. [bug] Add a regression test for change #2896 . [RT #21324 ]
2010-12-15 18:44:37 +00:00
Automatic Updater
47d4a3b457
update
2010-12-14 01:15:32 +00:00
Mark Andrews
8d8f0b4659
2984. [bug] Don't run MX checks when the target of the MX record is ".". [RT #22645 ]
2010-12-14 00:39:59 +00:00
Automatic Updater
2ed508c655
auto update
2010-12-13 23:16:47 +00:00
cvs2git
4517e76c97
This commit was manufactured by cvs2git to create branch 'rt22589'.
2010-12-10 20:15:31 +00:00
Automatic Updater
1c76184b2a
update
2010-12-10 20:15:30 +00:00
johnd
858c4a86c1
Fixed positioning of change description in CHANGES
2010-12-10 20:03:43 +00:00
johnd
7659fdb3aa
Include "loadkeys" in rndc help output. [RT #22493 ]
2010-12-10 19:20:47 +00:00
Automatic Updater
7872a10b39
update
2010-12-10 01:15:22 +00:00
Mark Andrews
a16d8521e4
re-base the api version for 9.8
2010-12-10 01:13:02 +00:00
Automatic Updater
7b3b32ea6d
auto update
2010-12-09 23:16:37 +00:00
cvs2git
9ca5f68308
This commit was manufactured by cvs2git to create branch 'rt22493'.
2010-12-09 08:16:10 +00:00
Automatic Updater
c15fc34dde
update
2010-12-09 08:16:09 +00:00
Automatic Updater
5a28dc400e
newcopyrights
2010-12-09 07:32:01 +00:00
Automatic Updater
abea197a5f
update
2010-12-09 07:15:23 +00:00
Mark Andrews
cf5770e7b1
remove semi-colon
2010-12-09 06:17:33 +00:00
Automatic Updater
f4177a8d44
update
2010-12-09 06:15:24 +00:00
Mark Andrews
391b2f42eb
dns64
2010-12-09 06:12:43 +00:00
Mark Andrews
187d99dc53
s/dev/sdev/
2010-12-09 06:08:05 +00:00
Automatic Updater
e3930b84cf
update
2010-12-09 05:16:31 +00:00
Mark Andrews
44c0cfd2be
remove extraneos semicolon
2010-12-09 04:59:09 +00:00
Mark Andrews
987f2097a6
dns64 is BIND9 only
2010-12-09 04:53:48 +00:00
Automatic Updater
3a790f1a34
9.8.0a1
2010-12-09 04:44:56 +00:00
Mark Andrews
73dbd4e933
9.8.0a1
2010-12-09 04:39:10 +00:00
Automatic Updater
fd6a9d688c
update copyright notice
2010-12-09 04:31:57 +00:00
Automatic Updater
d1cb7c4f74
newcopyrights
2010-12-09 04:29:55 +00:00
Mark Andrews
b44bb86068
add comment
2010-12-09 04:17:15 +00:00
Automatic Updater
655878ed91
update
2010-12-09 04:16:03 +00:00
Mark Andrews
1e442d1994
zero bind 64 to 71 if prefix len is 64
2010-12-09 04:01:43 +00:00
Automatic Updater
b68a79c329
update
2010-12-09 01:15:47 +00:00
Automatic Updater
d893c62484
regen HEAD
2010-12-09 01:14:12 +00:00
Mark Andrews
9f9b7f0e8d
2982. [bug] Reference count dst keys. dst_key_attach() can be used
...
increment the reference count.
Note: dns_tsigkey_createfromkey() callers should now
always call dst_key_free() rather than setting it
to NULL on success. [RT #22672 ]
2010-12-09 00:54:34 +00:00
Automatic Updater
c2ebdf2c49
update
2010-12-09 00:16:08 +00:00
Automatic Updater
b8a9a7bef2
update copyright notice
2010-12-08 23:51:56 +00:00
Automatic Updater
ead8aa3182
newcopyrights
2010-12-08 23:48:44 +00:00
Mark Andrews
7f9f8c13c5
support good*.conf bad*.conf
2010-12-08 23:47:25 +00:00
Automatic Updater
60073ed455
auto update
2010-12-08 23:16:36 +00:00
cvs2git
ad374d6365
This commit was manufactured by cvs2git to create branch 'rt22672'.
2010-12-08 05:15:30 +00:00
Automatic Updater
b470dc92cd
update
2010-12-08 05:15:29 +00:00
Mark Andrews
b9f2d007c5
2981. [func] Partial DNS64 support (AAAA synthesis). [RT #21991 ]
2010-12-08 05:01:00 +00:00
Automatic Updater
69c4159e71
update
2010-12-08 03:16:30 +00:00
Mark Andrews
e334405421
2981. [func] Partial DNS64 support (AAAA synthesis). [RT #21991 ]
2010-12-08 02:46:17 +00:00
Automatic Updater
b59e6107bf
update
2010-12-08 00:16:08 +00:00
Automatic Updater
a4b8846651
update copyright notice
2010-12-07 23:47:02 +00:00
Automatic Updater
cd839f5cf5
newcopyrights
2010-12-07 23:30:33 +00:00
Automatic Updater
9c007d5357
update
2010-12-07 03:16:29 +00:00
Mark Andrews
8aee18709f
2980. [bug] named didn't properly handle UPDATES that changed the
...
TTL of the NSEC3PARAM RRset. [RT #22363 ]
2010-12-07 02:53:34 +00:00
Automatic Updater
631e4420e1
update
2010-12-04 23:15:29 +00:00
Mark Andrews
ab39760512
silence warning. temporary
2010-12-04 22:27:29 +00:00
Automatic Updater
4d03133c8f
update
2010-12-04 14:15:30 +00:00
Mark Andrews
b286683ae8
temporally make isc__task_exiting become isc_task_exiting so that the
...
export version of libisc has all the symbols to link.
2010-12-04 13:25:59 +00:00
Automatic Updater
b512b5b533
update
2010-12-04 00:16:33 +00:00
Automatic Updater
59b283de0a
update copyright notice
2010-12-03 23:46:46 +00:00
Automatic Updater
edd5217152
newcopyrights
2010-12-03 23:30:56 +00:00
Automatic Updater
7c0d9e68f9
auto update
2010-12-03 23:16:47 +00:00
Automatic Updater
696195c373
update
2010-12-03 22:15:35 +00:00
Evan Hunt
e78c2b856b
2979. [bug] named could deadlock during shutdown if two
...
"rndc stop" commands were issued at the same
time. [RT #22108 ]
2010-12-03 22:05:19 +00:00
Mark Andrews
310e10d536
pass the address of dstkey
2010-12-03 21:47:19 +00:00
Automatic Updater
3cc6284383
update
2010-12-03 12:15:28 +00:00
Mark Andrews
cc83084441
s/dns_key_free/dst_key_free/
2010-12-03 12:03:22 +00:00
cvs2git
9d3f8c6cd6
This commit was manufactured by cvs2git to create branch 'rt22639'.
2010-12-03 01:15:39 +00:00
Automatic Updater
7a7c5c129c
update
2010-12-03 01:15:38 +00:00
Mark Andrews
c0a76b3c0b
2978. [port] hpux: look for <devpoll.h> [RT #21919 ]
2010-12-03 00:57:57 +00:00
Mark Andrews
82f0630bae
2977. [bug] 'nsupdate -l' report if the session key is missing.
...
[RT #21670 ]
2010-12-03 00:37:33 +00:00
Mark Andrews
6c9e21b4ce
remove CVSS scores
2010-12-03 00:31:39 +00:00
Automatic Updater
312b3af169
update
2010-12-03 00:16:28 +00:00
Mark Andrews
b44b120c66
update RT number
2010-12-03 00:09:53 +00:00
Automatic Updater
326a702a35
update copyright notice
2010-12-02 23:46:56 +00:00
Mark Andrews
36fc19f939
update 2976 description
2010-12-02 23:44:28 +00:00
Automatic Updater
da24e725ff
newcopyrights
2010-12-02 23:30:41 +00:00
Mark Andrews
c87f15dac8
2976. [bug] named die on exit after negotiating a GSS-TSIG key. [RT #3415 ]
2010-12-02 23:22:42 +00:00
Automatic Updater
7fb319204e
auto update
2010-12-02 23:16:39 +00:00
cvs2git
f6761c1dbe
This commit was manufactured by cvs2git to create branch 'rt22629'.
2010-12-02 05:16:37 +00:00
Automatic Updater
a1eabc2b3f
update
2010-12-02 05:16:36 +00:00
Mark Andrews
97664670d0
2975. [bug] rbtdb.c:cleanup_dead_nodes_callback() aquired the
...
wrong lock which could lead to server deadlock.
[RT #22614 ]
2010-12-02 04:58:13 +00:00
Automatic Updater
3a54e5ab6c
update
2010-12-01 00:16:13 +00:00
Automatic Updater
e085624e0f
update copyright notice
2010-11-30 23:46:55 +00:00
Automatic Updater
5f0d1e7b82
newcopyrights
2010-11-30 23:30:34 +00:00
Automatic Updater
c93b0eedee
auto update
2010-11-30 23:16:39 +00:00
cvs2git
2160f7349b
This commit was manufactured by cvs2git to create branch 'rt21726'.
2010-11-30 03:16:35 +00:00
Automatic Updater
625a52bf35
update
2010-11-30 03:16:34 +00:00
Evan Hunt
b5b934a0bb
2974. [bug] Some vaild UPDATE requests could fail due to a
...
consistency check examining the existing version
of the zone rather than the new version resulting
from the UPDATE. [RT #22413 ]
2010-11-30 02:27:08 +00:00
Automatic Updater
d80e5e2db1
auto update
2010-11-29 23:16:40 +00:00
Mark Andrews
3fb1dcf2e1
file release-notes.css was added on branch v9_8 on 2011-08-24 01:53:51 +0000
2010-11-29 00:41:04 +00:00
Automatic Updater
d7f9d063f2
update
2010-11-25 05:15:54 +00:00
Mark Andrews
9f4f189847
CVE-2010-3613 Reduce complexity from M to L raising score from 7.1 to 7.8.
...
Just have the base CVSS vectors.
2010-11-25 04:44:36 +00:00
Automatic Updater
fab04c267f
auto update
2010-11-24 23:16:46 +00:00
Automatic Updater
7b7c25290f
auto update
2010-11-19 23:16:40 +00:00
cvs2git
f50d3a09a4
This commit was manufactured by cvs2git to create branch 'rt22108'.
2010-11-19 00:16:40 +00:00
Automatic Updater
ce74e6c3b4
update
2010-11-19 00:16:39 +00:00
Mark Andrews
5af195d1db
2973. [bug] bind.keys.h was being removed by the "make clean"
...
at the end of configure resulting in build failures
where there is very old version of perl installed.
Move it to "make maintainer-clean". [RT #22230 ]
2010-11-18 23:20:15 +00:00
Automatic Updater
22f9090a35
auto update
2010-11-18 23:16:39 +00:00
Automatic Updater
735be4878f
update
2010-11-18 03:16:45 +00:00
Mark Andrews
7ffe86618c
add CVE, VU and CVSS
2010-11-18 02:47:48 +00:00
Automatic Updater
bed39bdf3a
update
2010-11-18 01:16:38 +00:00
Automatic Updater
bc7051ee3f
update copyright notice
2010-11-18 00:59:43 +00:00
cvs2git
291726b77a
This commit was manufactured by cvs2git to create branch 'rt22413'.
2010-11-18 00:24:01 +00:00
Mark Andrews
5a636f9951
2972. [bug] win32: address windows socket errors. [RT #21906 ]
2010-11-18 00:24:00 +00:00
Automatic Updater
fa1d4d0cd7
update
2010-11-18 00:16:21 +00:00
Automatic Updater
33cc94f04c
update copyright notice
2010-11-17 23:47:09 +00:00
Automatic Updater
44e3b27290
newcopyrights
2010-11-17 23:30:40 +00:00
Automatic Updater
231faefc5c
update
2010-11-17 04:16:23 +00:00
Mark Andrews
1f50a0a441
handle namedxx.conf
2010-11-17 03:16:21 +00:00
Automatic Updater
1718ef8379
update
2010-11-17 01:15:40 +00:00
Evan Hunt
8eb30f8dd3
2971. [bug] Fixed a bug that caused journal files not to be
...
compacted on Windows systems as a result of
non-POSIX-compliant rename() semantics. [RT #22434 ]
2010-11-17 00:27:54 +00:00
Automatic Updater
412e1fba75
update
2010-11-17 00:16:26 +00:00
Automatic Updater
42f95abecc
auto update
2010-11-16 23:16:46 +00:00
Automatic Updater
10f0c5e041
update
2010-11-16 07:15:32 +00:00
Mark Andrews
d48730a446
2970. [security] Adding a NO DATA negative cache entry failed to clear
...
any matching RRSIG records. A subsequent lookup of
of NO DATA cache entry could trigger a INSIST when the
unexpected RRSIG was also returned with the NO DATA
cache entry. [RT #22288 ]
2010-11-16 06:46:44 +00:00
Automatic Updater
70eef362e6
update
2010-11-16 06:15:29 +00:00
cvs2git
f6c621c00c
This commit was manufactured by cvs2git to create branch 'rt22521'.
2010-11-16 05:38:32 +00:00
Mark Andrews
cd9d825a71
remove accidental commit
2010-11-16 05:38:31 +00:00
Automatic Updater
33453d8676
update
2010-11-16 02:16:31 +00:00
Shawn Routhier
380c874925
Fix acl type processing so that allow-query works in options and view
...
statements. Also add a new set of tests to verify proper functioning.
[RT #22418 ]
2010-11-16 01:37:39 +00:00
Automatic Updater
f02bcd6262
update
2010-11-16 01:15:26 +00:00
Mark Andrews
a27b3757fd
2968. [security] Named could fail to prove a data set was insecure
...
before marking it as insecure. One set of conditions
that can trigger this occurs naturally when rolling
DNSKEY algorithms. [RT #22309 ]
2010-11-16 01:14:51 +00:00
Mark Andrews
7965c00ca8
check for size equal zero in _format(), replace snprintf of a fixed string with strlcpy
2010-11-16 00:53:36 +00:00
Mark Andrews
432e1ce402
check that grow_headerspace added enough space or re-call it
2010-11-16 00:51:41 +00:00
Mark Andrews
c5a3400f23
REQUIRE that rataset/rdatalist be non NULL
2010-11-16 00:50:28 +00:00
Mark Andrews
a158495f84
INSIST that bucket in no longer ISC_ADB_INVALIDBUCKET after find_*_and_lock calls
2010-11-16 00:49:18 +00:00
Mark Andrews
f85281de08
check for snprintf failure
2010-11-16 00:47:48 +00:00
Mark Andrews
73b1b8a6f1
safecpy -> strlcpy
2010-11-16 00:46:39 +00:00
Mark Andrews
2bd3a6e266
strncpy + array[end] = 0 -> strlcpy
2010-11-16 00:46:00 +00:00
Mark Andrews
c2f5ddeeec
isc_netaddr_format() check for sies equal 0
2010-11-16 00:43:02 +00:00
Mark Andrews
baab444222
isc_sockaddr_format() check for sies equal 0
2010-11-16 00:42:35 +00:00
Mark Andrews
d775887f01
cfg_obj_asnetprefix() check that the destinations are non NULL before writing to them
2010-11-16 00:41:32 +00:00
Automatic Updater
7b87980ae4
update
2010-11-10 09:15:26 +00:00
Mark Andrews
d009bf089b
new draft
2010-11-10 08:59:26 +00:00
Automatic Updater
ab900cbf0d
auto update
2010-11-08 23:16:36 +00:00
Automatic Updater
0575faaa41
auto update
2010-11-04 23:16:45 +00:00
Automatic Updater
649345de09
auto update
2010-11-03 23:16:39 +00:00
cvs2git
700770143a
This commit was manufactured by cvs2git to create branch 'rt22418'.
2010-11-03 01:15:28 +00:00
Automatic Updater
e2e19bd90f
update
2010-11-03 01:15:27 +00:00
Mark Andrews
7964553eb4
branch snapshots
2010-11-03 01:04:36 +00:00
Automatic Updater
ad6f23f3ef
auto update
2010-11-01 23:16:51 +00:00
Automatic Updater
717988cd08
auto update
2010-10-30 23:17:02 +00:00
Automatic Updater
9ba813582b
auto update
2010-10-26 23:16:35 +00:00
cvs2git
2aaf9353e0
This commit was manufactured by cvs2git to create branch 'rt22363'.
2010-10-25 23:16:40 +00:00
Automatic Updater
b20c38829d
auto update
2010-10-25 23:16:39 +00:00
cvs2git
78ba44ee49
This commit was manufactured by cvs2git to create branch 'rt22388'.
2010-10-20 00:16:22 +00:00
Automatic Updater
d749f780d4
update
2010-10-20 00:16:21 +00:00
Automatic Updater
4071d667be
update copyright notice
2010-10-19 23:47:10 +00:00
Automatic Updater
e311702a89
newcopyrights
2010-10-19 23:30:33 +00:00
Automatic Updater
088245273f
update
2010-10-19 03:16:23 +00:00
Mark Andrews
c9c2ffe729
2967. [bug] 'host -D' now turns on debugging messages earlier.
...
[RT #22361 ]
2010-10-19 02:48:17 +00:00
Automatic Updater
51bc77127c
update
2010-10-19 00:16:41 +00:00
Automatic Updater
b3ff8e5ae7
update copyright notice
2010-10-18 23:47:08 +00:00
Automatic Updater
b16e2045ac
newcopyrights
2010-10-18 23:30:34 +00:00
Automatic Updater
5411715767
update
2010-10-18 04:16:39 +00:00
Mark Andrews
7bce336186
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 03:59:05 +00:00
Automatic Updater
003a8945fe
auto update
2010-10-15 23:16:35 +00:00
Automatic Updater
caafaf2813
auto update
2010-10-12 23:16:42 +00:00
Mark Andrews
d9686e346b
update
2010-10-11 23:24:45 +00:00
Automatic Updater
13cd516991
auto update
2010-10-07 23:16:35 +00:00
cvs2git
0e7200d27c
This commit was manufactured by cvs2git to create branch 'rt22288'.
2010-10-04 23:15:39 +00:00
Automatic Updater
4d7f39b621
update
2010-10-04 23:15:38 +00:00
Mark Andrews
13dae6ff58
silence 'Null terminator in string initializer ignored.' warning
2010-10-04 22:27:41 +00:00
Automatic Updater
634d31cb04
update
2010-10-02 07:15:26 +00:00
Mark Andrews
fadef3ce7e
new draft
2010-10-02 06:54:51 +00:00
Automatic Updater
6e0d41fc62
auto update
2010-09-30 23:16:43 +00:00
Automatic Updater
2bb389f9a4
update
2010-09-30 01:15:27 +00:00
Mark Andrews
45fbce9f17
custom_WALMART_v9_7_2
2010-09-30 00:17:29 +00:00
Automatic Updater
cb05fd5e8f
update
2010-09-30 00:16:23 +00:00
Automatic Updater
9b367fcfe6
update copyright notice
2010-09-29 23:47:05 +00:00
Automatic Updater
e01f44b37b
newcopyrights
2010-09-29 23:30:44 +00:00
Automatic Updater
01311387fb
auto update
2010-09-29 23:16:46 +00:00
Automatic Updater
a431c67d58
update
2010-09-29 05:16:28 +00:00
Mark Andrews
34f010449c
#include <isc/print.h>
2010-09-29 04:30:13 +00:00
Automatic Updater
b2c7d2874a
update
2010-09-29 04:18:27 +00:00
Mark Andrews
5e2f047a5e
2965. [func] Test HMAC functions using test data from RFC 2104 and
...
RFC 4634. [RT #21702 ]
2010-09-29 04:03:00 +00:00
Mark Andrews
2015023399
2965. [func] Test HMAC functions using test data from RFC 2104 and RFC 4634. [RT #21702 ]
2010-09-29 04:00:16 +00:00
cvs2git
d80b02d840
This commit was manufactured by cvs2git to create branch 'rt21702'.
2010-09-24 09:16:22 +00:00
Automatic Updater
560c6b3773
update
2010-09-24 09:16:21 +00:00
Automatic Updater
7041e86986
update copyright notice
2010-09-24 08:31:23 +00:00
Automatic Updater
9b1207058e
newcopyrights
2010-09-24 08:28:07 +00:00
Automatic Updater
fbe2a88bda
update
2010-09-24 08:15:33 +00:00
Mark Andrews
b2c8cc4f2d
placeholder
2010-09-24 08:10:12 +00:00
Automatic Updater
246f9ea6d6
update
2010-09-24 05:15:42 +00:00
Mark Andrews
ed83fa75f5
2963. [security] The allow-query acl was being applied instead of the
...
allow-query-cache acl to cache lookups. [RT #22114 ]
2010-09-24 05:09:03 +00:00
Automatic Updater
02f42ed1d9
update
2010-09-22 01:15:24 +00:00
Automatic Updater
3ce014e9af
regen HEAD
2010-09-22 01:13:54 +00:00
Automatic Updater
7c267be4aa
auto update
2010-09-21 23:16:16 +00:00
Automatic Updater
7d70c8c834
update
2010-09-21 20:15:31 +00:00
Paul Ebersman
3b9a5b7cdd
fixed typo from man.dnysssec to man.dnssec.
...
reviewed by jreed, currently just fixed in HEAD.
2010-09-21 19:47:57 +00:00
Automatic Updater
d738096795
update
2010-09-17 05:15:38 +00:00
Mark Andrews
9eba1cf5e5
spelling
2010-09-17 04:32:59 +00:00
Automatic Updater
cf86dfbe47
update
2010-09-16 05:15:38 +00:00
Mark Andrews
c470afc7ac
2962. [port] win32: add more dependancies to BINDBuild.dsw.
...
[RT #22062 ]
2010-09-16 04:56:06 +00:00
Automatic Updater
c083414f34
update
2010-09-15 23:30:26 +00:00
Mark Andrews
165501a801
simplify grep
2010-09-15 23:22:02 +00:00
Automatic Updater
f536c72a44
update
2010-09-15 16:15:36 +00:00
Evan Hunt
cff5da57d6
The "resolver" test was failing on systems with old versions of "grep".
2010-09-15 15:45:07 +00:00
Automatic Updater
27d8bdc81f
update
2010-09-15 12:50:57 +00:00
Automatic Updater
3255640981
update copyright notice
2010-09-15 12:38:36 +00:00
Automatic Updater
2cdbfcdad9
newcopyrights
2010-09-15 12:34:00 +00:00
Mark Andrews
a6e1f63f50
./bin/tests/system/resolver/ns4/named.noaa
2010-09-15 12:30:45 +00:00
Mark Andrews
506a2177bf
2961. [bug] Be still more selective about the non-authoritative
...
answers we apply change 2748 to. [RT #22074 ]
2010-09-15 12:21:27 +00:00
Automatic Updater
f636b969f0
update
2010-09-15 12:15:34 +00:00
Mark Andrews
082f42dcf2
2960. [func] Check that named accepts non-authoritative answers.
...
[RT #21594 ]
2010-09-15 12:07:56 +00:00
Automatic Updater
de6e3c1dc4
update
2010-09-15 04:16:34 +00:00
Mark Andrews
c75523bcb3
2959. [func] Check that named starts with a missing masterfile.
...
[RT #22076 ]
2958. [bug] named failed to start with a missing master file.
[RT #22076 ]
2010-09-15 03:32:34 +00:00
Automatic Updater
ca1b023107
update
2010-09-15 03:16:13 +00:00
Mark Andrews
70ba55161b
2957. [bug] entropy_get() and entropy_getpseudo() failed to match
...
the API for RAND_bytes() and RAND_pseudo_bytes()
respectively. [RT #21962 ]
2010-09-15 03:06:15 +00:00
Automatic Updater
2df9c63cad
auto update
2010-09-14 23:16:31 +00:00
cvs2git
424d5fb808
This commit was manufactured by cvs2git to create branch 'rt22076'.
2010-09-14 00:15:53 +00:00
Automatic Updater
8e61f264fd
update
2010-09-14 00:15:52 +00:00
Automatic Updater
dc9fa0be37
update copyright notice
2010-09-13 23:46:58 +00:00
Automatic Updater
ede7b1df75
newcopyrights
2010-09-13 23:30:39 +00:00
Automatic Updater
5970bec141
auto update
2010-09-13 23:16:34 +00:00
Automatic Updater
30c76ec787
update
2010-09-13 07:15:26 +00:00
Mark Andrews
ad9107efaa
2956. [port] Enable atomic operations on the PowerPC64. [RT #21899 ]
2010-09-13 07:06:05 +00:00
cvs2git
6b8c886901
This commit was manufactured by cvs2git to create branch 'rt21914'.
2010-09-13 04:16:05 +00:00
Automatic Updater
f56ced0b9d
update
2010-09-13 04:16:04 +00:00
Mark Andrews
3f9f14055b
2955. [func] Provide more detail in the recursing log. [RT #22043 ]
2010-09-13 03:37:43 +00:00
Mark Andrews
75f48cecb3
2954. [bug] contrib: dlz_mysql_driver.c bad error handling on
...
build_sqldbinstance failure. [RT #21623 ]
2010-09-13 03:27:48 +00:00
Automatic Updater
8c13f838f5
auto update
2010-09-10 23:16:31 +00:00
Automatic Updater
b73d90b60b
auto update
2010-09-09 23:16:34 +00:00
cvs2git
c29a1a1fe6
This commit was manufactured by cvs2git to create branch 'rt22059'.
2010-09-08 00:16:24 +00:00
Automatic Updater
bbc604018c
update
2010-09-08 00:16:23 +00:00
Automatic Updater
7306e8e4ee
update copyright notice
2010-09-07 23:46:59 +00:00
Automatic Updater
e171a4137c
newcopyrights
2010-09-07 23:30:44 +00:00
Automatic Updater
1e6b56b088
update
2010-09-07 03:16:18 +00:00
Mark Andrews
8fb412590e
2953. [bug] Silence spurious "expected covering NSEC3, got an
...
exact match" message when returning a wildcard
no data response. [RT #21744 ]
2010-09-07 02:28:17 +00:00
Automatic Updater
8bf7aca489
update
2010-09-07 02:15:58 +00:00
Mark Andrews
1b42401954
2952. [port] win32: named-checkzone and named-checkconf failed
...
to initialise winsock. [RT #21932 ]
2010-09-07 01:49:08 +00:00
Automatic Updater
ce9ba78d11
update
2010-09-07 01:15:33 +00:00
Mark Andrews
240a7dc59d
2951. [bug] named failed to generate a correct signed response
...
in a optout, delegation only zone with no secure
delegations. [RT #22007 ]
2010-09-07 00:58:36 +00:00
Automatic Updater
e92e62990b
auto update
2010-09-06 23:16:32 +00:00
cvs2git
c44647fc28
This commit was manufactured by cvs2git to create branch 'rt21670'.
2010-09-06 05:15:46 +00:00
cvs2git
6eb5af1a13
This commit was manufactured by cvs2git to create branch 'rt21919'.
2010-09-06 05:15:45 +00:00
Automatic Updater
b8bb4e6e94
update
2010-09-06 05:15:44 +00:00
Mark Andrews
e588bfe689
2950. [bug] named failed to perform a SOA up to date check when
...
falling back to TCP on UDP timeouts when
ixfr-from-differences was set. [RT #21595 ]
2010-09-06 04:41:13 +00:00
Mark Andrews
02a211f4c4
2949. [bug] dns_view_setnewzones() contained a memory leak if
...
it was called multiple times. [RT #21942 ]
2010-09-06 04:31:11 +00:00
Automatic Updater
3045036e49
update
2010-09-05 12:15:17 +00:00
Francis Dupont
ec288f1a26
reindent
2010-09-05 12:14:26 +00:00
Automatic Updater
c2c67d6e47
auto update
2010-09-02 23:16:27 +00:00
Automatic Updater
e928ad8bf9
auto update
2010-08-31 23:16:31 +00:00
Automatic Updater
196f1cf015
auto update
2010-08-27 23:16:28 +00:00
cvs2git
47914eb8ba
This commit was manufactured by cvs2git to create branch 'rt21991'.
2010-08-26 00:16:02 +00:00
Automatic Updater
d851310950
update
2010-08-26 00:16:01 +00:00
Automatic Updater
dac2623103
update copyright notice
2010-08-25 23:46:37 +00:00
Automatic Updater
ff69107b38
newcopyrights
2010-08-25 23:30:53 +00:00
Automatic Updater
5c7f849c70
update
2010-08-25 06:15:21 +00:00
Mark Andrews
fd8fb4df84
bin/tests/system/org.isc.bind.system.plist
2010-08-25 05:33:56 +00:00
Automatic Updater
ad901e21c0
update
2010-08-25 05:15:18 +00:00
Mark Andrews
17be07ab81
2948. [port] MacOS: provide a mechanism to configure the test
...
interfaces at reboot. See bin/tests/system/README
for details.
2010-08-25 04:51:51 +00:00
Automatic Updater
5fdcf9e935
update
2010-08-25 01:15:27 +00:00
Mark Andrews
0b57424d28
update
2010-08-25 01:09:53 +00:00
Automatic Updater
b7c24d4b8e
update
2010-08-24 06:15:22 +00:00
Mark Andrews
684a4498ba
cleanup
2010-08-24 05:27:37 +00:00
Automatic Updater
0a1bc4e536
update
2010-08-24 01:15:20 +00:00
Mark Andrews
b5fd149e7e
silence signed/unsigned warning hpux
2010-08-24 01:00:31 +00:00
Automatic Updater
512d7c315f
update
2010-08-23 23:15:49 +00:00
Tatuya JINMEI 神明達哉
708b78f157
placeholder for 9.7.1-P2-DENIC (RT #21886 )
2010-08-23 23:08:52 +00:00
Automatic Updater
4cb4d7a110
update
2010-08-21 01:15:17 +00:00
Automatic Updater
fde6bfde6e
regen HEAD
2010-08-21 01:14:00 +00:00
Automatic Updater
a3cd596c87
update
2010-08-20 02:15:26 +00:00
Mark Andrews
20599f3d0e
2946. [doc] Document the default values for the minimum and maximum zone refresh and retry values in the ARM. [RT #21886 ]
2010-08-20 01:31:10 +00:00
Automatic Updater
3a52f3444d
update
2010-08-20 01:15:31 +00:00
Automatic Updater
c25877b363
regen HEAD
2010-08-20 01:14:19 +00:00
Automatic Updater
6010e5d622
update
2010-08-20 00:16:02 +00:00
Mark Andrews
38abdbf816
2945. [doc] Update empty-zones list in ARM. [RT #21772 ]
...
2944. [maint] Remove ORCHID prefix from built in empty zones.
[RT #21772 ]
2010-08-20 00:13:26 +00:00
Automatic Updater
ff61017de2
update
2010-08-18 00:16:06 +00:00
Automatic Updater
7202b5cf66
update copyright notice
2010-08-17 23:46:46 +00:00
Automatic Updater
255571ad34
newcopyrights
2010-08-17 23:30:46 +00:00
Automatic Updater
0aeba1af0d
update
2010-08-17 04:16:10 +00:00
Mark Andrews
e0c50ca36a
update default id range to match that used (1..7)
2010-08-17 04:08:57 +00:00
Automatic Updater
e8c1bd086f
update
2010-08-17 02:15:21 +00:00
Automatic Updater
3acf5eb97c
regen HEAD
2010-08-17 01:15:38 +00:00
Automatic Updater
56876f1e68
update
2010-08-17 00:15:48 +00:00
Automatic Updater
f428e385a4
update copyright notice
2010-08-16 23:46:52 +00:00
Automatic Updater
e23256e740
newcopyrights
2010-08-16 23:30:42 +00:00
Automatic Updater
8661637b9d
auto update
2010-08-16 23:16:35 +00:00
Automatic Updater
2a9a0f406b
update
2010-08-16 23:15:26 +00:00
Mark Andrews
10f9e687f5
silence redefinition warnings MacOS
2010-08-16 22:41:16 +00:00
Mark Andrews
c6f4972c74
2943. [func] Add support to load new keys into managed zones
...
without signing immediately with "rndc loadkeys".
Add support to link keys with "dnssec-keygen -S"
and "dnssec-settime -S". [RT #21351 ]
2010-08-16 22:21:07 +00:00
cvs2git
920b93389c
This commit was manufactured by cvs2git to create branch 'rt21918'.
2010-08-16 06:15:26 +00:00
Automatic Updater
6ee897e2b3
update
2010-08-16 06:15:25 +00:00
Mark Andrews
f94ec08c17
2942. [contrib] zone2sqlite failed to setup the entropy sources.
...
[RT #21610 ]
2010-08-16 05:32:44 +00:00
Automatic Updater
f0b944480e
update
2010-08-16 05:15:24 +00:00
Mark Andrews
8bc194b266
2941. [bug] sdb and sdlz (dlz's zone database) failed to support
...
DNAME at the zone apex. [RT #21610 ]
2010-08-16 04:49:14 +00:00
Automatic Updater
8171f2c3dd
update
2010-08-14 00:15:51 +00:00
Automatic Updater
2b43d1d8c5
update copyright notice
2010-08-13 23:47:04 +00:00
Automatic Updater
665ba746c0
newcopyrights
2010-08-13 23:30:56 +00:00
Automatic Updater
6deb576114
auto update
2010-08-13 23:16:31 +00:00
Automatic Updater
30036552e4
update
2010-08-13 15:15:21 +00:00
Francis Dupont
7641867b4c
fix win32 build
2010-08-13 14:33:31 +00:00
Automatic Updater
20dc3ddcd4
update
2010-08-13 11:15:20 +00:00
cvs2git
8f3773265c
This commit was manufactured by cvs2git to create branch 'rt21906'.
2010-08-13 10:49:59 +00:00
Francis Dupont
0395219694
remove connection aborted error message [ #21549 ]
2010-08-13 10:49:58 +00:00
Francis Dupont
bcb444aed0
remove connection aborted error message
2010-08-13 10:45:32 +00:00
Automatic Updater
bdc3114b56
update
2010-08-13 08:15:23 +00:00
Mark Andrews
7c681d0750
2939. [func] Check that named successfully skips NSEC3 records
...
that fail to match the NSEC3PARAM record currently
in use. [RT# 21868]
2010-08-13 07:32:42 +00:00
Mark Andrews
da45cdaf79
placeholder
2010-08-13 07:26:50 +00:00
Automatic Updater
c115a50963
update
2010-08-13 07:15:20 +00:00
Mark Andrews
c73d8c1b72
2938. [bug] When skipping NSEC3 records that don't match the
...
current NSEC3PARAM record in use for zone named
could dereference a uninitialised pointer attempting
to obtain a lock. [RT# 21868]
2010-08-13 06:46:25 +00:00
Automatic Updater
ef0d20244d
update
2010-08-13 04:15:32 +00:00
Mark Andrews
e8c17c7453
./bin/tests/system/addzone/ns2/default.nzf.in
2010-08-13 03:35:38 +00:00
Automatic Updater
0d5a43e21a
update
2010-08-13 00:15:59 +00:00
Automatic Updater
87be41dc7b
update
2010-08-12 22:15:20 +00:00
Tatuya JINMEI 神明達哉
d0b75b9ff6
define the wrapper function for mem_isovermem().
...
(a regression in rt21818)
2010-08-12 21:30:26 +00:00
Automatic Updater
1d41be16c7
update
2010-08-12 10:15:20 +00:00
Francis Dupont
bf22bad528
removing unused
2010-08-12 09:52:35 +00:00
Francis Dupont
13f0ecd037
re-indent
2010-08-12 09:31:50 +00:00
Automatic Updater
d1fa703c08
update
2010-08-12 04:15:32 +00:00
Evan Hunt
9b7efe7aca
Removed a leftover UNUSED statement referencing a parameter that doesn't
...
exist anymore.
2010-08-12 04:04:14 +00:00
Automatic Updater
e52171437f
update
2010-08-12 03:15:44 +00:00
Mark Andrews
020b3b1379
new draft
2010-08-12 02:30:25 +00:00
Automatic Updater
75f004c92b
update
2010-08-12 02:15:21 +00:00
Mark Andrews
bde46569f3
.orig -> .in as .orig is used by patch
2010-08-12 01:31:36 +00:00
Automatic Updater
0a93c74a35
update
2010-08-12 01:15:17 +00:00
Automatic Updater
82d13321f4
regen HEAD
2010-08-12 01:14:30 +00:00
Automatic Updater
0e3b06fb84
update
2010-08-12 00:15:59 +00:00
Automatic Updater
cc4dd0d08d
update copyright notice
2010-08-11 23:46:42 +00:00
Automatic Updater
30e7870023
update
2010-08-11 23:15:34 +00:00
Tatuya JINMEI 神明達哉
253ae50e09
required ctx is valid in mem_isovermem().
2010-08-11 23:11:45 +00:00
Tatuya JINMEI 神明達哉
27fe1966c9
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 22:54:58 +00:00
Automatic Updater
fc7bf6dcad
update
2010-08-11 18:15:22 +00:00
Evan Hunt
cfd262045c
2936. [func] Improved configuration syntax and multiple-view
...
support for addzone/delzone feature (see change
#2930 ). Removed "new-zone-file" option, replaced
with "allow-new-zones (yes|no)". The new-zone-file
for each view is now created automatically, with
a filename generated from a hash of the view name.
It is no longer necessary to "include" the
new-zone-file in named.conf; this happens
automatically. Zones that were not added via
"rndc addzone" can no longer be removed with
"rndc delzone". [RT #19447 ]
2010-08-11 18:14:20 +00:00
Automatic Updater
7d7cdecee6
update
2010-08-11 13:15:16 +00:00
Francis Dupont
26f55cbdf6
trivial fix in comment
2010-08-11 12:37:36 +00:00
Automatic Updater
d8ba58b392
update
2010-08-11 01:15:31 +00:00
Mark Andrews
999ffe78c4
new draft
2010-08-11 00:58:20 +00:00
Automatic Updater
2fa731eafb
update
2010-08-11 00:16:06 +00:00
Automatic Updater
548317f929
update copyright notice
2010-08-10 23:48:19 +00:00
Automatic Updater
93bd88e172
newcopyrights
2010-08-10 23:30:37 +00:00
Automatic Updater
b5ef90b267
auto update
2010-08-10 23:16:25 +00:00
Automatic Updater
9a55ac6af1
update
2010-08-10 10:15:26 +00:00
Mark Andrews
4b6cb8d09e
2935. [bug] nsupdate: improve 'file not found' error message.
...
[RT #21871 ]
2010-08-10 09:51:47 +00:00
Mark Andrews
712b976a06
2934. [bug] Use ANSI C compliant shift range in lib/isc/entropy.c. [RT #21871 ]
2010-08-10 09:32:06 +00:00
Automatic Updater
c567a85061
update
2010-08-10 09:15:24 +00:00
Mark Andrews
f083530138
2933. [bug] 'dig +nsid' used stack memory after it went out of
...
scope. This could potentially result in a unknown,
potentially malformed, EDNS option being sent instead
of the desired NSID option. [RT #21781 ]
2010-08-10 08:39:15 +00:00
Automatic Updater
2d9248490c
auto update
2010-08-09 23:16:32 +00:00
Automatic Updater
577582dd68
update
2010-08-09 23:15:30 +00:00
Evan Hunt
cb933b69ff
2932. [cleanup] Corrected a numbering error in the "dnssec" test.
...
[RT #21597 ]
2010-08-09 22:34:56 +00:00
cvs2git
d21fdbb801
This commit was manufactured by cvs2git to create branch 'rt21818'.
2010-08-05 23:16:31 +00:00
Automatic Updater
8e9eb313e7
auto update
2010-08-05 23:16:30 +00:00
Automatic Updater
efee6b51c7
update
2010-08-04 00:16:01 +00:00
Automatic Updater
8ac1f6a48c
update copyright notice
2010-08-03 23:46:39 +00:00
Automatic Updater
be63e68c51
newcopyrights
2010-08-03 23:30:45 +00:00
Automatic Updater
b8848eded7
update
2010-08-03 17:15:29 +00:00
Tatuya JINMEI 神明達哉
dbae1499ba
added me to authors. approved by Evan.
2010-08-03 16:40:45 +00:00
Automatic Updater
26d137dd7d
update
2010-07-20 05:15:21 +00:00
Mark Andrews
7b830cb17f
while (1) -> for (;;) to silence compiler warning
2010-07-20 04:52:21 +00:00
Mark Andrews
0ddcd0c0ce
format/arg mismatch solaris
2010-07-20 04:46:49 +00:00
Automatic Updater
168903d09b
update
2010-07-19 06:15:19 +00:00
Mark Andrews
7a8d1e1e2e
0 -> 0U
2010-07-19 06:13:28 +00:00
Automatic Updater
a7a94ab93a
update
2010-07-19 04:15:24 +00:00
Mark Andrews
dfbda37366
silence compiler warnings about (char) as index to array
2010-07-19 04:13:38 +00:00
Automatic Updater
06573b9f35
auto update
2010-07-16 23:16:21 +00:00
cvs2git
45045ac0f6
This commit was manufactured by cvs2git to create branch 'rt21050'.
2010-07-15 02:15:24 +00:00
Automatic Updater
c48e03b9a3
update
2010-07-15 02:15:23 +00:00
Tatuya JINMEI 神明達哉
f1f39b7e07
2931. [bug] Temporarily and partially disable change 2864
...
because it would cause inifinite attempts of RRSIG
queries. This is an urgent care fix; we'll
revisit the issue and complete the fix later.
[RT #21710 ]
2010-07-15 01:17:45 +00:00
Automatic Updater
1c3359e8f7
auto update
2010-07-14 23:16:22 +00:00
cvs2git
6917bd56f8
This commit was manufactured by cvs2git to create branch 'rt21710'.
2010-07-12 04:15:22 +00:00
Automatic Updater
7759bb4896
update
2010-07-12 04:15:21 +00:00
Mark Andrews
b24b6ddab7
5933: Use of GOST Signature Algorithms in DNSKEY
...
and RRSIG Resource Records for DNSSEC
2010-07-12 03:17:37 +00:00
Automatic Updater
3101b7bd21
update
2010-07-12 01:15:17 +00:00
Automatic Updater
5d9e1d7500
regen HEAD
2010-07-12 01:14:20 +00:00
Automatic Updater
c7578930ec
update
2010-07-12 00:15:57 +00:00
Automatic Updater
a90aca78aa
update copyright notice
2010-07-11 23:46:54 +00:00
Automatic Updater
e5fe07a7eb
newcopyrights
2010-07-11 23:30:36 +00:00
Automatic Updater
239df719b0
update
2010-07-11 06:15:19 +00:00
Evan Hunt
a207cfc5d1
Removed a duplicate entry in namedconf.c.
2010-07-11 05:44:15 +00:00
Automatic Updater
99ab3cfce2
update
2010-07-11 02:15:23 +00:00
Evan Hunt
5312c2ffbe
dnssec and dlv tests included master zones whose master files were missing.
...
this was a bug that hadn't been noticed before, but 19447 added a test for
that condition and it caused test failures.
2010-07-11 01:18:24 +00:00
Automatic Updater
816e5bac7d
update
2010-07-11 01:15:20 +00:00
Automatic Updater
ae80331be3
regen HEAD
2010-07-11 01:14:16 +00:00
Automatic Updater
0733592092
update
2010-07-11 00:15:54 +00:00
Evan Hunt
86dcc40058
2930. [experimental] New "rndc addzone" and "rndc delzone" commads
...
allow dynamic addition and deletion of zones.
To enable this feature, specify a "new-zone-file"
option at the view or options level in named.conf.
Zone configuration information for the new zones
will be written into that file. To make the new
zones persist after a restart, "include" the file
into named.conf in the appropriate view. (Note:
This feature is not yet documented, and its syntax
is expected to change.) [RT #19447 ]
2010-07-11 00:12:57 +00:00
Automatic Updater
773896a200
update
2010-07-10 01:15:17 +00:00
Automatic Updater
7c6b9b2638
regen HEAD
2010-07-10 01:14:20 +00:00
Automatic Updater
2a69cdc964
update
2010-07-10 00:16:01 +00:00
Automatic Updater
1b892cf691
update copyright notice
2010-07-09 23:46:51 +00:00
Automatic Updater
7858b0168b
newcopyrights
2010-07-09 23:33:38 +00:00
cvs2git
7e24f34ceb
This commit was manufactured by cvs2git to create branch 'rt19447'.
2010-07-09 05:15:56 +00:00
Automatic Updater
df23bca11a
update
2010-07-09 05:15:54 +00:00
Evan Hunt
bf9b852c3e
2929. [bug] Improved handling of GSS security contexts:
...
- added LRU expiration for generated TSIGs
- added the ability to use a non-default realm
- added new "realm" keyword in nsupdate
- limited lifetime of generated keys to 1 hour
or the lifetime of the context (whichever is
smaller)
[RT #19737 ]
2010-07-09 05:13:15 +00:00
Automatic Updater
385c6ae102
auto update
2010-07-07 23:16:25 +00:00
cvs2git
6741cb0e9f
This commit was manufactured by cvs2git to create branch 'rt20363'.
2010-07-07 08:15:18 +00:00
Automatic Updater
0ec2958f5e
update
2010-07-07 08:15:17 +00:00
Mark Andrews
7738656b90
new draft
2010-07-07 08:05:29 +00:00
Automatic Updater
c964b0b9bd
update
2010-07-04 01:15:22 +00:00
Mark Andrews
922e80affe
new draft
2010-07-04 01:13:13 +00:00
Mark Andrews
ff5864ef42
2928. [bug] Be more selective about the non-authoritative
...
answer we apply change 2748 to. [RT #21594 ]
2010-07-04 00:48:57 +00:00
Automatic Updater
86532a6230
auto update
2010-07-02 23:16:22 +00:00
cvs2git
4ab336ab93
This commit was manufactured by cvs2git to create branch 'rt19737'.
2010-07-02 00:15:44 +00:00
Automatic Updater
60ddb8f01e
update
2010-07-02 00:15:43 +00:00
Automatic Updater
817ae21947
newcopyrights
2010-07-01 23:30:35 +00:00
Automatic Updater
51ad8ab5e5
auto update
2010-07-01 23:16:19 +00:00
Tatuya JINMEI 神明達哉
4c517d66b5
canceled previous commit (wrong branch)
2010-07-01 19:26:08 +00:00
Tatuya JINMEI 神明達哉
cd98628ca6
regen
2010-07-01 19:19:27 +00:00
Automatic Updater
27c982c86d
update
2010-07-01 18:15:22 +00:00
Tatuya JINMEI 神明達哉
f3792d4bda
placeholdr for RT #21474
2010-07-01 17:36:09 +00:00
Automatic Updater
80114610e4
auto update
2010-06-29 23:16:20 +00:00
Automatic Updater
11d742eaba
update
2010-06-29 23:15:21 +00:00
Mark Andrews
9ad05226e8
new draft
2010-06-29 23:09:13 +00:00
cvs2git
de8de39894
This commit was manufactured by cvs2git to create branch 'rt21610'.
2010-06-29 03:15:59 +00:00
Automatic Updater
0b45829b11
update
2010-06-29 03:15:58 +00:00
Mark Andrews
45d9b38097
placeholder
2010-06-29 02:51:13 +00:00
Automatic Updater
20c9d11bab
update
2010-06-29 00:15:56 +00:00
Automatic Updater
b2f875a535
update copyright notice
2010-06-28 23:46:44 +00:00
Automatic Updater
96249c843a
newcopyrights
2010-06-28 23:30:41 +00:00
Automatic Updater
d045e9694c
auto update
2010-06-28 23:16:23 +00:00
cvs2git
01957ecbc9
This commit was manufactured by cvs2git to create branch 'rt18046b'.
2010-06-28 04:15:45 +00:00
Automatic Updater
e7fb023fd0
update
2010-06-28 04:15:44 +00:00
Mark Andrews
ea72c1dff0
new draft
2010-06-28 03:43:05 +00:00
Automatic Updater
3a3dba4431
update
2010-06-28 02:15:24 +00:00
Mark Andrews
a7d2b922ee
match the dig.out.ns#.$n to the nameserver
2010-06-28 01:34:11 +00:00
Mark Andrews
8fa6ca58b6
check that we have non-cachable answers to test against
2010-06-28 01:31:49 +00:00
Automatic Updater
2bd0d8b03f
update
2010-06-28 00:16:02 +00:00
Mark Andrews
9408328f1d
handle very short source files
2010-06-27 23:42:22 +00:00
Automatic Updater
56a67f949b
update
2010-06-27 00:15:50 +00:00
Automatic Updater
1b67d9b719
update copyright notice
2010-06-26 23:46:49 +00:00
Automatic Updater
e628576d3b
newcopyrights
2010-06-26 23:30:44 +00:00
Automatic Updater
57606549c0
update
2010-06-26 06:15:21 +00:00
Mark Andrews
2cf74a72fd
isc_boolean_t -> dns_v4_aaaa_t
2010-06-26 05:30:30 +00:00
Automatic Updater
cc455423fd
update
2010-06-26 03:16:03 +00:00
Mark Andrews
f8a9a38ee4
bin/tests/system/dnssec/ns7/named.nosoa
2010-06-26 02:19:32 +00:00
Automatic Updater
370c8e69a1
update
2010-06-26 01:15:26 +00:00
Automatic Updater
1238b38c9f
regen HEAD
2010-06-26 01:14:19 +00:00
Mark Andrews
73134bd1c7
add /* NOT DOCUMENTED */
2010-06-26 00:20:33 +00:00
Automatic Updater
05b821a31a
update
2010-06-26 00:16:02 +00:00
Mark Andrews
810656a187
2925. [bug] Named failed to accept uncachable negative responses
...
from insecure zones. [RT# 21555]
2010-06-25 23:50:13 +00:00
Automatic Updater
cf309ffeee
update copyright notice
2010-06-25 23:46:51 +00:00
Automatic Updater
f4029eb746
newcopyrights
2010-06-25 23:30:34 +00:00
Automatic Updater
08b233c101
auto update
2010-06-25 23:16:18 +00:00
Automatic Updater
e7c1818c2c
update
2010-06-25 07:30:49 +00:00
Mark Andrews
f35a87f58f
remove leading zeros on keyid
...
account for trusted keys not applying to _bind anymore
2010-06-25 07:28:46 +00:00
cvs2git
6f1bca4f86
This commit was manufactured by cvs2git to create branch 'rt21594'.
2010-06-25 04:15:33 +00:00
Automatic Updater
49887c2aa7
update
2010-06-25 04:15:32 +00:00
Mark Andrews
bf13e709db
2924. [func] 'rndc secroots' dump a combined summary of the
...
current managed keys combined with trusted keys.
[RT #20904 ]
2010-06-25 03:24:05 +00:00
Automatic Updater
256b56f440
update
2010-06-24 08:15:31 +00:00
Mark Andrews
bdc1d1b1bf
changes number
2010-06-24 07:34:41 +00:00
Mark Andrews
43888c2315
2922. [bug] 'dig +trace' could drop core after "connection
...
timeout". [RT #21514 ]
2010-06-24 07:22:18 +00:00
Automatic Updater
9f1e86e4ef
update
2010-06-24 00:15:55 +00:00
Automatic Updater
b8d4e96e95
update copyright notice
2010-06-23 23:46:58 +00:00
Automatic Updater
782b50b4eb
newcopyrights
2010-06-23 23:30:33 +00:00
Automatic Updater
1227b00357
auto update
2010-06-23 23:16:24 +00:00
cvs2git
62d2bc9248
This commit was manufactured by cvs2git to create branch 'rt21581'.
2010-06-23 04:15:55 +00:00
Automatic Updater
d7e4ff21da
update
2010-06-23 04:15:54 +00:00
Mark Andrews
0627874ff8
s/to soon/too soon/
2010-06-23 03:31:17 +00:00
Mark Andrews
b7ba273d32
add period
2010-06-23 03:29:11 +00:00
Automatic Updater
96118efd9a
update
2010-06-23 03:15:53 +00:00
Mark Andrews
c52235e52e
2922 [contrib] Update zkt to version 1.0.:
2010-06-23 02:42:10 +00:00
Automatic Updater
0123677dc3
update
2010-06-23 02:15:34 +00:00
Mark Andrews
4a8dc5f8ef
2921. [bug] The resolver could attempt to destroy a fetch context
...
to soon. [RT #19878 ]
2010-06-23 01:31:43 +00:00
Automatic Updater
945b6a3ae4
update
2010-06-23 01:15:17 +00:00
Automatic Updater
07ee99c7d0
regen HEAD
2010-06-23 01:14:18 +00:00
Automatic Updater
4a7d0ef87c
update
2010-06-23 00:15:46 +00:00
Automatic Updater
b61690dbad
update copyright notice
2010-06-22 23:46:52 +00:00
Mark Andrews
8c9c79e5fe
regen
2010-06-22 23:34:57 +00:00
Automatic Updater
3899610326
auto update
2010-06-22 23:16:15 +00:00
cvs2git
5d3f406427
This commit was manufactured by cvs2git to create branch 'rt20639a'.
2010-06-22 07:15:28 +00:00
Automatic Updater
d138a6bfe3
update
2010-06-22 07:15:27 +00:00
Mark Andrews
c5ff97f471
2920. [func] Allow 'filter-aaaa-on-v4' to be applied selectively
...
to IPv4 clients. New acl 'filter-aaaa' (default any).
2010-06-22 06:16:34 +00:00
Automatic Updater
25c92b85f0
update
2010-06-22 06:15:17 +00:00
Mark Andrews
511995ed11
reverse accidental commit
2010-06-22 06:14:20 +00:00
cvs2git
7a38ec372a
This commit was manufactured by cvs2git to create branch 'rt21555'.
2010-06-22 04:15:32 +00:00
Automatic Updater
713cd334b6
update
2010-06-22 04:15:31 +00:00
Mark Andrews
48dfee7150
2920. [func] Allow 'filter-aaaa-on-v4' to be applied selectively
...
to IPv4 clients. New acl 'filter-aaaa' (default any).
2010-06-22 04:03:38 +00:00
Automatic Updater
86d12575ff
update
2010-06-22 00:15:57 +00:00
Automatic Updater
c7c7ba3977
update copyright notice
2010-06-21 23:46:48 +00:00
Automatic Updater
c07cdac6cf
newcopyrights
2010-06-21 23:30:36 +00:00
Automatic Updater
cc2adcaa10
regen
2010-06-21 23:30:33 +00:00
Automatic Updater
8d1ee9c8db
update
2010-06-21 03:15:58 +00:00
Mark Andrews
718c4becc5
2919. [func] Add autosign-ksk and autosign-zsk virtual time tests.
...
[RT #20840 ]
2010-06-21 02:31:46 +00:00
Automatic Updater
8bb6a55bb5
update
2010-06-21 00:16:03 +00:00
Automatic Updater
673ed6391e
update copyright notice
2010-06-20 23:46:45 +00:00
Automatic Updater
27794bebe2
newcopyrights
2010-06-20 23:30:41 +00:00
Automatic Updater
d5289b74fe
regen
2010-06-20 23:30:40 +00:00
Automatic Updater
32064fc67f
update
2010-06-20 08:15:55 +00:00
Mark Andrews
be28cc55c5
regen
2010-06-20 07:19:18 +00:00
Mark Andrews
ea7760e72a
report bind.keys and bindkeys.pl versions in output
2010-06-20 07:18:30 +00:00
Mark Andrews
56b9fb463c
add bind.keys.h dependancy on ${srcdir}/bindkeys.pl
2010-06-20 07:17:02 +00:00
Mark Andrews
1154295949
cvs version identifier
2010-06-20 07:15:28 +00:00
Automatic Updater
0d57f20843
update
2010-06-19 01:15:19 +00:00
Mark Andrews
4ccc69f808
new draft
2010-06-19 00:39:55 +00:00
Automatic Updater
6f4608e30c
update
2010-06-19 00:15:55 +00:00
Automatic Updater
efa460418c
update copyright notice
2010-06-18 23:46:43 +00:00
Automatic Updater
7c899ff8af
newcopyrights
2010-06-18 23:30:39 +00:00
Automatic Updater
35dffd7e21
update
2010-06-18 05:39:24 +00:00
Mark Andrews
ae538374fe
AAAA not A
2010-06-18 05:36:24 +00:00
Automatic Updater
3b4e78c7df
update
2010-06-18 03:16:33 +00:00
Mark Andrews
de73ef7ecd
/bin/tests/virtual-time/common/controls.conf
2010-06-18 02:48:28 +00:00
Mark Andrews
17198e77b8
./bin/tests/virtual-time/README
2010-06-18 02:45:30 +00:00
Automatic Updater
e05203a2ff
update
2010-06-18 02:15:31 +00:00
Mark Andrews
081b36ff95
2918. [maint] Add AAAA address for I.ROOT-SERVERS.NET.
2010-06-18 02:11:44 +00:00
Mark Andrews
4b0355d885
9.8.0a1
2010-06-18 02:05:02 +00:00
Automatic Updater
e1527490c1
update
2010-06-18 00:15:58 +00:00
Automatic Updater
0062141398
auto update
2010-06-17 23:16:27 +00:00
Automatic Updater
e4f2caddfa
update
2010-06-17 06:15:23 +00:00
Mark Andrews
43c770b998
2917. [func] Virtual time test framework. [RT #20801 ]
2010-06-17 05:39:19 +00:00
Automatic Updater
0c175b2bc8
update
2010-06-17 00:15:41 +00:00
Mark Andrews
afa4e998ed
custom_YAHOO_v9_7_1
2010-06-16 23:50:01 +00:00
Automatic Updater
9c208977a1
auto update
2010-06-15 23:16:21 +00:00
cvs2git
2448e863aa
This commit was manufactured by cvs2git to create branch 'rt21351'.
2010-06-15 15:15:17 +00:00
Automatic Updater
14f17e6406
update
2010-06-15 15:15:16 +00:00
Mark Andrews
9565427120
new draft
2010-06-15 14:20:40 +00:00
Automatic Updater
fcd9888d1e
update
2010-06-12 00:16:00 +00:00
Automatic Updater
263874836b
update copyright notice
2010-06-11 23:46:49 +00:00
Automatic Updater
06795359e2
newcopyrights
2010-06-11 23:30:43 +00:00
Automatic Updater
74f4de925d
update
2010-06-11 02:15:48 +00:00
Mark Andrews
96fae19c97
restore export of PERL PK11GEN PK11LIST PK11DEL
2010-06-11 01:57:36 +00:00
Automatic Updater
7cad85e750
update
2010-06-11 00:49:48 +00:00
Automatic Updater
d1de56d808
update
2010-06-10 07:17:42 +00:00
cvs2git
05ac8e2260
This commit was manufactured by cvs2git to create branch 'rt19878'.
2010-06-09 02:21:35 +00:00
cvs2git
7793a3ceb6
This commit was manufactured by cvs2git to create branch 'rt21474'.
2010-06-07 22:45:43 +00:00
cvs2git
68253c2be6
This commit was manufactured by cvs2git to create branch 'rt21451'.
2010-06-03 06:35:46 +00:00
cvs2git
572f4eed39
This commit was manufactured by cvs2git to create branch 'rt21444a'.
2010-06-03 05:23:28 +00:00
cvs2git
c8da13655a
This commit was manufactured by cvs2git to create branch 'rt21409'.
2010-05-29 23:19:16 +00:00
cvs2git
0521fd9221
This commit was manufactured by cvs2git to create branch 'rt21416'.
2010-05-28 04:23:52 +00:00
cvs2git
f23ef8064b
This commit was manufactured by cvs2git to create branch 'rt21394'.
2010-05-27 00:20:42 +00:00
cvs2git
7d9e584e70
This commit was manufactured by cvs2git to create branch 'rt21364'.
2010-05-22 01:16:27 +00:00
cvs2git
403cf931a5
This commit was manufactured by cvs2git to create branch 'rt20924a'.
2010-04-27 04:21:55 +00:00
cvs2git
10cbbf1dca
This commit was manufactured by cvs2git to create branch 'rt21154'.
2010-04-14 22:16:43 +00:00
cvs2git
bbf2a526c1
This commit was manufactured by cvs2git to create branch 'rt21097'.
2010-04-10 00:20:56 +00:00
cvs2git
c864811b8b
This commit was manufactured by cvs2git to create branch 'rt21122'.
2010-04-08 00:21:16 +00:00
cvs2git
8dfcdc648d
This commit was manufactured by cvs2git to create branch 'rt20994'.
2010-03-13 00:21:02 +00:00
cvs2git
5b57b79c3b
This commit was manufactured by cvs2git to create branch 'rt20986'.
2010-03-12 04:20:47 +00:00
cvs2git
88e0501bec
This commit was manufactured by cvs2git to create branch 'rt20997'.
2010-03-10 03:22:18 +00:00
cvs2git
1925151d1e
This commit was manufactured by cvs2git to create branch 'rt21045'.
2010-03-06 05:35:51 +00:00
cvs2git
d102d85272
This commit was manufactured by cvs2git to create branch 'rt15610'.
2010-02-07 01:16:43 +00:00
cvs2git
61b7dc6f3d
This commit was manufactured by cvs2git to create branch 'rt20945'.
2010-02-03 02:17:51 +00:00
cvs2git
b8f8a14df0
This commit was manufactured by cvs2git to create branch 'rt20800'.
2010-01-27 23:18:52 +00:00
cvs2git
318295c368
This commit was manufactured by cvs2git to create branch 'rt20842a'.
2010-01-27 00:20:52 +00:00
cvs2git
9924d158ef
This commit was manufactured by cvs2git to create branch 'rt20903'.
2010-01-23 01:17:08 +00:00
cvs2git
5116d5561f
This commit was manufactured by cvs2git to create branch 'rt20924'.
2010-01-22 13:17:13 +00:00
cvs2git
a5b560ed0c
This commit was manufactured by cvs2git to create branch 'rt20901a'.
2010-01-20 01:16:34 +00:00
cvs2git
2cd372f39a
This commit was manufactured by cvs2git to create branch 'rt20845'.
2010-01-17 01:16:48 +00:00
cvs2git
40e87e2e1e
This commit was manufactured by cvs2git to create branch 'rt20901'.
2010-01-15 00:20:15 +00:00
cvs2git
5c53f876d9
This commit was manufactured by cvs2git to create branch 'rt20899'.
2010-01-14 00:19:35 +00:00
cvs2git
eafa43dfa0
This commit was manufactured by cvs2git to create branch 'rt20804'.
2010-01-11 11:17:15 +00:00
cvs2git
61644bc71b
This commit was manufactured by cvs2git to create branch 'rt20801a'.
2010-01-10 00:19:48 +00:00
cvs2git
8421b1a038
This commit was manufactured by cvs2git to create branch 'rt20839'.
2010-01-09 00:20:09 +00:00
cvs2git
6dd8cb3e25
This commit was manufactured by cvs2git to create branch 'rt20865'.
2010-01-07 21:52:13 +00:00
cvs2git
7f9ecbe196
This commit was manufactured by cvs2git to create branch 'rt20819'.
2010-01-07 00:19:44 +00:00
cvs2git
1c95b2a42b
This commit was manufactured by cvs2git to create branch 'rt20831'.
2010-01-05 16:17:11 +00:00
Mark Andrews
eab5d85025
file Makefile.in was added on branch rt20801a on 2010-06-17 03:51:17 +0000
2009-12-31 09:28:11 +00:00
cvs2git
d377237772
This commit was manufactured by cvs2git to create branch 'rt20784'.
2009-12-29 09:17:24 +00:00
cvs2git
0573a26941
This commit was manufactured by cvs2git to create branch 'rt20737_jinmei'.
2009-12-24 18:17:18 +00:00
cvs2git
4b942841d9
This commit was manufactured by cvs2git to create branch 'rt20759'.
2009-12-21 05:17:56 +00:00
cvs2git
302933bb93
This commit was manufactured by cvs2git to create branch 'rt20760'.
2009-12-19 01:16:41 +00:00
cvs2git
75c22c33f8
This commit was manufactured by cvs2git to create branch 'rt20737'.
2009-12-17 01:16:45 +00:00
cvs2git
ef5dacc928
This commit was manufactured by cvs2git to create branch 'rt20705'.
2009-12-08 23:18:40 +00:00
cvs2git
2b32144429
This commit was manufactured by cvs2git to create branch 'v9_7'.
2009-12-08 05:17:02 +00:00
cvs2git
a13f708bb6
This commit was manufactured by cvs2git to create branch 'rt20679'.
2009-12-04 22:45:12 +00:00
cvs2git
2049d24199
This commit was manufactured by cvs2git to create branch 'rt20670'.
2009-12-03 05:19:52 +00:00
cvs2git
c2f923f320
This commit was manufactured by cvs2git to create branch 'rt20678'.
2009-11-30 22:16:57 +00:00
cvs2git
1528f83532
This commit was manufactured by cvs2git to create branch 'rt20663'.
2009-11-24 23:48:13 +00:00
Francis Dupont
822c2d3a41
file opensslgost_link.c was added on branch rt20639a on 2010-06-22 17:38:27 +0000
2009-11-21 04:24:07 +00:00
Francis Dupont
b617f174f4
file opensslgost_link.c was added on branch rt21918 on 2010-08-16 10:29:23 +0000
2009-11-21 04:24:06 +00:00
Mark Andrews
e8074841e9
file EXCLUDED was added on branch v9_7 on 2010-12-10 01:49:33 +0000
2001-10-19 00:30:31 +00:00
Mark Andrews
9950e588fe
file EXCLUDED was added on branch v9_8 on 2011-04-08 02:43:46 +0000
2001-10-19 00:30:30 +00:00