2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

213 Commits

Author SHA1 Message Date
David Lawrence
f0131db6c3 INSIST rdata.length < 65536 before using it in a call to isc_buffer_putuint16.
I was not entirely sure that all paths to the places where the INSISTS are
would have guaranteed that the unsigned int rdata.length was in the range
of an unsigned short.

Cast bitshifts to isc_uint8_t in encode_win32(); yes, dear compiler, we know
there is a loss of precision.  That's exactly what we want to happen here.
1999-10-17 22:18:45 +00:00
Mark Andrews
e26a96b245 add DNS_R_UPTODATE check to roll_forward(). 1999-10-13 22:47:12 +00:00
Andreas Gustafsson
9b0d518110 moved dns_db_diff() from xfrin.c to journal.c; const correctness 1999-09-27 06:30:15 +00:00
Michael Graff
9ec7000a15 Protect magic numbers and validity checks by putting them in our name space.
(Prefixed with DNS_)
1999-09-21 22:45:24 +00:00
Andreas Gustafsson
93bcd26bfa SIGs covering different types are now considered separate rdatasets in dns_diff_apply() 1999-09-09 08:26:17 +00:00
Bob Halley
0b157747b3 findrdataset can now return a sig 1999-09-08 01:10:08 +00:00
Andreas Gustafsson
ba2d393cd8 don't ignore updates that change only the TTL 1999-09-07 05:26:26 +00:00
Andreas Gustafsson
e5df86c630 initialize covers field in new rrsets 1999-09-01 13:39:46 +00:00
Bob Halley
732e0731de SIG support 1999-08-31 22:14:06 +00:00
Andreas Gustafsson
53d251b1ac 80 columns 1999-08-24 06:45:39 +00:00
Bob Halley
6ee1fca9b2 Add some comments about the type of various offsets.
#include <isc/net.h> to get the prototype for ntohl().
1999-08-20 16:21:00 +00:00
Andreas Gustafsson
271fa93020 added sanity check of journal RR size 1999-08-20 12:31:27 +00:00
Andreas Gustafsson
3532ed3bbd initial checkin 1999-08-20 05:26:49 +00:00