9e5b72fbdf
Update provided by Michael Bäuerle via wip. Version 1.0.3 release notes =========================== Version 1.0.3 is primarily a bug-fix release. See changes.txt for details. Support for SSLv3 has been disabled since it is to POODLE attacks. On 32 bit systems, support has been added for files larger than 2GB. Support added for both 32 and 64 bit mingw and cygwin compilers. Version 1.0.2 release notes =========================== Version 1.0.2 is primarily a bug-fix release. See changes.txt for details. Note: slang version 2.2.3 or later is required. Version 2.3.0 is the current version. The intrinsic function get_header_flags was modified to return the full set of flags when called with an optional argument. Symbolic constants for the corresponding flags were added to the interpreter interface. The value for query_read_group_cutoff was increased to 1000. Support for building slrnpull on win32 systems was added.
32 lines
875 B
Text
32 lines
875 B
Text
$NetBSD: patch-doc_manual.txt,v 1.1 2018/09/21 14:27:37 wiz Exp $
|
|
|
|
Added documentation for new config option "canlock_algo".
|
|
|
|
--- doc/manual.txt.orig 2016-10-23 22:34:16.000000000 +0000
|
|
+++ doc/manual.txt
|
|
@@ -63,6 +63,7 @@
|
|
6.5 beep
|
|
6.6 broken_xref
|
|
6.7 cansecret_file
|
|
+ 6.7.1 canlock_algo
|
|
6.8 cc_followup
|
|
6.9 cc_post_string
|
|
6.10 charset
|
|
@@ -1652,6 +1653,17 @@
|
|
canlock) and that cancel locks only have an effect if the server
|
|
supports them.
|
|
|
|
+ 6.7.1. canlock_algo
|
|
+
|
|
+ Type: string
|
|
+ Default: "SHA256"
|
|
+
|
|
+ If slrn is configured to put cancel-locks into the articles you post,
|
|
+ then this variable is used to select the hash algorithm for <scheme>
|
|
+ and HMAC (used as recommended in Section 4 of RFC 8315).
|
|
+
|
|
+ The default value is the mandatory hash algorithm defined by RFC 8315.
|
|
+
|
|
6.8. cc_followup
|
|
|
|
Type: integer
|