Browse Source

REST API docs fixed

mom040267 10 năm trước cách đây
mục cha
commit
8695e7c4a9

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2/18/2015 Oleg Moskalenko <[email protected]>
+Version 4.4.2.2 'Ardee West':
+	- REST API docs fixed;
+	
 2/3/2015 Oleg Moskalenko <[email protected]>
 Version 4.4.2.1 'Ardee West':
 	- (HMAC-)SHA-512 and -384 algorithms added;

+ 1 - 1
README.turnserver

@@ -174,7 +174,7 @@ Flags:
 			This option uses timestamp as part of combined username:
 			usercombo -> "timestamp:username",
 			turn user -> usercombo,
-			turn password -> base64(hmac(secret key, usercombo)).
+			turn password -> base64(hmac(input_buffer = usercombo, key = shared-secret)).
 			This allows TURN credentials to be accounted for a specific user id.
 			If you don't have a suitable id, the timestamp alone can be used.
 			This option is just turns on secret-based authentication.

+ 1 - 1
man/man1/turnadmin.1

@@ -1,5 +1,5 @@
 .\" Text automatically generated by txt2man
-.TH TURN 1 "06 February 2015" "" ""
+.TH TURN 1 "18 February 2015" "" ""
 .SH GENERAL INFORMATION
 
 \fIturnadmin\fP is a TURN administration tool. This tool can be used to manage 

+ 2 - 2
man/man1/turnserver.1

@@ -1,5 +1,5 @@
 .\" Text automatically generated by txt2man
-.TH TURN 1 "06 February 2015" "" ""
+.TH TURN 1 "18 February 2015" "" ""
 .SH GENERAL INFORMATION
 
 The \fBTURN Server\fP project contains the source code of a TURN server and TURN client 
@@ -256,7 +256,7 @@ the TURN REST API section below.
 This option uses timestamp as part of combined username:
 usercombo \-> "timestamp:username",
 turn user \-> usercombo,
-turn password \-> \fBbase64\fP(hmac(secret key, usercombo)).
+turn password \-> \fBbase64\fP(hmac(input_buffer = usercombo, key = shared\-secret)).
 This allows TURN credentials to be accounted for a specific user id.
 If you don't have a suitable id, the timestamp alone can be used.
 This option is just turns on secret\-based authentication.

+ 1 - 1
man/man1/turnutils.1

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

+ 1 - 1
rpm/build.settings.sh

@@ -2,7 +2,7 @@
 
 # Common settings script.
 
-TURNVERSION=4.4.2.1
+TURNVERSION=4.4.2.2
 BUILDDIR=~/rpmbuild
 ARCH=`uname -p`
 TURNSERVER_SVN_URL=http://coturn.googlecode.com/svn

+ 3 - 1
rpm/turnserver.spec

@@ -1,5 +1,5 @@
 Name:		turnserver
-Version:	4.4.2.1
+Version:	4.4.2.2
 Release:	0%{dist}
 Summary:	Coturn TURN Server
 
@@ -288,6 +288,8 @@ fi
 %{_includedir}/turn/client/TurnMsgLib.h
 
 %changelog
+* Wed Feb 18 2015 Oleg Moskalenko <[email protected]>
+  - Sync to 4.4.2.2
 * Tue Feb 3 2015 Oleg Moskalenko <[email protected]>
   - Sync to 4.4.2.1
 * Sun Feb 1 2015 Oleg Moskalenko <[email protected]>

+ 1 - 1
src/ns_turn_defs.h

@@ -31,7 +31,7 @@
 #ifndef __IOADEFS__
 #define __IOADEFS__
 
-#define TURN_SERVER_VERSION "4.4.2.1"
+#define TURN_SERVER_VERSION "4.4.2.2"
 #define TURN_SERVER_VERSION_NAME "Ardee West"
 #define TURN_SOFTWARE "Coturn-" TURN_SERVER_VERSION " '" TURN_SERVER_VERSION_NAME "'"