From 8695e7c4a9bead2bd19da8f36c7bea1742e1ec7c Mon Sep 17 00:00:00 2001 From: mom040267 Date: Thu, 19 Feb 2015 06:36:04 +0000 Subject: [PATCH] REST API docs fixed --- ChangeLog | 4 ++++ README.turnserver | 2 +- man/man1/turnadmin.1 | 2 +- man/man1/turnserver.1 | 4 ++-- man/man1/turnutils.1 | 2 +- rpm/build.settings.sh | 2 +- rpm/turnserver.spec | 4 +++- src/ns_turn_defs.h | 2 +- 8 files changed, 14 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index d6f247b..1f99761 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2/18/2015 Oleg Moskalenko +Version 4.4.2.2 'Ardee West': + - REST API docs fixed; + 2/3/2015 Oleg Moskalenko Version 4.4.2.1 'Ardee West': - (HMAC-)SHA-512 and -384 algorithms added; diff --git a/README.turnserver b/README.turnserver index 22f1a50..d7e9c27 100644 --- a/README.turnserver +++ b/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. diff --git a/man/man1/turnadmin.1 b/man/man1/turnadmin.1 index be71dfd..14c658d 100644 --- a/man/man1/turnadmin.1 +++ b/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 diff --git a/man/man1/turnserver.1 b/man/man1/turnserver.1 index 7b3b475..12ddcd1 100644 --- a/man/man1/turnserver.1 +++ b/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. diff --git a/man/man1/turnutils.1 b/man/man1/turnutils.1 index 83f28d4..e381670 100644 --- a/man/man1/turnutils.1 +++ b/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 diff --git a/rpm/build.settings.sh b/rpm/build.settings.sh index 7b0ed99..3164603 100755 --- a/rpm/build.settings.sh +++ b/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 diff --git a/rpm/turnserver.spec b/rpm/turnserver.spec index 9f1cd82..b45b9a3 100644 --- a/rpm/turnserver.spec +++ b/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 + - Sync to 4.4.2.2 * Tue Feb 3 2015 Oleg Moskalenko - Sync to 4.4.2.1 * Sun Feb 1 2015 Oleg Moskalenko diff --git a/src/ns_turn_defs.h b/src/ns_turn_defs.h index b3d091a..4eeaf7e 100644 --- a/src/ns_turn_defs.h +++ b/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 "'"