1
0
mirror of https://github.com/coturn/coturn.git synced 2025-11-02 07:50:59 +01:00

1502 Commits

Author SHA1 Message Date
Mészáros Mihály
92ed492d2a issue: sessions stop 2018-09-12 10:30:09 +02:00
Nicolas Edet
fa59c5f5d1 ensure all sessions are printed in webadmin 2018-09-12 10:30:09 +02:00
Mészáros Mihály
ad235cb64e issue: sessions start 2018-09-12 10:30:09 +02:00
Mészáros Mihály
217cb8073b vul: loopback stop 2018-09-12 10:30:09 +02:00
Mészáros Mihály
8a60754d70 Change loopback defaults 2018-09-12 10:30:07 +02:00
Mészáros Mihály
cee95a7d8c vul: loopback start 2018-09-12 10:29:30 +02:00
Mészáros Mihály
036af7d2a6 vul-1-end 2018-09-12 10:29:30 +02:00
Mészáros Mihály
db02736534 realm sanity check 2018-09-12 10:29:30 +02:00
Mészáros Mihály
bb821cee2e refactor is_secure_username 2018-09-12 10:29:30 +02:00
Mészáros Mihály
5ff0d8b4fa vul: username start 2018-09-12 10:29:30 +02:00
Mészáros Mihály
ffc661b66e Set mysql charset to fix key was too long error
"Specified key was too long; max key length is 767 bytes"
Innodb utf8 sotres 4byte a char. In the turndb/schema.sql the name[512] is too long..
2018-09-11 09:22:07 +02:00
Mészáros Mihály
1b038a2225 Tidy: Changelog 2018-09-10 20:57:22 +02:00
Mészáros Mihály
c8313ac68d fix: double free ssl crash
AFAIU Openssl 1.1 SSL_set0_rbio() calls BIO_free_ all automatically..
"On calling this function, any existing rbio that was previously set will also be freed via a call to BIO_free_all"
2018-09-10 15:41:14 +02:00
Mészáros Mihály
0173d72974 tidy: missing space secret-key-file 2018-09-10 15:36:51 +02:00
Mészáros Mihály
5181992115 Merge branch 'PR#269' 2018-09-07 17:37:10 +02:00
Mészáros Mihály
93c1103bb8 Add new feature: keep-address-family 2018-09-06 14:26:42 +02:00
shuyin.wsy
0964392b9f Fix: race auth_server thread create & detach 2018-09-05 11:39:00 +02:00
Mészáros Mihály
b96c4d67a3 typo in makefile 2018-09-04 08:02:42 +02:00
Mészáros Mihály
6618ea3c9a fix typo in netarch.txt 2018-09-04 08:02:42 +02:00
Mészáros Mihály
9895339b23 --prod pointer bug fix 2018-09-04 08:02:42 +02:00
Mészáros Mihály
3fe107b3a3 fix: missing newline 2018-09-04 08:02:42 +02:00
Erdem Duman
1906139d6c Co-authored-by: mustafabingul <bnglmstf@gmail.com>
Co-authored-by: mashary <mashar.yazici@gmail.com>
2018-09-03 12:25:04 +03:00
Erdem Duman
8f43b63c3f
Merge pull request #1 from coturn/master
coturn
2018-09-03 11:42:21 +03:00
Mészáros Mihály
7e782a56a1 Add warning to lines that ends with semicolon 2018-08-28 16:46:35 +02:00
Mészáros Mihály
fa523e8d09 Add more explanation to REST auth mechanism to config 2018-08-28 16:34:34 +02:00
Mészáros Mihály
8e57960713 Add more explanation to REST auth mechanism 2018-08-28 15:48:11 +02:00
Mészáros Mihály
4ed0855d4d Merge branch 'PR#262' 2018-08-28 15:46:28 +02:00
Mészáros Mihály
a89b7dbdd3 Add PR#264 to Changelog 2018-08-27 15:30:19 +02:00
Mészáros Mihály
3b6cffed8b Merge branch 'PR#264' 2018-08-27 15:28:30 +02:00
Michal Biskup
d4c419a823 Do not write to log before logging configuration is read from a config file 2018-08-16 12:10:21 +02:00
Mészáros Mihály
a88c1eed78 Merge branch 'mysql-password-encryption' 2018-08-16 07:44:48 +02:00
Mészáros Mihály
c98cbddd80 Add missing header 2018-08-16 07:43:22 +02:00
Mészáros Mihály
2f70bfef93 Add mysql pwd enc to README.turnserver and regenerate man pages 2018-08-16 07:42:08 +02:00
Mészáros Mihály
13aa3bf89f Add mysql pwd enc to turnserver help 2018-08-16 07:42:08 +02:00
Mészáros Mihály
1657dc183f Add new feature to README.turnadmin 2018-08-16 07:42:08 +02:00
Mészáros Mihály
e53819d436 Add mysql password encryption to changelog 2018-08-16 07:42:08 +02:00
Mészáros Mihály
3858989181 Refactor for macOS 2018-08-16 07:42:08 +02:00
Mészáros Mihály
0b7725341b initialize new turn_params 2018-08-16 07:42:08 +02:00
Mészáros Mihály
e88905502b remove extra parenthesis 2018-08-16 07:42:08 +02:00
Mészáros Mihály
91f991a9fe Merge branch 'PR#260' into mysql-password-encryption 2018-08-16 07:40:45 +02:00
Mustafa Bingül
3379600023 Edited aes encrypiton format.
Co-authored-by: erdemduman <erdemduman23@gmail.com>
Co-authored-by: mashary <mashar.yazici@gmail.com>
2018-08-14 17:15:04 +03:00
Mustafa Bingül
23c84af26d Changing aes encrypiton format.
Co-authored-by: erdemduman <erdemduman23@gmail.com>
Co-authored-by: mashary <mashar.yazici@gmail.com>
2018-08-14 17:06:45 +03:00
Mészáros Mihály
0df8958c3e replace notification email 2018-08-14 08:05:05 +02:00
Mustafa Bingül
4c30226db6 Changing aes encrypiton format.
Co-authored-by: erdemduman <erdemduman23@gmail.com>
Co-authored-by: mashary <mashar.yazici@gmail.com>
2018-08-13 18:31:12 +03:00
Krithin Sitaram
84a875bc1c Update the example config file: use-auth-secret overrides lt-cred-mech. 2018-08-11 19:49:05 -07:00
Mustafa Bingül
a3b188a6ec Changing file reading format.
Co-authored-by: erdemduman <erdemduman23@gmail.com>
Co-authored-by: mashary <mashar.yazici@gmail.com>
2018-08-09 10:04:57 +03:00
Mustafa Bingül
875886168f Removed unnecessary a line.
Co-authored-by: erdemduman <erdemduman23@gmail.com>
Co-authored-by: mashary <mashar.yazici@gmail.com>
2018-08-08 12:19:50 +03:00
Mustafa Bingül
774f970781 Adding a encryption logic for the password of MySQL DB user.
Co-authored-by: Erdem Duman <erdemduman23@gmail.com>
Co-authored-by: mashary <mashar.yazici@gmail.com>
2018-08-08 11:55:46 +03:00
Mészáros Mihály
d3cadcd5b8 fix typo 2018-08-02 13:04:40 +02:00
Mészáros Mihály
a8f3a881a2 use less osX version 2018-08-02 13:03:05 +02:00