Tinderbox User
881739ee87
regen v9_9
2016-12-09 01:20:54 +00:00
Tinderbox User
252c8f6395
update copyright notice / whitespace
2016-12-08 23:50:36 +00:00
Tinderbox User
298442a447
regen v9_9
2016-12-07 01:21:30 +00:00
Mark Andrews
3cf6fa831e
4527. [doc] Support DocBook XSL Stylesheets v1.79.1. [RT #43831 ]
...
(cherry picked from commit 1b8ce3b330 )
2016-12-07 11:00:40 +11:00
Tinderbox User
a06917d08f
update copyright notice / whitespace
2016-11-02 23:51:39 +00:00
Evan Hunt
60814deed8
[v9_9] make uninstall
...
4503. [cleanup] "make uninstall" now removes file installed by
BIND. (This currently excludes Python files
due to lack of support in setup.py.) [RT #42912 ]
(cherry picked from commit 6087f87afb )
(cherry picked from commit 398f8c32f3 )
2016-11-01 20:22:35 -07:00
Mark Andrews
38986ceb4d
4456. [doc] Add DOCTYPE and lang attribute to <html> tags.
...
[RT #42587 ]
(cherry picked from commit 63fe88e8d8 )
2016-08-26 15:52:09 +10:00
Evan Hunt
d4452d1926
[v9_9] removed /Gy- from VS project files
...
4302. [port] win32: fixed a build error in VS 2015. [RT #41426 ]
2016-01-27 15:33:02 -08:00
Tinderbox User
4acf5216d7
update copyright notice / whitespace
2015-11-09 23:46:11 +00:00
Evan Hunt
7d984067ee
[v9_9] fix python script versions
...
4257. [cleanup] Python scripts reported incorrect version. [RT #41080 ]
2015-11-08 21:41:04 -08:00
Tinderbox User
8cbf7ab243
regen v9_9
2015-10-22 05:58:58 +00:00
Mark Andrews
abe4242926
cleanup trailing white space in SGML like files
2015-10-22 16:11:37 +11:00
Tinderbox User
50f00fc386
regen v9_9
2015-10-07 04:17:56 +00:00
Tinderbox User
916eba060b
regen v9_9
2015-10-07 01:14:42 +00:00
Tinderbox User
b88cd03904
update copyright notice / whitespace
2015-10-06 23:46:15 +00:00
Tinderbox User
673a236ab1
regen v9_9
2015-10-06 05:51:07 +00:00
Tinderbox User
bbed6bdd52
regen v9_9
2015-10-06 05:34:39 +00:00
Evan Hunt
d6e0d893be
[v9_9] upgrade doc toolchain
...
4237. [doc] Upgraded documentation toolchain to use DocBook 5
and dblatex. [RT #40766 ]
2015-10-05 22:01:25 -07:00
Mark Andrews
b21f98c192
Introduce end-of-line normalization
2015-09-29 08:27:48 +10:00
Mark Andrews
c3563b72ca
*.vcxproj.in should use CRLF as EOL
2015-08-27 22:00:44 +00:00
Francis Dupont
5627414c1e
added print.h includes
2015-05-23 15:40:05 +02:00
Tinderbox User
d575f45931
regen v9_9
2014-09-05 01:14:12 +00:00
Mark Andrews
d6ed62b1ae
#include <dns/result.h>
...
(cherry picked from commit e6ff1b5127 )
2014-04-01 12:29:48 +11:00
Mark Andrews
217cb571db
3796. [bug] Register dns error codes. [RT #35629 ]
...
(cherry picked from commit 51e6164fd6 )
2014-03-31 15:40:22 +11:00
Tinderbox User
caff862183
regen v9_9
2014-02-28 01:16:27 +00:00
Tinderbox User
a01848c1cf
update copyright notice
2014-02-27 23:45:39 +00:00
Evan Hunt
18482891e3
[v9_9] correct dates in man pages
2014-02-27 11:45:43 -08:00
Tinderbox User
864ca7ce33
update copyright notice
2014-01-09 23:45:53 +00:00
Evan Hunt
8c7ce6d3e6
[v9_9] replace memcpy() with memmove().
...
3698. [cleanup] Replaced all uses of memcpy() with memmove().
[RT #35120 ]
(cherry picked from commit ebe54c7d2221c6a0a4b3d96bcae3280c823a45e6)
2014-01-08 16:38:56 -08:00
Mark Andrews
3b38a23089
3681. [port] Update the Windows build system to support feature
...
selection and WIN64 builds. This is a work in
progress. [RT #34160 ]
(cherry picked from commit c3c8823fed )
Conflicts:
CHANGES
bin/check/win32/checktool.dsp.in
bin/dnssec/win32/dnssectool.dsp.in
bin/dnssec/win32/importkey.dsp.in
bin/dnssec/win32/importkey.mak.in
bin/named/geoip.c
bin/named/include/named/geoip.h
bin/tools/win32/rrchecker.dsp.in
bin/tools/win32/rrchecker.mak.in
config.h.win32
lib/dns/geoip.c
lib/dns/master.c
lib/dns/win32/libdns.dsp.in
lib/dns/win32/libdns.mak.in
lib/isc/mem.c
lib/isc/stats.c
lib/isc/win32/file.c
lib/isc/win32/libisc.def.in
lib/isc/win32/libisc.mak.in
lib/isc/win32/stdio.c
lib/isccc/cc.c
win32utils/BuildAll.bat
win32utils/BuildSetup.bat
win32utils/legacy/BINDBuild.dsw.in
win32utils/makeversion.pl
win32utils/setpk11provider.pl
win32utils/updatelibxml2.pl
win32utils/win32-build.txt
2013-12-04 13:48:45 +11:00
Tinderbox User
1af7e5b0ff
update copyright notice
2013-03-04 23:45:43 +00:00
Evan Hunt
db3792f241
[v9_9] fix keysizes in confgen
...
3514. [bug] The ranges for valid key sizes in ddns-confgen and
rndc-confgen were too constrained. Keys up to 512
bits are now allowed for most algorithms, and up
to 1024 bits for hmac-sha384 and hmac-sha512.
[RT #32753 ]
(cherry picked from commit 33b8db1bb3 )
2013-03-04 12:14:39 -08:00
Tinderbox User
6e73690006
update copyright notice
2012-12-06 23:45:33 +00:00
Evan Hunt
7bf14f04e1
[v9_9] support all algorithms in ddns-confgen
...
3431. [bug] ddns-confgen: Some valid key algorithms were
not accepted. [RT #31927 ]
(cherry picked from commit de5890da9b )
2012-12-05 16:37:42 -08:00
Tinderbox User
03565e899d
update copyright notice
2012-06-29 23:45:45 +00:00
Mark Andrews
cb421b69c3
reverse bad copyright update
2012-06-29 11:41:43 +10:00
Tinderbox User
cd24b114bf
update copyright notice
2012-06-29 01:22:07 +00:00
Tinderbox User
c201888c2a
regen v9_9
2012-03-07 01:59:30 +00:00
Evan Hunt
8047e7c06f
re-remove cvsignore files
2012-03-05 08:29:31 -08:00
Evan Hunt
f94af76649
Revert "added gitignore, removed cvsignore"
...
This reverts commit e8ae173655 .
2012-03-05 08:24:17 -08:00
Evan Hunt
6aa2d721fc
created
2012-03-03 23:25:21 -08:00
Evan Hunt
e8ae173655
added gitignore, removed cvsignore
2012-03-03 23:24:11 -08:00
Automatic Updater
c1aef54e14
update copyright notice
2011-03-12 04:59:49 +00:00
Mark Andrews
0874abad14
3069. [cleanup] Silence warnings messages from clang static analysis.
...
[RT #20256 ]
2011-03-11 06:11:27 +00:00
Evan Hunt
12178c8652
2805. [bug] Fixed namespace problems encountered when building
...
external programs using non-exported BIND9 libraries
(i.e., built without --enable-exportlib). [RT #20679 ]
2009-12-05 23:31:41 +00:00
Mark Andrews
adb4211586
2764. [bug] "rndc-confgen -a" could trigger a REQUIRE. [RT #20610 ]
2009-11-12 14:02:38 +00:00
Francis Dupont
debd489a44
noreturn RT #20257
2009-09-29 15:06:07 +00:00
Francis Dupont
2f4d747a26
"configure --enable-symtable=all" failed to build. [RT #20282 ]
2009-09-22 08:47:55 +00:00
Automatic Updater
d2ebd5d5fb
regen
2009-09-19 01:14:52 +00:00
Francis Dupont
b67b58ebe7
small improvement (rt20291)
2009-09-18 22:08:55 +00:00