ChangeLog 44 KB

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