Mark Andrews
|
19d365e444
|
Added missing REQUIRE()'s to dns_rdata_*().
Restored origin to dns_rdata_totext().
Made include file comments more relevent.
|
1999-02-16 02:54:18 +00:00 |
|
Mark Andrews
|
82d0558893
|
Pass multiple callbacks in dns_rdatacallbacks_t.
Call UNEXPECTED_ERROR() when returning DNS_R_UNEXPECTED.
|
1999-02-09 08:02:21 +00:00 |
|
Mark Andrews
|
bd72c68a44
|
Allow specification of class
|
1999-02-04 01:04:55 +00:00 |
|
Mark Andrews
|
2bc0da0cd8
|
Added NXT
Debugged SIG
|
1999-01-29 08:04:13 +00:00 |
|
Mark Andrews
|
2192b44973
|
HINFO and TXT now handle quoted strings.
|
1999-01-22 01:27:30 +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
|
44a966dff6
|
Added WKS.
|
1999-01-21 06:02:15 +00:00 |
|
Mark Andrews
|
a98551ef59
|
Implemented dns_rdatatype_fromtext(), dns_rdatatype_totext(),
dns_rdataclass_fromtext() and dns_rdataclass_totext().
|
1999-01-20 06:51:30 +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
|
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 |
|