do away with postsort - the server does that for us
[adns] / TODO
CommitLineData
4fde3e92 1BUGS:
2Arnout Engelen <arnouten@sci.kun.nl> reports servfail is thought conclusive
a9043d8a 3semicolon should be comment in resolv.conf
4fde3e92 4
636b69b1 5WISHLIST:
84e3712c 6* Support for as-yet-unrecognised query types.
9ea0d219 7* Make timeouts configurable.
636b69b1 8* `fake' reverse queries (give nnn.nnn.nnn.nnn either always or on error)
9* `fake' forward queries (allow nnn.nnn.nnn.nnn -> A)
10* DNSSEC compatibility - be able to retreive KEY and SIG RRs
6fb8bae9 11* DNSSEC minimum functionality - ignore Additional when AD set.
66f7ac48 12* IPv6 name<->address translation - but which version ??
13* IPv6 transport.
bef232ae 14* Threadsafe version/mode.
15* Caching in the library.
16* SRV RRs.
1ec67696 17* Make port configurable in config file.
e5d88f7d 18* `Nameserver sent bad response' should produce a hexdump in the log
19 (see eg mail to ian@davenant Mon, 25 Oct 2004 14:19:46 +0100 re
20 `compressed datagram contains loop')
a889f4be 21
22
23
24
25static void postsort_srv(adns_state ads, void *array, int nobjs,
26 const struct typeinfo *typei) {
27 fprintf(stderr,"(postsort_srv)\n");
28 /* tests:
29 * dig -t srv _srv._tcp.test.iwj.relativity.greenend.org.uk.
30 * ./adnshost_s -t srv- _sip._udp.voip.net.cam.ac.uk.
31 * ./adnshost_s -t srv- _jabber._tcp.jabber.org
32 */
33}
34