8a5809527e6c85e39699901712a455d5480907c1 |
|
02-Nov-2016 |
Evan Hunt <each@isc.org> |
[v9_11] 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 6087f87afb4d8fce0102c52ad2acf415d8d4c0f3) |
cc51cd2d2076e33117c60c9effcb8caccde4983b |
|
19-Oct-2016 |
Witold Krecicki <wpk@isc.org> |
4487. [test] Make system tests work on Windows. [RT #42931] |
0c27b3fe77ac1d5094ba3521e8142d9e7973133f |
|
27-Jun-2016 |
Mark Andrews <marka@isc.org> |
4401. [misc] Change LICENSE to MPL 2.0. |
3865e18d3d076d018e9d6b1fa033ac5f5cffc7c7 |
|
10-Nov-2015 |
Tinderbox User <tbox@isc.org> |
update copyright notice / whitespace |
e13d04fda918c0c14c2247475bb99e0760d9a6a4 |
|
09-Nov-2015 |
Evan Hunt <each@isc.org> |
[master] fix python script versions
4257. [cleanup] Python scripts reported incorrect version. [RT #41080] |
540daf2887dfc813657c27408a2363ba719bf8d4 |
|
10-Apr-2014 |
Evan Hunt <each@isc.org> |
[master] missing manpage install rule for dnssec-importkey |
dbb012765c735ee0d82dedb116cdc7cf18957814 |
|
12-Feb-2014 |
Evan Hunt <each@isc.org> |
[master] merge libiscpk11 to libisc
3735. [cleanup] Merged the libiscpk11 library into libisc
to simplify dependencies. [RT #35205] |
e20788e1216ed720aefa84f3295f7899d9f28c22 |
|
16-Jan-2014 |
Mark Andrews <marka@isc.org> |
update copyrights |
ba751492fcc4f161a18b983d4f018a1a52938cb9 |
|
15-Jan-2014 |
Evan Hunt <each@isc.org> |
[master] native PKCS#11 support
3705. [func] "configure --enable-native-pkcs11" enables BIND
to use the PKCS#11 API for all cryptographic
functions, so that it can drive a hardware service
module directly without the need to use a modified
OpenSSL as intermediary (so long as the HSM's vendor
provides a complete-enough implementation of the
PKCS#11 interface). This has been tested successfully
with the Thales nShield HSM and with SoftHSMv2 from
the OpenDNSSEC project. [RT #29031] |
63737247d167ffa7151bc3d228ca5c0875751818 |
|
06-Sep-2013 |
Tinderbox User <tbox@isc.org> |
update copyright notice |
0c91911b4d1e872b87eaf6431ed47fe24d18dd43 |
|
04-Sep-2013 |
Mark Andrews <marka@isc.org> |
3642. [func] Allow externally generated DNSKEY to be imported
into the DNSKEY management framework. A new tool
dnssec-importkey is used to this. [RT #34698] |
bf8267aa453e5d2a735ed732a043b77a0b355b20 |
|
29-Jun-2012 |
Mark Andrews <marka@isc.org> |
reverse bad copyright update |
247bf378605811d695e968dbe930a7fc45c0038e |
|
29-Jun-2012 |
Tinderbox User <tbox@isc.org> |
update copyright notice |
da5d53fb1401f5e17a77373af32d865489aa04a8 |
|
27-Jun-2012 |
Tinderbox User <tbox@isc.org> |
update copyright notice |
ad127d839d2e7aa542939a8a336691407e23397e |
|
25-Jun-2012 |
Mark Andrews <marka@isc.org> |
3341. [func] New "dnssec-verify" command checks a signed zone
to ensure correctness of signatures and of NSEC/NSEC3
chains. [RT #23673] |
12178c86525332bb0ab66155feb61fbf32eca6ac |
|
06-Dec-2009 |
Evan Hunt <each@isc.org> |
2805. [bug] Fixed namespace problems encountered when building
external programs using non-exported BIND9 libraries
(i.e., built without --enable-exportlib). [RT #20679] |
8b78c993cb475cc94e88560941b28c37684789d9 |
|
05-Oct-2009 |
Francis Dupont <fdupont@isc.org> |
explicit engine rt20230a |
a27fe4c990f96bd792f2a07ca4d38c78d5b9df2c |
|
01-Sep-2009 |
Tatuya JINMEI 神明達哉 <ji <jinmei@isc.org> |
2667. [func] Add support for logging stack backtrace on assertion
failure (not available for all platforms). [RT #19780]
9.7.0 |
307d2084502eddc7ce921e5ce439aec3531d90e0 |
|
01-Sep-2009 |
Tatuya JINMEI 神明達哉 <ji <jinmei@isc.org> |
2660. [func] Add a new set of DNS libraries for non-BIND9
applications. See README.libdns. [RT #19369] |
553ead32ff5b00284e574dcabc39115d4d74ec66 |
|
19-Jul-2009 |
Evan Hunt <each@isc.org> |
2636. [func] Simplify zone signing and key maintenance with the
dnssec-* tools. Major changes:
- all dnssec-* tools now take a -K option to
specify a directory in which key files will be
stored
- DNSSEC can now store metadata indicating when
they are scheduled to be published, acttivated,
revoked or removed; these values can be set by
dnssec-keygen or overwritten by the new
dnssec-settime command
- dnssec-signzone -S (for "smart") option reads key
metadata and uses it to determine automatically
which keys to publish to the zone, use for
signing, revoke, or remove from the zone
[RT #19816] |
c6fb85f9500350e5ce58c9a24f5d264c8a8bd6f4 |
|
02-Jul-2009 |
Automatic Updater <source@isc.org> |
update copyright notice |
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88 |
|
30-Jun-2009 |
Evan Hunt <each@isc.org> |
2619. [func] Add support for RFC 5011, automatic trust anchor
maintenance. The new "managed-keys" statement can
be used in place of "trusted-keys" for zones which
support this protocol. (Note: this syntax is
expected to change prior to 9.7.0 final.) [RT #19248] |
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cad |
|
07-Nov-2008 |
Mark Andrews <marka@isc.org> |
2488. [func] Added a tool, dnssec-dsfromkey, to generate DS records
from keyset and .key files. [RT #18694] |
e672951ed28b2e9cc7a19c3d7fa4a258382f981c |
|
02-Apr-2008 |
Automatic Updater <source@isc.org> |
update copyright notice |
2a31bd531072824ef252c18303859d6af7451b00 |
|
31-Mar-2008 |
Francis Dupont <fdupont@isc.org> |
add EVP and PKCS11 |
70e5a7403f0e0a3bd292b8287c5fed5772c15270 |
|
20-Jun-2007 |
Automatic Updater <source@isc.org> |
update copyright notice |
ec5347e2c775f027573ce5648b910361aa926c01 |
|
19-Jun-2007 |
Automatic Updater <source@isc.org> |
update copyright notice |
9848aa3e16598d5274534b1eb84af8326e5d016d |
|
02-May-2005 |
Mark Andrews <marka@isc.org> |
update copyright notice |
52e6d50bf4516552b24f4b8ec04ee907e1657b45 |
|
29-Apr-2005 |
Mark Andrews <marka@isc.org> |
oops the dnssec-signzone.@O@ was needed to set VERSION. |
74665eb6d819604a8d608aaeda3258deca312eb1 |
|
29-Apr-2005 |
Mark Andrews <marka@isc.org> |
remove explict build rule for dnssec-signzone.o |
9f7d51ee3290e2a064d71016a6bd555b47134a7c |
|
20-Jul-2004 |
Mark Andrews <marka@isc.org> |
1688. [bug] LDFLAGS was not supported. |
dafcb997e390efa4423883dafd100c975c4095d6 |
|
05-Mar-2004 |
Mark Andrews <marka@isc.org> |
update copyright notice |
74cb99072c4b0ebd2ccafcfa284288fa760f7a1a |
|
24-Feb-2004 |
Mark Andrews <marka@isc.org> |
1573. [port] linux: update to libtool 1.5.2 so that
"make install DESTDIR=/xx" works with
"configure --with-libtool". [RT #9941] |
f4cbe536b11da614fe05aeaeff41e324854cda7b |
|
27-Dec-2002 |
Mark Andrews <marka@isc.org> |
cygwin support |
93e353425a81da7793dde3776f4caca658f57c11 |
|
03-Dec-2002 |
Mark Andrews <marka@isc.org> |
1403. [func] dnssec-signzone, dnssec-keygen, dnssec-makekeyset
dnssec-signkey now report their version in the
usage message. |
0b09763c354ec91fb352b6b4cea383bd0195b2d8 |
|
17-Jun-2002 |
Mark Andrews <marka@isc.org> |
1328. [func] DS (delegation signer) support. |
0e40083fdd5445703bd30e46e5bfe7d047bced12 |
|
06-Nov-2001 |
Brian Wellington <source@isc.org> |
@DNS_OPENSSL_LIBS@ -> @DNS_CRYPTO_LIBS@ |
c2bc56dc65b4b103a5600565680eb5f33fa4c90b |
|
20-Sep-2001 |
Mark Andrews <marka@isc.org> |
Move configuration checking to libbind9. |
53aba5065d2ee3c103912ecfe865418bad6fa576 |
|
01-Jun-2001 |
Brian Wellington <source@isc.org> |
man pages were not properly installed in separate-object-dir builds |
0b062f4990db5cc6db2fe3398926f71b92a67407 |
|
31-Mar-2001 |
Brian Wellington <source@isc.org> |
converted man pages to docbook and cleaned them up. |
f91dc72b422479b5a0caf1fe54c4054d25ae6055 |
|
04-Feb-2001 |
Brian Wellington <source@isc.org> |
725. [bug] Installing man pages could fail. |
524222cfb8dd5fb895e3c9005016019f786cf1fa |
|
02-Feb-2001 |
Stephen Jacob <source@isc.org> |
Added purify support (${PURIFY} to link lines) to remaining
Makefile.in's in bin/* |
01b8865b1462ba219c90cf6c00f1bf0fdf780d9b |
|
18-Jan-2001 |
Brian Wellington <source@isc.org> |
689. [doc] man pages are now installed. [RT #210] |
499b34cea04a46823d003d4c0520c8b03e8513cb |
|
09-Jan-2001 |
Brian Wellington <source@isc.org> |
copyright update |
31874cf824bd97f8fb3c30cc8dea3f568cd601d0 |
|
12-Dec-2000 |
Brian Wellington <source@isc.org> |
Print the version of dnssec-signzone in a comment in the signed zone. |
3f01dde0bd24561fc3a6c2f7e259a58af4457a86 |
|
13-Nov-2000 |
Brian Wellington <source@isc.org> |
554. [bug] In some cases, not all of the dnssec tools were
properly installed. |
922e6a3c2ac4ef900dd9dc99f0cc137f18372583 |
|
20-Sep-2000 |
Andreas Gustafsson <source@isc.org> |
478. [bug] "make install" failed if the directory specified with
--prefix did not already exist. |
df08ae001a7a9eb3263a164445daa7a7566d0ead |
|
17-Aug-2000 |
Brian Wellington <source@isc.org> |
Add @DNS_GSSAPI_LIBS@ to DNSLIBS |
40f53fa8d9c6a4fc38c0014495e7a42b08f52481 |
|
01-Aug-2000 |
David Lawrence <source@isc.org> |
Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your
own CVS tree will help minimize CVS conflicts. Maybe not.
Blame Graff for getting me to trim all trailing whitespace. |
15a44745412679c30a6d022733925af70a38b715 |
|
27-Jul-2000 |
David Lawrence <source@isc.org> |
word wrap copyright notice at column 70 |
9c3531d72aeaad6c5f01efe6a1c82023e1379e4d |
|
23-Jun-2000 |
David Lawrence <source@isc.org> |
add RCS id string |
2376cd7f84d7a5acdb9781b2000bf12bceffd88c |
|
19-Jun-2000 |
David Lawrence <source@isc.org> |
There is no "unix" subdirectory here. |
5ec27bc7f3d0f1b856632173535ea43ccd074e74 |
|
15-Jun-2000 |
Brian Wellington <source@isc.org> |
Makefile cleanup |
2648954b6c3225867af72918525afd769e7bc2b3 |
|
09-Jun-2000 |
Andreas Gustafsson <source@isc.org> |
fixed incorrect copyright years |
b1d234eb75e2804e09d89178a76df39c321db51b |
|
25-May-2000 |
Brian Wellington <source@isc.org> |
The dnssec tools properly use the logging subsystem and share more code. |
ff301f59ea4ab8d8d0022d0ab042586478f2425b |
|
19-May-2000 |
Michael Sawyer <source@isc.org> |
Typo |
95be83b467e2384d414693982318a5c06cccf1d7 |
|
18-May-2000 |
Andreas Gustafsson <source@isc.org> |
DNSSEC tools now have a new home |