David Lawrence
051d1879fe
dns_name_totext() now allows names with 0 labels, which format as "@"
2000-07-31 23:09:49 +00:00
David Lawrence
9658892dbc
revert the changes to dns_name_format() back to dns_name_totext() because
...
dns_name_format() does not print absolute names
2000-07-31 22:34:01 +00:00
Brian Wellington
e4bd5f6907
fixedname.h wasn't being included
2000-07-31 22:11:13 +00:00
David Lawrence
90fc267992
needs <dns/fixedname.h> now that it rdatastruct.h does not provide it
2000-07-31 21:13:38 +00:00
David Lawrence
d1d5229cc9
needs <dns/fixedname.h> now that it rdatastruct.h does not provide it
2000-07-31 21:07:25 +00:00
David Lawrence
003e911541
tsig.c:136: warning: unused variable `tmp' -- removed
2000-07-31 21:07:11 +00:00
Michael Graff
6d3496c045
Implement additional-from-{glue,auth} [ yes | no ] ;
...
with yes being the default. These control searching in the cache and
other zones we are authorative for. This is mostly for gdib, but
may be useful elsewhere.
The config changes are renaming from glue-from-* to additional-from-*,
since this also prevents DNAME, CNAME, NS, MX, etc. additional data
from being followed.
2000-07-31 21:07:07 +00:00
David Lawrence
23b251fbf2
needs <dns/name.h> for dns_name_t
2000-07-31 20:57:06 +00:00
David Lawrence
65260de947
needs <dns/fixedname.h> now that it rdatastruct.h does not provide it
2000-07-31 20:53:56 +00:00
Brian Wellington
abb04a9d70
Don't print "stop typing" if the user interrupted the entropy gathering.
2000-07-31 20:38:27 +00:00
Brian Wellington
153d59973f
Allow keyboard operations to be interrupted by the interrupt or quit
...
character.
2000-07-31 20:36:08 +00:00
Brian Wellington
0e93f65e10
Print the key id when DNS_STYLEFLAG_COMMENT is passed to _totext()
2000-07-31 19:47:21 +00:00
Brian Wellington
f4811a903a
lib/dns/sec/dst/dst_support.c no longer exists.
2000-07-31 19:45:56 +00:00
Brian Wellington
38c3484647
Replace the internal dst__id_calc() with the visible dst_region_computeid().
2000-07-31 19:44:21 +00:00
Brian Wellington
2b518b5fb4
fixedname.h is not needed
2000-07-31 19:40:52 +00:00
Brian Wellington
c1ee9be19b
clean up the text relating to pseudorandom input.
2000-07-31 19:39:42 +00:00
Michael Graff
b4dfb47474
whitespace police
2000-07-31 19:36:48 +00:00
Michael Graff
0eeabc1399
remove trailing blank lines
2000-07-31 19:35:31 +00:00
Brian Wellington
529a6b5224
358. [cleanup] Rename the intermediate files used by the dnssec
...
programs.
2000-07-31 15:28:21 +00:00
Brian Wellington
862a026a7d
357. [bug] The zone file parser crashed when seeing a quoted
...
$INCLUDE.
2000-07-31 15:11:53 +00:00
Brian Wellington
b4e3970226
-h wasn't handled properly.
2000-07-30 20:53:49 +00:00
Brian Wellington
3469c26c0e
$INCLUDE didn't work with a quoted filename; now it does. None of the
...
calls to isc_lex_gettoken were properly handling isc_tokentype_special
tokens; it's now an error to see one.
2000-07-30 20:28:07 +00:00
Brian Wellington
eefb0a0720
If there are no writers waiting, always let new readers in. Also change the
...
hardcoded default read and write quota values to #defines.
2000-07-30 17:57:48 +00:00
Brian Wellington
4eabcbb83b
In several places, the resolver assigned values to event->ev_sender simply
...
because the field couldn't be NULL (until recently). They now use NULL.
2000-07-29 01:18:36 +00:00
Michael Sawyer
7d1b7c45a3
Allow RNCD connects from any address
2000-07-29 00:26:22 +00:00
Brian Wellington
1cb5d53b09
reflect the current state of the CD bit, and fix a typo
2000-07-29 00:24:06 +00:00
Brian Wellington
da786e7937
Sending a TSIG signed query with a TSIG algorithm that's not
...
HMAC-MD5.SIG-ALG.REG.INT shouldn't crash the server. Also, the description
of dns_tsigkey_create was wrong in at least one place, and the function
incorrectly returned an undocumented result.
2000-07-28 23:27:01 +00:00
Andreas Gustafsson
e0f23ee828
check that the server copes with responses containing a CNAME
...
and other data
2000-07-28 22:42:42 +00:00
Brian Wellington
b98dd4edc8
Remove the commit entry formerly known as #357 since Andreas changed his mind.
2000-07-28 22:40:13 +00:00
Brian Wellington
cd54303345
357. [bug] The server would crash if a response contained both
...
a CNAME and records of the query type.
2000-07-28 22:37:47 +00:00
Michael Sawyer
86370ee8e6
Handle axfr's of empty zones correctly.
2000-07-28 21:56:53 +00:00
Brian Wellington
f91e126d21
Allow zones with no NS records to be loaded and/or transferred in. Log
...
an error if the zone is loaded, but continue anyway.
2000-07-28 20:13:47 +00:00
Andreas Gustafsson
98a5693ce7
removed unused variable debug_lexer
2000-07-28 19:33:29 +00:00
Andreas Gustafsson
7edcf7abdf
added INSISTs and comments to notify code
2000-07-28 19:32:57 +00:00
Andreas Gustafsson
66687fb204
replaced nonportable shell substitution with
...
sed command
2000-07-28 05:42:36 +00:00
David Lawrence
5f3375c4be
use "do { ... } while (1)" form of infinite loop to shut up some compilers
2000-07-28 03:39:12 +00:00
David Lawrence
74b4a3512f
gethostbyaddr takes signed char pointer, not unsigned, as its first argument.
...
wrap lines at column 79.
2000-07-28 03:31:25 +00:00
Andreas Gustafsson
ffea7c2e73
reclassified 349. as a bug fix
2000-07-28 03:02:37 +00:00
David Lawrence
0d489aae41
missing newline
2000-07-28 02:59:05 +00:00
Andreas Gustafsson
d49d75f507
added script for building release kits
2000-07-28 01:47:16 +00:00
Andreas Gustafsson
7c0917fc17
files in doc/html were not maintained, removed them
2000-07-28 01:38:41 +00:00
Andreas Gustafsson
3342c783e3
make distclean should remove conf.sh
2000-07-28 01:37:05 +00:00
Andreas Gustafsson
1f36109490
use perl5, not perl, so that this works when building test kits on bb
2000-07-28 01:26:23 +00:00
Brian Wellington
dbbf071676
ignore and clean up the dig.out.ns1.after file
2000-07-28 00:38:08 +00:00
Brian Wellington
eec79d5e4d
more isc_memdebugging cleanup
2000-07-28 00:04:44 +00:00
Brian Wellington
ddbc279e7b
Removed some cruft and a crash.
2000-07-28 00:01:59 +00:00
Brian Wellington
019a2ec92c
A comment had an extra *.
2000-07-27 23:56:41 +00:00
David Lawrence
faf3f04481
don't rename the original file to .bak. it leaves turds all over the source
...
tree, and a clean copy is available from the cvs archive if it is really needed
2000-07-27 23:52:36 +00:00
Brian Wellington
bf9163715d
isc_mem_debugging cleanup
2000-07-27 23:52:30 +00:00
David Lawrence
5f6b0ea19a
somehow this got missed with the mega-update_copyrights run
2000-07-27 23:49:40 +00:00