From 7af87e8107a0e9affaf096923c7e368ba0a4409c Mon Sep 17 00:00:00 2001 From: Corey Cole Date: Mon, 30 Dec 2019 10:29:25 -0800 Subject: [PATCH 1/2] docs(turnadmin): fix typo --- man/man1/turnadmin.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man1/turnadmin.1 b/man/man1/turnadmin.1 index a1dab5ab..d59aa3e3 100644 --- a/man/man1/turnadmin.1 +++ b/man/man1/turnadmin.1 @@ -71,7 +71,7 @@ Generate and print to the standard output an encrypted form of a password (for web admin user or CLI). The value then can be used as a safe key for the password storage on disk or in the database. Every invocation for the same password -produces a different result. The for mat of the encrypted password is: +produces a different result. The format of the encrypted password is: $5$<\.\.\.salt\.\.\.>$<\.\.\.sha256(salt+password)\.\.\.>. Salt is 16 characters, the sha256 output is 64 characters. Character 5 is the algorithm id (sha256). Only sha256 is supported as the hash function. From 33692365ad33ab479556eed683ce2b0ff0cdfe87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20Mih=C3=A1ly?= Date: Wed, 12 Feb 2020 11:06:41 +0100 Subject: [PATCH 2/2] Fix typo in README and run make-man.sh --- README.turnadmin | 2 +- man/man1/turnadmin.1 | 2 +- man/man1/turnserver.1 | 2 +- man/man1/turnutils.1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.turnadmin b/README.turnadmin index ea504d7a..e022f002 100644 --- a/README.turnadmin +++ b/README.turnadmin @@ -51,7 +51,7 @@ Commands: output an encrypted form of a password (for web admin user or CLI). The value then can be used as a safe key for the password storage on disk or in the database. Every invocation for the same password -produces a different result. The for mat of the encrypted password is: +produces a different result. The format of the encrypted password is: $5$<...salt...>$<...sha256(salt+password)...>. Salt is 16 characters, the sha256 output is 64 characters. Character 5 is the algorithm id (sha256). Only sha256 is supported as the hash function. diff --git a/man/man1/turnadmin.1 b/man/man1/turnadmin.1 index d59aa3e3..92b16624 100644 --- a/man/man1/turnadmin.1 +++ b/man/man1/turnadmin.1 @@ -1,5 +1,5 @@ .\" Text automatically generated by txt2man -.TH TURN 1 "29 January 2019" "" "" +.TH TURN 1 "12 February 2020" "" "" .SH GENERAL INFORMATION \fIturnadmin\fP is a TURN administration tool. This tool can be used to manage diff --git a/man/man1/turnserver.1 b/man/man1/turnserver.1 index 4cbac6d3..6c7e96a4 100644 --- a/man/man1/turnserver.1 +++ b/man/man1/turnserver.1 @@ -1,5 +1,5 @@ .\" Text automatically generated by txt2man -.TH TURN 1 "29 January 2019" "" "" +.TH TURN 1 "12 February 2020" "" "" .SH GENERAL INFORMATION The \fBTURN Server\fP project contains the source code of a TURN server and TURN client diff --git a/man/man1/turnutils.1 b/man/man1/turnutils.1 index 74d1e424..7da65528 100644 --- a/man/man1/turnutils.1 +++ b/man/man1/turnutils.1 @@ -1,5 +1,5 @@ .\" Text automatically generated by txt2man -.TH TURN 1 "29 January 2019" "" "" +.TH TURN 1 "12 February 2020" "" "" .SH GENERAL INFORMATION A set of turnutils_* programs provides some utility functionality to be used