Evan Hunt
649dca47a8
[v9_10] prep 9.10.1b2
2014-08-05 21:54:13 -07:00
Mark Andrews
0b9336e775
3912. [bug] Address some unrecoverable lookup failures. [RT #36330 ]
...
(cherry picked from commit c5734964e6 )
2014-08-06 14:18:47 +10:00
Mark Andrews
8676cea66f
silence signed/unsigned comparision warning
...
(cherry picked from commit f38a398033 )
2014-08-06 12:25:30 +10:00
Mark Andrews
d31ab36e72
alphabetize zone_clauses
2014-08-06 11:55:32 +10:00
Mukund Sivaraman
78ece3dad5
[36720] Free event early (fixes race to free)
...
Patch contributed by yhu2 <yadi.hu@windriver.com >.
(cherry picked from commit a338c2d947 )
2014-08-05 17:09:12 +05:30
Evan Hunt
3745ef2111
[v9_10] fix CHANGES number
2014-08-02 21:10:54 -07:00
Mark Andrews
1a90775452
3910. [bug] When computing the number of elements required for a
...
acl count_acl_elements could have a short count leading
to a assertion failure. Also zero out new acl elements
in dns_acl_merge. [RT #36675 ]
(cherry picked from commit 3e90f6c373 )
2014-08-03 10:05:40 +10:00
Tinderbox User
be5457a1e5
update copyright notice
2014-08-02 23:45:46 +00:00
Tinderbox User
266696a26d
newcopyrights
2014-08-02 23:30:13 +00:00
Mark Andrews
140ebff1cf
3908. [bug] rndc now differentiates between a zone in multiple
...
views and a zone that doesn't exist at all. [RT #36691 ]
(cherry picked from commit c38341ec43 )
2014-08-02 14:43:57 +10:00
Mark Andrews
8eb60c87ac
3907. [cleanup] Alphabetise rndc help. [RT#36683]
2014-08-01 10:32:04 +10:00
Tinderbox User
8cf1c91c10
update copyright notice
2014-07-31 23:45:48 +00:00
Mark Andrews
295056f6c6
remove trailing whitespace
2014-08-01 00:30:23 +10:00
Mark Andrews
b377bd505b
adjust range
2014-07-31 20:33:10 +10:00
Evan Hunt
ad85db4051
[v9_10] [rt36642] fix URI RR format
...
3906. [protocol] Update URI record format to comply with
draft-faltstrom-uri-08. [RT #36642 ]
(cherry picked from commit 7712d1660a )
2014-07-30 20:43:35 -07:00
Mark Andrews
84891e6828
[rt36341]
...
3905. [bug] Address deadlock between view.c and adb.c. [RT #36341 ]
2014-07-31 11:38:42 +10:00
Mark Andrews
ffd72eb9a0
3904. [func] Add the RPZ SOA to the additional section. [RT36507]
...
(cherry picked from commit 3a55d43527 )
2014-07-31 10:53:20 +10:00
Mark Andrews
c594d7be62
update copyrights
2014-07-31 09:50:01 +10:00
Mark Andrews
ecbce9696b
[rt36611]
...
3903. [bug] Improve the accuracy of DiG's reported round trip
time. [RT 36611]
(cherry picked from commit bc5db10d72 )
2014-07-31 07:43:57 +10:00
Evan Hunt
8cde7c8095
[v9_10] typo in CHANGES
2014-07-30 12:02:18 -07:00
Mark Andrews
52a884d62d
#include print_p.h
...
(cherry picked from commit 1e5fd07d16 )
2014-07-31 00:26:40 +10:00
Mark Andrews
136fd1daf9
[rt36039]
...
3902. bug] liblwres wasn't handling link-local addresses in
nameserver clauses in resolv.conf. [RT #36039 ]
(cherry picked from commit 70be388974 )
2014-07-30 23:33:02 +10:00
Tinderbox User
79ad2fed7b
update copyright notice
2014-07-29 23:45:45 +00:00
Tinderbox User
bed8037f85
newcopyrights
2014-07-29 23:30:12 +00:00
Evan Hunt
0248776225
[v9_10] use correct length
2014-07-29 15:24:15 -07:00
Evan Hunt
90802a2811
[v9_10] copypaste error in change number
2014-07-29 08:44:17 -07:00
Evan Hunt
eb898fa698
[v9_10] add CAA rdata support
...
3056. [protocol] Added support for CAA record type (RFC 6844).
[RT #36625 ]
2014-07-29 08:40:50 -07:00
Mukund Sivaraman
9d7c38e445
3900. [bug] Fix a crash in PostgreSQL DLZ driver. [RT #36637 ]
...
Squashed commit of the following:
commit ebdade4dfe59fc11d3c4ad8111729f722aab2008
Author: Mukund Sivaraman <muks@isc.org >
Date: Thu Jul 24 22:52:54 2014 +0530
Move statement to be after comment
commit 4b5d6a33350a469afb8e273bc552055824a32570
Author: Mukund Sivaraman <muks@isc.org >
Date: Thu Jul 24 21:42:52 2014 +0530
Return NULL in *rs so that caller doesn't PQclear() it again
(cherry picked from commit 586db4a3e4 )
2014-07-28 08:45:18 +05:30
Tinderbox User
ce4dbbeace
newcopyrights
2014-07-25 23:30:12 +00:00
Mark Andrews
6ba941664d
3899. [bug] "request-ixfr" is only applicable to slave and redirect
...
zones. [RT #36608 ]
Conflicts:
CHANGES
2014-07-25 14:25:32 +10:00
Mark Andrews
52550ed478
alphabetize optionstable
...
(cherry picked from commit bc4006c0d3 )
2014-07-22 14:15:21 +10:00
Mark Andrews
e187f3f027
alphabetize server_clauses
...
(cherry picked from commit 0e50e50206 )
2014-07-22 14:00:57 +10:00
Mark Andrews
4394594398
3898. [bug] To small a buffer in tohexstr() calls in test code.
...
[RT #36598 ]
(cherry picked from commit 6a6838f973 )
2014-07-22 11:26:50 +10:00
Mark Andrews
c1f186e453
3897. [bug] RPZ summary information was not properly being updated
...
after a AXFR resulting in changes sometimes being
ignored. [RT #35885 ]
(cherry picked from commit ac5ed74860 )
2014-07-22 10:58:34 +10:00
Mark Andrews
2ec32ccfc1
adjust INSIST now that dev->dscp is unsigned
2014-07-19 11:56:44 +10:00
Mark Andrews
77dbd56ad7
silence coverity, explicitly ignore dns_peer_gettransferdscp result
2014-07-18 12:55:24 +10:00
Mark Andrews
8900fed936
3896. [bug] Address performance issues with DSCP code on some
...
platforms. [RT #36534 ]
2014-07-18 11:41:46 +10:00
Mark Andrews
814b52a63d
7314:Extension Mechanisms for DNS (EDNS) EXPIRE Option
...
(cherry picked from commit bc98d5a4c6 )
2014-07-18 10:25:56 +10:00
Mark Andrews
78727550d4
silence "Value stored to 'length' is never read" by removing assignment
...
(cherry picked from commit 2e6d7a724a )
2014-07-17 09:45:17 +10:00
Tinderbox User
d47d4e9acf
update copyright notice
2014-07-15 23:45:43 +00:00
Tinderbox User
955e3078f0
newcopyrights
2014-07-15 23:30:14 +00:00
Mark Andrews
e1bbda10c5
3894. [bug] Buffers in isc_print_vsnprintf were not properly
...
initialized leading to potential overflows when
printing out quad values. [RT #36505 ]
(cherry picked from commit 71ec6d0940 )
2014-07-15 22:54:15 +10:00
Mark Andrews
55de28a496
3893. [bug] Peer DSCP values could be returned without being set.
...
[RT #36538 ]
(cherry picked from commit a920fb9dc2 )
2014-07-15 22:41:21 +10:00
Tinderbox User
340d2afbfb
update copyright notice
2014-07-10 23:45:42 +00:00
Tinderbox User
af416560e7
newcopyrights
2014-07-10 23:30:10 +00:00
Mark Andrews
76ed897302
update description to match code; doxygen fixes
2014-07-10 10:38:19 +10:00
Mark Andrews
20a9681497
Revert "update description to match code; doxygen fixes"
...
This reverts commit f1e08154ec .
2014-07-10 10:38:02 +10:00
Mark Andrews
f1e08154ec
update description to match code; doxygen fixes
2014-07-10 10:33:24 +10:00
Mark Andrews
9ecfad05e1
allow -Werror to be enabled; turn on -Werror by default with --enable-developer
...
(cherry picked from commit 2be0f12aaf )
2014-07-08 15:57:36 +10:00
Mark Andrews
6b51798ec4
update copyrights
2014-07-08 12:41:25 +10:00