Commit Graph

10 Commits

Author SHA1 Message Date
cresh 66208241f5 + error conditions 2002-05-21 15:25:09 +00:00
cresh 5d357598b1 dns-lookup-nameserver revised,
dns-lookup-mailexchanger now implements RFC 2821,
added force-ip and force-ip-list.
2002-05-21 10:03:21 +00:00
cresh e58dcbd1b3 minor changes in concurrent-lookup and dns-find-nameserver-list 2002-05-08 14:55:55 +00:00
cresh 5c72a6dad2 revised concurrent-lookup 2002-05-07 09:48:53 +00:00
cresh a766574fd1 added concurrent-lookup, made some minor changes 2002-05-06 17:15:22 +00:00
cresh 831555ba83 added UDP transportation, made changes in the interface 2002-05-05 18:37:50 +00:00
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