Mark Andrews
35da39a7f1
update copyright notice
2006-01-04 00:37:24 +00:00
Mark Andrews
2a90390dee
1945. [cleanup] dnssec-keygen: RSA (RSAMD5) is nolonger recommended.
...
To generate a RSAMD5 key you must explictly request
RSAMD5. [RT #13780 ]
2006-01-03 06:06:04 +00:00
Mark Andrews
2674e1a455
1940. [bug] Fixed a number of error conditions reported by
...
Coverity.
2005-11-30 03:33:49 +00:00
Mark Andrews
16ee4fe11b
1930. [port] HPUX: ia64 support. [RT #15473 ]
...
1929. [port] FreeBSD: extend use of PTHREAD_SCOPE_SYSTEM.
2005-10-14 01:14:08 +00:00
Mark Andrews
cedb0bd0c1
regen
2005-10-13 03:14:05 +00:00
Mark Andrews
ed6ca94ad7
finetune isc_thread_key implementation [RT #15408 ]
2005-09-18 07:16:24 +00:00
Mark Andrews
909ab89487
cleanup makekeyset/signkey
2005-09-01 02:57:32 +00:00
Mark Andrews
74f261bd2b
1920. [bug] Update windows socket code. [RT #14965 ]
2005-09-01 02:25:06 +00:00
Mark Andrews
90153b6536
regen
2005-08-30 04:18:58 +00:00
Mark Andrews
79399226b7
remove make-keyset reference
2005-08-30 01:50:05 +00:00
Mark Andrews
5a4557e8de
gregen
2005-07-19 06:12:24 +00:00
Mark Andrews
b5ad6dfea4
1903. [doc] Review ARM for BIND 9.4.
2005-07-19 04:55:25 +00:00
Mark Andrews
fb827ed6df
9.4/HEAD sync
2005-07-18 06:03:01 +00:00
Mark Andrews
02004b6ff1
regen
2005-07-18 02:57:54 +00:00
Mark Andrews
7c386b0c31
1892. [bug] dnssec-signzone, dnssec-keygen: handle negative debug
...
levels. [RT #14962 ]
2005-07-01 03:28:42 +00:00
Mark Andrews
94fc951a9b
regen
2005-06-28 06:05:59 +00:00
Mark Andrews
e174044290
1817. [func] Add support for additional zone file formats for
...
improving loading performance. The masterfile-format
option in named.conf can be used to specify a
non-default format. A separate command
named-compilezone was provided to generate zone files
in the new format. Additionally, the -I and -O options
for dnssec-signzone specify the input and output
formats.
2005-06-28 02:55:09 +00:00
Mark Andrews
096103ae0d
regen
2005-06-26 00:06:22 +00:00
Mark Andrews
74b0c89c0c
remove garbage line
2005-06-24 00:17:08 +00:00
Mark Andrews
75c0816e82
regen
2005-05-13 03:14:16 +00:00
Mark Andrews
f5d30e2864
update copyright notice
2005-05-13 01:35:48 +00:00
Rob Austein
83217b5fdc
regen
2005-05-12 23:54:40 +00:00
Rob Austein
60e5e10f8d
regen
2005-05-11 06:05:43 +00:00
Rob Austein
268a447506
1856. [doc] Switch Docbook toolchain from DSSSL to XSL.
2005-05-11 05:55:41 +00:00
Rob Austein
57ed0bab5b
1852. [cleanup] Remove dnssec-signkey and dnssec-makekeyset
2005-05-03 22:51:00 +00:00
Mark Andrews
9848aa3e16
update copyright notice
2005-05-02 00:26:28 +00:00
Mark Andrews
52e6d50bf4
oops the dnssec-signzone.@O@ was needed to set VERSION.
2005-04-29 05:24:56 +00:00
Mark Andrews
74665eb6d8
remove explict build rule for dnssec-signzone.o
2005-04-29 04:28:47 +00:00
Mark Andrews
69fe9aaafd
update copyright notice
2005-04-29 00:24:12 +00:00
Rob Austein
ab023a6556
1851. [doc] Doxygen comment markup. [RT #11398 ]
2005-04-27 04:57:32 +00:00
Mark Andrews
c651f15b30
1849. [doc] All forms of the man pages (docbook, man, html) should
...
have consistant copyright dates.
2005-04-07 03:50:05 +00:00
Mark Andrews
89da2a5641
regen
2005-04-03 03:31:37 +00:00
Mark Andrews
fec3621e80
update copyright notice
2005-03-24 00:14:49 +00:00
Mark Andrews
ec47b0bff3
update copyright notice
2005-03-23 04:27:46 +00:00
Mark Andrews
bcab20b2f5
regen
2005-03-22 04:58:13 +00:00
Mark Andrews
6e8a8077fa
1840. [func] dnssec-signzone can now randomize signature endtimes
...
(dnssec-signzone -j jitter). [RT #13609 ]
2005-03-22 02:20:03 +00:00
Mark Andrews
9f069b2771
update copyright notice
2005-03-17 03:56:12 +00:00
Mark Andrews
24efdccd68
1835. [bug] Update dnssec-signzone's usage message. [RT #13657 ]
2005-03-16 03:08:48 +00:00
Mark Andrews
797944723c
1803. [bug] dnssec-signzone sometimes failed to remove old
...
RRSIGs. [RT #13483 ]
2005-03-16 00:10:21 +00:00
Mark Andrews
494576ce20
1790. [cleanup] Move lib/dns/sec/dst up into lib/dns. This should
...
allow parallel make to succeed.
2004-12-09 01:41:25 +00:00
Mark Andrews
344027f57e
1769. [port] win32: change compiler flags /MTd ==> /MDd,
...
/MT ==> /MD.
2004-11-18 00:37:01 +00:00
Mark Andrews
3d75a3aef3
1769. [port] win32: change compiler flags /MTd ==> /MDd,
...
/MT ==> /MD.
2004-11-18 00:30:31 +00:00
Mark Andrews
40e7c805a8
1740. [bug] Replace rbt's hash algorithm as it performed badly
...
with certain zones. [RT #12729 ]
2004-10-25 01:27:54 +00:00
Mark Andrews
16a68807e1
1704. [port] lwres needed a snprintf() implementation for
...
platforms without snprintf(). Add missing
"#include <isc/print.h>". [RT #12321 ]
2004-08-28 06:20:14 +00:00
Mark Andrews
2cd182921e
regen
2004-08-23 00:05:48 +00:00
Mark Andrews
30b41c205c
1699. [bug] dnssec-signzone can generate "not exact" errors
...
when resigning. [RT #12281 ]
2004-08-20 00:47:40 +00:00
Mark Andrews
5e4346a4f9
1696. [bug] dnssec-signzone failed to clean out nodes that
...
consisted of only NSEC and RRSIG records.
[RT #12154 ]
2004-08-11 08:55:47 +00:00
Mark Andrews
9f7d51ee32
1688. [bug] LDFLAGS was not supported.
2004-07-20 07:13:43 +00:00
Mark Andrews
f6d93187a1
regen
2004-06-11 03:03:14 +00:00
Mark Andrews
cc3aafe737
1659. [cleanup] Cleanup some messages that were referring to KEY vs
...
DNSKEY, NXT vs NSEC and SIG vs RRSIG.
1658. [func] Update dnssec-keygen to default to KEY for HMAC-MD5
and DH. Tighten which options apply to KEY and
DNSKEY records.
2004-06-11 01:12:40 +00:00