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

6643 Commits

Author SHA1 Message Date
Michael Graff
d2439ad5af log message about strange socket error at ISC_LOG_ERROR level 2000-09-07 01:53:31 +00:00
Mark Andrews
05fff5d905 424 [bug] notify_createmessage could trigger a REQUIRE failure
w/ two SOA records for the zone (illegal). [RT #279]
2000-09-07 01:06:45 +00:00
Andreas Gustafsson
1ed3e846a2 make the initial iterator state of rdatasets undefined
so that we can detect cases where the user fails to call dns_rdataset_first()
before calling dns_rdataset_current()
2000-09-06 23:16:14 +00:00
Mark Andrews
5a04a68b46 Add $GENERATE to master.c
Add the ablility to specify the source address to request
2000-09-06 23:06:06 +00:00
Michael Graff
e558faa60b make unreachable errors on unconnected UDP sockets be soft errors, rather than hard ones. 2000-09-06 22:55:33 +00:00
Michael Graff
60499e68cb update 2000-09-06 22:55:08 +00:00
Michael Graff
e0e59bbc04 update 2000-09-06 22:04:16 +00:00
Michael Graff
eb288adcfc update 2000-09-06 21:57:03 +00:00
Michael Graff
f60be40ed4 update 2000-09-06 21:56:56 +00:00
Michael Graff
346e6a3a23 touch up a comment 2000-09-06 21:56:20 +00:00
Michael Graff
db84234e52 add some quick text describing client- and server-side flow 2000-09-06 21:54:23 +00:00
Mark Andrews
7229d2b890 add 2000-09-06 21:36:13 +00:00
Michael Graff
1e92a4f7a4 specify which fields are set by what in the packet header 2000-09-06 20:54:44 +00:00
Andreas Gustafsson
5824a4b994 removed misplaced comment 2000-09-06 20:52:05 +00:00
Andreas Gustafsson
4c78be66b7 423. [bug] When responding to a recusive query, errors that occur
after following a CNAME should cause the query to fail.
                        [RT #274]
2000-09-06 20:35:22 +00:00
Andreas Gustafsson
1fc26319b5 423. [bug] When responding to a recusive query, errors that occur
after following a CNAME should cause the query to fail.
                        [RT #274]
2000-09-06 18:41:22 +00:00
Andreas Gustafsson
0a04ba7b7b Bob says lwres_net_aton and lwres_net_pton were never intended to be
part of the public interface of the lwres library
2000-09-06 18:23:47 +00:00
Andreas Gustafsson
3c1472d744 added draft-ietf-dnsext-dnssec-okbit-00.txt 2000-09-06 16:28:55 +00:00
Andreas Gustafsson
3bd723c53a clarified comment 2000-09-06 16:25:35 +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
Mark Andrews
9916239908 Initial opaque rdata support. 2000-09-06 03:25:23 +00:00
Michael Graff
248e1857df update 2000-09-06 02:59:27 +00:00
Michael Graff
7da0286b54 get rid of isc_random_t -- use a wrapper around rand() instead that doesn't do as much work. Also, implement isc_random_jitter(), used to generate a value between a min, max, with a provided jitter value. 2000-09-06 02:40:00 +00:00
Andreas Gustafsson
16803617e4 new overview text from release branch 2000-09-06 00:23:59 +00:00
Mark Andrews
6c6bed90cb Add comments describing isc_mem_putanddetach(). 2000-09-05 22:20:36 +00:00
Andreas Gustafsson
c4ec2c3190 added missing change log entry for recent nslookup change 2000-09-05 21:57:16 +00:00
Andreas Gustafsson
8529c3cdc6 added missing change log entry for recent nslookup change 2000-09-05 21:47:01 +00:00
Andreas Gustafsson
87ecd67dae 419. [bug] The certificate type PKIX was misspelled as SKIX. 2000-09-05 17:09:30 +00:00
Andreas Gustafsson
8011cb06c9 noted that $GENERATE is unimplemented 2000-09-05 16:51:01 +00:00
Mark Andrews
d22b4de3f1 Throttled answer while loading support (still needs config file hooks). 2000-09-05 03:35:24 +00:00
Mark Andrews
1162a4e02a New function isc_mem_putanddetach(). 2000-09-05 03:30:19 +00:00
Jim Reid
fa263add26 First draft of resolver(5) man page 2000-09-03 20:45:58 +00:00
Jim Reid
69f2a57302 First draft of dig manpage 2000-09-03 18:04:24 +00:00
Brian Wellington
d3735e0e25 DST_ALG_RSA -> DST_ALG_RSAMD5 2000-09-02 01:17:20 +00:00
Brian Wellington
b266f8fc42 Use isc_app_run() and isc_app_block() instead of condition variables. 2000-09-01 23:43:55 +00:00
Brian Wellington
5f01e77fc2 A blank line shouldn't quit the program. Also print a meaningful
message when unimplemented (from bind 8) commands are run, rather than
looking them up.
2000-09-01 22:45:16 +00:00
Andreas Gustafsson
f38a84ce83 418. [bug] At debug levels >= 10, getting an unexpected
socket receive error would crash the server
                        while trying to log the error message.
2000-09-01 22:41:46 +00:00
Brian Wellington
798e2f30d6 A mutex was being destroyed while held. 2000-09-01 22:17:53 +00:00
Brian Wellington
6e3a8e17fd The "exit" command was not implemented. 2000-09-01 22:14:32 +00:00
Brian Wellington
cc48bb397f typo and whitespace fixes 2000-09-01 21:54:23 +00:00
Brian Wellington
9e72582b8e Use isc_app_run() and isc_app_block() instead of a condition variable. 2000-09-01 21:34:12 +00:00
Brian Wellington
1b32bc7da1 417. [func] Add isc_app_block() and isc_app_unblock(), which
allow an application to handle signals while
                        blocking.
2000-09-01 21:31:54 +00:00
Andreas Gustafsson
da41917c3f cleanup and simplification 2000-09-01 19:59:35 +00:00
Andreas Gustafsson
321a6df4ff removed redundant "directory ." option 2000-09-01 19:36:05 +00:00
Andreas Gustafsson
ecbe731ce4 added note on lack of check-names functionality 2000-09-01 18:30:30 +00:00
Andreas Gustafsson
e5dd56553e there were two sections 1.3 2000-09-01 17:46:15 +00:00
Andreas Gustafsson
122d284b61 there is no such thing as a for...while loop 2000-09-01 16:39:07 +00:00
Andreas Gustafsson
1b088f4680 reordered some statements for clarity 2000-09-01 16:37:30 +00:00
Michael Graff
043ce260f7 update todo 2000-09-01 07:32:45 +00:00
Michael Graff
ca0db0cdc8 stop mumbling in dispatch.h by filling out the comments. Fixed a bug, since I was here already. 2000-09-01 07:16:06 +00:00