1##
2##  $Id: TODO,v 1.67 2005/04/28 18:02:43 bboy Exp $
3##
4
5SHORT TERM:
6
7*	Add full checks for SRV, PTR, RP, and NAPTR to 'mydnscheck'.
8
9*  	Reply cache should obey shortest TTL in the cached RRSET.
10
11
12
13LONG TERM:
14
15*	Move SRV/RP/NAPTR extra data OUT of the mydns_rr structure -- leave the
16	data in the "data" column and let it be parsed as needed.  The parsed
17	data really gobbles up space in the MYDNS_RR structure.
18
19*	Full IPv6 support (added to server, need support in utils).
20
21*	Update manual:
22	- How delegation works.
23
24*	LOC (RFC 1876?) support.
25
26*	Make sure we're NEVER using inet_ntoa, inet_addr, etc.
27
28*	Fix in_cidr to work with IPv6 addresses.
29
30*	Test AXFR from an IPv6 master via `mydns-import'.
31
32*	Investigate linker problem with `-ffast-math' on FreeBSD/alpha:
33
34		/usr/lib/crtfastmath.o: In function `set_fast_math':
35		/usr/lib/crtfastmath.o(.text+0x1c): undefined reference to
36			`__ieee_set_fp_control'
37
38*	No calls to gethostbyname() anywhere -- add `--enable-static-build'
39	back to the `./configure' line in pkg/mydns-mysql.spec.in.
40
41
42## vi:set ts=3:
43