Tinderbox User
f9bec4ba03
regen v9_8
2014-02-08 01:14:08 +00:00
Tinderbox User
d338393795
update copyright notice
2014-02-07 23:45:34 +00:00
Tinderbox User
7900f8ba48
regen v9_8
2014-02-07 02:34:24 +00:00
Evan Hunt
648eec5167
[v9_8] dnssec-keygen fixes
...
3730. [cleanup] Added "never" as a synonym for "none" when
configuring key event dates in the dnssec tools.
[RT #35277 ]
3729. [bug] dnssec-kegeyn could set the publication date
incorrectly when only the activation date was
specified on the command line. [RT #35278 ]
(cherry picked from commit 5f06c523186be56c5b0cd9b1c230ea7a53960c53)
(cherry picked from commit ec146546f4 )
2014-02-06 15:58:14 -08:00
Tinderbox User
4bd05ab557
update copyright notice
2014-01-09 23:45:31 +00:00
Evan Hunt
d19bf3def7
[v9_8] replace memcpy() with memmove().
...
3698. [cleanup] Replaced all uses of memcpy() with memmove().
[RT #35120 ]
(cherry picked from commit ebe54c7d2221c6a0a4b3d96bcae3280c823a45e6)
(cherry picked from commit 9b950c70f1a6406c0f3dff604822329d06fc4837)
2014-01-08 16:40:19 -08:00
Mark Andrews
ad0f8374f2
remove references to importkey
2013-12-09 14:45:32 +11:00
Mark Andrews
e1b273c598
silence compiler warnings
...
(cherry picked from commit 53f70575bd )
2013-12-06 17:39:41 +11:00
Mark Andrews
1c29e9db2c
update copyrights
2013-12-05 15:48:07 +11:00
Mark Andrews
7c0b7f6847
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
Conflicts:
bin/dnssec/win32/verify.dsp.in
bin/dnssec/win32/verify.mak.in
bin/named/server.c
bin/python/dnssec-checkds.py.in
bin/python/dnssec-coverage.py.in
lib/dns/nsec.c
lib/dns/nsec3.c
lib/dns/win32/libdns.mak.in
lib/dns/zone.c
lib/isc/win32/libisc.mak.in
win32utils/BuildAll.bat
win32utils/BuildSetup.bat
win32utils/legacy/BINDBuild.dsw.in
win32utils/updatelibxml2.pl
win32utils/win32-build.txt
2013-12-04 14:08:17 +11:00
Tinderbox User
d317082344
regen v9_8
2013-10-14 01:10:45 +00:00
Tinderbox User
f955179a66
update copyright notice
2013-10-13 23:45:29 +00:00
Tinderbox User
2547bce96f
regen v9_8
2013-10-13 01:10:49 +00:00
Mark Andrews
b75281d3c1
typos
...
(cherry picked from commit cbadc440b9 )
2013-10-13 11:14:01 +11:00
Mark Andrews
f38c926687
don't print out result as it is not meaningful here
2013-08-16 09:48:06 +10:00
Tinderbox User
1f246d11eb
update copyright notice
2013-08-15 23:45:27 +00:00
Mark Andrews
e0e235c5c4
3632. [bug] Signature from newly inactive keys were not being
...
removed. [RT #32178 ]
(cherry picked from commit 7ace327795 )
2013-08-15 11:45:42 +10:00
Mark Andrews
657db9838b
3607. [bug] dnssec-keygen had broken 'Invalid keyfile' error
...
message. [RT #34045 ]
2013-07-03 15:43:32 +10:00
Evan Hunt
caa3fd00ec
[v9_8] silence ccc-analyzer
...
3567. [bug] Silence clang static analyzer warnings. [RT #33365 ]
2013-05-03 14:33:27 -07:00
Tinderbox User
77b46e925e
update copyright notice
2013-01-17 23:45:27 +00:00
Curtis Blackburn
98139af000
[v9_8][bug] Added checks in dnssec-keygen and dnssec-settime to check for
...
delete date < inactive date. [RT #31719 ]
2013-01-17 11:04:30 -06:00
Mark Andrews
a06f1b6dc7
throw fatal error on realloc failure
2012-12-10 10:17:47 +11:00
Tinderbox User
f174b87081
update copyright notice
2012-11-28 23:45:19 +00:00
Evan Hunt
1b6d0ad8ba
[v9_8] remove libgen.h from dnssec tools
...
we no longer use basename() or dirname()
2012-11-27 19:51:51 -08:00
Evan Hunt
3314b7cd78
[v9_8] remove spurious signatures from glue
...
3404. [bug] dnssec-signzone: When re-signing a zone, remove
RRSIG and NSEC records from nodes that used to be
in-zone but are now below a zone cut. [RT #31556 ]
(cherry picked from commit 4b3d727d96 )
(cherry picked from commit d8861c4350 )
2012-10-24 17:54:25 -07:00
Mark Andrews
dc167ac7f3
3390. [bug] Silence clang compiler warnings. [RT #30417 ]
2012-10-06 12:39:55 +10:00
Evan Hunt
89ef143e3f
fix coverity issues
...
3388. [bug] Fixed several Coverity warnings. [RT #30996 ]
2012-10-02 23:50:20 -07:00
Tinderbox User
2763d151ef
update copyright notice
2012-09-12 23:45:45 +00:00
Mark Andrews
5aed1d4120
use binary mode for raw/fast
2012-09-12 17:42:02 +10:00
Evan Hunt
c0d7ef3afd
warn when changing mode on .private files
...
3347. [bug] dnssec-settime: Issue a warning when writing a new
private key file would cause a change in the
permissions of the existing file. [RT #27724 ]
2012-07-05 18:04:53 -07:00
Tinderbox User
599cf7175e
update copyright notice
2012-06-29 23:45:32 +00:00
Mark Andrews
c0b8f1a675
reverse bad copyright update
2012-06-29 11:43:12 +10:00
Tinderbox User
4106b0caeb
update copyright notice
2012-06-29 01:21:53 +00:00
Tinderbox User
2851880ad0
regen v9_8
2012-05-31 01:14:01 +00:00
Tinderbox User
b008cf0a4d
update copyright notice
2012-05-17 23:45:35 +00:00
Evan Hunt
9d1aaaaf3a
add ECDSA support
...
3317. [protocol] Add ECDSA support (RFC 6605). [RT #21918 ]
2012-05-17 16:09:53 -07:00
Tinderbox User
91f0609aae
regen v9_8
2012-03-07 01:54:34 +00:00
Evan Hunt
3997b6bcbf
add gitignore, remove cvsignore
2012-03-03 23:33:18 -08:00
Mark Andrews
64a4597ad4
3226. [bug] Address minor resource leakages. [RT #26624 ]
2011-11-30 00:51:38 +00:00
Automatic Updater
bfb8448b69
regen v9_8
2011-11-04 01:51:15 +00:00
Evan Hunt
dd9d919c50
3198. [doc] Clarified that dnssec-settime can alter keyfile
...
permissions. [RT #24866 ]
2011-11-03 20:21:30 +00:00
Mark Andrews
96461384d5
remove redundant assignment and variable
2011-10-21 03:56:32 +00:00
Automatic Updater
06fa5532f8
regen v9_8
2011-10-21 01:52:54 +00:00
Automatic Updater
701dafd1ea
update copyright notice
2011-10-20 23:46:28 +00:00
Mark Andrews
cb05b7128f
3174. [bug] Always compute to revoked key tag from scratch.
...
[RT #24711 ]
2011-10-20 21:23:51 +00:00
Automatic Updater
c65c57a508
update copyright notice
2011-09-05 23:45:54 +00:00
Evan Hunt
8c3501aeff
3143. [bug] Silence clang compiler warnings. [RT #25174 ]
2011-09-03 06:06:46 +00:00
Automatic Updater
79325ed821
update copyright notice
2011-07-19 23:47:12 +00:00
Mark Andrews
141ed3c035
3134. [bug] Improve the accuracy of dnssec-signzone's signing
...
statistics. [RT #16030 ]
2011-07-19 04:45:49 +00:00
Evan Hunt
52f6ab64a9
3122. [cleanup] dnssec-settime: corrected usage message. [RT #24664 ]
2011-06-02 20:24:11 +00:00