2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

2727 Commits

Author SHA1 Message Date
Andreas Gustafsson
850d708185 562. [cleanup] Moved lib/dns/*conf.c to bin/named where they belong. 2000-11-15 00:36:42 +00:00
David Lawrence
8dd130590a new files, libisc resource.c and resource.h 2000-11-15 00:22:49 +00:00
Brian Wellington
a31c0e3966 Test that the unknown rr type code doesn't load compressed rdata. 2000-11-14 23:52:06 +00:00
Andreas Gustafsson
221fd7bd53 refactored sortlist code to make it possible to sort addresses
that are not part of an rdata, as required by lwresd
2000-11-14 03:22:53 +00:00
Andreas Gustafsson
22dde57c6e added new files from sortlist test suite 2000-11-10 03:23:29 +00:00
Brian Wellington
ca44fe49be Add a system test for records with unknown types/classes. There are probably
a lot more things that could be tested here.
2000-11-10 03:05:54 +00:00
Brian Wellington
38379c5c5e lwresd search list stuff. This isn't used by getaddrbyname yet, but
it's used by the uncommitted getrrsetbyname.
2000-10-24 04:25:16 +00:00
Andreas Gustafsson
a5044c42a8 added copyright message 2000-10-17 20:13:56 +00:00
Brian Wellington
e3124c5bfe Add lookup.[ch] 2000-10-17 19:37:21 +00:00
Andreas Gustafsson
86cbec9012 update_copyrights treated CONF-SH comments as C comments
due to inappropriate use of prefix regexp matching
2000-10-17 19:28:55 +00:00
Brian Wellington
194dc5d0b8 Add bin/tests/journalprint.c 2000-10-16 21:43:03 +00:00
Michael Sawyer
94b50bce2b Add zone-specific reload and refresh capability to server and rndc 2000-10-12 21:52:00 +00:00
Brian Wellington
cfdb88eb33 removed the check for stray NOMINUM_, since it didn't work. It's also not too useful
if keys can now be arbitrary.
2000-10-10 23:12:54 +00:00
Brian Wellington
70c7872be6 state wasn't properly cleared between files 2000-10-10 23:07:35 +00:00
Brian Wellington
3517415542 a few fixes. perl -w is your friend. 2000-10-10 22:46:46 +00:00
Brian Wellington
9d794b5203 Added lwres{} statement to named.conf. 2000-10-04 18:47:24 +00:00
Michael Sawyer
229c6987e7 Get sanitize working with arbitrary keys 2000-09-29 21:31:02 +00:00
Andreas Gustafsson
c3e3c64bcb omit unfinished man pages (they were omitted
from 9.0 by virtue of not having a branch tag, but for
9.1 we have to do it here
2000-09-29 17:14:32 +00:00
Andreas Gustafsson
9560b5fa95 if a file was deleted, subsequent files were not properly renamed
because $deletefile was left true
2000-09-28 17:35:19 +00:00
Michael Sawyer
1c66892e02 Fix confparser.y stuff in relation to sanitize. 2000-09-27 18:00:40 +00:00
Michael Sawyer
936438fe8b Update the sanitize scripts:
sanitize -kPUBLIC will remove all code surrounded by
	#ifndef NOMINUM_PUBLIC
	#endif /* NOMINUM_PUBLIC */
(eg, all of our internal code)

sanitize -iPUBLIC will remove all code surrounded by
	#ifdef NOMINUM_PUBLIC
	#endif /* NOMINUM_PUBLIC */
(eg, all of the code which is specific to the public release)

The -k option takes a key, removing any code which requires that key
be unfedined.  The idea is that internally we compile everything, and
require no special #defines for that to happen.

NOMINUM_key_DELETE will delete a file if sanitized with -k option.
2000-09-27 17:16:01 +00:00
Brian Wellington
b3596b3981 The file delete option didn't work. 2000-09-26 23:17:32 +00:00
Brian Wellington
c406080562 NOMINUM_PUBLIC_DELETE will cause an entire file to be deleted. 2000-09-26 22:44:19 +00:00
Andreas Gustafsson
922e6a3c2a 478. [bug] "make install" failed if the directory specified with
--prefix did not already exist.
2000-09-20 19:06:16 +00:00
Brian Wellington
93ebaca304 remove dnssafe, add openssl rsa 2000-09-16 01:17:00 +00:00
Andreas Gustafsson
dfc887d6fc make-snapshot.sh is obsolete, use 'kit.sh snapshot' instead 2000-09-15 21:09:33 +00:00
Mark Andrews
23e5e3065d add bin/tests/system/upforwd/clean.sh 2000-09-13 07:47:03 +00:00
Mark Andrews
f5c09d61a4 update to match current debug output 2000-09-13 01:58:02 +00:00
Mark Andrews
f267ee3e4f Add upforwd files.
Addition cleaning up from previous runs.
2000-09-13 01:24:05 +00:00
Andreas Gustafsson
c4213ed935 added support for building snapshots (but not more
than one a day)
2000-09-06 16:20:47 +00:00
Andreas Gustafsson
0a2eab4e35 coding style 2000-09-01 01:06:23 +00:00
Andreas Gustafsson
ec965b4201 .css files are not C files; files of random data removed 2000-08-30 19:20:01 +00:00
Andreas Gustafsson
003b1f94e8 merge_copyrights 2000-08-30 19:11:20 +00:00
Andreas Gustafsson
82493dc831 run check-instincludes as part of altbuild.sh 2000-08-30 17:04:55 +00:00
Brian Wellington
e489c8c653 added non-threaded libisc private header files 2000-08-30 00:09:34 +00:00
Brian Wellington
f05941692e Add an empty lib/isc/nothreads/condition.c, since it greatly simplifies
the build process.
2000-08-29 18:19:29 +00:00
Brian Wellington
bc40028504 Added the "nothreads" directory in lib/isc. These will be used in the
non-threaded libisc.
2000-08-28 23:16:50 +00:00
Brian Wellington
dcc6bde0a3 Added a system test for selective forwarding. 2000-08-24 22:23:46 +00:00
Brian Wellington
30e6ea9ded 405. [func] Add support for selective forwarding (forward zones) 2000-08-24 22:15:40 +00:00
Andreas Gustafsson
52f16aeb30 omit doc/private from release kits 2000-08-22 17:28:09 +00:00
Brian Wellington
b3e3e95537 add sig0_test and its keys 2000-08-22 01:14:35 +00:00
Brian Wellington
8eee0fb337 new simple database files 2000-08-21 22:20:57 +00:00
Andreas Gustafsson
374f22b5d3 corrected misleading error messages and made them
include the line number where the error was detected;
changed initial letter of error messages to lower case
2000-08-19 01:02:07 +00:00
Brian Wellington
c528dee35b added lib/dns/sec/dst/gssapi_link.c 2000-08-17 19:03:59 +00:00
Andreas Gustafsson
09fc73adf9 omit doc/todo from distributions 2000-08-11 20:05:25 +00:00
Andreas Gustafsson
f4ba768a60 usage message was wrong 2000-08-11 19:58:19 +00:00
Brian Wellington
2e88e05fd4 add bin/tests/genrandom.c 2000-08-10 22:29:05 +00:00
Andreas Gustafsson
4508b24fcd nuked zone2_test 2000-08-10 18:38:27 +00:00
David Lawrence
816e576f77 new URL for the copyright notice 2000-08-09 04:37:43 +00:00
Andreas Gustafsson
21f17c42ec added script for exercising seldom-used build options 2000-08-08 01:07:17 +00:00