Mark Andrews
99a0cd0236
fix comment
2009-07-21 03:27:38 +00:00
Tatuya JINMEI 神明達哉
2847ddeaf1
misc. bug fixes including null pointer dereference and memory leak.
...
[RT #19953 ]
I don't update CHANGES as this code has never been publicly released.
2009-07-21 02:57:39 +00:00
Mark Andrews
97725b410a
2628. [bug] Install arpaname. [RT #19957 ]
2009-07-21 02:41:01 +00:00
Mark Andrews
520cea04a2
2627. [func] Rationalize dnssec-signzone's signwithkey() calling.
...
[RT #19959 ]
2009-07-21 01:22:27 +00:00
Automatic Updater
fd0b768f4c
regen
2009-07-21 01:13:24 +00:00
Automatic Updater
61302bdbbf
update copyright notice
2009-07-20 23:47:44 +00:00
Automatic Updater
ee20d30cc4
newcopyrights
2009-07-20 23:30:31 +00:00
Francis Dupont
938dfe6dcd
re-indent (to be finished)
2009-07-20 12:11:58 +00:00
Francis Dupont
85f5bb5274
fix extra space after now- in now-revoked
2009-07-20 11:56:35 +00:00
Automatic Updater
590c12cfe3
man.dnssec-settime.html
2009-07-20 02:10:42 +00:00
Mark Andrews
f1de96a386
char mechbuf[17] -> unsigned char mechbuf[17]
2009-07-20 01:55:37 +00:00
Automatic Updater
52c1cac19a
regen
2009-07-20 01:13:18 +00:00
Automatic Updater
26d8ffe715
update copyright notice
2009-07-19 23:47:55 +00:00
Automatic Updater
133e6d43fa
newcopyrights
2009-07-19 23:30:30 +00:00
Evan Hunt
f73695f9bd
fix a merge error from rebasing dnssec-settime (an assignment was left in
...
place that was supposed to have been removed--this was already reviewed, I
just merged the fix wrong)
2009-07-19 16:11:53 +00:00
Tatuya JINMEI 神明達哉
15fcbe3917
spelling
2009-07-19 06:40:07 +00:00
Evan Hunt
dba9901bb7
update cvsignore
2009-07-19 05:33:10 +00:00
Evan Hunt
2a3574f8d4
windows portability fix (review by mgraff)
2009-07-19 05:26:05 +00:00
Evan Hunt
9edd523c22
more win32 build fixes
2009-07-19 05:06:48 +00:00
Evan Hunt
da520bccdd
add settime project files for win32 build
2009-07-19 04:56:47 +00:00
Evan Hunt
b1fa84a099
win32 build fixes
2009-07-19 04:50:15 +00:00
Automatic Updater
b478865635
Prepare for 9.7.0a2 release
2009-07-19 04:29:02 +00:00
Automatic Updater
0a7ed88633
regen
2009-07-19 04:27:56 +00:00
Evan Hunt
553ead32ff
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 ]
2009-07-19 04:18:05 +00:00
Automatic Updater
4a979d3577
update copyright notice
2009-07-17 23:47:41 +00:00
Automatic Updater
f2770f6b39
newcopyrights
2009-07-17 23:30:40 +00:00
Evan Hunt
3967528c77
2635. [bug] isc_inet_ntop() incorrectly handled 0.0/16 addresses.
...
[RT #19716 ]
2009-07-17 22:01:44 +00:00
Evan Hunt
aeff7de836
2634. [port] win32: Add support for libxml2, enable
...
statschannel. [RT #19773 ]
2009-07-17 06:25:45 +00:00
Automatic Updater
ae11a72378
update copyright notice
2009-07-16 23:47:55 +00:00
Automatic Updater
ac94adf868
newcopyrights
2009-07-16 23:30:41 +00:00
Mark Andrews
2792e226c7
2633. [bug] Handle 15 bit rand() functions. [RT #19783 ]
2009-07-16 05:52:46 +00:00
Mark Andrews
4347f7ac12
2632. [func] util/kit.sh: warn if documentation appears to be out of
...
date. [RT #19922 ]
2009-07-16 05:29:35 +00:00
Mark Andrews
ab280fdfc5
util/kit.sh
2009-07-16 05:29:05 +00:00
Automatic Updater
3cddb2c552
regen
2009-07-15 01:13:11 +00:00
Mark Andrews
fb8db7fc3f
2631. [bug] Handle "//", "/./" and "/../" in mkdirpath().
...
[RT #19926 ]
2009-07-15 00:36:37 +00:00
Automatic Updater
3e12c54de2
update copyright notice
2009-07-14 23:47:54 +00:00
Evan Hunt
08f860f800
2630. [func] Improved syntax for DDNS autoconfiguration: use
...
"update-policy local;" to switch on local DDNS in a
zone. [RT #19875 ]
2009-07-14 22:54:57 +00:00
Evan Hunt
38cd4d14cc
2629. [port] Check for seteuid()/setegid(), use setresuid()/
...
setresgid() if not present. [RT #19932 ]
2009-07-14 22:39:30 +00:00
Jeremy Reed
00f35bc78c
Update grammar for sig-validity-interval in ARM to include
...
optional second argument.
I had noticed a few days ago that the ARM grammar for sig-validity-interval
was missing the optional second number. I saw an email again about
this today. This is for part of my RT #19931 .
Not adding a CHANGES entry for this (because feature itself was
already documented.)
2009-07-14 18:08:26 +00:00
Mark Andrews
a4463732ad
2628. [port] linux: Allow /var/run/named/named.pid to be opened
...
at startup with reduced capabilities in operation.
[RT #19884 ]
2009-07-14 05:15:00 +00:00
Automatic Updater
d85c83c414
regen
2009-07-14 01:13:07 +00:00
Automatic Updater
fd4dcaddae
update copyright notice
2009-07-13 23:47:42 +00:00
Automatic Updater
3cc98b8ece
newcopyrights
2009-07-13 23:30:31 +00:00
Automatic Updater
425682fb71
auto update
2009-07-13 23:18:04 +00:00
Evan Hunt
943cbe8ae5
2627. [bug] Named aborted if the same key was included in
...
trusted-keys more than once. [RT #19918 ]
2009-07-13 21:53:03 +00:00
Evan Hunt
ef370118d5
2626. [bug] Multiple trusted-keys could trigger an assertion
...
failure. [RT #19914 ]
2009-07-13 21:49:57 +00:00
Mark Andrews
5b7525f51f
2625. [bug] Missing UNLOCK in rbtdb.c. [RT #19865 ]
2009-07-13 07:03:47 +00:00
Mark Andrews
3bc4221346
2624. [func] 'named-checkconf -p' will print out the parsed
...
configuration. [RT #18871 ]
2009-07-13 06:57:21 +00:00
Mark Andrews
6d5852f318
2623. [bug] Named started seaches for DS non-optimally. [RT #19915 ]
2009-07-13 06:24:27 +00:00
Mark Andrews
8a655e59bc
4509: Use of SHA-256 in DNSSEC Delegation Signer (DS) Resource Records (RRs)
2009-07-12 23:51:48 +00:00