Andreas Gustafsson
b044e6daba
updated comment to reflect changed interface
2000-03-02 01:14:02 +00:00
Andreas Gustafsson
a6535a2681
consistently use single quotes around quoted text in log messages
2000-03-01 22:41:59 +00:00
David Lawrence
142b9c806e
format comment to 79 columns
2000-03-01 21:28:38 +00:00
Brian Wellington
2e9fe863e1
Print a warning if we see a wildcard in a zone we're signing.
2000-03-01 21:23:46 +00:00
Andreas Gustafsson
0e7a542683
improved error reporting
2000-03-01 20:40:33 +00:00
Andreas Gustafsson
11d435aa4c
implemented logging defaults suggested by Tale
2000-03-01 20:40:14 +00:00
Andreas Gustafsson
254993b725
removed support for -ff (use -g); updated usage message accordingly
2000-03-01 18:50:58 +00:00
David Lawrence
7fe1fdea0d
Number stderr lines for easier visual inspection.
...
Test ISC_LOG_DEBUGONLY used by default_debug.
Print a banner about the expected output.
2000-03-01 17:35:00 +00:00
Andreas Gustafsson
e02c696ea5
checkpoint: restructured logging configuration code
...
to enable the default logging configuration to be defined
in one place
2000-03-01 00:40:54 +00:00
Michael Graff
d456800909
formatting nit; no functional change
2000-02-29 20:09:37 +00:00
Andreas Gustafsson
32b61e553b
foreground mode with logging to stderr is now -g, not -ff
2000-02-29 18:37:14 +00:00
Andreas Gustafsson
ef890b8214
renamed -N option to -n for portability
2000-02-28 22:19:47 +00:00
Andreas Gustafsson
f30f2b279c
direct logging to stderr iff the '-f' option is doubled
2000-02-28 22:17:59 +00:00
Bob Halley
21c39a1a83
initialize type in channel_fromconf()
2000-02-28 19:18:13 +00:00
Andreas Gustafsson
353dcaf1cc
'logging' statement partially wired up
2000-02-28 18:38:44 +00:00
David Lawrence
fd088dc8c8
remove xtargets with make clean/distclean; omapi_test needs DNSLIBS
2000-02-28 16:27:59 +00:00
David Lawrence
edcd1247ad
isc_log_create now has three parameters, the additional one used to
...
return an isc_logconfig_t. isc_log_cretechannel and isc_log_usechannel
now take an isc_logconfig_t instead of an isc_log_t; this is to address
reconfiguration in a multithreaded environment.
isc_logconfig_create, isc_logconfig_get, isc_logconfig_use and
isc_logconfig_destroy were added to work with the new isc_logconfig_t type.
isc_logregister_categories and dns_log_init are now both void rather than
returning isc_result_t.
2000-02-26 19:57:02 +00:00
Andreas Gustafsson
cfab2f4e03
implemented the 'transfers-in' option
2000-02-25 17:34:05 +00:00
Bob Halley
6c6d0a2a06
test dns_name_splitatdepth() and dns_name_depth()
2000-02-25 01:05:53 +00:00
Andreas Gustafsson
e01ecff4b1
Implemented the 'transfers' clause of the 'server' statement
...
> and the 'transfers-per-ns' option.
2000-02-25 00:52:11 +00:00
Andreas Gustafsson
2bc0dee981
implemented the 'transfer-format' clause of the 'server' statement
2000-02-24 22:55:46 +00:00
Andreas Gustafsson
604b92d94d
removed outdated comment
2000-02-24 21:41:56 +00:00
Andreas Gustafsson
03ccfda9ec
the view now has a peer list
2000-02-24 21:12:16 +00:00
Andreas Gustafsson
5190d41952
use ${top_srcdir} when including server headers
...
so that building outside the source tree works
2000-02-23 18:09:49 +00:00
Andreas Gustafsson
8dca197b5c
use .@O@, not .o, in the (unused) zone2_test build rule
2000-02-23 17:36:36 +00:00
Andreas Gustafsson
3eef7eaba0
renamed dns_acl_checkrequest() to ns_client_checkacl()
...
and moved it to bin/named/client.c to reflect the fact that it
implemented BIND ACL policy more than general-purpose library
functionality; resolve ACL defaults at configuration time
rather than when the ACL is evaluated
2000-02-22 21:24:24 +00:00
Michael Graff
7eecba1d43
use forwarders from resolv.conf
2000-02-18 03:53:56 +00:00
Michael Graff
d85ad40f97
remove hex dump of packets sent
2000-02-18 03:53:35 +00:00
Michael Graff
1fc244c82f
parse /etc/resolv.conf, but don't yet do much about it.
2000-02-18 01:37:38 +00:00
Andreas Gustafsson
91a4c38fc9
removed newlines from log messages
2000-02-17 20:06:32 +00:00
Andreas Gustafsson
c0d0a59d1b
removed newlines from UNEXPECTED_ERROR() messages
2000-02-17 19:58:59 +00:00
Andreas Gustafsson
dd75e174ec
typo in usage message
2000-02-17 19:22:15 +00:00
Andreas Gustafsson
e38cc88b71
deprecated the -b option (use -c instead);
...
if there was exactly one non-option argument (as in 'named foo')
it was silently ignored - issue a usage message instead;
also issue a usage message if we get an unknown command line option;
update the update message to reflect reality (leaving the -x option
undocumented)
2000-02-17 19:21:00 +00:00
Andreas Gustafsson
377333ac58
include peer address when logging TCP connections and
...
client requests
2000-02-17 18:18:24 +00:00
Andreas Gustafsson
9fdf20d0de
implemented periodic network interface scanning
2000-02-16 19:58:39 +00:00
Andreas Gustafsson
e0e78c2ce5
log the destruction of network interfaces
2000-02-16 19:57:06 +00:00
Andreas Gustafsson
71385229ce
use the UNUSED() macro
2000-02-16 18:21:17 +00:00
James Brister
e25765f84a
Build new resolv.conf parser tester.
2000-02-16 17:47:37 +00:00
James Brister
ae32d75897
Tester for resolv.conf parser.
2000-02-16 17:46:18 +00:00
James Brister
de20d36fef
sample resolv.conf for testing the parser.
2000-02-16 17:40:41 +00:00
Michael Graff
9094466faf
return 'lame' servers, too. This is after all why I put that flag there...
2000-02-16 17:21:41 +00:00
Michael Graff
4e675038a0
pseudo-prime ip6.int using a fake query
2000-02-16 02:33:23 +00:00
Michael Graff
5be443d94b
implement a 10 minute bitstring-reverse-query avoidance if we tried once and
...
it failed with ISC_R_FAILURE, DNS_R_SERVFAIL, or DNS_R_FORMERR.
This makes it so we don't try the bitstring lookup when it will most
likely fail.
2000-02-16 01:51:17 +00:00
Andreas Gustafsson
fd0bc40a25
IP addresses in ACLs are now represented as
...
isc_netaddr_t, not isc_sockaddr_t
2000-02-15 19:53:05 +00:00
James Brister
fbaec7a6e3
Use new config ipmatch element type: dns_c_ipmatch_any
2000-02-15 16:58:52 +00:00
Andreas Gustafsson
d18d98734f
implemented client timeouts; made outgoing zone transfers
...
use the client timers instead of creating their own
2000-02-14 23:56:47 +00:00
Brian Wellington
2d478b7049
comments and logging changes
2000-02-14 23:38:31 +00:00
Michael Graff
543da41dbb
fix a memory leak I just created.
2000-02-14 22:54:03 +00:00
Michael Graff
8dd17056ff
allow building everything via 'make all_tests'
2000-02-14 22:48:34 +00:00
Brian Wellington
46374d51a6
print usage in more situations, make usage fit in 24 lines
2000-02-14 22:34:08 +00:00