Curtis Blackburn
4dd5dbfc79
removing .gitattributes file, to resolve issues with permanantly modified .vcxproj.in files in git 2.4 and up
2015-08-26 11:49:35 -07:00
Mark Andrews
91f66e374b
eol -> crlf
2015-08-26 12:43:08 +10:00
Mark Andrews
7ec3c447fd
copy notes.pdf to Build\Releasei and link to it from index.html
2015-08-26 12:11:07 +10:00
Tinderbox User
0d5b7ed79d
update copyright notice / whitespace
2015-08-25 23:45:27 +00:00
Tinderbox User
c19bf21885
newcopyrights
2015-08-25 23:30:06 +00:00
Mark Andrews
02093e4c3b
4193. [bug] Handle broken servers that return BADVERS incorrectly.
...
[RT #40427 ]
2015-08-25 16:52:43 +10:00
Mark Andrews
9b956d342e
4192. [bug] The default rrset-order of random was not always being
...
applied. [RT #40456 ]
2015-08-25 14:52:27 +10:00
Mark Andrews
5855fd79e3
4191. [protocol] Accept DNS-SD non LDH PTR records in reverse zones
...
as per RFC 6763. [RT #37889 ]
2015-08-25 14:46:06 +10:00
Mark Andrews
3979031a06
check isc_buffer_allocate result
2015-08-23 19:29:40 +10:00
Tinderbox User
5d68969ab3
update copyright notice / whitespace
2015-08-22 23:45:23 +00:00
Tinderbox User
9f8051ea40
newcopyrights
2015-08-22 23:30:04 +00:00
Mark Andrews
dc3912f3ca
4190. [protocol] Accept Active Diretory gc._msdcs.<forest> name as
...
valid with check-names. <forest> still needs to be
LDH. [RT #40399 ]
2015-08-22 15:27:33 +10:00
Mark Andrews
7d0dfa63cf
4189. [cleanup] Don't exit on overly long tokens in named.conf.
...
[RT #40418 ]
2015-08-22 15:08:22 +10:00
Tinderbox User
7e3f5fbcf8
regen master
2015-08-21 01:04:49 +00:00
Tinderbox User
59602f2a7c
newcopyrights
2015-08-20 23:30:02 +00:00
Jeremy C. Reed
8789f39b12
mention resolver-query-timeout is in "seconds"
...
I didn't get this reviewed but looked at source where
dns_resolver_settimeout value is called "seconds"
and the comments for the maximum and default macros say "seconds".
2015-08-20 15:36:27 -05:00
Mark Andrews
2c210d117e
ignore *-symtbl.c
2015-08-20 14:05:15 +10:00
Mark Andrews
416265e4d4
add /
...
(cherry picked from commit 820a9517ad2cfa6c860f93fb533d3fa35625b1af)
2015-08-20 14:02:08 +10:00
Mark Andrews
b5caf98644
ignore xmlstats
2015-08-20 14:00:23 +10:00
Mark Andrews
18ba804f3a
4188. [bug] Support HTTP/1.0 client properly on the statistics
...
channel. [RT #40261 ]
2015-08-20 09:55:28 +10:00
Tinderbox User
161b5249b9
update copyright notice / whitespace
2015-08-19 23:45:23 +00:00
Mark Andrews
5a6d22a5b3
update
2015-08-19 09:55:43 +10:00
Tinderbox User
0d63efe476
update copyright notice / whitespace
2015-08-18 23:45:26 +00:00
Mark Andrews
5c1c62cd8a
awk on solaris doesn't like // as a pattern
2015-08-19 08:35:12 +10:00
Mukund Sivaraman
ec3dbae9eb
Use unknown format when totext() is not implemented for any RDATA ( #40317 )
2015-08-18 20:11:46 +05:30
Mukund Sivaraman
bf350c9f1a
Fix RPZ bugs related to wildcard triggers ( #40357 )
2015-08-18 19:39:53 +05:30
Mark Andrews
1a38ba7b41
add statistics
2015-08-18 22:31:13 +10:00
Mark Andrews
d9aeaf35ea
check for libxml2
2015-08-18 22:29:35 +10:00
Mark Andrews
b46fc43469
#include <isc/safe.h>
2015-08-18 21:22:48 +10:00
Evan Hunt
475099874c
[master] credit loganaden
2015-08-17 22:59:10 -07:00
Evan Hunt
b750a49f3f
[master] fixed memory leak in dns_compress_add()
...
4184. [bug] Fixed a possible memory leak in name compression
when rendering long messages. (Also, improved
wire_test for testing such messages.) [RT #40375 ]
2015-08-17 22:41:44 -07:00
Mark Andrews
47d459ef43
add isc_safe_memequal and isc_safe_memcompare; remove isc_safe_memcmp
2015-08-18 12:25:22 +10:00
Evan Hunt
420a43c8d8
[master] timing safe memory comparisons
...
4183. [cleanup] Use timing-safe memory comparisons in cryptographic
code. Also, the timing-safe comparison functions have
been renamed to avoid possible confusion with
memcmp(). [RT #40148 ]
2015-08-17 18:26:44 -07:00
Mark Andrews
486c763015
use grep rather than xmllint
2015-08-18 10:03:58 +10:00
Tinderbox User
503ffdad3b
update copyright notice / whitespace
2015-08-17 23:45:35 +00:00
Mark Andrews
bce42685ab
add missing echo
2015-08-18 09:37:14 +10:00
Tinderbox User
a05244bb01
newcopyrights
2015-08-17 23:30:05 +00:00
Evan Hunt
b2f85a0c8e
[master] win32: vs2015 compliance; openssl dependency for check.c
2015-08-17 11:35:10 -07:00
Mark Andrews
55df11d4e1
use sed instead of count
2015-08-18 00:35:06 +10:00
Mark Andrews
5f7540f12f
improve failure diagnostics
2015-08-17 17:42:58 +10:00
Mark Andrews
741c65c4d8
ignore leading zeros of revoked keyid
2015-08-17 17:10:46 +10:00
Mukund Sivaraman
b0ba1a6059
Use mnemonics for RR class and type comparisons ( #40297 )
2015-08-17 12:23:35 +05:30
Mark Andrews
70862302f8
4181. [bug] Queued notify messages could be dequeued from the
...
wrong rate limiter queue. [RT #40350 ]
2015-08-17 10:37:06 +10:00
Tinderbox User
b140aa009b
update copyright notice / whitespace
2015-08-16 23:45:23 +00:00
Tinderbox User
f2f7a53ba0
newcopyrights
2015-08-16 23:30:06 +00:00
Mark Andrews
6458ad3ab2
address use after free error
2015-08-16 20:28:52 +10:00
Tinderbox User
95273fcb70
regen master
2015-08-16 01:05:36 +00:00
Tinderbox User
e98d2156a9
newcopyrights
2015-08-15 23:30:05 +00:00
Evan Hunt
c40d8676c2
[master] fix copyright
2015-08-14 19:57:22 -07:00
Tinderbox User
310f88d008
[master] fix the o umlaut for HTML and TXT too
2015-08-15 02:55:15 +00:00