Mark Andrews
827f8cccb5
update
2015-10-07 10:38:35 +11:00
Mark Andrews
f7a6d4f915
teach merge_copyrights about .sty, .pdf, and .eps
2015-10-07 10:36:43 +11:00
Mark Andrews
d9156bba3e
look for opening [
2015-10-06 19:40:01 +11:00
Mark Andrews
3db767c98f
handle <!ENTITY within <!DOCTYPE
2015-10-06 18:19:24 +11:00
Evan Hunt
6715db6593
[master] fix copyright warnings
2015-10-05 23:14:11 -07:00
Evan Hunt
1b01c37934
[master] put back headings
2015-10-05 22:52:34 -07:00
Tinderbox User
2eeb74d1cf
regen master
2015-10-06 05:45:21 +00:00
Evan Hunt
14a656f94b
[master] upgrade doc toolchain
...
4237. [doc] Upgraded documentation toolchain to use DocBook 5
and dblatex. [RT #40766 ]
2015-10-05 21:59:35 -07:00
Mark Andrews
09e42eb9e9
add <stdlib.h> for exit(3)
2015-10-06 14:10:49 +11:00
Mukund Sivaraman
31cca00bba
Add note about Windows ( #40761 )
2015-10-06 05:57:26 +05:30
Mukund Sivaraman
1a989c4322
Update named manual page ( #40761 )
2015-10-06 05:52:02 +05:30
Mukund Sivaraman
56ebb560a1
Fix notes and CHANGES for #40761
2015-10-06 05:44:53 +05:30
Jeremy C. Reed
dfd19d9ff6
add missing <listitem> tags
...
because require-server-cookie and request-sit explanations were
missing.
2015-10-05 11:53:13 -04:00
Evan Hunt
9044f878d7
[master] wrong category name
2015-10-04 18:42:47 -07:00
Tinderbox User
90d087cf9c
regen master
2015-10-04 01:09:39 +00:00
Tinderbox User
244d11a227
update copyright notice / whitespace
2015-10-03 23:45:23 +00:00
Evan Hunt
4a84f8899b
[master] silence "missing initializer" warning
2015-10-02 18:47:33 -07:00
Mukund Sivaraman
9260c1157d
Update CHANGES and notes.xml for #40761
2015-10-03 07:11:12 +05:30
Mukund Sivaraman
930719e876
Update the default value for number of UDP listeners ( #40761 )
2015-10-03 07:08:55 +05:30
Evan Hunt
3ce7ddcc01
[master] add "dnstap" to categories
2015-10-02 18:31:12 -07:00
Tinderbox User
10b865e918
regen master
2015-10-03 01:07:28 +00:00
Evan Hunt
1921b85064
[master] copyrights
2015-10-02 17:13:35 -07:00
Tinderbox User
a625502bdd
update copyright notice / whitespace
2015-10-02 23:45:32 +00:00
Evan Hunt
48b2a92da2
[master] missing .def entries, print.h
2015-10-02 14:38:59 -07:00
Francis Dupont
9a94a77a62
Added dns_master_styleflags
2015-10-02 23:01:18 +02:00
Evan Hunt
b66b333f59
[master] dnstap
...
4235. [func] Added support in named for "dnstap", a fast method of
capturing and logging DNS traffic, and a new command
"dnstap-read" to read a dnstap log file. Use
"configure --enable-dnstap" to enable this
feature (note that this requires libprotobuf-c
and libfstrm). See the ARM for configuration details.
Thanks to Robert Edmonds of Farsight Security.
[RT #40211 ]
2015-10-02 12:32:42 -07:00
Witold Krecicki
a239044323
4234. [func] Add deflate compression in statistics channel HTTP
...
server. [RT #40861 ]
2015-10-02 10:45:10 +02:00
Tinderbox User
e13c3286a5
update copyright notice / whitespace
2015-10-01 23:45:31 +00:00
Tinderbox User
31de528a5f
newcopyrights
2015-10-01 23:30:03 +00:00
Mark Andrews
1b1f6d21c7
curr_srtt = curr->srtt
2015-10-02 07:45:45 +10:00
Mark Andrews
b959848051
compare curr_srtt and best_srtt
2015-10-01 22:12:56 +10:00
Mark Andrews
30f8d5e386
remove deadcode; move NULL assignment arlier
2015-10-01 22:12:02 +10:00
Mark Andrews
3ed714b961
emit "E:TESTNAME:DATE" when we can't start a server
2015-10-01 16:01:34 +10:00
Mark Andrews
d76496a62a
handle ISC_R_FILENOTFOUND
2015-10-01 15:47:39 +10:00
Mark Andrews
18749940ae
fix CHANGES numbers
2015-10-01 11:28:42 +10:00
Tinderbox User
41f0b3e098
regen master
2015-10-01 01:06:45 +00:00
Tinderbox User
551e0d486d
update copyright notice / whitespace
2015-09-30 23:45:36 +00:00
Tinderbox User
9e295ad801
newcopyrights
2015-09-30 23:30:03 +00:00
Mark Andrews
c7e5ba1d17
spelling
2015-09-30 16:09:16 +10:00
Mark Andrews
65d59a4307
4232. [test] Add tests for CDS and CDNSKEY with delegation-only.
...
[RT #40597 ]
2015-09-30 15:55:14 +10:00
Mark Andrews
ffdd3bc812
4231. [contrib] Address unchecked memory allocation calls in
...
query-loc and zone2ldap. [RT #40789 ]
2015-09-30 15:46:55 +10:00
Mark Andrews
09f4e41912
4231. [contrib] Address unchecked calloc call in dlz_mysqldyn_mod.c.
...
[RT #40840 ]
2015-09-30 15:38:32 +10:00
Mark Andrews
0dc485ffb6
4230. [contrib] dlz_wildcard_dynamic.c:dlz_create could return a
...
uninitalised result. [RT #40839 ]
2015-09-30 15:33:16 +10:00
Mark Andrews
24231afa05
4229. [bug] A variable could be used uninitalised in
...
dns_update_signaturesinc. [RT #40784 ]
2015-09-30 15:28:57 +10:00
Mark Andrews
8a0b6b3901
4228. [bug] Address race condition in dns_client_destroyrestrans.
...
[RT #40605 ]
2015-09-30 14:58:31 +10:00
Evan Hunt
3739c1beae
[master] document the spill category
2015-09-29 21:21:44 -07:00
Mark Andrews
2a12984ce6
4227. [bug] Silence static analysis warnings. [RT #40828
2015-09-30 14:14:47 +10:00
Mark Andrews
0d990f57ae
silence compiler warnings
2015-09-30 14:04:28 +10:00
Mark Andrews
ac2e2800b4
newcopyrights
2015-09-30 13:55:50 +10:00
Tinderbox User
fa535fa05f
regen master
2015-09-30 03:48:43 +00:00