Changes between Version 139 and Version 140 of TodoList

Show
Ignore:
Timestamp:
04/19/12 11:46:42 (13 months ago)
Author:
peter
Comment:

clean up

Legend:

Unmodified
Added
Removed
Modified
  • TodoList

    v139 v140  
    1313This might live outside of PowerDNS 
    1414== 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 
    1816 * 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' 
    2724 *        autotuning number of backend threads 
    2825 * pdns_recursor should have logging family setting 
    2926 * there is a lot of manual lugging around of sockaddr_in stuff, abstract that 
    30    * also far too much gethostbyname abuse 
     27 * also far too much gethostbyname abuse 
    3128 * move pdns_recursor to MOADNSParser 
    3229 * give pdns_recursor a single timestamp 
    33  * Add the allow-transfer for one ip to one zone (define in database) 
    3430 * Add IPv6 support for AXFR / Notifies / Supermaster