Commit Graph
23718 Commits
Author SHA1 Message Date
Tinderbox User 00882e92c9 update copyright notice / whitespace 2016-01-22 23:45:51 +00:00
Tinderbox User abce9576cd newcopyrights 2016-01-22 23:30:05 +00:00
Evan Hunt a3723512c8 [v9_10] expanded query trace logging
4300.	[cleanup]	Added new querytrace logging. [RT #41155]
2016-01-22 14:23:50 -08:00
Tinderbox User ecad80c2c4 update copyright notice / whitespace 2016-01-21 23:45:50 +00:00
Tinderbox User 55989efb1a newcopyrights 2016-01-21 23:30:06 +00:00
Mark Andrews 9fa2a6f92f 4299. [bug] Check that exactly totallen bytes are read when
reading a RRset from raw files in both single read
                        and incremental modes. [RT #41402]

(cherry picked from commit 1d383fd4b2)
2016-01-21 15:33:41 +11:00
Mark Andrews 0be82a114d 4298. [bug] dns_rpz_add errors in loadzone were not being
propogated up the call stack. [RT #41425]

(cherry picked from commit 3ecc17d551)
2016-01-21 14:43:30 +11:00
Evan Hunt 763c67c878 [v9_10] add regression test for RT #41518
4297.	[test]		Ensure delegations in RPZ zones fail robustly.
			[RT #41518]
2016-01-20 17:43:57 -08:00
Evan Hunt 847eacdf56 [v9_10] fix unchecked result
4295.	[bug]		An unchecked result in dns_message_pseudosectiontotext()
			could allow incorrect text formatting of EDNS EXPIRE
			options. [RT #41437]
2016-01-20 17:19:47 -08:00
Tinderbox User 56b1d266fa update copyright notice / whitespace 2016-01-20 23:45:49 +00:00
Tinderbox User 3540360d0b newcopyrights 2016-01-20 23:30:06 +00:00
Evan Hunt 19bee30eb0 [v9_10] fixed rndc stop -p
4294.	[bug]		Fixed a regression in which "rndc stop -p" failed
			to print the PID. [RT #41513]
2016-01-20 09:56:51 -08:00
Mark Andrews 84fbd9a186 4293. [bug] Address memory leak on priming query creation failure.
[RT #41512]

(cherry picked from commit 73fbd4c9d3)
2016-01-20 16:39:01 +11:00
Tinderbox User b66f98643d update copyright notice / whitespace 2016-01-14 23:45:45 +00:00
Tinderbox User c42210cdd7 newcopyrights 2016-01-14 23:30:09 +00:00
Evan Hunt 25da0107d1 [v9_10] added sockaddr.h
4291.	[cleanup]	Added a required include to dns/forward.h. [RT #41474]

(cherry picked from commit b4ccec331d)
2016-01-14 10:27:35 -08:00
Tinderbox User 5928a274b5 newcopyrights 2016-01-13 23:30:09 +00:00
Francis Dupont 59765f985e Fixed small bugs in WIN32 legacy 2016-01-13 15:24:11 +01:00
Francis Dupont a31b7ffdba Fixed incorrect paths in WIN32 legacy 2016-01-13 14:53:48 +01:00
Tinderbox User 4ce081323c regen v9_10 2016-01-06 01:07:27 +00:00
Tinderbox User 29846050bb update copyright notice / whitespace 2016-01-05 23:45:56 +00:00
Tinderbox User fcaf8d0c0b newcopyrights 2016-01-05 23:30:04 +00:00
Evan Hunt 8dd83ecf37 [v9_10] check addrlen/scopelen fit within family address length 2016-01-05 13:40:06 -08:00
Evan Hunt 0bcdd1a803 [v9_10] check ECS address length 2016-01-05 12:28:22 -08:00
Francis Dupont 74ee48f067 Silent WIN64 warnings (alrady fixed in master) 2016-01-05 18:57:28 +01:00
Francis Dupont 695089f339 Merge branch 'v9_10' of ssh://repo.isc.org/proj/git/prod/bind9 into v9_10 2016-01-05 18:39:44 +01:00
Francis Dupont 7378c35a18 Silent WIN64 warnings 2016-01-05 18:39:22 +01:00
Evan Hunt f13c25ad9e [v9_10] Merge branch 'v9_10' of ssh://repo/proj/git/prod/bind9 into v9_10 2016-01-05 09:34:34 -08:00
Francis Dupont efd4c8f64c Fixed WIN32 BIND9_CONFIG 2016-01-05 18:09:10 +01:00
Evan Hunt 6f39162aaf [v9_10] fix ticket number 2016-01-05 09:08:57 -08:00
Evan Hunt 79e824b2eb [v9_10] fix use after free on xfr timeout
4289.	[bug]		The server could crash due to memory being used
			after it was freed if a zone transfer timed out.
			[RT #41297]
2016-01-04 22:06:05 -08:00
Tinderbox User 70b193a8f3 regen v9_10 2016-01-05 01:35:44 +00:00
Tinderbox User e11aa3e52c fix tag mismatch 2016-01-05 01:30:22 +00:00
Evan Hunt 0dd38adbe7 [v9_10] Merge branch 'v9_10' of ssh://repo/proj/git/prod/bind9 into v9_10 2016-01-04 16:10:05 -08:00
Evan Hunt b4cf962eef [v9_10] fixed bogus server regression
4288.	[bug]		Fixed a regression in resolver.c:possibly_mark()
			which caused known-bogus servers to be queried
			anyway. [RT #41321]
2016-01-04 16:01:38 -08:00
Evan Hunt e81fd88813 [v9_10] clean up relnotes to include only things added since 9.10.3 2016-01-04 16:00:33 -08:00
Tinderbox User add1f7a8d2 update copyright notice / whitespace 2016-01-04 23:45:56 +00:00
Evan Hunt c2c209e149 [v9_10] document return values from nslookup 2016-01-04 15:38:20 -08:00
Tinderbox User 742f802655 newcopyrights 2016-01-04 23:30:04 +00:00
Evan Hunt 191336a7d5 [v9_10] silence noisy logging
4287.	[bug]		Silence an overly noisy log message when message
			parsing fails. [RT #41374]
2016-01-04 13:06:58 -08:00
Francis Dupont 1bc5470e8f Updated copyrights 2016-01-04 19:11:43 +01:00
Francis Dupont def7e9796f Updated WIN32 files (rt40877) bis 2016-01-04 18:55:57 +01:00
Francis Dupont 9c88ac2977 Updated WIN32 files (rt40877) 2016-01-04 18:31:53 +01:00
Evan Hunt ae14e490cc [v9_10] clean up notes 2016-01-03 21:22:55 -08:00
Tinderbox User 0cd701d770 newcopyrights 2016-01-02 23:30:04 +00:00
Tinderbox User 1b3cb979a7 update copyright notice / whitespace 2016-01-01 23:45:46 +00:00
Tinderbox User 6dd2152bd6 newcopyrights 2016-01-01 23:30:06 +00:00
Tinderbox User 82962d684b regen v9_10 2016-01-01 01:07:18 +00:00
Tinderbox User 66035c86ad update copyright notice / whitespace 2015-12-31 11:45:18 +00:00
Mark Andrews a9eeaea7d6 4286. [security] render_ecs errors were mishandled when printing out
a OPT record resulting in a assertion failure.
                        (CVE-2015-8705) [RT #41397]

(cherry picked from commit 3e0c1603a8)
2015-12-31 22:19:31 +11:00