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