Changeset 1159 for trunk/pdns/pdns/docs/pdns.sgml
- Timestamp:
- 03/16/08 15:42:41 (2 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/docs/pdns.sgml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/docs/pdns.sgml
r1150 r1159 7367 7367 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 7368 7368 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. 7369 7380 </para> 7370 7381 </listitem> … … 10571 10582 Called to determine if a certain host is a supermaster for a certain domain name. 10572 10583 Default: <command> 10573 select account from supermasters where ip='%s' and nameserver='%s' ");10584 select account from supermasters where ip='%s' and nameserver='%s'); 10574 10585 </command> 10575 10586 </para> … … 13430 13441 </para> 13431 13442 </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 © 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> 13432 13476 13433 13477 </book>