Commit Graph

242 Commits (70c2dedbcf228a209596bc5fa2fc5225fc3b520c)

Author SHA1 Message Date
Pavel Punsky 70c2dedbcf lint 2 weeks ago
Pavel Punsky b209191ba1
Fix unbounded strcpy in stun_method_str (ns_turn_msg.c) (#1798) 2 weeks ago
Pavel Punsky 667b661e80
Fix missing null termination in addr_to_string (ns_turn_ioaddr.c) (#1806) 2 weeks ago
Pavel Punsky 11fc465f4b
Merge commit from fork 2 months ago
Pavel Punsky c7936e449b
Fix order of arguments to calloc (#1790) 2 months ago
Pavel Punsky 59921981bb
Implement configurable buffer sizes (#1780) 2 months ago
redraincatching b1dddb5f49
addressed possible null pointer dereferences (#1729) 6 months ago
redraincatching 2a9b77bd0b
address possible null pointer dereferences (#1744) 6 months ago
Michael Jones 98d91a73cf
Improve const correctness in coturn (#1424) 6 months ago
redraincatching 16f801f646
addressed null pointer deref warnings (#1712) 8 months ago
redraincatching cb74638149
removed unnecessary null check (#1706) 9 months ago
Pavel Punsky 678996a529
Update version to 4.7.0 (#1691) 9 months ago
Gustavo Garcia d7197fa263
Add missing close socket when ioa_socket call fails (#1694) 9 months ago
Michael Jones 9ae1e3b3cb
Add spdx tags to all source files (#1510) 9 months ago
Michael Jones 0af0fc3ec2
Address various minor clang-tidy warnings (#1513) 9 months ago
Pavel Punsky 14f84fa48c
[BREAKING] Deprecate response-origin-only-with-rfc5780 (#1690) 9 months ago
Pavel Punsky 4cc076d424
[BREAKING] Invert no-stun-backward-compatibility to be default on (#1689) 9 months ago
Asmir Mehic 823fd71c98
Fix infinite loop in ns_turn_server.c (#1460) 9 months ago
redraincatching 01628a7a01
updated types to bool in _turn_params_ to reflect C11 (#1406) 1 year ago
Pavel Punsky 9f779a64d0
Fix warnings type conversion (#1615) 1 year ago
Pavel Punsky 94fcfadce1
[BREAKING] Reverse SOFTWARE_ATTRIBUTE_OPT to avoid inverse logic (#1598) 1 year ago
Scott Godin edcdfc8b02
Add new Drain feature (#1529) 1 year ago
Michael Jones af4c44a818
Additional refactoring of ns_turn_allocation.* to address security scanner concerns (#1514) 1 year ago
Sven Tennie cbb04aa9a2
Delete dead code (#1563) 1 year ago
Michael Jones b523616b1f
Use bool, instead of int, for the functions in ns_turn_msg.c (#1553) 2 years ago
Michael Jones 958f70d5c2
Use calloc where appropriate, avoid memset when normal buffer initialization works (#1550) 2 years ago
Michael Jones 5fa67a65f5
Fix compiler warnings from continuous integration (#1555) 2 years ago
Michael Jones d1db5e590d
Include what you use (#1512) 2 years ago
Michael Jones e45d846331
Check the result of malloc in string_list_add (#1495) 2 years ago
Michael Jones 35a3293531
Check the result of realloc and calloc in ch_map_get (#1497) 2 years ago
Michael Jones 544382f313
Fix mingw and MSVC ci build (#1491) 2 years ago
Pavel Punsky 47fcc99853
Address some build issues introduced by api changes (#1505) 2 years ago
Michael Jones f3b73f60d0
Change the various map functions to return bool instead of inconsistantly return 0, 1, or -1 (#1502) 2 years ago
Michael Jones 2c45aa731c
Avoid nullptr dereference of server variable in various functions (#1504) 2 years ago
Gustavo Garcia c2d13700ac Fix clang-format lint warnings 2 years ago
Kang Lin 5b68014699
Refactor: peer_input_handle (#1325) 2 years ago
Michael Jones da332ed9e7
Add the InsertBraces command for clang-format to ensure that all conditionals always have braces (#1408) 2 years ago
korayvt 348380f248
Added sessionID to some log lines (#1334) 2 years ago
Cybermilitia 7546c24b2f
Missing session ID in coturn logs for denied IP - 1330 (#1332) 2 years ago
Subhra264 9485c9567e
Fix: Return correct error code for `create_relay_connection` in case of `RESERVATION-TOKEN` failure (#1319) 2 years ago
Dave Lambley 20c8d86a34
Return a 400 response to HTTP requests (#1231) 2 years ago
Gustavo Garcia 4e0d21e1b5
Fix memcpy len checks stun_is_challenge_response_str (#1280) 2 years ago
Pavel Punsky 7038763627
Add STUN request/response/error prometheus counters (#1115) 3 years ago
Pavel Punsky 95373d3e2a
Cleanup logs on turnserver start (#1088) 3 years ago
Gustavo Garcia d9108a4b54
Add clang format rules and checks (#935) 3 years ago
Paul Kramer 5a28394200
feature(1026): add sessioncount to prometheus metrics (#1075) 3 years ago
Gregor Jasny 8cb2282598
Use khash 0.2.8 (#1047) 3 years ago
Emil Ljungdahl c4f670fa24
WINDOWS: unsigned long should not be used to store pointers (#1055) 3 years ago
Kang Lin 40c99db6ba
Support Windows MSVC (#855) 3 years ago
Gregor Jasny 8c15f4bf23
Fix warnings (#1046) 3 years ago