Brian Wellington
626f97e223
allow-update is not allowed in slave zones
2001-03-02 02:44:51 +00:00
Andreas Gustafsson
f65a42f377
exit with a nonzero status if there were errors
2001-03-01 02:35:13 +00:00
Mark Andrews
23f3b516f7
INSTALL_DATA vs INSTALL_PROGRAM
2001-02-28 11:33:23 +00:00
Brian Wellington
2fa9cf0bf9
remove extraneous spaces
2001-02-28 03:05:01 +00:00
Brian Wellington
48755e1737
Don't log that there are no ipv6 interfaces if built with --disable-ipv6.
2001-02-27 04:20:44 +00:00
Mark Andrews
ed0a4f1a30
757. [func] Log zone transfers.
2001-02-26 03:52:30 +00:00
Brian Wellington
1d8cbe855f
missed a few prctl.h changes
2001-02-24 23:06:34 +00:00
Brian Wellington
f8727bd903
check for <sys/prctl.h>, not <linux/prctl.h> [RT #679 ]
2001-02-24 23:05:09 +00:00
Brian Wellington
abf25eafee
- update get_address() match the one in dig
...
- remove the call to get_address when parsing the 'local' statement,
since it can't be a hostname.
2001-02-24 21:02:38 +00:00
Brian Wellington
3bb043a8b8
753. [bug] dig, host, and nslookup would fail to contact a
...
remote server if getaddrinfo() returned an IPv6
address on a system that doesn't support IPv6.
2001-02-24 20:53:26 +00:00
Brian Wellington
6fd0827482
Remove notify forwarding.
2001-02-24 00:59:00 +00:00
Brian Wellington
cd3ea9f0cf
remove NOMINUM_PUBLIC around dns_zone_setmasterswithkeys
2001-02-24 00:35:12 +00:00
Brian Wellington
c6f7fb355d
update a comment
2001-02-23 22:38:28 +00:00
Brian Wellington
7a224ba59b
test that validation of an ANY query returning a DNAME works
2001-02-23 06:22:11 +00:00
Brian Wellington
529d1b9ada
test that validation of a query returning a DNAME works
2001-02-23 06:14:44 +00:00
Andreas Gustafsson
dc9870de55
missed one instance of bug fixed in previous change
2001-02-22 23:39:11 +00:00
Andreas Gustafsson
e672999714
client_create() could return ISC_R_SUCCESS when it failed
2001-02-22 23:16:59 +00:00
Brian Wellington
ea544b0511
747. [bug] The code to determine whether an IXFR was possible
...
did not properly check for a database that could
not have a journal. [RT #908 ]
2001-02-22 19:15:01 +00:00
Andreas Gustafsson
2cb79d0f48
example code using cfg_tuple_get()
2001-02-22 04:17:57 +00:00
Brian Wellington
fa342c624a
Added start.sh and stop.sh, which read the values from conf.sh into the
...
environment and call the perl scripts.
2001-02-21 20:11:34 +00:00
Brian Wellington
4f91c46a42
Test that both normal and ANY queries that match a CNAME are properly
...
validated.
2001-02-21 06:47:45 +00:00
Brian Wellington
a41ab607a4
Test that validation of ANY queries works. Also add data to be used for
...
CNAME/DNAME tests, but not the tests yet since they fail.
2001-02-20 18:33:50 +00:00
Brian Wellington
50448dc92a
typo
2001-02-18 21:20:29 +00:00
Brian Wellington
b270a97754
Fix a case where the client could theoretically not free a temporary name.
...
It'll never happen, since dns_rdata_tostruct() cannot fail when passed a NULL
mctx, but it's more correct this way.
2001-02-18 05:56:16 +00:00
Brian Wellington
e6743c1b25
Don't call get_address when processing "-b address". The address can't be a
...
host name, and if it's not a valid address, it would call isc_app_block()
and assert since isc_app_run() had not been called yet before calling the
resolver. This could be seen by running:
dig @localhost xbill.org -b 127.0.0.1:1111
which now exits with an error.
2001-02-17 20:27:24 +00:00
Brian Wellington
7e966e0088
typos
2001-02-17 01:25:34 +00:00
Brian Wellington
b79adacaad
Add more authors.
2001-02-17 01:09:22 +00:00
Andreas Gustafsson
1a77d17120
minor style fixes
2001-02-17 01:05:30 +00:00
Andreas Gustafsson
01254cbbd4
eliminate compiler warning
2001-02-17 00:41:03 +00:00
David Lawrence
7c8b86e762
lib/dns/include is still needed to find files included via bin/named/include
2001-02-16 04:17:00 +00:00
Andreas Gustafsson
adf199832b
the rrset-order option was missing
2001-02-16 03:07:40 +00:00
Brian Wellington
f31fd1e949
Remove dispatch_test, which is also using lots of no longer existing API calls.
2001-02-16 01:12:09 +00:00
Brian Wellington
5a027af2a9
update
2001-02-16 01:08:53 +00:00
Brian Wellington
a1c4585f1c
Remove ndcconf_test, since the old ndc parser is gone. Remove
...
dispatch_tcp_test, since the only parts of the dispatcher api it used
no longer exist.
2001-02-16 01:07:37 +00:00
Brian Wellington
c44ecc9bb8
#include <dns/acl.h>
2001-02-16 01:00:42 +00:00
Brian Wellington
8f66dad939
Make rndc use the new config parser. If anyone has any rndc.conf files
...
sitting around, testing them would be nice.
2001-02-16 00:41:43 +00:00
Brian Wellington
ede71ac5d2
fix suspicious (yet correct) use of strncat() in get_address() [RT #863 ]
2001-02-16 00:04:18 +00:00
Brian Wellington
f22ef00109
fix the potential buffer overflow in printgreeting() [RT #863 ]
2001-02-15 23:57:22 +00:00
Ben Cottrell
d8dde7c9fb
Style fixes per Andreas, functionality fixes per Michael Sawyer.
...
The printgreeting() stuff is fixed once and for all by the change
to clone_lookup... I think this is the "right" way of doing it.
2001-02-15 23:44:08 +00:00
Andreas Gustafsson
7aff04f5d0
removed unused struct field client::disconnect
2001-02-15 23:42:54 +00:00
Brian Wellington
c3de05e48a
send usage to stderr, not stdout.
2001-02-15 23:26:29 +00:00
Brian Wellington
e51477c9c4
Don't need to initialize dst anymore.
2001-02-15 19:45:27 +00:00
Andreas Gustafsson
08b48bdf45
missing space between words in error message
2001-02-15 19:38:09 +00:00
Andreas Gustafsson
eae31304be
80 columns
2001-02-15 19:02:18 +00:00
Andreas Gustafsson
1348364377
added more sample code for extracting key secrets from rndc.conf
2001-02-15 18:55:03 +00:00
Andreas Gustafsson
b6c943d1c9
added sample code for extracting key secrets from rndc.conf
2001-02-15 18:53:28 +00:00
Andreas Gustafsson
5d9cd26d79
added test program for new configuration parser
2001-02-15 05:15:27 +00:00
Andreas Gustafsson
3ad7f12f74
exit if restarting server fails; increase sleep after SIGKILLing server
...
to give sockets time to be freed
2001-02-15 01:04:06 +00:00
Matt Nelson
214eae639d
Made obsolete by .pl version.
2001-02-15 00:10:33 +00:00
Matt Nelson
2d556761c2
Use stop.pl to stop servers, not stop.sh.
2001-02-15 00:07:03 +00:00