Commit graph

246 commits

Author SHA1 Message Date
David Lawrence
04bdb23457 initial checkin of mdnkit, for multilingual domain names, from jpnic 2000-12-07 00:52:31 +00:00
Andreas Gustafsson
ed8ba54e64 590. [doc] There are now man pages for the lwres library in
doc/man/lwres.
2000-12-04 18:40:24 +00:00
Andreas Gustafsson
c1d04508c8 exclude bin/tests/system/relay from release kits 2000-12-04 17:21:03 +00:00
Andreas Gustafsson
ab3f2d77bd sanitize away the DNS_OPT_NEWCODES stuff 2000-12-02 04:13:35 +00:00
Andreas Gustafsson
ce1f5b8d0a rewrote much of the statistics counter code 2000-12-01 23:49:59 +00:00
Andreas Gustafsson
a3e41e3c03 obey the allow-update forwarding option for both signed and unsigned updates;
fold the upforwd system test README file and nsupdate input files into the tests.sh script;
other minor cleanup of the upforwd test
2000-12-01 21:37:17 +00:00
Andreas Gustafsson
49a6051082 build from a kit so that sanitation has been performed;
otherwise build with a separate object tree won't work
2000-12-01 18:23:45 +00:00
Brian Wellington
a408d5b005 Don't sanitize away the nothreads support 2000-11-22 23:28:27 +00:00
Andreas Gustafsson
64cd7ee717 missing line continuation backslash 2000-11-22 19:03:20 +00:00
Andreas Gustafsson
28002bd7cb replaced update.scp with a here document 2000-11-20 17:59:20 +00:00
Brian Wellington
cffe50abf6 Lots of copyright updates 2000-11-18 03:01:17 +00:00
Brian Wellington
c0003bfcaf Added header files; fixed copyrights. 2000-11-18 01:29:14 +00:00
Andreas Gustafsson
abfb7fe67f add TCL comment type 2000-11-18 01:25:27 +00:00
Brian Wellington
e6f82b9dbb copyrights 2000-11-17 22:01:45 +00:00
Andreas Gustafsson
ba6fd25808 567. [bug] Setting the zone transfer timeout to zero caused an
assertion failure. [RT #302]

 566.   [func]          New public function dns_timer_setidle().
2000-11-17 19:04:51 +00:00
Andreas Gustafsson
17071d427f generate doc/arm/catalog also 2000-11-16 00:25:19 +00:00
Andreas Gustafsson
4fec2b4f6e added doc/arm/.cvsignore 2000-11-16 00:15:05 +00:00
Brian Wellington
dd16d9d9e7 564. [func] Add sortlist support to lwresd. 2000-11-15 23:56:23 +00:00
Andreas Gustafsson
42cf4e4ead added convenience scripts for validating the ARM XML code and
generating HTML from it
2000-11-15 23:42:02 +00:00
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