Mark Andrews
|
54db0529dc
|
Copyright dates now comma seperated list of years.
|
1999-02-16 22:51:19 +00:00 |
|
Mark Andrews
|
0e8cf9a887
|
Style updates.
cvs: ----------------------------------------------------------------------
|
1999-02-16 22:42:33 +00:00 |
|
Mark Andrews
|
7c0539bea5
|
Created dns_name_rdatacompare() to do DNSSEC rdata comparisions
as opposed to DNSSEC owner name comparisions of names. Changed
all rdata types that were using dns_name_compare() to use
dns_name_rdatacompare().
|
1999-02-15 05:44:22 +00:00 |
|
Mark Andrews
|
1c31915286
|
Add RR from RFC 1183
Update Copyright dates.
|
1999-01-22 05:02:49 +00:00 |
|
Mark Andrews
|
deaaf94332
|
dns_rdata_compare checked for RFC 1035 types
converted frometext* to use gettoken()
converted:
result = foo();
if (result != DNS_R_SUCCESS)
return (result);
to
RETERR(foo());
|
1999-01-22 00:36:59 +00:00 |
|
Mark Andrews
|
3d5cad69ec
|
Adjusted error codes.
txt_fromwire() was not coping with a zero length active buffer.
|
1999-01-20 05:20:24 +00:00 |
|
Mark Andrews
|
f7b99290c3
|
Added INSIST's
|
1999-01-19 06:49:33 +00:00 |
|
Mark Andrews
|
3761c43391
|
Add $Id$'s
|
1999-01-19 05:38:36 +00:00 |
|
Mark Andrews
|
5d51e67c3b
|
Initial "rdata" support. RFC 1035 RR types minus WKS
totext/fromtext should all work
towire/fromwire mostly work
tostruct/fromstruct return DNS_R_NOTIMPLEMENTED
compare untested
|
1999-01-19 02:20:26 +00:00 |
|