ChangeLog 49 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459
  1. 10/01/2021 Oleg Moskalenko <[email protected]> Mihály Mészáros <[email protected]>
  2. Version 4.5.3 'dan Eider':
  3. - merge PR #684 (by brevilo)
  4. * Define OPENSSL_VERSION_1_1_1 on systems where it doesn't (yet) exist
  5. * Regression in 4.5.2 that cause issues in openssl version < 1.1.1.
  6. - typo fix in prometheus (by fcecagno)
  7. - merge PR #687 (by Wuelber Castillo)
  8. * Add hash algorithm for hmackey value to redis userdb schema docs
  9. - replace keep-address-family with allocation-default-address-family (keep-address-family deprecated and will be removed!!)
  10. - merge PR #703 (by j4zzc4t)
  11. * Restore no_stdout_log behavior
  12. - merge PR #727 (by JoKoT3)
  13. * Support older mysql client version in configure
  14. - merge PR #721 (by KangLin)
  15. * Add to support cmake
  16. - merge PR #717 (by marcoschum)
  17. * Fix typo in turnserver.conf
  18. - merge PR #704 (by hills)
  19. * Packaging scripts can miss out on these errors (exit code)
  20. - merge PR #679 (by rubo77)
  21. * Readme.turnserver: how to run server as a daemon
  22. - merge PR #739 (by hills)
  23. * SSL reload has hidden bugs which cause crashes
  24. - Fix regression in PR #739
  25. - Add option to disable RFC8750
  26. 10/01/2021 Oleg Moskalenko <[email protected]> Mihály Mészáros <[email protected]>
  27. Version 4.5.2 'dan Eider':
  28. - fix null pointer dereference in case of out of memory. (thanks to Thomas Moeller for the report)
  29. - merge PR #517 (by wolmi)
  30. * add prometheus metrics
  31. - merge PR #637 (by David Florness)
  32. * Delete trailing whitespace in example configuration files
  33. - merge PR #631 (by Debabrata Deka)
  34. * Add architecture ppc64le to travis build
  35. - merge PR #627 (by Samuel)
  36. * Fix misleading option in doc (prometheus)
  37. - merge PR #643 (by tupelo-schneck)
  38. * Allow RFC6062 TCP relay data to look like TLS
  39. - merge PR #655 (by plinss)
  40. * Add support for proxy protocol V1
  41. - merge PR #618 (by Paul Wayper)
  42. * Print full date and time in logs
  43. * Add new options: "new-log-timestamp" and "new-log-timestamp-format"
  44. - merge PR #599 (by Cédric Krier)
  45. * Do not use FIPS and remove hardcode OPENSSL_VERSION_NUMBER with LibreSSL
  46. - update Docker mongoDB and fix with workaround the missing systemctl
  47. - merge PR #660 (by Camden Narzt)
  48. * fix compilation on macOS Big Sur
  49. - merge PR #546 (by jelmd)
  50. * Add ACME redirect url
  51. - merge PR #551 (by jelmd)
  52. * support of --acme-redirect <URL>
  53. - merge PR #672 further acme fixes (by jemld)
  54. * fix acme security, redundancy, consistency
  55. - Disable binding request logging to avoid DoS attacks. (Breaking change!)
  56. * Add new --log-binding option to enable binding request logging
  57. - Fix stale-nonce documentation. Resolves #604
  58. - Version number is changed to semver 2.0
  59. - Merge PR #288 (by Hristo Venev)
  60. * pkg-config, and various cleanups in configure file
  61. - Add systemd notification for better systemd integration
  62. - Fix Issue #621 (by ycaibb)
  63. * Fix: Null pointer dereference on tcp_client_input_handler_rfc6062data function
  64. - Fix Issue #600 (by ycaibb)
  65. * Fix: use-after-free vulnerability on write_to_peerchannel function
  66. - Fix Issue #601 (by ycaibb)
  67. * Fix: use-after-free vulnerability on write_client_connection function
  68. - Little refactoring prometheus
  69. * Fix c++ support
  70. * Simplify (as agreed in Issue #666)
  71. * Remove session id/allocation labels
  72. * Remove per session metrics. We should later add more counters.
  73. - Fix CVE-2020-26262 (credits: Enable-Security)
  74. * Fix ipv6 ::1 loopback check
  75. * Not allow allocate peer address 0.0.0.0/8 and ::/128
  76. * For more details see the github security advisory:
  77. https://github.com/coturn/coturn/security/advisories/GHSA-6g6j-r9rf-cm7p
  78. 24/06/2020 Oleg Moskalenko <[email protected]> Mihály Mészáros <[email protected]>
  79. Version 4.5.1.3 'dan Eider':
  80. - merge PR #575: (by osterik)
  81. * fix rpm packaging
  82. - merge PR #576: (by osterik)
  83. * tell tar to not include the metadata into release
  84. - merge PR #574: (by DevRockstarZ)
  85. * change Docker turnserver.conf to latest turnserver.conf
  86. - merge PR #566: (by bpcurse)
  87. * Remove reference to SSLv3
  88. - merge PR #579: (by islamoglus)
  89. *Ignore MD5 for BoringSSL
  90. - merge PR #577: (by osterik)
  91. *build RPM from local folder instead of git repo
  92. - Fix for CVE-2020-4067
  93. * STUN response buffer not initialized properly
  94. * The issue found and reported #583 by Felix Dörre all credits belongs to him.
  95. 30/04/2020 Oleg Moskalenko <[email protected]> Mihály Mészáros <[email protected]>
  96. Version 4.5.1.2 'dan Eider':
  97. - merge regression fix: (by Mathieu Brunot)
  98. * Do not display empty CLI passwd alert if CLI is not enabled
  99. - merge PR #359: (by bradleythughes)
  100. * Remove turn_free_simple
  101. * Remove turn_malloc()
  102. * Remote turn_realloc()
  103. * Remote turn_free()
  104. * Remove turn_calloc()
  105. * Remove turn_strdup()
  106. * Remove SSL_NEW() and SSL_FREE()
  107. * Remove pointer debugging machinery
  108. * Remove ns_bzero(), ns_bcopy(), and ns_bcmp()
  109. * Remove [su]{08,16,32,64}bits type defines
  110. - merge PR #327 (by Alexander Terczka)
  111. * Strip white-spaces from config file lines end
  112. - merge PR #386 (by Thibaut ACKERMANN)
  113. * fix the webadmin ip permission add/delete sql injection
  114. - merge PR #390 (by Thibaut ACKERMANN)
  115. * fix mongo driver crash when invalid connection string is used
  116. - merge PR #392 enhanced fread return length check (by islamoglus)
  117. - merge PR #367 disconnect database gracefully (by Shu Muto)
  118. - merge PR #382 (by islamoglus)
  119. * Using SSL_get_version method for BoringSSL compatibility
  120. * Now we put in turn_session_info->tls_method the real TLS version.
  121. Earlier we put UNKNOWN in this field if it was a TLS protocol
  122. that was not defined supportel TLS protocol during compile time.
  123. - merge PR #276 Add systemd service example (by Liberasys)
  124. - merge PR #284 Add bandwidth usage reporting packet/bandwidth usage by peers
  125. - merge PR #381 Modifying configure to enable compile with private libraries
  126. - merge PR #455 Typo corrected (by chanduthedev)
  127. - merge PR #417 Append only to log files rather to override them (by robert-scheck)
  128. - merge PR #442 Updated incorrect string length check for 'ssh' (by chanduthedev)
  129. - merge PR #449 Fix Dockerfile for latest Debian (by rao-donut)
  130. - http server NULL dereference
  131. * Reported (by quarkslab.com, cisco/talos)
  132. * CVE-2020-6061 / TALOS-2020-0984
  133. - http server out of bound read
  134. * Reported (by quarkslab.com, cisco/talos)
  135. * CVE-2020-6061 / TALOS-2020-0984
  136. - merge PR #472 STUN input validation (by bobsayshilol)
  137. - merge PR #398 FIPS (by byronclark)
  138. - merge PR #478 prod (by alepolidori)
  139. - merge PR #463 fix typos and grammar (by xthursdayx)
  140. - update travis config ubuntu/mac images
  141. - merge PR #466 added null check for second char (by chanduthedev)
  142. - merge PR #470 compiler warning fixes (by bobsayshilol)
  143. - merge PR #475 Update README.docker (by raksonibs)
  144. - merge PR #471 Fix a memory leak when an SHATYPE isn't supported (by bobsayshilol)
  145. - merge PR #488 Fix typos about INSTALL filenames (by raccoonback)
  146. - fix compiler warning comparison between signed and unsigned integer expressions
  147. - fix compiler warning string truncation
  148. - change Diffie Hellman default key length from 1066 to 2066
  149. - merge PR #522 drop of supplementary group IDs (by weberhofer)
  150. - merge PR #514 Unify spelling of Coturn (by paulmenzel)
  151. - merge PR#506 Rename "prod" config option to "no-software-attribute" (by dbrgn)
  152. - merge PR #519 fix config extension in README.docker (by ooookai)
  153. - merge PR #516 change sql data dir in docker-compose-all.yml (by raghumuppa)
  154. - merge PR #513 remove trailing spaces from READMEs (by paulmenzel)
  155. - merge PR #525 add flags to disable periodic use of dynamic tables (by gfodor)
  156. 02/03/2019 Oleg Moskalenko <[email protected]> Mihály Mészáros <[email protected]>
  157. Version 4.5.1.1 'dan Eider':
  158. - merge PR #330 missing \r\n after http Connection:close (by gribunin)
  159. - merge PR #303 fix typo enpoint (by Majid Motallebikashani)
  160. - merge PR #129 seperate http web-admin listener (by Thibaut ACKERMANN)
  161. - regression from 4.5.1.0
  162. * readd pwd check
  163. * add to config missing web-admin-listen-on-workers option
  164. - merge docker branch
  165. * Add Docker file for all database backend.
  166. - merge sparc64 branch
  167. * Fix mem alingment issue on 64 bit architecture
  168. That issue caused earlier "bus error" on sparc64 and armhf
  169. - merge PR #336 Clarify Debian install (by David-dp-)
  170. - merge PR #339 RPM build fix (by Peter Hudec )
  171. 24/11/2018 Oleg Moskalenko <[email protected]> Mihály Mészáros <[email protected]>
  172. Version 4.5.1.0 'dan Eider':
  173. Consider to change config file after upgrade, because it contains some
  174. not backward compatible breaking changes !!
  175. - Security fixes
  176. Many thanks to Nicolas Edet (Cisco) !!
  177. who reported all of the following issues:
  178. * DB/SQL injection in stun realm. Fix: add extra string validation.
  179. * DB/SQL injection in web-admin interface lack of admin user validation.
  180. Fix: add extra string validation.
  181. * Fix for earlier unsafe default settings:
  182. o HTTPS administrator interface should be disabled by default
  183. It could be enbled with "web-admin" option.
  184. o Default configuration allowed earlier forwarding traffic
  185. from an external interface to loopback interface. Now it
  186. has been changed and option name is also changed!
  187. !!BREAKING change!! Don't forget to change config!!
  188. "no-loopback-peers" replaced by "allow-loopback-peers"
  189. o Unauthenticated telnet admin interface runs on the
  190. loopback interface, which can be accessed by exploiting the
  191. loopback relay that was enabled by default.
  192. * Add username string sanity check on web admin interface to
  193. avoid any sql-injection attacks.
  194. - Admin portal does not list TCP session ( reported and fixed by Nicolas Edet )
  195. - Fix memory leak in read_config_file (by Thibaut Ackermann)
  196. - Add a release helper script.
  197. - Web Admin interface use own listener (it is disableb by default) (by Thibaut ACKERMANN)
  198. !!BREAKING change!! Don't forget to change/review config!!
  199. * Add new option "web-admin-ip" to set listener ip. By default (127.0.0.1)
  200. * Add new option "web-admin-port" to set webadmin listen port
  201. * Add new option "web-admin-listen-on-workers" to change back to earlier
  202. behaviour and listen web admin on all worker processes and ports.
  203. - Not allow to start server if "allow-loopback-peers" set without "cli-password"
  204. !!BREAKING change!! Don't forget to change config!!
  205. Added a warning if cli-password is empty or missing, but allow-loopback-peers
  206. set, and so loopback allocation is enalbed.
  207. 27/09/2018 Oleg Moskalenko <[email protected]> Mihály Mészáros <[email protected]>
  208. Version 4.5.0.8 'dan Eider':
  209. - Travis CI integration
  210. - to avoid warnings add compiler comment hint to fallthrough
  211. - reload-tls-certs PR#236 (by Arne Georg Gisnås Gleditsch)
  212. - minor fixes PR#223 (by Pavel Kretov)
  213. move rm Makefile to distclean
  214. list all phony targets
  215. - Fix typo PR#253 (by Orsiris de Jong)
  216. - Fix stuck IPv6 connections. (issue #217)
  217. THX to damencho, vol4iniche
  218. - Spelling fixes.
  219. - Add a warning if --lt-cred-mech and --use-auth-secret both presents.
  220. - Revert "Add the realm parameter in the example config file (by Domenico)"
  221. - Fix for Verbose config file option -v cli option override
  222. - Add a Notice to config about realm default value is the domain name.
  223. - Update total allocation usage on client shutdown
  224. - Fix total and user quota mix-up
  225. - Fixed typos in postinstall.txt (by Prashanth Rajaram)
  226. - MySQL password encryption (by Mustafa Bingül & Erdem Duman)
  227. - Do not write to log before logging configuration is read from a config file (by eiver)
  228. - Add more explanation on use-auth-secret / REST in example config (by Krithin Sitaram)
  229. - Add a Warning if lines in config file ends with semicolon (by heyheyjc)
  230. - Fix --prod pointer bug
  231. - Fix auth server thread detach race (by weishuyin)
  232. - New Feature: Add -K --keep-address-family
  233. Be aware if you enable it, then it breaks rfc6156 section 4.2 (default IPv4 family fallback)
  234. - Fix dtls double free crash
  235. - Fix compilation errors and warnings (by Oleg)
  236. 12/10/2017 Oleg Moskalenko <[email protected]>
  237. Version 4.5.0.7 'dan Eider':
  238. - Misc security improvements.
  239. 10/17/2016 Oleg Moskalenko <[email protected]>
  240. Version 4.5.0.6 'dan Eider':
  241. - Typos in the text fixed.
  242. - TLS1.2 support fixed.
  243. - uclient minor performance tweak.
  244. - Issue #113 fixed (by David Benjamin)
  245. - Report total traffic used per allocation via Redis (by Bradley T. Hughes)
  246. - Add the realm parameter in the example config file (by Domenico)
  247. 08/27/2016 Oleg Moskalenko <[email protected]>
  248. Version 4.5.0.5 'dan Eider':
  249. - Typos in the text fixed.
  250. - LibreSSL compatibility fixed.
  251. - "read_timeout" option support for MySQL.
  252. - new NAT behavior discovery utilty.
  253. - new OAuth access_token encrypt/decrypt utilty.
  254. - improved configurability: added parameters for
  255. allocate, channel and permission lifetimes (by Richard Garnier).
  256. 08/20/2016 Oleg Moskalenko <[email protected]>
  257. Version 4.5.0.4 'dan Eider':
  258. - OpenSSL 1.1.0 support added.
  259. - CentOS 7 installation updated.
  260. - hiredis and mongo compilation configuration fixed
  261. (fix provided by Harsha Bellur).
  262. - RPM: Systemd optimization.
  263. - REST API option fixed.
  264. - Thread creation error handling fixed.
  265. - Issue #36 fixed.
  266. 11/15/2015 Oleg Moskalenko <[email protected]>
  267. Version 4.5.0.3 'dan Eider':
  268. - SSLv3 support removed. That provides extra security and
  269. compatibility with OpenSSL distributions or clones
  270. that do not support SSLv3 (like LibreSSL 2.3.0).
  271. This fix is required for fresh FreeBSD and for Debian unstable.
  272. - Compilation and configuration cleaning.
  273. - Fix for non-interactive shells.
  274. - RPM: Fixed mongo-c-driver include path (by Sergey Safarov).
  275. - RPM: Fixed startup daemon as non root user (by Sergey Safarov).
  276. - RPM: Systemd optimized for high-volume network traffic (by Sergey Safarov).
  277. 9/29/2015 Oleg Moskalenko <[email protected]>
  278. Version 4.5.0.2 'dan Eider':
  279. - DTLS segmentation fault fixed;
  280. 9/13/2015 Oleg Moskalenko <[email protected]>
  281. Version 4.5.0.1 'dan Eider':
  282. - multiple realms based on oAuth (third-party authorization);
  283. - STUN attributes conflict resolution;
  284. - SIGHUP handler fixed;
  285. - error message logging improved;
  286. - mongo test db files fixed.
  287. 7/18/2015 Oleg Moskalenko <[email protected]>
  288. Version 4.4.5.4 'Ardee West':
  289. - moved to github.
  290. 6/20/2015 Oleg Moskalenko <[email protected]>
  291. Version 4.4.5.3 'Ardee West':
  292. - third-party authorization STUN attributes adjusted according
  293. to the values assigned by IANA.
  294. - SQL injection security hole fixed.
  295. 5/29/2015 Oleg Moskalenko <[email protected]>
  296. Version 4.4.5.2 'Ardee West':
  297. - dual allocation adjusted according to the new TURN-bis draft;
  298. - options sha256, sha384, sha512 retired as non-standard;
  299. - third-party authorization (oAuth) updated according to the
  300. version 16 of the draft;
  301. - C++ compilation fixes;
  302. - cosmetic fixes;
  303. - fixed binary package for CentOS 7.1;
  304. - support for older SQLite versions added;
  305. - compilation support for older CentOS release 5.x added;
  306. - Issue 11 fixed;
  307. - Issue 12 fixed.
  308. 3/31/2015 Oleg Moskalenko <[email protected]>
  309. Version 4.4.4.2 'Ardee West':
  310. - SCTP fixes;
  311. 3/15/2015 Oleg Moskalenko <[email protected]>
  312. Version 4.4.4.1 'Ardee West':
  313. - 'native' SCTP support (experimental);
  314. - option of encrypted stored passwords for web admin users;
  315. - option of encrypted stored password for CLI user;
  316. 2/28/2015 Oleg Moskalenko <[email protected]>
  317. Version 4.4.2.3 'Ardee West':
  318. - bandwidth control fixed;
  319. - STUN/TURN control traffic counted separately from data traffic,
  320. for the sake of the bandwidth control;
  321. - higher bandwidth limit capacity on 64 bits systems;
  322. - redis operations with the realm options fixed;
  323. 2/18/2015 Oleg Moskalenko <[email protected]>
  324. Version 4.4.2.2 'Ardee West':
  325. - admin_user table schema fixed;
  326. - REST API docs fixed;
  327. - Amazon AWS uses syslog;
  328. 2/3/2015 Oleg Moskalenko <[email protected]>
  329. Version 4.4.2.1 'Ardee West':
  330. - (HMAC-)SHA-512 and -384 algorithms added;
  331. - TOS (DiffServer) and TTL IP header field handling fixed;
  332. - updates according to the new third-party-auth draft (oauth);
  333. - peer logging added;
  334. 2/1/2015 Oleg Moskalenko <[email protected]>
  335. Version 4.4.1.2 'Ardee West':
  336. - SSODA updates according to turnbis specs;
  337. - TRANSPORT attribute handling fixed;
  338. - hostname-to-IP-address resolution fix;
  339. - updates for Solaris (name resolution libraries);
  340. 1/24/2015 Oleg Moskalenko <[email protected]>
  341. Version 4.4.1.1 'Ardee West':
  342. - https admin server;
  343. - SSLv2 support cancelled (security concern fixed);
  344. - The server-side short-term credentials mechanism support cancelled;
  345. - OpenSSL 1.1.0 supported;
  346. - shared secrets fixed in MongoDB: multiple secrets per realm allowed;
  347. - shared secrets admin fixed in Redis;
  348. 12/24/2014 Oleg Moskalenko <[email protected]>
  349. Version 4.3.3.1 'Tolomei':
  350. - multiple authentication threads;
  351. - database code cleaned;
  352. 12/14/2014 Oleg Moskalenko <[email protected]>
  353. Version 4.3.2.2 'Tolomei':
  354. - Redis read message queue bug fixed;
  355. - STUN/TURN ALPN supported (when compiled with OpenSSL 1.0.2+ );
  356. - DTLS v1.2 supported (when compiled with OpenSSL 1.0.2+ );
  357. - Auto optimal ECDH parameters (when compiled with OpenSSL 1.0.2+ );
  358. - TLS/DTLS code cleaning.
  359. 11/29/2014 Oleg Moskalenko <[email protected]>
  360. Version 4.3.1.3 'Tolomei':
  361. - Reliability fixes (Issue 141 from rfc5766-turn-server).
  362. - HTTP/HTTPS echo fixed.
  363. - External address mapping fixes for Amazon EC2.
  364. - Minor docs improvements.
  365. 11/23/2014 Oleg Moskalenko <[email protected]>
  366. Version 4.3.1.2 'Tolomei':
  367. - Debian package fixes.
  368. 11/22/2014 Oleg Moskalenko <[email protected]>
  369. Version 4.3.1.1 'Tolomei':
  370. - SQLite supported as the default user database.
  371. - Support of the flat-file user database removed.
  372. - TLS connection procedure improved in uclient test program.
  373. 11/07/2014 Oleg Moskalenko <[email protected]>
  374. Version 4.2.3.1 'Monza':
  375. - Request re-transmission implemented in uclient test program.
  376. - TLS connection procedure improved in uclient test program.
  377. 10/26/2014 Oleg Moskalenko <[email protected]>
  378. Version 4.2.2.2 'Monza':
  379. - Black- and white- IP lists are divided per realm
  380. (the DB schema for those two tables changed);
  381. - Updated Redis database schema.
  382. - Debian UFW file added (Issue 1 fixed).
  383. - TCP/TLS tests extended.
  384. - Relay RTCP sockets ports allocation fixed.
  385. - List of libraries cleaned.
  386. - SSL renegotiation callback fixed.
  387. 10/05/2014 Oleg Moskalenko <[email protected]>
  388. Version 4.2.1.2 'Monza':
  389. - oAuth security experimental implementation;
  390. - The "TLS renegotiation" DoS attack prevention implemented;
  391. - FQDN as relay-ip and listener-ip parameters (issue 6)
  392. (patch provided by Iñaki Baz Castillo);
  393. - redis user key operation fixed.
  394. - redis, mysql and psql db operations fixed.
  395. - SHA-256 memory leak fixed.
  396. - Mobility ticket retransmission fixed.
  397. - Move debian package from SVN to GIT.
  398. - Move secondary download area to coturn.net.
  399. - Quota allocation fixed.
  400. - Core dump fixed.
  401. - Bandwidth allocation fixed.
  402. - Memory code cleaning.
  403. - Logging fixed.
  404. 08/14/2014 Oleg Moskalenko <[email protected]>
  405. Version 4.1.2.1 'Vitari':
  406. - The origin attribute is verified in the subsequent
  407. session messages (server flag --check-origin-consistency).
  408. - MySQL SSL connection support.
  409. - Crash fixed when the DB connection string is incorrect.
  410. - Minor docs fixes.
  411. 07/29/2014 Oleg Moskalenko <[email protected]>
  412. Version 4.1.1.1 'Vitari':
  413. - Forceful server-side session cancellation implemented
  414. (in telnet console).
  415. 07/22/2014 Oleg Moskalenko <[email protected]>
  416. Version 4.1.0.2 'Vitari':
  417. - SSODA (double allocation) draft support added.
  418. - DB "driver" abstraction and MongoDB support (by Federico Pinna).
  419. - multiple origins supported per request.
  420. - "allocation mismatch" condition fixed (merged from rfc5766-turn-server).
  421. - STUN BINDING response fixed in the case of -X (external address) option.
  422. - "pu" CLI command fixed.
  423. - session cleaning fixed in TCP relay functionality (RFC 6062).
  424. - some crash conditions fixed.
  425. - working on compilation warnings.
  426. 06/21/2014 Oleg Moskalenko <[email protected]>
  427. Version 4.0.1.3 'Severard':
  428. - Redis DB connection status fixed (Issue 129).
  429. - Logfile reset on SIGHUP
  430. (Gustavo Garcia suggestion).
  431. - Log reset CLI command.
  432. - Some error code corrections:
  433. * "Mobility forbidden" error changed, to value 405.
  434. * "Wrong credentials" situation is now treated as error 441.
  435. 06/06/2014 Oleg Moskalenko <[email protected]>
  436. Version 4.0.1.2 'Severard':
  437. - Bandwidth draft implemented.
  438. - Issues 126, 127 and 128 fixes merged from rfc5766-turn-server.
  439. 05/18/2014 Oleg Moskalenko <[email protected]>
  440. Version 4.0.0.2 'Threetrees':
  441. - Code cleaning.
  442. 05/07/2014 Oleg Moskalenko <[email protected]>
  443. Version 4.0.0.1 'Threetrees':
  444. - Kernel channel placeholder definitions.
  445. 05/02/2014 Oleg Moskalenko <[email protected]>
  446. Version 4.0.0.0 'Threetrees':
  447. - Multi-tenant server.
  448. 04/13/2014 Oleg Moskalenko <[email protected]>
  449. Version 3.2.3.6 'Marshal West':
  450. - Addresses logging fixed.
  451. - Redis admin options fixed.
  452. - Redis compilation cleaned.
  453. 04/07/2014 Oleg Moskalenko <[email protected]>
  454. Version 3.2.3.5 'Marshal West':
  455. - Mobile allocation quota fixed (issue 121);
  456. - --simple-log option added (Issue 122);
  457. - documentation fixes (REST API, Redis).
  458. 04/06/2014 Oleg Moskalenko <[email protected]>
  459. Version 3.2.3.4 'Marshal West':
  460. - Mobile TCP sessions fixed (issue 120);
  461. - log information improvements.
  462. 04/04/2014 Oleg Moskalenko <[email protected]>
  463. Version 3.2.3.3 'Marshal West':
  464. - Pkey and cert file descriptors to be closed
  465. on initialization (issue 118);
  466. - Address bind indefinite cycle on start-up fixed
  467. (Issue 119);
  468. - Allocation counters time lag improved.
  469. 03/30/2014 Oleg Moskalenko <[email protected]>
  470. Version 3.2.3.2 'Marshal West':
  471. - Allocation counters fixed (issue 117);
  472. - a possible core dump in the server code fixed;
  473. - a possible memory leak in server fixed.
  474. 03/29/2014 Oleg Moskalenko <[email protected]>
  475. Version 3.2.3.1 'Marshal West':
  476. - TCP congestion avoidance completed.
  477. - Read and write streams are treated separately in
  478. bandwidth control.
  479. - Test client fixed.
  480. - Experimental SHA256 key storage supported.
  481. 03/17/2014 Oleg Moskalenko <[email protected]>
  482. Version 3.2.2.912 'Marshal West':
  483. - TCP-in-TCP congestion avoidance implemented.
  484. - UDP-in-TCP congestion avoidance improved.
  485. - Alternate-server code cleaned.
  486. 03/10/2014 Oleg Moskalenko <[email protected]>
  487. Version 3.2.2.911 'Marshal West':
  488. - "Congestion control" for UDP-inside-TCP tunneling;
  489. - memory management improvements;
  490. - socket logging improvements;
  491. - debug info added to CentOS and Fedora RPMs;
  492. - TCP traffic buffering improved;
  493. - Thread barriers cleaned;
  494. - TCP memory leak fixed;
  495. - minor TCP test client improvement.
  496. 03/09/2014 Oleg Moskalenko <[email protected]>
  497. Version 3.2.2.910 'Marshal West':
  498. - Log messages extended and cleaned.
  499. - Some memory cleaning.
  500. 03/02/2014 Oleg Moskalenko <[email protected]>
  501. Version 3.2.2.9 'Marshal West':
  502. - Issue 113 fixed (TCP rate limit fixed);
  503. - Issue 114 fixed (TCP stability).
  504. 02/18/2014 Oleg Moskalenko <[email protected]>
  505. Version 3.2.2.8 'Marshal West':
  506. - Issue 102: SO_BSDCOMPAT socket option removed;
  507. - Issue 104: check for the REALM attribute value;
  508. - Issue 105: no-cli segfault fixed;
  509. - Issue 106: MESSAGE-INTEGRITY removed from DATA indication;
  510. - Issue 108: Server should return 438 on unknown nonce;
  511. - Issue 109: make the random functions stronger (mostly for
  512. transaction ID and for nonce);
  513. - Issue 111: fix valgrind warning on memory initialization.
  514. - Issue 112: RTCP sockets logging.
  515. 02/12/2014 Oleg Moskalenko <[email protected]>
  516. Version 3.2.2.7 'Marshal West':
  517. - Possible indefinite cycle fixed in TCP/TCP routing (Issue 99);
  518. - Address 0.0.0.0 can be used as a listener address (Issue 100);
  519. - DHCP-configured servers supported (Issue 101);
  520. 02/04/2014 Oleg Moskalenko <[email protected]>
  521. Version 3.2.2.6 'Marshal West':
  522. - Channel traffic memory copy elimination.
  523. - Send indication memory copy elimination.
  524. - DTLS traffic processing memory copy eliminated.
  525. - Mobility forbidden error code number fixed - according to the new draft document.
  526. - getsockname() usage minimized.
  527. - port allocation improved.
  528. - default relay behavior fixed (when no relay addresses defined).
  529. - atomic create permission request handling (Issue 97).
  530. 01/25/2014 Oleg Moskalenko <[email protected]>
  531. Version 3.2.2.5 'Marshal West':
  532. - code optimization.
  533. 01/24/2014 Oleg Moskalenko <[email protected]>
  534. Version 3.2.2.4 'Marshal West':
  535. - HMAC key handling fixed (Issue 96).
  536. 01/23/2014 Oleg Moskalenko <[email protected]>
  537. Version 3.2.2.3 'Marshal West':
  538. - Security fix (issue 95).
  539. - Default "implicit" relay IP allocation policy is more usable
  540. (issue 94 fixed).
  541. - SSLv2 fixed (for those who are still using it)
  542. (issue 93 fixed).
  543. - Cosmetic changes.
  544. 01/19/2014 Oleg Moskalenko <[email protected]>
  545. Version 3.2.2.1 'Marshal West':
  546. - CPU/memory cache optimization (memory locality).
  547. - torture tests enhanced.
  548. - stability fixes.
  549. - minor possible memory leak fix.
  550. - new TLS options: --no-sslv2, --no-sslv3, --no-tlsv1,
  551. --no-tlsv1_1, --no-tlsv1_2
  552. 01/06/2014 Oleg Moskalenko <[email protected]>
  553. Version 3.2.1.4 'Marshal West':
  554. - Linux epoll performance improvements.
  555. - DTLS minor fix.
  556. 01/06/2014 Oleg Moskalenko <[email protected]>
  557. Version 3.2.1.3 'Marshal West':
  558. - Telnet client added to installation when necessary.
  559. 01/05/2014 Oleg Moskalenko <[email protected]>
  560. Version 3.2.1.2 'Marshal West':
  561. - Config file adjusted for DragonFly.
  562. 01/03/2014 Oleg Moskalenko <[email protected]>
  563. Version 3.2.1.1 'Marshal West':
  564. - Minor TLS fix.
  565. - Default cipher list is DEFAULT now.
  566. 12/26/2013 Oleg Moskalenko <[email protected]>
  567. Version 3.2.1.0 'Marshal West':
  568. - Optimized TCP network engine for Linux 3.9+.
  569. - Security fix: DH and ECDH temporary keys are now
  570. regenerated for each TLS or DTLS session.
  571. - Fix for systems with multiple CPU cores (more than 128).
  572. - DH TLS key now can be configured as 566, 1066 (default) or 2066 bits.
  573. - DH TLS key can be taken from a PEM file.
  574. - Issue 91 (test client crash) fixed.
  575. - Configurable net engine type.
  576. 12/25/2013 Oleg Moskalenko <[email protected]>
  577. Version 3.1.6.0 'Arch Lector':
  578. - Timers optimization: linked list timers structure
  579. for often-used intervals.
  580. 12/23/2013 Oleg Moskalenko <[email protected]>
  581. Version 3.1.5.3 'Arch Lector':
  582. - HTTP "keep-alive" support improved.
  583. - TCP channel "fortification".
  584. 12/19/2013 Oleg Moskalenko <[email protected]>
  585. Version 3.1.5.1 'Arch Lector':
  586. - Private key password allowed for encrypted keys.
  587. - HTTP "keep-alive" supported.
  588. - "psd" CLI command added (ps dump to file).
  589. 12/18/2013 Oleg Moskalenko <[email protected]>
  590. Version 3.1.4.2 'Arch Lector':
  591. - Time functions optimization.
  592. - Online changes to the alternate servers list thru telnet CLI.
  593. - Certificate chain files allowed.
  594. 12/13/2013 Oleg Moskalenko <[email protected]>
  595. Version 3.1.3.1 'Arch Lector':
  596. - "Start time" ps command info added.
  597. - Protocol option added to "pu" command.
  598. - "Delete allocation" debug message fixed.
  599. - "Allocation id" debug info message fixed.
  600. - RFC6062 usage statistics fixed.
  601. - Info/Debug messages cleaned.
  602. 12/11/2013 Oleg Moskalenko <[email protected]>
  603. Version 3.1.2.3 'Arch Lector':
  604. - CentOS 6 package fixed.
  605. 12/10/2013 Oleg Moskalenko <[email protected]>
  606. Version 3.1.2.2 'Arch Lector':
  607. - ps output typo fixed (TLS params).
  608. - configurable EC curve name.
  609. - CLI TLS-related information extended.
  610. - "print users" (pu) CLI command added.
  611. 12/09/2013 Oleg Moskalenko <[email protected]>
  612. Version 3.1.2.1 'Arch Lector':
  613. - DH cipher suites basic implementation.
  614. - Elliptic Curve cipher suites basic implementation.
  615. - RFC 6062 crash fixed.
  616. - More CLI parameters added.
  617. - Redis allocation statistics fixed.
  618. - Number of cli max session lines configurable.
  619. - uclient cipher suite configurable.
  620. 12/08/2013 Oleg Moskalenko <[email protected]>
  621. Version 3.1.1.0 'Arch Lector':
  622. - Telnet CLI.
  623. - RFC 6062 internal messaging fixed.
  624. - Server relay endpoints (a non-standard feature).
  625. - "atomic line" stdout log print.
  626. - printed help minor fix.
  627. - client program does not necessary
  628. require certificate for TLS.
  629. - docs fixes.
  630. - allocation quota bug fixed.
  631. 11/29/2013 Oleg Moskalenko <[email protected]>
  632. Version 3.0.2.1 'Practical Frost':
  633. - TCP stability fixes.
  634. - RFC 6062 "first packet(s)" bug fixed.
  635. - RFC 6062 stability fixes.
  636. - Multithreaded Mobile ICE.
  637. 11/28/2013 Oleg Moskalenko <[email protected]>
  638. Version 3.0.1.4 'Practical Frost':
  639. - CentOS/Fedora packaging fixed.
  640. - PID file fixed.
  641. 11/26/2013 Oleg Moskalenko <[email protected]>
  642. Version 3.0.1.3 'Practical Frost':
  643. - Misc cosmetic changes.
  644. - CentOS/Fedora packaging fixed.
  645. 11/25/2013 Oleg Moskalenko <[email protected]>
  646. Version 3.0.1.2 'Practical Frost':
  647. - Mobility draft implemented.
  648. - DTLS communications fixes.
  649. - UDP Linux optimization.
  650. - Log output time starts with 0.
  651. - A new "drop root privileges" options:
  652. --proc-user and --proc-group added.
  653. - SHA256 agility updated: 426 error code on too weak SHA function.
  654. - "-m 0" and "-m 1" options improved.
  655. - non-threading environment support dropped.
  656. - stability fixes.
  657. - OpenSUSE support added.
  658. 11/10/2013 Oleg Moskalenko <[email protected]>
  659. Version 3.0.0.0 'Practical Frost':
  660. - New network engine for Linux kernel 3.9+.
  661. 11/08/2013 Oleg Moskalenko <[email protected]>
  662. Version 2.6.7.2 'Harding Grim':
  663. - SHA256 agility updated: 441 error code on too weak SHA function.
  664. 11/07/2013 Oleg Moskalenko <[email protected]>
  665. Version 2.6.7.1 'Harding Grim':
  666. - CentOS / Fedora uninstall script.
  667. - Debian compilation error fixed.
  668. - OpenSSL 0.9.7 and earlier build fixed.
  669. - NetBSD build fixed.
  670. 11/03/2013 Oleg Moskalenko <[email protected]>,
  671. Peter Dunkley <[email protected]>
  672. Version 2.6.7.0 'Harding Grim':
  673. - CentOS 6 pre-compiled distribution.
  674. - Fedora pre-compiled distribution.
  675. - TURN_NO_TLS case compilation cleaning.
  676. - Text files cleaning.
  677. - Issue 68 fixed (no-stun option added).
  678. 10/27/2013 Oleg Moskalenko <[email protected]>
  679. Version 2.6.6.1 'Harding Grim':
  680. - SHA256 added as a non-standard message integrity option.
  681. - CentOS rpm specs added.
  682. - Peter Dunkley added to the authors list.
  683. 10/20/2013 Oleg Moskalenko <[email protected]>
  684. Version 2.6.6.0 'Harding Grim':
  685. - Cygwin loopback relay interfaces fixed (Issue 62).
  686. - rpath added to the Makefile (Issue 63).
  687. - CONFLICTS added to FreeBSD port Makefile (Issue 64).
  688. - Certificate check options, for server and for the test client (Issue 65).
  689. - Some compilation cleaning.
  690. 10/09/2013 Oleg Moskalenko <[email protected]>
  691. Version 2.6.5.2 'Harding Grim':
  692. - Documentation changes.
  693. - Redis-related memory leak fixed (Issue 61).
  694. 09/25/2013 Oleg Moskalenko <[email protected]>
  695. Version 2.6.4.1 'Harding Grim':
  696. - Crash on uninitialized redis db name is fixed (Issue 59).
  697. - Optional authentication of STUN Binding request is implemented (Issue 60).
  698. 09/16/2013 Oleg Moskalenko <[email protected]>
  699. Version 2.6.3.1 'Harding Grim':
  700. - Issue 58: support changing white/black IP lists while server is running.
  701. database tables (keys for redis) added for that new functionality.
  702. 09/03/2013 Oleg Moskalenko <[email protected]>
  703. Version 2.6.2.2 'Harding Grim':
  704. - Issue 52: RFC 6062 relay endpoints connection process
  705. fixed for Linux pre-3.9 kernel.
  706. 09/03/2013 Oleg Moskalenko <[email protected]>
  707. Version 2.6.2.1 'Harding Grim':
  708. - UDP performance improvements.
  709. - Issue 56: DTLS scaleability improvements.
  710. - Issue 55: DTLS support in Cygwin.
  711. - Issue 57: --pidfile option
  712. - Issue 52: RFC 6062 relay endpoints connection process fixed.
  713. - Issue 53: Fingerprints added to the indications.
  714. - Issue 54: Long-term credentials mechanism integrity and software attributes
  715. added to the indications.
  716. 08/11/2013 Oleg Moskalenko <[email protected]>
  717. Version 2.6.1.4 'Harding Grim':
  718. - UDP memory leak fixed.
  719. 08/11/2013 Oleg Moskalenko <[email protected]>
  720. Version 2.6.1.3 'Harding Grim':
  721. - DTLS crash fix.
  722. 08/10/2013 Oleg Moskalenko <[email protected]>
  723. Version 2.6.1.2 'Harding Grim':
  724. - TLS buffer decreased to avoid memory problems.
  725. - TLS BIO object fix.
  726. - UDP socket open/reopen process fixed.
  727. 08/08/2013 Oleg Moskalenko <[email protected]>
  728. Version 2.6.1.1 'Harding Grim':
  729. - Network optimization:
  730. * "pure" UDP setup optimized (when no DTLS configured);
  731. * Auxiliary listening endpoints (configured by
  732. --aux-server=<ip:port>).
  733. * --udp-self-balance option to balance the UDP traffic
  734. among the aux endpoints (for clients supporting
  735. 300 ALTERNATE-SERVER response).
  736. - Security improvements:
  737. * no authentication required on the load balancer server (Issue 50).
  738. * REST API improvement:
  739. = --secret-ts-exp-time option deprecated;
  740. = In REST API timestamp, we are now using
  741. the expiration time (Issue 31).
  742. * Configurable cipher suite in the TURN server.
  743. * SSLv3 support.
  744. * TLS 1.1 and 1.2 support.
  745. * SSLv2 "encapsulation" mode support.
  746. * NULL OpenSSL cipher is allowed to be negotiated between
  747. server and client.
  748. * -U option (NULL cipher) added to the test client.
  749. * DTLS crash fixed on overload.
  750. - STUN enhancements and fixes:
  751. * Classic STUN transaction ID fixed (Issue 48).
  752. * Classic STUN attribute ERROR fixed (Issue 49).
  753. * Unused RFC 5780 functionality removed from TCP, TLS and DTLS relays.
  754. * resources optimization for stun-only: short connection expiration time.
  755. 07/26/2013 Oleg Moskalenko <[email protected]>,
  756. Vladimir Tsanev <[email protected]>
  757. Version 2.5.2.1 'Shivers':
  758. - log file placement changes.
  759. - Base64 encode/decode memory initialization fix.
  760. 07/23/2013 Oleg Moskalenko <[email protected]>,
  761. Po-sheng Lin <[email protected]>
  762. Version 2.5.1.2 'Shivers':
  763. - getopt fix in client test programs.
  764. - cosmetic changes.
  765. - allow anonymous alternate-server functionality.
  766. 07/21/2013 Oleg Moskalenko <[email protected]>
  767. Version 2.5.1.1 'Shivers':
  768. - Improved "split" network engine:
  769. two different threading models for TCP and UDP.
  770. - DTLS crash fixed.
  771. - Multithreading with Cygwin.
  772. 07/20/2013 Oleg Moskalenko <[email protected]>
  773. Version 2.1.3.1 'Shivers':
  774. - DTLS improvements for DOS attacks
  775. - deeper optimization for DOS attack (mostly for Linux)
  776. 07/19/2013 Oleg Moskalenko <[email protected]>
  777. Version 2.1.2.0 'Shivers':
  778. - deeper optimization for DOS attack (mostly for Linux)
  779. 07/18/2013 Oleg Moskalenko <[email protected]>,
  780. Po-sheng Lin <[email protected]>
  781. Version 2.1.1.1 'Shivers':
  782. - udp fixes.
  783. - Makefile cleaning.
  784. - Dependencies cleaning.
  785. - DOS attack client emulation.
  786. - DOS attack defense logic added to the server.
  787. 07/14/2013 Oleg Moskalenko <[email protected]>
  788. Version 2.0.0.0 'Shivers':
  789. - new networking engine:
  790. - scalable UDP socket model.
  791. - multithreaded TCP relay implemented.
  792. - race condition fixed in authentication of TCP sessions.
  793. - Cygwin "port" fixed.
  794. 06/23/2013 Oleg Moskalenko <[email protected]>,
  795. Vladimir Tsanev <[email protected]>
  796. Version 1.8.7.0 'Black Dow':
  797. - Added support for obsolete "classic" STUN RFC 3489;
  798. - Full TURN support for Cygwin implemented: MS-Win UDP sockets fixed;
  799. - Relay threads number changed;
  800. - Fedora warnings fixed;
  801. - turndb/testdbsetup.sh example file added;
  802. - Multiple Makefile and ./configure script fixes implemented:
  803. * Changes taken from Arch Linux port;
  804. * Manpages installation and deinstallation;
  805. * rfc5769check utility removed from installation, it is used for the
  806. compilation result test only and makes no sense for the end user;
  807. * "--parameter" format support in ./configure script; it allows
  808. simpler native OS package definitions (like in Debian package);
  809. * Mac OS X linking warnings removed.
  810. * pthread test fixed.
  811. 06/08/2013 Oleg Moskalenko <[email protected]>
  812. Version 1.8.6.3 'Black Dow':
  813. - DONT-FRAGMENT flag removed on UDP listening (clients-facing) sockets.
  814. - UDP fix for Cygwin only: UDP channels work fine now.
  815. - docs fixes.
  816. 06/06/2013 Oleg Moskalenko <[email protected]>
  817. Version 1.8.6.2 'Black Dow':
  818. - Just cosmetic re-packaging for Debian, tarball warnings removed.
  819. 06/05/2013 Oleg Moskalenko <[email protected]>
  820. Version 1.8.6.1 'Black Dow':
  821. - Peer permissions bug fixed.
  822. 06/03/2013 Oleg Moskalenko <[email protected]>
  823. Version 1.8.6.0 'Black Dow':
  824. - Optimization.
  825. - Mac OS X compilation fixes.
  826. 06/01/2013 Oleg Moskalenko <[email protected]>
  827. Version 1.8.5.4 'Black Dow':
  828. - Issues 29 and 30 fixed (channels padding).
  829. - minor fixes.
  830. - Mac OS X compilation fixes.
  831. - Cygwin-related compilation fixes and INSTALL additions.
  832. 05/31/2013 Oleg Moskalenko <[email protected]>
  833. Version 1.8.5.3 'Black Dow':
  834. - REST API extra script example and docs extension.
  835. 05/26/2013 Oleg Moskalenko <[email protected]>
  836. Version 1.8.5.1 'Black Dow':
  837. - Config file parsing fixed (Issue 28)
  838. 05/20/2013 Oleg Moskalenko <[email protected]>,
  839. Erik Johnston <[email protected]>
  840. Version 1.8.5.0 'Black Dow':
  841. - IP access control lists.
  842. - log file name fix.
  843. - alt-* ports default behavior changed.
  844. - "passive TCP" option in uclient.
  845. 05/18/2013 Oleg Moskalenko <[email protected]>
  846. Version 1.8.4.5 'Black Dow':
  847. - socket conditions cleaned (SIGPIPE, etc)
  848. 05/17/2013 Oleg Moskalenko <[email protected]>
  849. Version 1.8.4.4 'Black Dow':
  850. - configuration and installation adjusted for:
  851. - NetBSD;
  852. - Solaris;
  853. - OpenBSD;
  854. - Screen messages fixed;
  855. - code security fixes.
  856. 05/15/2013 Oleg Moskalenko <[email protected]>
  857. Version 1.8.4.3 'Black Dow':
  858. - Compilation warning removed.
  859. - Log file fixed (Issue 26)
  860. 05/15/2013 Oleg Moskalenko <[email protected]>
  861. Version 1.8.4.2 'Black Dow':
  862. - repackaging for Debian compliance. Docs separated.
  863. 05/14/2013 Oleg Moskalenko <[email protected]>
  864. Version 1.8.4.1 'Black Dow':
  865. - Cosmetics (docs, warnings, etc).
  866. - More complex case of TURN-server-behind-NAT is implemented,
  867. when multiple public-ip/private-ip mappings are involved.
  868. 05/13/2013 Oleg Moskalenko <[email protected]>
  869. Version 1.8.4.0 'Black Dow':
  870. - Redis DB support added.
  871. - Crash on help text fixed.
  872. - Max allocation time can be changed in the command-line or
  873. in the config file.
  874. 05/09/2013 Oleg Moskalenko <[email protected]>
  875. Version 1.8.3.9 'Black Dow':
  876. - No changes - just the tarball is repackaged for Debian compatibility.
  877. 05/07/2013 Oleg Moskalenko <[email protected]>
  878. Version 1.8.3.8 'Black Dow':
  879. - multicast and loopback addresses disallow options added.
  880. - option to direct all log messages to the system log (syslog).
  881. 05/02/2013 Oleg Moskalenko <[email protected]>
  882. Version 1.8.3.7 'Black Dow':
  883. - Allocation status log.
  884. 05/01/2013 Oleg Moskalenko <[email protected]>
  885. Version 1.8.3.6 'Black Dow':
  886. - Stuntman client interoperability fixed.
  887. - Manpages installation fixed.
  888. 04/30/2013 Oleg Moskalenko <[email protected]>
  889. Version 1.8.3.5 'Black Dow':
  890. - Lintian fixes.
  891. 04/27/2013 Oleg Moskalenko <[email protected]>
  892. Version 1.8.3.4 'Black Dow':
  893. - Installation fixes.
  894. 04/26/2013 Oleg Moskalenko <[email protected]>
  895. Version 1.8.3.3 'Black Dow':
  896. - Log file midnight rollover implemented (Issue 15).
  897. 04/25/2013 Oleg Moskalenko <[email protected]>
  898. Version 1.8.3.1 'Black Dow':
  899. - Configurable REST API separator symbol (Issue 16).
  900. - Stale Nonce bug fixed (Issue 17).
  901. - Minor client fix.
  902. 04/21/2013 Oleg Moskalenko <[email protected]>
  903. Version 1.8.3.0 'Black Dow':
  904. - STUN stand-alone functionality improved according to RFC 5389.
  905. - ALTERNATE-SERVER implemented as "light" load balancing feature.
  906. - stun-only option implemented.
  907. - scripts directory reorganized.
  908. 04/19/2013 Oleg Moskalenko <[email protected]>
  909. Version 1.8.2.1 'Black Dow':
  910. - Misc docs fixes.
  911. 04/13/2013 Oleg Moskalenko <[email protected]>
  912. Version 1.8.2.0 'Black Dow':
  913. - Multiple database shared secrets supported for REST API.
  914. - Added support for some OpenSSL FIPS versions (like openssl 0.9.8e-fips-rhel5).
  915. 04/13/2013 Oleg Moskalenko <[email protected]>
  916. Version 1.8.1.3 'Black Dow':
  917. - Maintenance (docs, etc).
  918. - Added partial support for Cygwin. Only TCP & TLS protocols
  919. are support for client-to-server communications (as in RFC 5766 and
  920. RFC 6062). UDP supported only for relay communications. DTLS is not
  921. supported at all. The problem is in Winsock UDP sockets implementation.
  922. 04/11/2013 Oleg Moskalenko <[email protected]>
  923. Version 1.8.1.2 'Black Dow':
  924. - Work on configuration and build.
  925. 04/9/2013 Oleg Moskalenko <[email protected]>
  926. Version 1.8.1.1 'Black Dow':
  927. - Docs improvements.
  928. - Load balancing use case added to TurnNetworks.pdf.
  929. - Verbose mode split into 'normal' and 'extra' modes.
  930. - Logging extended and fixed.
  931. 04/7/2013 Oleg Moskalenko <[email protected]>
  932. Version 1.8.1.0 'Black Dow':
  933. - Compilation flags improved.
  934. - utility programs renamed and moved to bin/ directory.
  935. - README and turnserver man page separated into three sections -
  936. turnserver, turnadmin, turnutils.
  937. 04/6/2013 Oleg Moskalenko <[email protected]>
  938. Version 1.8.0.6 'Black Dow':
  939. - Added option "--psql-userdb" for better visual separation
  940. between PostgreSQL and MySQL stuff.
  941. - turnadmin flat files handling fixed.
  942. - added set/show commands to turnadmin for secret key.
  943. 04/6/2013 Oleg Moskalenko <[email protected]>
  944. Version 1.8.0.5 'Black Dow':
  945. - turnadmin MySQL connection fixed.
  946. - minor cosmetic changes.
  947. - Added "list" commands for long-term and short-term users,
  948. to turnadmin.
  949. 04/5/2013 Oleg Moskalenko <[email protected]>
  950. Version 1.8.0.4 'Black Dow':
  951. - Minor compilation fixes.
  952. - Minor docs fixes.
  953. - "connect_timeout" option support for MySQL.
  954. 04/5/2013 Oleg Moskalenko <[email protected]>
  955. Version 1.8.0.3 'Black Dow':
  956. - Issue 11 (secret timestamp check) fixed.
  957. 04/4/2013 Oleg Moskalenko <[email protected]>
  958. Version 1.8.0.2 'Black Dow':
  959. - TCP sockets flush removed.
  960. - rfc5769check utility removed from the Makefile.
  961. 04/4/2013 Oleg Moskalenko <[email protected]>
  962. Version 1.8.0.1 'Black Dow':
  963. - Some short-term auth problems fixed.
  964. - rfc5769check utility added to the Makefile and upgraded.
  965. 04/3/2013 Oleg Moskalenko <[email protected]>
  966. Version 1.8.0.0 'Black Dow':
  967. - Short-term credentials mechanism implemented.
  968. 04/2/2013 Oleg Moskalenko <[email protected]>
  969. Version 1.7.3.1 'Superior Glokta':
  970. - Listeners code cleaned.
  971. - The default number of extra relay threads changes from 0 to 1.
  972. 04/1/2013 Oleg Moskalenko <[email protected]>
  973. Version 1.7.3.0 'Superior Glokta':
  974. - Issue 10 fixed: log file control options.
  975. Two options added: --no-stdout-log and --log-file.
  976. 03/29/2013 Oleg Moskalenko <[email protected]>
  977. Version 1.7.2.0 'Superior Glokta':
  978. - Issue 9 fixed (uclient).
  979. - Secret-based authentication implemented (see TURNServerRESTAPI.pdf).
  980. - Uclient docs fixed.
  981. - database schema extended (table for the secret added).
  982. 03/27/2013 Oleg Moskalenko <[email protected]>
  983. Version 1.7.1.2 'Superior Glokta':
  984. - CHANNEL BIND request handling fixed: now it produces an error
  985. when client is trying to tie the same peer address to
  986. different channels.
  987. - uclient and peer test apps upgraded so that RTP channels
  988. are talking to <port> and RTCP channels are talking
  989. to <port+1> in client-to-peer communication patterns.
  990. - compilation warning is fixed when MySQL is not used.
  991. 03/27/2013 Oleg Moskalenko <[email protected]>
  992. Version 1.7.1.1 'Superior Glokta':
  993. - CONNECT response fixed in RFC 6062.
  994. - uclient checks server responses integrity.
  995. 03/26/2013 Oleg Moskalenko <[email protected]>
  996. Version 1.7.1.0 'Superior Glokta':
  997. - MySQL support added for the user keys repository.
  998. - PostgreSQL support improved.
  999. - Docs fixed.
  1000. - 64 bits platform fixes.
  1001. 03/23/2013 Oleg Moskalenko <[email protected]>
  1002. Version 1.7.0.0 'Glokta':
  1003. - Authentication fix.
  1004. - PostgreSQL database can be used as the user keys repository.
  1005. 03/21/2013 Oleg Moskalenko <[email protected]>
  1006. Version 1.6.1.3 'Whirrun':
  1007. - UDP segmentation fault fixed
  1008. 03/21/2013 Oleg Moskalenko <[email protected]>
  1009. Version 1.6.1.2 'Whirrun':
  1010. - RFC 6062 fix
  1011. 03/21/2013 Oleg Moskalenko <[email protected]>
  1012. Version 1.6.1.1 'Whirrun':
  1013. - Authentication error fixed
  1014. 03/19/2013 Oleg Moskalenko <[email protected]>
  1015. Version 1.6.1.0 'Whirrun':
  1016. - --stale-nonce option
  1017. - working on userdb
  1018. - "hang on" option fixed in uclient
  1019. 03/18/2013 Oleg Moskalenko <[email protected]>
  1020. Version 1.6.0.2 'Whirrun':
  1021. - working on userdb
  1022. - c++ compilation fix
  1023. 03/17/2013 Oleg Moskalenko <[email protected]>
  1024. Version 1.6.0.1 'Whirrun':
  1025. - uclient performance improved
  1026. - TurnNetworks.pdf document added
  1027. 03/15/2013 Oleg Moskalenko <[email protected]>
  1028. Version 1.6.0.0 'Whirrun':
  1029. - "Pure" TCP relaying (RFC 6062) implemented.
  1030. - Network interactions fixes.
  1031. - RFC 6062 test scripts added.
  1032. 03/03/2013 Oleg Moskalenko <[email protected]>
  1033. Version 1.5.2.8 'Iosiv Lestek':
  1034. - authorization processing improvements.
  1035. - peer application fixed.
  1036. - some ICE attributes added.
  1037. 02/27/2013 Oleg Moskalenko <[email protected]>
  1038. Version 1.5.2.7 'Iosiv Lestek':
  1039. - authorization processing improvements
  1040. - Issue 4 fixed.
  1041. - secure client-to-client script added
  1042. 02/22/2013 Oleg Moskalenko <[email protected]>
  1043. Version 1.5.2.6 'Iosiv Lestek':
  1044. - strcpy/strncpy fixed
  1045. - some screen messages fixed
  1046. - uclient statistics fixed
  1047. - software attribute fixed
  1048. - example scripts fixed
  1049. 02/16/2013 Oleg Moskalenko <[email protected]>
  1050. Version 1.5.2.5 'Lestek':
  1051. - uclient application fixed
  1052. - Docs fixes
  1053. 02/14/2013 Oleg Moskalenko <[email protected]>
  1054. Version 1.5.2.4 'Lestek':
  1055. - Crash fixed on unconfigured interfaces
  1056. - Docs fixes
  1057. 02/12/2013 Oleg Moskalenko <[email protected]>
  1058. Version 1.5.2.3 'Lestek':
  1059. - Added feature: TURN Server always uses fingerprints in a session if
  1060. the session client is using fingerprints.
  1061. - Default unsecure alternative port changed to 3479,
  1062. default secure alternative port changed to 5350.
  1063. - TURN Server always trying to search for default certificate file
  1064. turn_server_cert.pem and for default private key file
  1065. turn_server_pkey.pem, if not certificate or private key is
  1066. explicitly configured.
  1067. - configurable packet rate in the uclient test program.
  1068. - default peer port changed to 3480.
  1069. - -z, --no-auth option added to turnserver.
  1070. 02/11/2013 Oleg Moskalenko <[email protected]>
  1071. Version 1.5.2.2 'Lestek':
  1072. - Some cleanup added to the network input handlers.
  1073. 02/9/2013 Oleg Moskalenko <[email protected]>
  1074. Version 1.5.2.1 'Lestek':
  1075. - Binding requests do not require authentication.
  1076. - SOFTWARE in the end of the message.
  1077. 02/8/2013 Oleg Moskalenko <[email protected]>
  1078. Version 1.5.2.0 'Lestek':
  1079. - NAT discovery fixed (RFC5780).
  1080. 02/8/2013 Oleg Moskalenko <[email protected]>
  1081. Version 1.5.1.6 'Calder':
  1082. - Installation instructions fixed.
  1083. 02/8/2013 Oleg Moskalenko <[email protected]>
  1084. Version 1.5.1.5 'Calder':
  1085. - Mac compilation fixes.
  1086. - Fixes for old Linuxes.
  1087. 02/7/2013 Oleg Moskalenko <[email protected]>
  1088. Version 1.5.1.4 'Calder':
  1089. - Configuration alert (warning) messages.
  1090. - Relay addresses by default use listener addresses.
  1091. - Realm/user sequence fixed in the config file reading.
  1092. 01/27/2013 Oleg Moskalenko <[email protected]>
  1093. Version 1.5.1.3 'Calder':
  1094. - 'External' IP implemented for TURN-server-behind-NAT situation.
  1095. 01/26/2013 Oleg Moskalenko <[email protected]>
  1096. Version 1.5.1.2 'Calder':
  1097. - Alternative ports moved to 20000-ish territory.
  1098. - Docs fixes.
  1099. 01/22/2013 Oleg Moskalenko <[email protected]>
  1100. Version 1.5.1.1 'Calder':
  1101. - Docs fixes.
  1102. 01/22/2013 Oleg Moskalenko <[email protected]>
  1103. Version 1.5.1.0 'Calder':
  1104. - C++ compatible headers and build.
  1105. - C++ library header.
  1106. - HTML-formatted development reference.
  1107. 01/14/2013 Oleg Moskalenko <[email protected]>
  1108. Version 1.5.0.0 'Calder':
  1109. - RFC 5769 check utility implemented.
  1110. - RFC 5780 STUN extension implemented.
  1111. 01/13/2013 Oleg Moskalenko <[email protected]>
  1112. Version 1.4.2.5 'Scale':
  1113. - Issue 2 fixed.
  1114. 01/08/2013 Oleg Moskalenko <[email protected]>
  1115. Version 1.4.2.4 'Scale':
  1116. - Bogus "Bind to device" error message removed (Linux).
  1117. - Docs improvements.
  1118. 01/08/2013 Oleg Moskalenko <[email protected]>
  1119. Version 1.4.2.3 'Scale':
  1120. - Bandwidth limitation implemented (--max-bps option).
  1121. - DTLS communications improved.
  1122. 01/07/2013 Oleg Moskalenko <[email protected]>
  1123. Version 1.4.2.2 'Scale':
  1124. - Output messages fixed.
  1125. - Peer test application accepts multiple listening addresses.
  1126. - config search directories improved.
  1127. 01/06/2013 Oleg Moskalenko <[email protected]>
  1128. Version 1.4.2.1 'Scale':
  1129. - Examples directory structure fixed
  1130. - Installation fixes
  1131. - Output messages fixed
  1132. 01/05/2013 Oleg Moskalenko <[email protected]>
  1133. Version 1.4.2 'Scale':
  1134. - Daemon execution improved
  1135. - Installation fixes
  1136. - Added comments to the scripts
  1137. 01/04/2013 Oleg Moskalenko <[email protected]>
  1138. Version 1.4.1.2 'Scale':
  1139. - Configure script introduced
  1140. - Installation fixes
  1141. - Run as daemon
  1142. 01/01/2013 Oleg Moskalenko <[email protected]>
  1143. Version 1.4.1 'Scale':
  1144. - Options fixes
  1145. - Build fixes
  1146. - Script fixes
  1147. - Installation fixes
  1148. 12/31/2012 Oleg Moskalenko <[email protected]>
  1149. Version 1.4 'Scale':
  1150. - Separate file for the dynamic user database
  1151. - Build fixes
  1152. - Script fixes
  1153. - Logging fixes
  1154. 12/29/2012 Oleg Moskalenko <[email protected]>
  1155. Version 1.3.0.2 'Ferro':
  1156. - Debian 'squeeze' compilation fix
  1157. 12/26/2012 Oleg Moskalenko <[email protected]>
  1158. Version 1.3.0.1 'Ferro':
  1159. - install procedure minor improvements
  1160. 12/24/2012 Oleg Moskalenko <[email protected]>
  1161. Version 1.3 'Ferro':
  1162. - default conf file renamed to turnserver.conf
  1163. - build script improved
  1164. - client library linking fixed
  1165. - install procedure
  1166. 12/23/2012 Oleg Moskalenko <[email protected]>
  1167. Version 1.2.3 'Luthar':
  1168. - turnserver options fixed
  1169. - man page renamed to turnserver
  1170. 12/22/2012 Oleg Moskalenko <[email protected]>
  1171. Version 1.2.2:
  1172. - Man page fix
  1173. 12/21/2012 Oleg Moskalenko <[email protected]>
  1174. Version 1.2.1 'Juvens':
  1175. - Man page
  1176. 12/21/2012 Oleg Moskalenko <[email protected]>
  1177. Version 1.2 'Euz':
  1178. - Project cleaning
  1179. 12/20/2012 Oleg Moskalenko <[email protected]>
  1180. Version 1.1 'no name':
  1181. - DTLS extension
  1182. 12/17/2012 Oleg Moskalenko <[email protected]>
  1183. Version 1.0 'no name':
  1184. - RFC 5766
  1185. - RFC 6156