2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00
Commit Graph

7824 Commits

Author SHA1 Message Date
Mark Andrews
92f372bb48 Initial checkin. 2000-12-14 21:41:50 +00:00
Mark Andrews
e7f4be873f add checking files 2000-12-14 21:35:25 +00:00
Mark Andrews
e99691e566 cleanup 2000-12-14 21:33:34 +00:00
Mark Andrews
7e8c1a13e9 Initial checkin. 2000-12-14 21:33:11 +00:00
Andreas Gustafsson
6383cfc666 added more enum drafts 2000-12-14 21:27:03 +00:00
Mark Andrews
8fd925169f keep CAP_SYS_RESOURCE 2000-12-14 18:29:57 +00:00
Mark Andrews
54f00517c5 Add check-zone. 2000-12-14 01:45:53 +00:00
Mark Andrews
ef65850496 add check 2000-12-14 01:12:38 +00:00
Mark Andrews
0de782ac54 bring into line w/ man page. 2000-12-14 01:03:48 +00:00
Mark Andrews
f815ada673 Initial checkin. 2000-12-14 00:52:44 +00:00
Brian Wellington
ee10d3de18 #include <stdio.h> 2000-12-13 21:28:38 +00:00
Andreas Gustafsson
93ead7de34 omit lib/cfg from distribution until it is ready 2000-12-13 21:21:30 +00:00
Andreas Gustafsson
eaa45770d0 draft-aboba-dnsext-mdns-01.txt was apparently superseded by draft-ietf-dnsext-mdns-00.txt 2000-12-13 18:19:11 +00:00
Andreas Gustafsson
fe9c5d2fc5 updated drafts 2000-12-13 18:16:16 +00:00
Andreas Gustafsson
cdb41f0dc3 added more multicast DNS drafts 2000-12-13 18:15:16 +00:00
David Lawrence
3d509f54ac 613. [bug] "rndc reload zone" now reloads primary zones.
It previously only updated slave and stub zones,
			if an SOA query indicated an out of date serial.
2000-12-13 07:18:44 +00:00
Mark Andrews
fa67ca21f6 make dns_zone_load work w/o being managed.
add bin/check/Makefile to configure
2000-12-13 06:21:42 +00:00
Mark Andrews
9e77d51069 Initial checkin 2000-12-13 06:05:42 +00:00
David Lawrence
13a0f9518a oops, an ifdef should have been an ifndef 2000-12-13 01:42:23 +00:00
David Lawrence
a59ed6543b 612. [cleanup] Shutup a ridiculously noisy HP-UX compiler that
complains relentlessly about how its treatment
			of 'const' has changed as well as how casting
			sometimes tightens alignment constraints.
2000-12-13 00:23:05 +00:00
Brian Wellington
2103b1d460 Don't allow queries of class or type ANY. 2000-12-13 00:22:54 +00:00
David Lawrence
10e6498d6d * Removed max-names (as well as DNS_R_ZONETOOLARGE, which was
never returned by any function and was presumably cruft
        related to max-names).
  * Made allow-notify part of the public source and documented it.
  * Made master server TSIG keys part of the public source and documented it.
  * Removed a define of DNS_OPT_NEWCODES supposedly used by GNS, with
        the approval of Mike.
  * Made DNS_ZONE_FORCELOAD flag, used by rndc reload, work in the
        public source.  After the NOMINUM_PUBLIC cleanup, I'll
        fix the rndc reload issues we've been discussing here at IETF.

I left in NOMIMUM_PUBLIC around the forward-notify stuff, with the
expectation that Michael will give the go-ahead next week to remove it.
2000-12-13 00:15:39 +00:00
Brian Wellington
58082ab8a8 The "cachefile" option now loads the file on startup. The "temporary" -x
option to named is no more.
2000-12-12 23:05:59 +00:00
Brian Wellington
8b6293c6ca oops, forgot to add "dumpdb" 2000-12-12 23:03:16 +00:00
Brian Wellington
ddda1ae369 rndc dumpdb is supported now. 2000-12-12 21:43:11 +00:00
Brian Wellington
91b191a90c 610. [func] rndc dumpdb is now supported. 2000-12-12 21:33:43 +00:00
Brian Wellington
eb8713ed94 Add support for the 'rndc dumpdb' command. Also add the 'cachefile'
option to the config file, which will be used for persistent cache
storage.
2000-12-12 21:33:21 +00:00
Brian Wellington
31874cf824 Print the version of dnssec-signzone in a comment in the signed zone. 2000-12-12 20:21:34 +00:00
Brian Wellington
87075c90f6 The sdb CHANGES entry (#401) should return to CHANGES from doc/private/CHANGES. 2000-12-12 19:54:02 +00:00
David Lawrence
c0d3ee33c4 Another draft from the IAB chair about domain names. It is more
ICANN relevant than IETF relevant -- not a technical standard -- but
would be good for many domain administrators to read.
2000-12-12 18:34:30 +00:00
Brian Wellington
bf00f50cf4 609. [bug] getrrsetbyname() would crash lwresd if the server
found more SIGs than answers. [RT #554]
2000-12-12 07:25:04 +00:00
David Lawrence
b74896ead5 599. [func] Added four new functions to the libisc log API to
support i18n messages.  isc_log_iwrite(),
			isc_log_ivwrite(), isc_log_iwrite1() and
			isc_log_ivwrite1() were added.

(The log.h/log.c changes were just minor formatting changes.)
2000-12-12 05:29:33 +00:00
Andreas Gustafsson
fc6f5743aa use isc_log_iwrite() for localized logging,
to keep backwards compatibility
2000-12-12 00:18:01 +00:00
Brian Wellington
f8246fc026 alphabetize tokens 2000-12-11 23:38:25 +00:00
Mark Andrews
88a6fef494 init dns_rdata_t's 2000-12-11 23:09:47 +00:00
Brian Wellington
253f774e35 608. [func] dnssec-signzone now adds a comment to the zone
with the time the file was signed.
2000-12-11 22:55:25 +00:00
Andreas Gustafsson
43b9c76f5e do tests builds with --disable-threads, too,
to keep RT #551 from happening again
2000-12-11 21:33:05 +00:00
Brian Wellington
2de31518c3 607. [bug] nsupdate would fail if it encountered a CNAME or
DNAME in a response to an SOA query. [RT #515]
2000-12-11 20:53:25 +00:00
Mark Andrews
aa57580fda add reference to contrib/linux/coredump-patch 2000-12-11 19:40:42 +00:00
Brian Wellington
78838d3e0c 8 space -> tab conversion 2000-12-11 19:24:30 +00:00
Andreas Gustafsson
4ae3a03bb7 606. [bug] Compiling with --disable-threads failed due
to isc_thread_self() being incorrectly defined
                        as an integer rather than a function.
2000-12-11 19:23:41 +00:00
Mark Andrews
fc03bf680e more locking 2000-12-11 19:21:15 +00:00
Andreas Gustafsson
eb2d0f4d9d isc_thread_self() is a function, not an integer [RT #551] 2000-12-11 19:17:29 +00:00
Brian Wellington
b48ada653e Added a FAQ about multithreaded core dumps on linux and the kernel patch. 2000-12-11 18:55:49 +00:00
Andreas Gustafsson
dea478db31 isc_symexists_ policies were not referred to by their
true names in the header comments
2000-12-11 04:08:52 +00:00
Andreas Gustafsson
72e278abc7 edited 2000-12-11 04:00:36 +00:00
Andreas Gustafsson
565ea7e0e7 array sizes in function argument types are meaningless
and should be avoided
2000-12-11 03:28:52 +00:00
Andreas Gustafsson
d1716f8155 edited 2000-12-11 03:11:24 +00:00
David Lawrence
d39690e5a9 added rfc2825.txt 2000-12-11 03:10:02 +00:00
David Lawrence
61eaa4ec08 A Tangled Web: Issues of I18N, Domain Names, and the Other Internet protocols 2000-12-11 02:50:34 +00:00