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

3246 Commits

Author SHA1 Message Date
Bob Halley
fe82c227f6 add "make test" info 2000-02-04 23:09:41 +00:00
Bob Halley
09dfc8c60e update netbsd info 2000-02-04 23:00:49 +00:00
Bob Halley
b90dd6c0a9 checkpoint 2000-02-04 22:54:46 +00:00
Bob Halley
27f61f54eb checkpoint again 2000-02-04 18:27:57 +00:00
Brian Wellington
882945a30c dns_dnssec_findzonekeys should ignore keys with the noauth flag set 2000-02-04 18:19:48 +00:00
Bob Halley
3a481d0d4a more tweaks 2000-02-04 18:14:42 +00:00
Bob Halley
8db66dc4eb checkpoint 2000-02-04 18:12:43 +00:00
Bob Halley
36983956d7 checkpoint 2000-02-04 18:03:07 +00:00
Bob Halley
7eab320180 include <stddef.h> so we have NULL. Ugh. 2000-02-04 06:50:06 +00:00
Bob Halley
5b64759e40 deal with strsep portability. grr. 2000-02-04 06:17:22 +00:00
Bob Halley
35c842e05d deal with lwres portability issues 2000-02-04 06:04:16 +00:00
Bob Halley
2ba9ea4e1e add lwinetaton.c lwinetpton.c lwinetntop.c 2000-02-04 06:02:51 +00:00
Bob Halley
b25b18a41e add 2000-02-04 06:02:06 +00:00
Bob Halley
de476e9bd3 update 2000-02-04 06:00:40 +00:00
Bob Halley
ecb9a003bf add 2000-02-04 02:22:53 +00:00
Bob Halley
627b1015d6 add arm to docdirs 2000-02-04 02:10:55 +00:00
Bob Halley
aa10a10b77 update kit rule 2000-02-04 02:09:28 +00:00
Bob Halley
823955b9d5 fix install problems 2000-02-04 01:58:37 +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
Bob Halley
4dafa5b8ed add missing .h files 2000-02-04 01:41:25 +00:00
Bob Halley
0a26ae650d add missing .h files 2000-02-04 01:33:16 +00:00
Andreas Gustafsson
b008da894e suppress compiler warnings about redefining macros on OSF/1 2000-02-04 01:20:56 +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
b680ef013d set timeout to a whopping 120 seconds 2000-02-04 01:12:58 +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
0de5c101d7 update gai_strerror.c 2000-02-03 23:50:05 +00:00
Bob Halley
2f26b67213 update 2000-02-03 23:48:58 +00:00
Bob Halley
0fffa9dcca update copyright 2000-02-03 23:17:52 +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
Bob Halley
712e318f76 The resolver didn't handle dispatcher events with non-success result codes
correctly.
2000-02-03 22:48:30 +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
Bob Halley
624f129514 An fctx that is shutting down should not be in ADDRWAIT mode. 2000-02-03 22:24:18 +00:00
Brian Wellington
63d8846b1f If dns_dnssec_findzonekeys can't load a private key, it should continue,
not fail.  If it can't load any, it returns ISC_R_NOTFOUND.
2000-02-03 21:57:25 +00:00
Mark Andrews
af9cfbc643 move reference implementations into lwres_ namespace. 2000-02-03 21:54:10 +00:00
Michael Graff
736a33e263 don't free the event twice. 2000-02-03 20:50:06 +00:00
Olafur Gudmundsson
3a36d3d7e6 Added code to reject lines beginning with $ that are not known Directives.
Any name starting with $ should be escaped to comply with RFC1035.
Effect any zone will stop loading at first error, message is printed if
logging has been enabled.
2000-02-03 19:03:59 +00:00
Andreas Gustafsson
7618f0551e replaced several RUNTIME_CHECK()s with less fatal means
of error reporting; fixed some potential leaks
2000-02-03 18:59:24 +00:00
Brian Wellington
14865492bc don't quit if dns_dnssec_findzonekeys returns ISC_R_NOTFOUND 2000-02-03 18:49:08 +00:00
Brian Wellington
112fa80ac3 dns_dnssec_findzonekeys shouldn't complain about a harmless ISC_R_NOTFOUND
error.  It really should do better logging (that is, not to stderr) at
some point too...
2000-02-03 18:48:15 +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
Mark Andrews
c2a716690f typo 2000-02-03 02:21:18 +00:00
Mark Andrews
89147fdde8 complete isc/lang.h -> lwres/lang.h transition. 2000-02-03 02:17:07 +00:00