Evan Hunt
bf3ebcb44c
[v9_10] win32 sockets don't support dscp
2014-08-06 21:36:10 -07:00
Evan Hunt
11a589a507
[v9_10] files missing for win32 build
2014-08-06 20:51:41 -07:00
Evan Hunt
c48620c997
[v9_10] need local strlcpy() in VS2005
2014-08-06 19:57:26 -07:00
Tinderbox User
fee9f28503
update copyright notice
2014-08-07 01:14:31 +00:00
Evan Hunt
a766d4c1d2
[v9_10] [36737] allow zero-length URI and CAA fields
...
3914. [bug] Allow the URI target and CAA value fields to
be zero length. [RT #36737 ]
(cherry picked from commit cfe32752a6 )
2014-08-06 17:41:16 -07:00
Tinderbox User
be39e5cb44
update copyright notice
2014-08-06 23:45:50 +00:00
Mark Andrews
23cd746fc2
3913. [bug] Address race issue in dispatch. [RT #36731 ]
...
(cherry picked from commit 493f3eb297 )
2014-08-06 18:50:45 +10:00
Evan Hunt
14a9e98904
[v9_10] install new include file
2014-08-05 22:11:25 -07:00
Evan Hunt
336002e483
[v9_10] make lwres/stdlib.h and lwres/string.h instead of compat.h
2014-08-05 22:01:30 -07:00
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
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
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
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
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
Evan Hunt
0248776225
[v9_10] use correct length
2014-07-29 15:24:15 -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
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
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
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
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
f2d672a7e0
3890. [bug] RRSIG sets that were not loaded in a single transaction
...
at start up where not being correctly added to
re-signing heaps. [RT #36302 ]
(cherry picked from commit 63e1ac1e09 )
2014-07-07 12:07:44 +10:00
Mark Andrews
a5f71c79d9
state fw_copy is never used; n only needs to be set for fw_ordinary;
...
(cherry picked from commit d956d9689c13b093fff5faf6b10f06338354dcfc)
2014-07-04 08:52:24 +10:00
Mark Andrews
6353009b28
silence coverity warnings
...
(cherry picked from commit e58154a6ec )
2014-07-02 15:28:23 +10:00
Mark Andrews
ae67e03572
silence coverity - reviewed by Evan over jabber
...
(cherry picked from commit e31a37787b )
2014-07-01 09:52:59 +10:00
Mark Andrews
343e01c64b
rename closesocket to socketclose to avoid coverity model for window's closesocket
2014-06-26 10:55:48 +10:00
Mark Andrews
60135a133f
add init_count
2014-06-25 12:42:23 +10:00
Mark Andrews
ebe68cb7c6
move definition of FILE_VERSION to after #define of FILE_VERSION
...
(cherry picked from commit 777ea03a92 )
2014-06-25 12:29:33 +10:00
Mark Andrews
770de22d97
more statics that were optimised out
2014-06-25 11:26:09 +10:00