do away with postsort - the server does that for us
[adns] / TODO
CommitLineData
dd8cb6ac 1BUGS:
2Arnout Engelen <arnouten@sci.kun.nl> reports servfail is thought conclusive
7458aa76 3semicolon should be comment in resolv.conf
dd8cb6ac 4
125de2a9 5WISHLIST:
8191bd68 6* Support for as-yet-unrecognised query types.
a9e9c75f 7* Make timeouts configurable.
125de2a9 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
5e4eeb15 11* DNSSEC minimum functionality - ignore Additional when AD set.
c3549f8f 12* IPv6 name<->address translation - but which version ??
13* IPv6 transport.
c6826df6 14* Threadsafe version/mode.
15* Caching in the library.
16* SRV RRs.
58e09624 17* Make port configurable in config file.
c6868699 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')
d4e363f4 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