Andreas Gustafsson
ae0bc2f30e
Make client reference counts work the same way as all
...
other reference counts: replace ns_client_wait() and
ns_client_unwait() by ns_client_attach() and ns_client_detach(),
respectively
2000-02-11 20:56:19 +00:00
Andreas Gustafsson
6f6eeb26e4
prepare for introducing dns_c_ipmatch_any
2000-02-11 18:26:09 +00:00
James Brister
e3f0a6821c
configure_view() was not detaching iplist after use.
2000-02-11 15:29:37 +00:00
Andreas Gustafsson
e5f8f2659b
yet another major reorganization of client shutdown
...
procedures, in preparation for client timeouts
2000-02-10 22:16:56 +00:00
Brian Wellington
26e1af486a
Use dns_message_reply() when responding to an update message
2000-02-10 22:14:39 +00:00
David Lawrence
ae4cbb69ee
[RT 17] Special handling of prefix/sysconfdir/localstatedir. If none
...
are given, install to /usr/local but use /etc/named.conf and
/var/run/named.pid. If prefix is given, use it in the other two if they
are not also provided.
2000-02-10 01:14:06 +00:00
Andreas Gustafsson
66142ee20a
client leaked socket if shutdown was in progress when
...
accept completed
2000-02-10 00:28:36 +00:00
Andreas Gustafsson
a174757026
implemented the 'localhost' and 'localnets' ACLs
2000-02-09 22:59:40 +00:00
Andreas Gustafsson
78666b7543
added test cases for isc_netaddr_masktoprefixlen()
2000-02-09 22:57:05 +00:00
Bob Halley
19389c0bb1
lint
2000-02-09 19:23:30 +00:00
Andreas Gustafsson
a7e803adb0
obey the new transfer-source-v6 config options
2000-02-09 19:04:26 +00:00
James Brister
71f6034b7e
Add tests for transfer-source-v6 and query-source-v6
2000-02-09 16:36:59 +00:00
James Brister
35393c5cfa
Get query source address and port together
2000-02-09 16:36:19 +00:00
Bob Halley
a2f3208f7f
add DESTDIR support
2000-02-08 21:50:23 +00:00
Bob Halley
bfc2d518d1
use ns_g_defaultpidfile
2000-02-08 21:15:41 +00:00
Brian Wellington
75f8396869
Pass covers field to dns_db_deleterdataset
2000-02-08 19:27:36 +00:00
Brian Wellington
683e95c97a
Pass a ttl to dns_buildnxt. Uses 3600 now, but better code could be copied
...
from signer.c if nxtify is ever going to be used.
2000-02-08 19:04:36 +00:00
Brian Wellington
201b17e55f
Determine the minimum ttl from the SOA and pass it into dns_buildnxt
2000-02-08 19:03:29 +00:00
Bob Halley
8545bb4765
change working directory immediately after parsing the options block
2000-02-08 01:30:16 +00:00
Andreas Gustafsson
cd3674b4b2
don't configure the zone's query ACL twice
2000-02-07 22:01:05 +00:00
Andreas Gustafsson
e55b792a68
do not listen on interfaces that are not marked 'up'
2000-02-07 18:47:43 +00:00
Andreas Gustafsson
02b6658a6c
report use of the unsupported 'localhost' and 'localnets'
...
ACLs early instead of getting an assertion failure later when
trying to use them (RT #8 )
2000-02-05 22:12:45 +00:00
Brian Wellington
3aa0851a58
more fixes relating to glue
2000-02-05 20:28:56 +00:00
Bob Halley
49f7fd6152
get rid of printmsg.o
2000-02-04 01:51:08 +00:00
Bob Halley
cd5724d610
install named
2000-02-04 01:47:07 +00:00
Michael Graff
b44c3c7399
try nibble mode first, and if that fails, try bitstring mode. This should be
...
reversed at some point, but not until more people use bitstrings
2000-02-04 01:14:17 +00:00
Michael Graff
e24f605ad6
check in more test cases, no functional change
2000-02-04 01:09:48 +00:00
Andreas Gustafsson
106003e7b4
added missing break statement after iquery case
2000-02-04 00:46:58 +00:00
Olafur Gudmundsson
f4e90d4323
Memory leak plugged for log context
2000-02-04 00:34:37 +00:00
Bob Halley
7d32c065c7
update copyright
2000-02-03 23:50:32 +00:00
Bob Halley
ca41b452ed
update copyrights
2000-02-03 23:08:31 +00:00
Bob Halley
0a92e5510e
only build sdig, signer, and subdir tests by default.
2000-02-03 22:55:19 +00:00
Andreas Gustafsson
62e4837585
suppress compiler warning
2000-02-03 22:46:07 +00:00
Bob Halley
7d98a1783f
update copyrights
2000-02-03 22:29:57 +00:00
Michael Graff
736a33e263
don't free the event twice.
2000-02-03 20:50:06 +00:00
Brian Wellington
14865492bc
don't quit if dns_dnssec_findzonekeys returns ISC_R_NOTFOUND
2000-02-03 18:49:08 +00:00
Michael Graff
0194d7c3b1
Fix a logic flow bug. There be ohters, which I will fix asap
2000-02-03 18:46:38 +00:00
Olafur Gudmundsson
85a932c4f4
enable logging from dns libraries
2000-02-03 17:50:08 +00:00
Brian Wellington
78524085b5
minor bugfixes
2000-02-03 16:58:54 +00:00
Michael Graff
1a0e33bc20
implement DNS_ADBFIND_GLUEOK, DNS_ADBFIND_HINTOK, and DNS_ADBFIND_IGNORELAME
2000-02-02 23:24:04 +00:00
Andreas Gustafsson
d2bb8318e5
removed #include <dns/confip.h>
2000-02-02 21:05:18 +00:00
Andreas Gustafsson
6612c92a77
replaced remaining references to 'update' with 'notify'
2000-02-02 21:03:12 +00:00
Andreas Gustafsson
5a2b8787dc
more comments
2000-02-02 21:02:11 +00:00
Andreas Gustafsson
9f3188c3b7
removed obsolete comment
2000-02-02 21:01:59 +00:00
Mark Andrews
25a3fe479f
remove unreachable code
2000-02-02 05:55:56 +00:00
Bob Halley
bd02a77484
add norecurse
2000-02-02 02:17:31 +00:00
Bob Halley
5d8c8b966c
separate omapi init/destroy from listen
2000-02-02 02:16:59 +00:00
Mark Andrews
9a79198176
lint
2000-02-02 01:09:56 +00:00
Mark Andrews
095c311c79
main(){exit(0);} -> main(){return (0);}
2000-02-02 01:06:27 +00:00
Mark Andrews
9682cdee53
return rather than exit
2000-02-02 01:02:59 +00:00