Show
Ignore:
Timestamp:
03/16/08 15:42:41 (2 years ago)
Author:
ahu
Message:

import AES code from Brian Gladman, plus wrapper to PowerDNS dns_random

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/docs/pdns.sgml

    r1150 r1159  
    73677367                depending on your network, and may even be a security risk. Therefore, since version 3.1.5, the PowerDNS recursor by default does not query 
    73687368                private space IP addresses. This setting can be used to expand or reduce the limitations. 
     7369              </para> 
     7370            </listitem> 
     7371          </varlistentry> 
     7372          <varlistentry> 
     7373            <term>entropy-source</term> 
     7374            <listitem> 
     7375              <para> 
     7376                From version 3.1.5 onwards, PowerDNS can read entropy from a (hardware) source. This is used for generating random numbers 
     7377                which are very hard to predict. Generally on UNIX platforms, this source will be  
     7378                <filename>/dev/urandom</filename>, which will always supply random numbers, even if entropy is lacking.  
     7379                Change to <filename>/dev/random</filename> if PowerDNS should block waiting for enough entropy to arrive. 
    73697380              </para> 
    73707381            </listitem> 
     
    1057110582                  Called to determine if a certain host is a supermaster for a certain domain name. 
    1057210583                  Default: <command> 
    10573                     select account from supermasters where ip='%s' and nameserver='%s'"); 
     10584                    select account from supermasters where ip='%s' and nameserver='%s'); 
    1057410585                  </command> 
    1057510586                </para> 
     
    1343013441      </para> 
    1343113442  </appendix> 
     13443  <appendix id="further-copyrights"><title>Further copyright statements</title> 
     13444    <sect1><title>AES implementation by Brian Gladman</title> 
     13445    <para> 
     13446      Since version 3.1.5, PowerDNS contains AES code by Brian Gladman, to which 
     13447      the following applies: 
     13448    </para> 
     13449    <para> 
     13450 Copyright &copy; 1998-2007, Brian Gladman, Worcester, UK. All rights reserved. 
     13451    </para> 
     13452    <para> 
     13453     LICENSE TERMS 
     13454    </para> 
     13455    <para> 
     13456 The free distribution and use of this software is allowed (with or without 
     13457 changes) provided that: 
     13458 </para><para> 
     13459  1. source code distributions include the above copyright notice, this 
     13460     list of conditions and the following disclaimer; 
     13461 </para><para> 
     13462  2. binary distributions include the above copyright notice, this list 
     13463     of conditions and the following disclaimer in their documentation; 
     13464 </para><para> 
     13465  3. the name of the copyright holder is not used to endorse products 
     13466     built using this software without specific written permission. 
     13467 </para><para> 
     13468 DISCLAIMER 
     13469 </para><para> 
     13470 This software is provided 'as is' with no explicit or implied warranties 
     13471 in respect of its properties, including, but not limited to, correctness 
     13472 and/or fitness for purpose. 
     13473 </para><para> 
     13474</sect1> 
     13475  </appendix> 
    1343213476 
    1343313477  </book>