Changes between Version 139 and Version 140 of TodoList
- Timestamp:
- 04/19/12 11:46:42 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TodoList
v139 v140 13 13 This might live outside of PowerDNS 14 14 == Items which require coding == 15 * backends 16 * tinydns - [http://phpfi.com/142035 example (dead link)], [http://cr.yp.to/djbdns/tinydns-data.html specification], [https://github.com/habbie/powerdns/tree/tinydnsbackend Work In Progress] 17 * add support for a "something-plus-cname-query" to allow optimised queries in the backend 15 * add support for a "something-plus-cname-query" to allow optimised queries in the backend; not sure this makes sense with 3.0 usually sending ANY 18 16 * implement code like https://list.xs4all.nl/pipermail/freeradius-devel/2003-September/005863.html so we can bind to all interfaces in one go w/o problems 19 * zone includes absolute/relative paths 20 * teach bindbackend to reload the configuration 21 * 'rediscover' method? 22 * done pdns_control notify interface 23 * pdns_control mass-notify 24 * notify everybody of everything 25 * pdns_control rediscover 26 * make guardian perform pings over the controlsocket, 'heartbeat' 17 * zone includes absolute/relative paths 18 * teach bindbackend to reload the configuration 19 * 'rediscover' method? 20 * pdns_control mass-notify 21 * notify everybody of everything 22 * pdns_control rediscover 23 * make guardian perform pings over the controlsocket, 'heartbeat' 27 24 * autotuning number of backend threads 28 25 * pdns_recursor should have logging family setting 29 26 * there is a lot of manual lugging around of sockaddr_in stuff, abstract that 30 * also far too much gethostbyname abuse27 * also far too much gethostbyname abuse 31 28 * move pdns_recursor to MOADNSParser 32 29 * give pdns_recursor a single timestamp 33 * Add the allow-transfer for one ip to one zone (define in database)34 30 * Add IPv6 support for AXFR / Notifies / Supermaster