~ubuntu-branches/ubuntu/wily/maradns/wily-proposed

« back to all changes in this revision

Viewing changes to deadwood-3.2.07/update/2.9.06/deadwood-2.9.05-deadwood_manpage.patch

  • Committer: Package Import Robot
  • Author(s): Dariusz Dwornikowski, Tomasz Buchert, Dariusz Dwornikowski
  • Date: 2015-03-27 18:34:08 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20150327183408-wnfachdkdjt96yu6
Tags: 2.0.11-1
[ Tomasz Buchert ]
* Imported Upstream version 2.0.11

[ Dariusz Dwornikowski ]
* d/patches: 
  - refreshed all patches for new deadwood version
  - removed generating of random prime on build (Closes: #785536) 
* d/rules: date taken from changelog (Closes: #785535)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- deadwood-2.9.05/doc/Deadwood.ej     2010-08-13 01:48:00.000000000 -0700
 
2
+++ deadwood-2.9.06/doc/Deadwood.ej     2010-08-31 11:47:34.000000000 -0700
 
3
@@ -5,14 +5,16 @@
 
4
 <BODY>
 
5
 
 
6
 <h1>NAME</h1>
 
7
-Deadwood - A non-recursive caching DNS resolver
 
8
+Deadwood - A fully recursive caching DNS resolver
 
9
 
 
10
 <h1>DESCRIPTION</h1>
 
11
-Deadwood is a working DNS forwarding cache.  This is a DNS server with
 
12
+Deadwood is a fully recursive DNS cache.  This is a DNS server with
 
13
 the following features:
 
14
 
 
15
 <ul>
 
16
 
 
17
+<li>Full support for both DNS recursion and DNS forwarding caching
 
18
+
 
19
 <li>Small size and memory footprint suitable for embedded systems
 
20
 
 
21
 <li>Simple and clean codebase
 
22
@@ -464,7 +466,7 @@
 
23
 In addition to use a buffer-overflow resistant string library and a coding
 
24
 style and SQA process that checks for buffer overflows and memory leaks,
 
25
 Deadwood uses a strong pseudo-random number generator (The 32-bit version
 
26
-of Radio Gatun) to generate both the query ID and source port.  For the
 
27
+of RadioGatun) to generate both the query ID and source port.  For the
 
28
 random number generator to be secure, Deadwood needs a good source of
 
29
 entropy; by default Deadwood will use /dev/urandom to get this entropy.
 
30
 If you are on a system without /dev/urandom support, it is important
 
31
@@ -474,6 +476,16 @@
 
32
 
 
33
 <p>
 
34
 
 
35
+The Windows port of Deadwood includes a program called 
 
36
+"mkSecretTxt.exe" that creates a 64-byte (512 bit) random file called 
 
37
+"secret.txt" that can be used by Deadwood (via the "random_seed_file"
 
38
+parameter); Deadwood also gets entropy from the timestamp
 
39
+when Deadwood is started and Deadwood's process ID number, so it is
 
40
+same to use the same static secret.txt file as the random_seed_file
 
41
+for multiple invocations of Deadwood.
 
42
+
 
43
+<p>
 
44
+
 
45
 Note that Deadwood is not protected from someone on the same network viewing
 
46
 packets sent by Deadwood and sending forged packets as a reply.  
 
47
 
 
48
@@ -492,7 +504,7 @@
 
49
 On systems without direct /dev/urandom support, it is suggested to see if
 
50
 there is a possible way to give the system a working /dev/urandom.  This
 
51
 way, when Deadwood is compiled, the hash magic number will be suitably 
 
52
-random.
 
53
+random.  
 
54
 
 
55
 <p>
 
56
 
 
57
@@ -524,15 +536,14 @@
 
58
 chroot_dir = "/etc/deadwood" 
 
59
 
 
60
 # The following upstream DNS servers are Google's 
 
61
-# newly-announced (as of December 2009) public DNS 
 
62
-# servers.  For more information, see the page at
 
63
+# (as of December 2009) public DNS servers.  For 
 
64
+# more information, see the page at
 
65
 # http://code.google.com/speed/public-dns/
 
66
 #
 
67
-# These IPs can be changed to the IPs of any recursive 
 
68
-# DNS servers that can be reached from the computer 
 
69
-# running Deadwood, such as your ISP's DNS servers.
 
70
-upstream_servers = {}
 
71
-upstream_servers["."]="8.8.8.8, 8.8.4.4" 
 
72
+# If neither root_servers nor upstream_servers are set,
 
73
+# Deadwood will use the default ICANN root servers.
 
74
+#upstream_servers = {}
 
75
+#upstream_servers["."]="8.8.8.8, 8.8.4.4" 
 
76
 
 
77
 # Who is allowed to use the cache.  This line
 
78
 # allows anyone with "127.0" as the first two
 
79
@@ -553,7 +564,7 @@
 
80
 # If you want to read and write the cache from disk, 
 
81
 # make sure chroot_dir above is readable and writable 
 
82
 # by the maradns_uid/gid above, and uncomment the 
 
83
-# following line
 
84
+# following line. 
 
85
 #cache_file = "dw_cache"
 
86
 
 
87
 # If your upstream DNS server converts "not there" DNS replies