2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00
Commit Graph

39 Commits

Author SHA1 Message Date
Brian Wellington
84feab0fad If an ssutable is present, it's used instead of an allow-update acl 2000-03-06 19:08:05 +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
Andreas Gustafsson
3b14e4434a dynamic updates now attach to client object while waiting
to be executed
2000-02-11 21:09:32 +00:00
Brian Wellington
26e1af486a Use dns_message_reply() when responding to an update message 2000-02-10 22:14:39 +00:00
Andreas Gustafsson
a174757026 implemented the 'localhost' and 'localnets' ACLs 2000-02-09 22:59:40 +00:00
Bob Halley
7d98a1783f update copyrights 2000-02-03 22:29:57 +00:00
Andreas Gustafsson
d2bb8318e5 removed #include <dns/confip.h> 2000-02-02 21:05:18 +00:00
Andreas Gustafsson
66c41c5b4f use the UNUSED() macro 2000-01-27 01:14:13 +00:00
Michael Graff
3ddd814a97 dns_result_t is no more. s/dns_result_t/isc_result_t/ -- more later, when I need a break. 1999-12-23 00:09:04 +00:00
Andreas Gustafsson
542189f21b dns_result_torcode() now converts ISC_R_SUCCESS into
dns_rcode_noerror, not dns_rcode_servfail
1999-12-22 22:11:18 +00:00
Michael Graff
58aaab3687 isc_stdtime_get() now returns void, not isc_result_t. 1999-12-16 23:29:07 +00:00
Andreas Gustafsson
6017f424ee introducing dns_acl_t; other restructuring of server
configuration process aiming to reduce the degree of mutual dependency
between lib/dns/config and the rest of libdns
1999-12-16 23:11:07 +00:00
Mark Andrews
a8f4de1bf1 opcode was not being set in response 1999-12-16 01:47:57 +00:00
Andreas Gustafsson
5cee8302fc dns_aml_checkrequest() now takes signer name, not message 1999-12-10 18:14:49 +00:00
Andreas Gustafsson
de90a25a59 changed arguments to dns_aml_checkrequest() 1999-12-02 22:28:25 +00:00
Andreas Gustafsson
d8c70cbcd7 use new AML code for checking "allow-update" 1999-11-30 22:11:11 +00:00
Andreas Gustafsson
1a3d6530f6 deleting the last NS should always succeed when not at the zone apex 1999-11-19 19:07:16 +00:00
Andreas Gustafsson
5012c7b994 obey the allow-update configuration statement, kind of -
allowing a key will currently allow any key, and allowing an IP address
will allow updates from any IP address
1999-11-18 22:29:45 +00:00
Mark Andrews
19c5c23ef6 fix compiler warning: While loop condition is always non-zero.
nxt_30.c enforce type range to 1..127. DNS_R_RANGE otherwise.
1999-11-03 01:07:02 +00:00
Andreas Gustafsson
f977908972 log dynamic update signature approval 1999-11-02 23:47:41 +00:00
Andreas Gustafsson
8e8c5f7081 require a valid signature on dynamic updates 1999-11-02 23:37:04 +00:00
Andreas Gustafsson
ea398d3eba result code was not always being set on failure 1999-11-02 19:17:39 +00:00
Mark Andrews
fe37278859 in6_addr.s6_addr is *always* an array. 1999-10-29 06:36:05 +00:00
Andreas Gustafsson
71a16ee135 checkpoint, introducing new type dns_zonemgr_t 1999-10-29 00:46:53 +00:00
Andreas Gustafsson
8803b05108 use the logging library, not printf 1999-10-25 20:23:13 +00:00
Andreas Gustafsson
999ae80184 use zone task pool for update queueing; use separate journal file
for each zone
1999-10-21 00:35:53 +00:00
Andreas Gustafsson
30805ef951 undo previous change: both issues were already addressed 1999-10-14 19:55:34 +00:00
Mark Andrews
92450223ca missing variable, result could be used before being set. 1999-10-14 04:20:20 +00:00
Andreas Gustafsson
e112f5a7ab uninitialized variable 1999-10-14 02:07:10 +00:00
Andreas Gustafsson
ac83c71498 undo part of previous change: don't construct reply message twice 1999-10-14 02:05:07 +00:00
Bob Halley
d60f5b9bc8 Zone support 1999-10-14 01:37:00 +00:00
Andreas Gustafsson
581db30788 zonedb->zonetable; queueing of concurrent updates 1999-10-14 00:03:04 +00:00
Andreas Gustafsson
c6e6677724 Paul says SOA record updates that leave the serial number unchanged
should be silently ignored
1999-10-11 22:34:36 +00:00
Andreas Gustafsson
f4c0131a46 eliminate "end-of-loop code not reached" warnings on Solaris 2.6 1999-10-11 20:00:24 +00:00
Bob Halley
297377a502 DIFF_VALID to DNS_DIFF_VALID 1999-09-22 00:31:28 +00:00
Andreas Gustafsson
b2c71d98df automatic updating of SIGs and NXTs in secure zones 1999-09-09 08:58:00 +00:00
Bob Halley
9637357a77 a6 chains in additional data 1999-09-08 01:10:26 +00:00
Bob Halley
732e0731de SIG support 1999-08-31 22:14:06 +00:00
Andreas Gustafsson
4cd3d6df39 initial checkin 1999-08-20 05:35:16 +00:00