Browse Source

docs fixed

mom040267 10 years ago
parent
commit
c45ac5e582
6 changed files with 9 additions and 11 deletions
  1. 1 2
      ChangeLog
  2. 2 2
      README.turnadmin
  3. 3 3
      man/man1/turnadmin.1
  4. 1 1
      man/man1/turnserver.1
  5. 1 1
      man/man1/turnutils.1
  6. 1 2
      src/apps/relay/mainrelay.c

+ 1 - 2
ChangeLog

@@ -1,9 +1,8 @@
 3/15/2015 Oleg Moskalenko <[email protected]>
 Version 4.4.4.1 'Ardee West':
-	- 'native' SCTP support;
+	- 'native' SCTP support (experimental);
 	- option of encrypted passwords for web admin users;
 	- option of encrypted password for CLI user;
-	- option of encrypted shared secrets;
 
 2/28/2015 Oleg Moskalenko <[email protected]>
 Version 4.4.2.3 'Ardee West':

+ 2 - 2
README.turnadmin

@@ -48,8 +48,8 @@ $ turnadmin [ -h | --help]
 Commands:  
 
 -P, --generate-encrypted-password	Generate and print to the standard
-output an encrypted form of a password (for web admin user, or shared
-secret, or CLI). The value then can be used as a safe key for the password
+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:
 $5$<...salt...>$<...sha256(salt+password)...>. Salt is 16 characters,

+ 3 - 3
man/man1/turnadmin.1

@@ -1,5 +1,5 @@
 .\" Text automatically generated by txt2man
-.TH TURN 1 "20 March 2015" "" ""
+.TH TURN 1 "21 March 2015" "" ""
 .SH GENERAL INFORMATION
 
 \fIturnadmin\fP is a TURN administration tool. This tool can be used to manage 
@@ -68,8 +68,8 @@ Commands:
 .B
 \fB\-P\fP, \fB\-\-generate\-encrypted\-password\fP
 Generate and print to the standard
-output an encrypted form of a password (for web admin user, or shared
-secret, or CLI). The value then can be used as a safe key for the password
+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:
 $5$<\.\.\.salt\.\.\.>$<\.\.\.sha256(salt+password)\.\.\.>. Salt is 16 characters,

+ 1 - 1
man/man1/turnserver.1

@@ -1,5 +1,5 @@
 .\" Text automatically generated by txt2man
-.TH TURN 1 "20 March 2015" "" ""
+.TH TURN 1 "21 March 2015" "" ""
 .SH GENERAL INFORMATION
 
 The \fBTURN Server\fP project contains the source code of a TURN server and TURN client 

+ 1 - 1
man/man1/turnutils.1

@@ -1,5 +1,5 @@
 .\" Text automatically generated by txt2man
-.TH TURN 1 "20 March 2015" "" ""
+.TH TURN 1 "21 March 2015" "" ""
 .SH GENERAL INFORMATION
 
 A set of turnutils_* programs provides some utility functionality to be used

+ 1 - 2
src/apps/relay/mainrelay.c

@@ -604,8 +604,7 @@ static char AdminUsage[] = "Usage: turnadmin [command] [options]\n"
 	"\nCommands:\n\n"
 	"	-P, --generate-encrypted-password	Generate and print to the standard\n"
 	"					output an encrypted form of a password\n"
-	"					(for web admin user, or shared\n"
-	"					secret, or CLI). See wiki, README or man\n"
+	"					(for web admin user or CLI). See wiki, README or man\n"
 	"					pages for more detailed description.\n"
 	"	-k, --key			generate long-term credential mechanism key for a user\n"
 	"	-a, --add			add/update a long-term mechanism user\n"