Mark Andrews
|
9916239908
|
Initial opaque rdata support.
|
2000-09-06 03:25:23 +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
|
87ecd67dae
|
419. [bug] The certificate type PKIX was misspelled as SKIX.
|
2000-09-05 17:09:30 +00:00 |
|
Mark Andrews
|
d22b4de3f1
|
Throttled answer while loading support (still needs config file hooks).
|
2000-09-05 03:35:24 +00:00 |
|
Brian Wellington
|
d3735e0e25
|
DST_ALG_RSA -> DST_ALG_RSAMD5
|
2000-09-02 01:17:20 +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 |
|
Andreas Gustafsson
|
da41917c3f
|
cleanup and simplification
|
2000-09-01 19:59:35 +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
|
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 |
|
Brian Wellington
|
88b9c12a3c
|
rdataslabs are now sorted. Also added a function to compare two rdataslabs.
|
2000-09-01 01:35:21 +00:00 |
|
Andreas Gustafsson
|
4187398298
|
416. [bug] Slave zones with no master file tried to use a
NULL pointer for a journal file name when they
received an IXFR.
|
2000-08-31 23:56:00 +00:00 |
|
Andreas Gustafsson
|
a69cebac84
|
414. [bug] Server did not shut down until all incoming zone
transfers were finished.
|
2000-08-31 17:48:47 +00:00 |
|
Andreas Gustafsson
|
50a3152b70
|
clarified comment
|
2000-08-31 16:58:28 +00:00 |
|
Mark Andrews
|
4a30ede93d
|
add overmem method
|
2000-08-31 13:04:47 +00:00 |
|
Mark Andrews
|
ce0c777a38
|
overmem was out of order
|
2000-08-31 13:00:57 +00:00 |
|
Mark Andrews
|
3a34b87c87
|
Add cache cleaning support (disabled).
|
2000-08-31 12:15:17 +00:00 |
|
Mark Andrews
|
a21fbfdd30
|
413. [bug] notify could attempt to use the zone database after
it had been unloaded. (RT#267)
|
2000-08-31 06:16:42 +00:00 |
|
Mark Andrews
|
5ebcf506a1
|
remove unneccessary call to notify_createmessage()
|
2000-08-31 00:31:38 +00:00 |
|
Brian Wellington
|
5ae91ef876
|
#include <stddef.h>
|
2000-08-30 01:24:20 +00:00 |
|
Brian Wellington
|
352cb92ac2
|
DNS_KEYALG_MD5RSA -> DNS_KEYALG_RSAMD5
|
2000-08-29 19:45:33 +00:00 |
|
Mark Andrews
|
5afa531442
|
Alphabetize #include <dns/???>.
|
2000-08-29 03:48:00 +00:00 |
|
Mark Andrews
|
f3788d318d
|
Do not forward notifies if they fail to pass the SOA serial check.
|
2000-08-29 03:45:48 +00:00 |
|
Brian Wellington
|
698de4d4c0
|
The alphabetically sorted DSTOBJS weren't.
|
2000-08-28 23:04:51 +00:00 |
|
Brian Wellington
|
9e21cef0b2
|
The alphabetically sorted OBJS and SRCS weren't.
|
2000-08-28 22:54:39 +00:00 |
|
Brian Wellington
|
37a8fbab3a
|
411. [bug] A typo in the HS A code caused an assertion failure.
|
2000-08-28 17:39:21 +00:00 |
|
Mark Andrews
|
42aea0fbdc
|
options { notify-forward yes; }; is not longer hardwired as "no;".
|
2000-08-28 05:51:16 +00:00 |
|
Michael Graff
|
306a935305
|
add find->result_v[46]
|
2000-08-26 02:21:45 +00:00 |
|
Brian Wellington
|
5e387b9ce6
|
and more calls to DESTROYLOCK
|
2000-08-26 01:37:00 +00:00 |
|
Mark Andrews
|
ec4060d310
|
408. [bug] stub zones could leak memory and refernce counts if
all the masters were unreachable.
|
2000-08-25 04:42:49 +00:00 |
|
Brian Wellington
|
0a88c09dc9
|
#include <isc/mutex.h>
|
2000-08-25 01:16:04 +00:00 |
|
Brian Wellington
|
504b5167f3
|
#include <isc/mutex.h>
|
2000-08-25 01:08:07 +00:00 |
|
Brian Wellington
|
30e6ea9ded
|
405. [func] Add support for selective forwarding (forward zones)
|
2000-08-24 22:15:40 +00:00 |
|
Andreas Gustafsson
|
9f139761ca
|
don't use parentheses in the text representation of RRs unless
we are in multiline mode; this ensures that the output can be re-parsed with
dns_rdata_fromtext
|
2000-08-24 21:41:44 +00:00 |
|
Michael Graff
|
079c87a7fe
|
remove annoying log message that floods while loading
|
2000-08-24 21:28:50 +00:00 |
|
Andreas Gustafsson
|
2de4786af7
|
a function pointer is not a valid event sender, but NULL is
|
2000-08-24 19:13:13 +00:00 |
|
Andreas Gustafsson
|
ec46482ef3
|
dispatch log messages had request/response backwards
|
2000-08-24 16:56:48 +00:00 |
|
Andreas Gustafsson
|
1ccdb91515
|
typo in comment
|
2000-08-24 01:19:58 +00:00 |
|
Andreas Gustafsson
|
60cf8301f9
|
drop parser support for dns_c_forw_noanswer and dns_c_forw_nodomain
as the server does not implement them (lacking a spec for what they should do)
|
2000-08-23 23:56:44 +00:00 |
|
Andreas Gustafsson
|
5bf922fd09
|
use all lower case in error messages
|
2000-08-23 23:54:58 +00:00 |
|
Brian Wellington
|
1aae88078f
|
404. [bug] The request library didn't completely work with IPv6.
|
2000-08-23 19:47:00 +00:00 |
|
Brian Wellington
|
0a45f098e4
|
Obey the DNS_DBFIND_GLUEOK flag in find().
|
2000-08-23 18:45:13 +00:00 |
|
Brian Wellington
|
60b90a37f4
|
Support for AXFR and minor cleanup.
|
2000-08-23 18:28:03 +00:00 |
|
Brian Wellington
|
9ce72fc748
|
don't print parens at all if in non-multiline mode.
|
2000-08-22 22:07:13 +00:00 |
|
Brian Wellington
|
75e1e12f48
|
use a 'dns_sdbmethods_t' instead of passing all of the functions to
dns_sdb_register as parameters.
|
2000-08-22 22:06:46 +00:00 |
|
Andreas Gustafsson
|
ce2d576f3c
|
another missing /* NOMINUM_PUBLIC */ comment
|
2000-08-22 19:32:47 +00:00 |
|
Andreas Gustafsson
|
f0bdf4aa8b
|
#endif /* NOMINUM_PUBLIC */ was missing the required comment
|
2000-08-22 17:36:31 +00:00 |
|
Andreas Gustafsson
|
8a63ecd933
|
silenced compiled warning about a potentially uninitialized
variable; INSIST that the variable is indeed initialized
|
2000-08-22 17:32:07 +00:00 |
|
Mark Andrews
|
8249eee42a
|
notify-any to allow-notify conversion.
notify-relay to notify-forward conversion.
|
2000-08-22 05:14:59 +00:00 |
|
Andreas Gustafsson
|
5965096e50
|
made flags values use leading zeros to indicate field width
|
2000-08-22 01:46:12 +00:00 |
|