Danny Mayer
3571e1bda4
Added Copyright Statement
2001-08-06 05:33:17 +00:00
Mark Andrews
a769eca4e3
cleanup
...
document "rndc -k"
2001-08-06 04:25:08 +00:00
Mark Andrews
8173a963d2
#if (result) should have been #if (result == ISC_R_SUCCESS) otherwise we
...
would fail to replace the keys if they changed.
Add the IPv4 any control before the IPv6 any control.
2001-08-06 01:03:53 +00:00
Mark Andrews
d8ec3078d4
relax safe_create().
2001-08-04 08:15:02 +00:00
Mark Andrews
ee8a5c01e2
only call get_key_info() in update_listener() if control != NULL.
2001-08-04 07:49:38 +00:00
Mark Andrews
9bac746a3c
keyless inet controls triggered assertion. [RT#1566]
2001-08-04 07:38:06 +00:00
Andreas Gustafsson
4c69379d79
don't print empty lines until we can figure out
...
how to print them only when actually using keyboard
entropy. The existing code was clearly wrong, as it used
an enumerated value as a boolean
2001-08-03 23:44:49 +00:00
Andreas Gustafsson
b769845105
improved comments
2001-08-03 23:06:46 +00:00
Andreas Gustafsson
7dacac1909
added .cvsignore file
2001-08-03 22:35:06 +00:00
Andreas Gustafsson
0094faa6e0
Reduced code duplication. Code duplication is evil.
2001-08-03 22:33:02 +00:00
Andreas Gustafsson
644772cf06
eliminated needless use of string literal concatenation
2001-08-03 22:12:42 +00:00
Andreas Gustafsson
dfe3edd7cd
use ${srcdir}/include, not ./include, in the include path so
...
that builds into a separate object directory work; eliminiated the RNDCINCLUDES
and CONFINCLUDES macros since they are not really necessary;
eliminated -DRNDC_SYSCONFDIR option passed to compiler when compiling
rndc-confgen.c since it is not actually used
2001-08-03 22:03:10 +00:00
Andreas Gustafsson
89209405b7
spacing
2001-08-03 21:44:45 +00:00
Andreas Gustafsson
b4b47bf187
simplified by using dns_acl_any()
2001-08-03 20:05:42 +00:00
Brian Wellington
f5862b6f22
fix warning
2001-08-03 18:39:50 +00:00
Andreas Gustafsson
1bcdcce64b
simplified by using dns_acl_any()
2001-08-03 18:28:48 +00:00
Brian Wellington
3dfc806ddf
fix key algorithm checks
2001-08-03 18:12:08 +00:00
Andreas Gustafsson
f8c304e5a5
removed comment stating that 'For this reason,
...
the automagic key is not regenerated on each reload', which is no longer
applicable since automagic keys are no longer regenerated
by the server at all
2001-08-03 18:03:02 +00:00
Brian Wellington
337a8fe16a
Add Danny's name to the authors.bind list
2001-08-03 17:58:18 +00:00
Andreas Gustafsson
7dac8d231c
the server would catch an assertion failure if the key statement in rndc.key
...
was missing the algorithm or secret clause
2001-08-03 17:24:11 +00:00
Mark Andrews
326bcfa0e2
rndc.key support
2001-08-03 05:56:22 +00:00
Danny Mayer
a59a1d313a
Updated .mak files to remove dependancies
2001-08-02 07:05:43 +00:00
Andreas Gustafsson
2627aca3bb
oops, one too may CFLAGS snuck in
2001-08-01 22:16:06 +00:00
Andreas Gustafsson
0a53284205
951. [bug] CFLAGS was not passed to the linker when
...
linking some of the test programs under
bin/tests. [RT #1555 ].
2001-08-01 22:06:29 +00:00
Andreas Gustafsson
e0315f2160
added 'masterfile' system test to make sure
...
rt #1558 does not happen again
2001-08-01 19:01:02 +00:00
Brian Wellington
44c141f947
949. [bug] host was unable to print records larger than 512
...
bytes. [RT #1557 ]
(the limit is now 32K)
2001-08-01 16:18:56 +00:00
Andreas Gustafsson
b76883e1cc
issue a more descriptive error message when multiple conflicting
...
forwarding policies are configured
2001-07-31 19:22:51 +00:00
Andreas Gustafsson
4e6b8a18ff
update_copyrights
2001-07-31 00:03:21 +00:00
Mark Andrews
c38b92000c
947. [bug] dns_rdata_soa_t had a badly name element "mname" which
...
was really the RNAME field from RFC1035. To avoid
confusion and silent errors that would occur it ther
"origin" and "mname" elements were given their correct
names "mname" and "rname" respectively, the "mname"
element is renamed to "contact".
2001-07-30 01:09:14 +00:00
Brian Wellington
ecc38edf79
make +trace and +nssearch work together
2001-07-29 23:23:42 +00:00
Danny Mayer
238e6556ea
Restore dnssec-signzone to list of binaries to install
2001-07-28 02:45:07 +00:00
Brian Wellington
3d388146c6
if both +trace and +nssearch are specified, ignore the second one.
2001-07-28 01:41:28 +00:00
Brian Wellington
a0d965e7b1
comments
2001-07-28 01:01:02 +00:00
Brian Wellington
3806886c28
oops, dig +nssearch and host -C work again.
2001-07-28 00:55:15 +00:00
Brian Wellington
d0de20156a
Make +trace work. More cleanup.
2001-07-28 00:11:15 +00:00
Brian Wellington
57bccaacd0
cleanup
2001-07-27 22:07:10 +00:00
Andreas Gustafsson
321fd0ceb4
in named-checkconf, pass in the complete path of named.conf
...
as NAMED_CONFFILE instead of constructing it by compile-time concatenation of NS_SYSCONFDIR
and /named.conf, to facilitate win32 support
2001-07-27 17:45:29 +00:00
Brian Wellington
1d78c8d7cd
unused variables
2001-07-27 17:39:10 +00:00
Brian Wellington
637b4b4392
simplify header printing code.
2001-07-27 06:45:20 +00:00
Brian Wellington
0e0e575ec1
unused variables and stuff
2001-07-27 06:11:10 +00:00
Brian Wellington
f3f143f249
simplify TSIG key loading
2001-07-27 05:52:45 +00:00
Brian Wellington
46e349e515
more minor cleanup
2001-07-27 05:41:46 +00:00
Brian Wellington
f9521c63ea
minor cleanup
2001-07-27 05:26:38 +00:00
Danny Mayer
1f43af072f
Added named-check* apps to install list
2001-07-27 05:06:34 +00:00
Danny Mayer
ed1f8b162a
added named.key file path to global variable
2001-07-27 05:02:11 +00:00
Danny Mayer
66a38d1693
Changed log to logc to allow VC++ to compile it on win32
2001-07-27 04:59:01 +00:00
Danny Mayer
a246e32f29
win32 build files for named-check*
2001-07-27 04:57:24 +00:00
Brian Wellington
a781910430
#define PATH_MAX if it's not already defined (such as on HURD) [RT #1543 ]
2001-07-26 22:09:25 +00:00
Andreas Gustafsson
113b83a9e2
always build cfg_test, since it is now needed when
...
regenerating the documentation
2001-07-26 21:33:28 +00:00
Brian Wellington
26a5f97dd8
Don't refer to keys as "TSIG keys", since they might be used for rndc only,
...
and this could be confusing.
2001-07-26 20:54:35 +00:00