Tinderbox User
288c18263f
update copyright notice / whitespace
2015-08-14 23:45:27 +00:00
Tinderbox User
f525041ae2
newcopyrights
2015-08-14 23:30:10 +00:00
Evan Hunt
bf4a7968e8
[master] errors in pipelined queries could assert
...
4180. [bug] Error responses in pipelined queries could
cause a crash in client.c. [RT #40289 ]
2015-08-14 08:34:54 -07:00
Mukund Sivaraman
d7262e5c86
Fix double frees in getaddrinfo() in libirs ( #40209 )
2015-08-14 13:55:31 +05:30
Mukund Sivaraman
984d2bb9e5
Fix assertion failure in parsing UNSPEC(103) RR from text ( #40274 )
2015-08-14 13:30:52 +05:30
Mukund Sivaraman
474921d733
Fix assertion failure in parsing NSAP records from text
2015-08-14 13:11:26 +05:30
Mark Andrews
563878539a
4176. [bug] Address race issues with lwresd. [RT #40284 ]
2015-08-14 15:47:53 +10:00
Evan Hunt
f5bc6889d9
[master] typo
2015-08-13 21:35:27 -07:00
Mark Andrews
a72e61866a
printmsg.[ch] are no more
2015-08-14 11:24:48 +10:00
Tinderbox User
c266f8b440
regen master
2015-08-14 01:04:59 +00:00
Tinderbox User
ca5b644b9e
update copyright notice / whitespace
2015-08-13 23:45:25 +00:00
Tinderbox User
b6420d4bbb
newcopyrights
2015-08-13 23:30:05 +00:00
Evan Hunt
afc3103851
[master] add CVE number
2015-08-13 15:30:49 -07:00
Mark Andrews
9dc5ef7f24
4175. [bug] TKEY with GSS-API keys needed bigger buffers.
...
[RT #40333 ]
2015-08-14 08:20:01 +10:00
Evan Hunt
45ad059c4a
[master] address VS2015 compiler warning
2015-08-13 14:58:28 -07:00
Tinderbox User
f619a2035b
document omlaut
2015-08-13 20:43:29 +00:00
Tinderbox User
a73d9c0b4d
support umlaut 'o'
2015-08-13 19:42:19 +00:00
Evan Hunt
bcf76c1fb8
[master] better reporting of xml/json unavailability
...
- error if "configure --with-libxml2" but the library isn't available
- log a warning on startup if only JSON or only XML can be served
2015-08-12 21:58:04 -07:00
Tinderbox User
aa6c5a3e33
regen master
2015-08-13 01:26:22 +00:00
Evan Hunt
9716b6a5d6
[master] xml doesn't define ö
2015-08-12 18:16:04 -07:00
Tinderbox User
ed91aca9e6
update copyright notice / whitespace
2015-08-12 23:45:25 +00:00
Tinderbox User
c0cc232ba9
newcopyrights
2015-08-12 23:30:09 +00:00
Mark Andrews
c631ff56bf
Updated CHANGES note to include require-server-cookie:
...
4152. [func] Implement DNS COOKIE option. This replaces the
experimental SIT option of BIND 9.10. The following
named.conf directives are available: send-cookie,
cookie-secret, cookie-algorithm, nocookie-udp-size
and require-server-cookie. The following dig options
are available: +[no]cookie[=value] and +[no]badcookie.
[RT #39928 ]
2015-08-13 08:26:23 +10:00
Evan Hunt
7c0f238c50
[master] handle time units in dnssec-coverage -r
...
4174. [bug] "dnssec-coverage -r" didn't handle time unit
suffixes correctly. [RT #38444 ]
2015-08-12 12:20:43 -07:00
Mark Andrews
b63a83eea8
update
2015-08-12 22:58:07 +10:00
Mark Andrews
efb028b6c8
4173. [bug] dig +sigchase was not properly matching the trusted
...
key. [RT #40188 ]
2015-08-12 19:11:49 +10:00
Mark Andrews
151f1bcd5e
4172. [bug] Named / named-checkconf didn't handle a view of CLASS0.
...
[RT #40265 ]
2015-08-12 19:06:00 +10:00
Evan Hunt
9b8f93083d
[master] fix tsig class checks
...
4171. [bug] Fixed incorrect class checks in TSIG RR
implementation. [RT #40287 ]
2015-08-11 22:16:44 -07:00
Evan Hunt
c707e2b986
[master] fix length check in OPENPGPKEY
...
4170. [security] An incorrect boundary check in the OPENPGPKEY
rdatatype could trigger an assertion failure.
[RT #40286 ]
2015-08-11 20:01:44 -07:00
Mark Andrews
b8a04d50a3
Change 3813 broke dig/host -4/-6. No CHANGES as this is has not been released
2015-08-12 12:50:15 +10:00
Mark Andrews
157bc46d2e
add '=' to +opcode description
2015-08-12 07:04:08 +10:00
Evan Hunt
2a49f6bbfe
[master] use dns_message_totext() in wire_data
2015-08-10 20:51:22 -07:00
Evan Hunt
f93884fcb7
[master] use libdns functions to convert rcode and opcode to text
2015-08-10 20:27:35 -07:00
Mark Andrews
f260e3a188
address len being shadowed
2015-08-11 12:59:34 +10:00
Tinderbox User
7e80eac638
update copyright notice / whitespace
2015-08-10 23:45:23 +00:00
Tinderbox User
a3ffa9ab06
newcopyrights
2015-08-10 23:30:07 +00:00
Evan Hunt
3812202124
[master] add a "wire_test -d" option to read raw binary data
...
4169. [test] Added a 'wire_test -d' option to read input as
raw binary data, for use as a fuzzing harness.
[RT #40312 ]
2015-08-10 14:44:02 -07:00
Tinderbox User
5002bd49e8
regen master
2015-08-08 01:06:01 +00:00
Tinderbox User
c4567d0675
update copyright notice / whitespace
2015-08-07 23:45:26 +00:00
Tinderbox User
d6487e3c0a
newcopyrights
2015-08-07 23:30:04 +00:00
Evan Hunt
ce9f893e21
[master] address buffer accounting error
...
4168. [security] A buffer accounting error could trigger an
assertion failure when parsing certain malformed
DNSSEC keys. (CVE-2015-5722) [RT #40212 ]
2015-08-07 13:16:10 -07:00
Jeremy C. Reed
658b0ec21c
fix spelling typo
2015-08-07 12:31:55 -04:00
Tinderbox User
964783e7e8
regen master
2015-08-07 01:06:05 +00:00
Evan Hunt
d2f45d7ffd
[master] revert incorrect 'correction'
2015-08-05 12:15:25 -07:00
Evan Hunt
05b1684791
[master] fix an awk portability issue
2015-08-03 14:21:16 -07:00
Evan Hunt
53b5a0377d
[master] add fetchlimit to README
2015-08-03 12:48:05 -07:00
Tinderbox User
f3cbd0e029
update copyright notice / whitespace
2015-08-02 23:45:22 +00:00
Tinderbox User
213dd665a9
newcopyrights
2015-08-02 23:30:05 +00:00
Evan Hunt
68116c5a5f
[master] add +nocookie options where needed
2015-08-02 11:18:12 -07:00
Tinderbox User
233da44607
regen master
2015-08-01 01:05:43 +00:00