Commit Graph

4 Commits

Author SHA1 Message Date
cresh 5c424ac160 added dns-inverse-query 2002-04-23 21:42:41 +00:00
cresh 48a0a95a4a added better multiple answers processing and rr-data-types 2002-04-17 12:12:58 +00:00
cresh 6f9f67f484 complete revision of the PLT-dns-resolver.
it nearly fully implements the rfc1035:
  - resolver-side recursion
  - cache
  - following types: a, ns, cname, hinfo, mx, ptr, soa, txt
  - in-addr.arpa (get hostname by ip)
each dns-lookup returns a dns-message record.
2002-04-15 14:16:02 +00:00
sperber ebbbe7192f First stab at DNS client, based on the code from PLT.
Note it does at least one thing wrong (besides what's noted in PLT's
documentation):

> (dns-get-address "macon" "ftp.uni-tuebingen.de")
"8.115.111.102"

(The original version also does this.  I assume it has something to do
with recursive queries.)
2002-01-25 16:50:23 +00:00