Francis Dupont
8e8a1d612b
fix too long with dname error
2011-03-18 21:25:18 +00:00
Francis Dupont
c38842e702
silent compiler warnings for DLZ exernal driver support and example
2011-03-17 09:41:07 +00:00
Francis Dupont
8e107fc964
missing changes from 23467
2011-03-17 09:40:08 +00:00
Automatic Updater
b7f0a015a5
update copyright notice
2011-03-12 04:59:19 +00:00
Mark Andrews
2b7246e25e
3071. [bug] has_nsec could be used unintialised in
...
update.c:next_active. [RT #20256 ]
2011-03-11 12:54:11 +00:00
Mark Andrews
ac6edf67d5
3069. [cleanup] Silence warnings messages from clang static analysis.
...
[RT #20256 ]
2011-03-11 06:47:09 +00:00
Mark Andrews
7569efe572
3067. [bug] ixfr-from-differences {master|slave}; failed to
...
select the master/slave zones. [RT #23580 ]
2011-03-11 00:47:28 +00:00
Automatic Updater
fd4fce965f
update copyright notice
2011-03-10 23:47:29 +00:00
Evan Hunt
b2b2a5f7e5
3066. [func] The DLZ "dlopen" driver is now built by default,
...
no longer requiring a configure option. To
disable it, use "configure --without-dlopen".
(Note: driver not supported on win32.) [RT #23467 ]
2011-03-10 04:29:18 +00:00
Automatic Updater
e6cb7b9ab7
update copyright notice
2011-03-05 23:52:09 +00:00
Mark Andrews
10df90ff08
add #include <isc/file.h>
2011-03-05 03:08:10 +00:00
Scott Mann
d31b2fb85d
Ensure that log files are plain files. (RT #22771 )
2011-03-04 14:10:13 +00:00
Evan Hunt
bcfe6d5d75
3057. [bug] "rndc secroots" would abort after the first error
...
and so could miss some views. [RT #23488 ]
2011-03-03 16:18:12 +00:00
Evan Hunt
8590157237
3053. [bug] Under a sustained high query load with a finite
...
max-cache-size, it was possible for cache memory
to be exhausted and not recovered. [RT #23371 ]
2011-03-03 04:43:02 +00:00
Mark Andrews
85b6ed540e
3039. [bug] Save and restore the gid when creating creating
...
named.pid at startup. [RT #23290 ]
2011-03-02 00:04:01 +00:00
Automatic Updater
09bde3103b
update copyright notice
2011-02-28 01:20:05 +00:00
Automatic Updater
f63807d797
regen
2011-02-28 01:10:45 +00:00
Mark Andrews
63c61f34fd
check for snprintf failure. [RT #22521 ]
2011-02-21 07:16:16 +00:00
Evan Hunt
7ff8511bf5
3025. [bug] Fixed a possible deadlock due to zone resigning.
...
[RT #22964 ]
2011-02-18 23:23:08 +00:00
Scott Mann
ff6618557c
Fix prz SERVFAILs after failed zone transfer (RT23246)
2011-02-18 15:27:58 +00:00
Evan Hunt
8920c09ea3
3021. [bug] Change #3010 was incomplete. [RT #22296 ]
2011-02-16 19:46:12 +00:00
Automatic Updater
81ed53a54e
regen v9_8
2011-02-03 12:29:19 +00:00
Automatic Updater
ddbe4c63e4
update copyright notice
2011-02-03 12:17:50 +00:00
Mark Andrews
f82e44954d
3013. [bug] The DNS64 ttl was not always being set as expected.
...
[RT #23034 ]
2011-02-03 07:39:03 +00:00
Mark Andrews
1d782ffb79
3012. [bug] Remove DNSKEY TTL change pairs before generating
...
signing records for any remaing DNSKEY changes.
[RT #22590 ]
2011-02-03 06:18:51 +00:00
Mark Andrews
ea09a134fd
3011. [func] Change the default query timeout from 30 seconds
...
to 10. Allow setting this in named.conf using the new
'resolver-query-timeout' option, which specifies a max
time in seconds. 0 means 'default' and anything longer
than 30 will be silently set to 30. [RT #22852 ]
2011-02-03 05:50:08 +00:00
Evan Hunt
4bfb1e97f5
3010. [bug] Fixed a bug where "rndc reconfig" stopped the timer
...
for refreshing managed-keys. [RT #22296 ]
2011-02-03 00:20:51 +00:00
Mark Andrews
cc5e0baaef
arguements out of order
2011-01-13 23:16:06 +00:00
Automatic Updater
2352050890
update copyright notice
2011-01-13 08:50:29 +00:00
Mark Andrews
16ae8f12c2
add -V to foreground flags
2011-01-13 08:46:34 +00:00
Mark Andrews
6767b5b544
openssl include path
2011-01-13 08:15:30 +00:00
Mark Andrews
0a24e3a8ae
openssl include path
2011-01-13 07:51:06 +00:00
Mark Andrews
fd7b3477c3
openssl include path
2011-01-13 07:25:35 +00:00
Automatic Updater
9cee5bb028
update copyright notice
2011-01-13 04:59:26 +00:00
Mark Andrews
9d53927aa8
zone = NULL
2011-01-13 03:57:50 +00:00
Mark Andrews
87708bde16
3008. [func] Response policy zones (RPZ) support. [RT #21726 ]
2011-01-13 01:59:28 +00:00
Automatic Updater
135bcc2e42
update copyright notice
2011-01-11 23:47:14 +00:00
Mark Andrews
433e06a25c
3006. [func] Allow dynamically generated TSIG keys to be preserved
...
across restarts of named. Initially this is for
TSIG keys generated using GSSAPI. [RT #22639 ]
2011-01-10 05:32:04 +00:00
Automatic Updater
65ad89971e
regen HEAD
2011-01-08 01:15:44 +00:00
Automatic Updater
93235c1cba
update copyright notice
2011-01-07 23:47:07 +00:00
Evan Hunt
a727690e8b
HPUX: silence compiler warnings about signed/unsigned comparisons
2011-01-07 21:42:03 +00:00
Mark Andrews
dc4fa197dd
3004. [func] DNS64 reverse support. [RT #22769 ]
2011-01-07 04:31:39 +00:00
Evan Hunt
5a87f3439e
Initialize a pointer to NULL in order to to silence a compiler warning.
...
Committing without review because the change is trivial.
2011-01-07 00:50:06 +00:00
Automatic Updater
db69d5d53c
update copyright notice
2011-01-06 23:47:00 +00:00
Evan Hunt
3916872f37
3003. [experimental] Added update-policy match type "external",
...
enabliing named to defer the decision of whether to
allow a dynamic update to an external daemon.
(Contributed by Andrew Tridgell.) [RT #22758 ]
2011-01-06 23:24:39 +00:00
Automatic Updater
9412850a75
regen
2011-01-05 23:30:46 +00:00
Automatic Updater
1da9dbcf48
update copyright notice
2011-01-04 23:47:14 +00:00
Automatic Updater
a184761e52
regen
2011-01-04 23:30:37 +00:00
Evan Hunt
79bf7c874b
3001. [func] Added a default trust anchor for the root zone, which
...
can be switched on by setting "dnssec-validation auto;"
in the named.conf options. [RT #21727 ]
2011-01-03 23:45:08 +00:00
Evan Hunt
d9ad0a55bb
3000. [bug] More TKEY/GSS fixes:
...
- nsupdate can now get the default realm from
the user's Kerberos principal
- corrected gsstest compilation flags
- improved documentation
- fixed some NULL dereferences
[RT #22795 ]
2010-12-24 02:20:47 +00:00