Commit Graph

20867 Commits

Author SHA1 Message Date
Mark Andrews
80fba80853 3857. [bug] Make it harder for a incorrect NOEDNS classification
to be made. [RT #36020]
2014-05-22 23:50:04 +10:00
Tinderbox User
b1b5c73c37 update copyright notice 2014-05-21 23:46:41 +00:00
Tinderbox User
d63ebda263 newcopyrights 2014-05-21 23:30:26 +00:00
Mark Andrews
b3563f72b7 remove unused assignment
(cherry picked from commit a771e8c154d85dea18c2ae77dbc082d197ba433a)
2014-05-22 00:57:41 +10:00
Mark Andrews
f6b39be7cc 3855. [bug] Limit smoothed round trip time aging to no more than
once a second. [RT #32909]

(cherry picked from commit 0fe0789181)
2014-05-21 11:10:18 +10:00
Tinderbox User
7f1cf6f5da update copyright notice 2014-05-20 23:46:42 +00:00
Evan Hunt
6fa40a2e80 [v9_8] report unrecognized configure options
3854.	[cleanup]	Report unrecognized options, if any, in the final
                        configure summary. [RT #36014]
2014-05-20 15:31:48 -07:00
Mark Andrews
21fe7228a2 3853. [cleanup] Refactor dns_rdataslab_fromrdataset to seperate out
the handling of a rdataset with no records. [RT #35968]

(cherry picked from commit 27b09ceb12)
2014-05-20 11:38:51 +10:00
Tinderbox User
bac6b29e8f newcopyrights 2014-05-15 23:30:32 +00:00
Tinderbox User
941ec000c0 regen v9_8 2014-05-15 05:01:47 +00:00
Mark Andrews
edf04c7e54 whitespace 2014-05-15 14:37:28 +10:00
Mark Andrews
7b1d53df3a white space 2014-05-15 14:29:32 +10:00
Tinderbox User
fd7097b078 regen v9_8 2014-05-15 04:12:39 +00:00
Mark Andrews
f2e20fa6ee +defname was out of place 2014-05-15 13:46:27 +10:00
Mark Andrews
9fa5e79683 3849. [doc] Alphabetized dig's +options. [RT #35992] 2014-05-15 12:55:00 +10:00
Mark Andrews
69140df26e 3849. [doc] Alphabetized dig's +options. [RT #35992] 2014-05-15 12:19:13 +10:00
Mark Andrews
4dbed1b507 ignore dig-symtbl.c, host-symtbl.c and nslookup-symtbl.c 2014-05-15 12:12:32 +10:00
Tinderbox User
d2ec2f3d9e update copyright notice 2014-05-14 23:46:36 +00:00
Tinderbox User
ee86c9ed5e newcopyrights 2014-05-14 23:30:23 +00:00
Mark Andrews
bc290a9bb4 use portable awk
(cherry picked from commit 69530009f1)
2014-05-15 00:36:32 +10:00
Mark Andrews
81b958bf5b 3847. [bug] 'configure --with-dlz-postgres' failed to fail when
there is not support available.

(cherry picked from commit 61fbd791fbd817301dcac27c05e1e742c37b10ab)
2014-05-14 17:17:55 +10:00
Mark Andrews
515e44989d backport ixfr journal generation 2014-05-14 12:40:58 +10:00
Tinderbox User
27d13f5c47 regen v9_8 2014-05-14 01:20:08 +00:00
Mark Andrews
faddd4d647 remove reporter 2014-05-14 10:01:45 +10:00
Mark Andrews
cabf0885c2 3846. [bug] "dig +notcp ixfr=<serial>" should result in a UDP
ixfr query. [RT #35980]

(cherry picked from commit 05816676bb)
2014-05-14 10:01:09 +10:00
Francis Dupont
b1a8e094d6 use vcredist_x64.exe for 64 bit Windows [#35973] 2014-05-13 12:35:56 +02:00
Mark Andrews
9e59e2bca4 3843. [protocol] Check EDNS EXPIRE option in dns_rdata_fromwire.
[RT #35969]

(cherry picked from commit ae5335dcd9d750312a4fa455495080fcb314b9d8)
2014-05-13 12:48:59 +10:00
Mark Andrews
e34ab0108a suppress clang static analysis warning
(cherry picked from commit e188b84bc4)
2014-05-11 10:48:41 +10:00
Mark Andrews
382e7c1526 3838. [protocol] EDNS EXPIRE as been assigned a code point of 9.
(cherry picked from commit 28f0e82bea)
2014-05-09 12:10:23 +10:00
Tinderbox User
85b525a9af update copyright notice 2014-05-08 23:46:36 +00:00
Tinderbox User
1ee202b4c7 newcopyrights 2014-05-08 23:30:26 +00:00
Mark Andrews
525237c395 s/DNS_EDNSOPTIONS/DNS_EDNSOPTIONS/
(cherry picked from commit 801b958a5c)
(cherry picked from commit 2fd5f9a326)
2014-05-08 11:44:39 +10:00
Mark Andrews
5329703c09 define DNS_OPT_EDNSOPTIONS
(cherry picked from commit 72ba6ba736)
(cherry picked from commit 375dac22e4)
2014-05-08 11:44:39 +10:00
Tinderbox User
61dfc94f75 update copyright notice 2014-05-07 23:46:40 +00:00
Mark Andrews
a3e398c584 3841. [cleanup] Refactor zone.c:add_opt to use dns_message_buildopt.
[RT #35924]

(cherry picked from commit faa01edd13)
2014-05-08 09:39:41 +10:00
Tinderbox User
1470ae084a newcopyrights 2014-05-07 23:30:31 +00:00
Evan Hunt
b724ac4f3e [v9_8] check for arc4random_addrandom()
3840.	[port]		Check for arc4random_addrandom() before using it;
			it's been removed from OpenBSD 5.5. [RT #35907]

(cherry picked from commit 1ea6e09c37)
2014-05-07 08:59:47 -07:00
Evan Hunt
6afdb6bd50 [v9_8] missed sourcing conf.sh 2014-05-06 22:47:52 -07:00
Evan Hunt
68493a7e39 [v9_8] use posix-compatible shell in system tests
3839.	[test]		Use only posix-compatible shell in system tests.
			[RT #35625]

(cherry picked from commit 60988462e5)
(cherry picked from commit 812cf443bb)
(cherry picked from commit 5409faef5e)
2014-05-06 22:23:09 -07:00
Mark Andrews
85297f60b7 remove resource leak
(cherry picked from commit 215f02a137)
2014-05-06 20:52:57 +10:00
Tinderbox User
b5be717763 update copyright notice 2014-05-02 23:46:32 +00:00
Tinderbox User
1f0a03ef0b newcopyrights 2014-05-02 23:30:38 +00:00
Mark Andrews
2a73b485ca 3836. [bug] Address C++ keyword usage in header file.
(cherry picked from commit dd820d8fd2)
2014-05-02 11:36:49 +10:00
Mark Andrews
90e138afe4 add keyboard.h [RT #35887]
(cherry picked from commit c25d9da3f1)
2014-05-02 10:20:19 +10:00
Mark Andrews
d524b7bf55 silence clang compiler warnings
(cherry picked from commit d26c36b1d9)
2014-05-02 10:03:29 +10:00
Tinderbox User
888fcc25c0 update copyright notice 2014-05-01 23:46:33 +00:00
Tinderbox User
1486d3faa3 newcopyrights 2014-05-01 23:30:38 +00:00
Mark Andrews
0457686ef9 fix filter-aaaa system test to work when crypto is disabled
(cherry picked from commit f09f1bf18e)
2014-05-01 13:28:43 +10:00
Tinderbox User
70c0e33cfa update copyright notice 2014-04-30 23:46:37 +00:00
Tinderbox User
f0b4fec5ad newcopyrights 2014-04-30 23:30:24 +00:00