]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Various documentation fixes.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 15 Mar 2010 13:42:55 +0000 (13:42 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 15 Mar 2010 13:42:55 +0000 (13:42 +0000)
git-svn-id: file:///svn/unbound/trunk@2038 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/README.tests
doc/control_proto_spec.txt
doc/example.conf.in
doc/unbound.conf.5.in

index e6a39ca2be155dd6bc6f101a4152fcd8657667ab..1279d755b0f3aa2e6726b629927b1a54d4538797 100644 (file)
@@ -6,6 +6,7 @@ To make and run the tests. The results are summarized at the end.
 
 You need to have the following programs installed and in your PATH.
 * dig - from the bind-tools package. Used to send DNS queries.
+* wdiff - used for word-by-word comparisons.
 * splint (optional) - for lint test
 * doxygen (optional) - for doc completeness test
 * ldns-testns (optional) - from ldns examples. Used as DNS auth server.
index f6d330e1ab572924236306080ede8534639f498f..67bbc915db250f30235864a2b19063d1a364aedc 100644 (file)
@@ -62,5 +62,4 @@ local_data <resource record string>
        local_data_add www.example.com. IN A 192.0.2.2
        if no local_zone exists for it; a transparent zone with the same
        name as the data is created.
-
-
+Other commands in the unbound-control manual page.
index a5d7ada060dd5936cd582e3b71695f61eebbc83e..4a0652278495389e1d231928e2d36ae3c49195d4 100644 (file)
@@ -344,7 +344,7 @@ server:
        # val-bogus-ttl: 60
 
        # The signature inception and expiration dates are allowed to be off
-       # by 10% of the lifetime of the signature from our local clock.
+       # by 10% of the signature lifetime (expir-incep) from our local clock.
        # This leeway is capped with a minimum and a maximum.  In seconds.
        # val-sig-skew-min: 3600
        # val-sig-skew-max: 86400
index 5cc9237de6ea8ee648522ecf61fe45d8b8fc28a7..efda17fe5a8ad5feb7d1181a2e8abc14d41bd200 100644 (file)
@@ -581,17 +581,19 @@ you are debugging signature inception and expiration.
 .TP
 .B val\-sig\-skew\-min: \fI<seconds>
 Minimum number of seconds of clock skew to apply to validated signatures.
-A value of 10% of the signature lifetime is used, capped by this setting.  
-Default is 3600 (1 hour) which allows for daylight savings differences.  
-Lower this value for more strict checking of short lived signatures.
+A value of 10% of the signature lifetime (expiration \- inception) is
+used, capped by this setting.  Default is 3600 (1 hour) which allows for
+daylight savings differences.  Lower this value for more strict checking
+of short lived signatures.
 .TP
 .B val\-sig\-skew\-max: \fI<seconds>
 Maximum number of seconds of clock skew to apply to validated signatures.
-A value of 10% of the signature lifetime is used, capped by this setting.  
-Default is 86400 (24 hours) which allows for timezone setting problems in 
-stable domains.  Setting both min and max very low disables the clock skew 
-allowances.  Setting both min and max very high makes the validator check
-the signature timestamps less strictly.
+A value of 10% of the signature lifetime (expiration \- inception)
+is used, capped by this setting.  Default is 86400 (24 hours) which
+allows for timezone setting problems in stable domains.  Setting both
+min and max very low disables the clock skew allowances.  Setting both
+min and max very high makes the validator check the signature timestamps
+less strictly.
 .TP
 .B val\-bogus\-ttl: \fI<number>
 The time to live for bogus data. This is data that has failed validation;