Andreas Gustafsson
ac8f49314c
simplified; added /24 netmasks for more systems
2000-09-26 16:30:53 +00:00
Mark Andrews
5a98a57f8f
489. [func] The zone manager now has a "i/o" queue.
2000-09-26 05:16:57 +00:00
Mark Andrews
2bebe117bf
489. [func] The zone manager now has a "i/o" queue.
2000-09-26 05:08:05 +00:00
Brian Wellington
a06c40460a
fix a potential buffer overflow when writing keys to disk.
2000-09-25 23:19:39 +00:00
Brian Wellington
cc8a68d56f
minor cleanup
2000-09-25 23:18:54 +00:00
Michael Sawyer
307e3faf52
A couple more items...
2000-09-25 23:14:29 +00:00
Michael Sawyer
6e0d8042dc
Actually save the todo file before doing the commig
2000-09-25 23:10:39 +00:00
Michael Sawyer
0dabedcca5
Add +fail option to try next server after a SERVFAIL
...
Fix some minor problems in some of the new option processing code.
Slight change in mem debugging
TODO changes
2000-09-25 23:10:00 +00:00
Brian Wellington
4da10bce4b
488. [bug] Locks weren't properly destroyed in some cases.
2000-09-25 17:51:25 +00:00
Brian Wellington
dd27011f02
locks weren't being destroyed.
2000-09-25 17:46:39 +00:00
Michael Sawyer
b02d8fe708
plus-options with values (+bufsize=8000) didn't print properly in the dig
...
comment lines since my change of option processing. Fixed.
2000-09-25 16:14:20 +00:00
Andreas Gustafsson
629c6629d0
zone_postload() used variable "new" before setting it [RT #337 ]
2000-09-23 06:27:12 +00:00
Brian Wellington
060de372a1
The database now does duplicate suppression, so the master file loader
...
doesn't need to.
2000-09-23 01:05:35 +00:00
Brian Wellington
4ab4f2d14c
do a more thorough job of duplicate suppression in dns_rdataslab_fromrdataset
2000-09-23 01:05:03 +00:00
Michael Sawyer
31ce593907
Add back +norec
...
Properly test for missing argument in - options
Spacing
Remove unnecessary variable
2000-09-22 23:58:32 +00:00
Michael Sawyer
a985c480e1
Code cleanup, mainly in dig option processing.
2000-09-22 23:21:32 +00:00
Brian Wellington
81e3973b78
spelling
2000-09-22 23:17:57 +00:00
Brian Wellington
cde42c9189
when bring up interfaces on Linux, set the netmask. This should probably
...
be done for all of the other OSes also.
2000-09-22 23:15:55 +00:00
Brian Wellington
3f123dcc2f
487. [port] flockfile() is not defined on all systems.
...
Also check for libpthreads, if libpthread isn't found.
2000-09-22 18:52:39 +00:00
Andreas Gustafsson
36bc6a0a83
updated
2000-09-22 17:50:56 +00:00
Andreas Gustafsson
5a258f805c
edited
2000-09-22 17:44:35 +00:00
Andreas Gustafsson
92aa706a21
the mnemonic for the chaos class is CH, not CHAOS
2000-09-22 17:36:02 +00:00
Michael Sawyer
16ea60d0db
486. [bug] nslookup: "set all" and "server" commands showed
...
the incorrect port number if a port other than 53
was specified. [RT #352 ]
2000-09-22 17:15:48 +00:00
Michael Sawyer
53e7d12ab5
Display correct port number on set all and similar commands. RT352
2000-09-22 17:14:24 +00:00
Michael Sawyer
4786cd1ba6
Clean up option parsing in dig
...
Examine dig8's behavior when one of the servers it talks to servfail's
back, and, if necessary, reproduce behavior in dig9. (RT351)
Remove or fix port number display in places where it is not correctly
reported (nslookup, in particular). (RT352)
2000-09-22 17:07:02 +00:00
Michael Sawyer
85b2370943
485. [func] When dig had more than one server to query, it would
...
send all of the messages at the same time. Add
rate limiting of the transmitted messages.
2000-09-22 16:26:12 +00:00
Andreas Gustafsson
d15f51c600
484. [bug] When the server was reloaded after removing addresses
...
from the named.conf "listen-on" statement, sockets
were still listening on the removed addresses due
to reference count loops. [RT #325 ]
Now there is one client manager object per interface instead of a single
global one; when an interface goes away, it simply destroys the associated
client manager, which will cause all its clients to be shut down in an
orderly fashion.
2000-09-22 00:13:08 +00:00
Mark Andrews
34fec86ca3
make next_token() shared.
2000-09-21 23:47:41 +00:00
Andreas Gustafsson
2ce1e232ae
spelling
2000-09-21 23:37:14 +00:00
Andreas Gustafsson
1416cae3f6
spacing
2000-09-21 23:10:58 +00:00
Andreas Gustafsson
32e783c745
spacing
2000-09-21 23:10:15 +00:00
Michael Sawyer
b8f9623df0
Remove isc_app_block() from dig's get_address().
2000-09-21 23:02:34 +00:00
Michael Sawyer
f900be2190
Dig, et al:
...
When you have more than 1 nameserver to send queries to,
send them one at a time with a 1 second wait between transmissions
instead of just flooding them all out at once.
Fix bug 348, nslookup crashing when server specified without server
2000-09-21 22:46:39 +00:00
Michael Graff
08ad332552
put a break in the switch
2000-09-21 21:40:29 +00:00
Michael Graff
e710c2162a
check for more expected error values in connect() case
2000-09-21 21:30:27 +00:00
Brian Wellington
6e5fa98df0
A call to isc_mem_put could (in some cases) be called with an invalid size.
2000-09-21 21:29:16 +00:00
Brian Wellington
78106d74eb
usage changes
2000-09-21 17:18:14 +00:00
Mark Andrews
aa2c453d3c
483. [bug] nslookup: "set all" showed search but it was not
...
setable.
2000-09-21 12:45:39 +00:00
Mark Andrews
e412ae947d
482. [bug] nslookup: a plain "server" or "lserver" should be
...
treated as a lookup.
480
strsep() has slightly different semantics to strtok(), use static function
to skip empty tokens.
2000-09-21 12:25:43 +00:00
Mark Andrews
07a926724c
481. [bug] nslookup:get_next_command() stack size exceeds
...
per thread limit.
480. [bug] strtok() is not thread safe. [RT #349 ]
replaced strtok() w/ strsep().
2000-09-21 11:53:16 +00:00
Andreas Gustafsson
90023730de
479. [func] The test suite can now be run by typing "make check"
...
or "make test" at the top level.
2000-09-21 01:45:11 +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
Andreas Gustafsson
280747fa7c
477. [bug] The the isc-config.sh script could be installed before
...
its directory was created. [RT #324 ]
2000-09-20 18:05:33 +00:00
Andreas Gustafsson
a0d172f105
DISTFILES are no longer needed (superseded by exclusion
...
list in util/kit.sh)
2000-09-20 17:51:08 +00:00
Andreas Gustafsson
09ab9aa558
updated draft
2000-09-20 14:11:32 +00:00
Andreas Gustafsson
4418d5dee3
removed drafts now published as RFCs
2000-09-20 14:06:22 +00:00
Andreas Gustafsson
5bb229d213
added new RFCs
2000-09-20 14:05:08 +00:00
Mark Andrews
0e07026a21
476. [bug] A zone could expire while a zone transfer was in
...
progress triggering a INSIST failure. [RT #329 ]
2000-09-20 09:50:34 +00:00
Eric Luce
fafd1d7719
fix some xref links in the xml, update the html, and add more text to the README-SGML that should help people set up their XML/DocBook environment.
2000-09-20 01:20:26 +00:00
Andreas Gustafsson
16ee1cb8c8
purge NXT records obscured by DNAME records
2000-09-20 00:51:49 +00:00