summaryrefslogtreecommitdiff
path: root/stun
Commit message (Expand)AuthorAgeFilesLines
* stund: Add win32 supportOlivier Crête2019-08-021-11/+19
* tests: fix a compiler warningFabrice Bellet2019-07-041-0/+2
* conncheck: NOMINATION STUN attribute supportAndrey Skryabin2019-05-081-2/+6
* Added OPENSSL_LDFLAGSillya_dudchenko2019-04-051-1/+1
* Replaced OPENSSL_CFLAGS with OPENSSL_INCLUDESillya_dudchenko2019-04-051-1/+1
* stun: Fix LibreSSL supportStefan Strogin2019-02-151-4/+8
* stunbdc: initialize Winsock API when on WindowsJakub Adam2019-02-111-1/+13
* turn: Allow alternate server error with no valid credentialsOlivier Crête2019-01-231-1/+2
* stunagent: Replace more magic numbers with definesOlivier Crête2019-01-221-2/+5
* agent: Fix spellingJakub Adam2019-01-141-1/+1
* meson: Fix DLL search path during test execution on WindowsJakub Adam2019-01-021-1/+1
* Makefiles: Add meson.build files to tarballOlivier Crête2018-12-273-1/+5
* Fix little bugs found by clang-analyzerOlivier Crête2018-12-272-1/+3
* windows: use proper fallback for ssize_t and use stdint.h for typesTim-Philipp Müller2018-12-141-18/+7
* Fix build with MSVCNirbheek Chauhan2018-12-144-12/+10
* stun: tools: drop getopt for arg parsing for better windows compatibilityTim-Philipp Müller2018-12-142-66/+68
* Add support for Meson build systemTim-Philipp Müller2018-12-145-23/+93
* stun: check identifier before using itMichael Olbrich2018-10-211-1/+2
* stun: Add implementation using OpenSSL for rand/SHA1/MD5Brendan Shanks2018-10-213-3/+97
* test-bind: define MSG_NOSIGNAL if undefinedJustin Kim2018-06-181-1/+3
* stun: Also rename windows-specific functionEdward Hervey2018-06-061-1/+1
* stund: Pass sockaddr_storage size for both familiesOlivier Crête2018-05-041-7/+2
* stund: Pass the right length for ipv6Olivier Crête2018-05-041-1/+5
* turn: Add support for ALTERNATE_SERVER in OC2007 CompatibilityYouness Alaoui2017-11-282-0/+15
* stun: Fix FD leak in test/utility codePhilip Withnall2017-09-121-7/+22
* stun: fix gcc7 implicit fallthrough warningFabrice Bellet2017-06-211-0/+1
* stun timer: make properties for stun timer tunablesFabrice Bellet2017-06-121-1/+5
* stun timer: fix timeout of the last retransmissionFabrice Bellet2017-04-111-1/+5
* Make clang-analyzer happyOlivier Crête2017-04-041-1/+3
* stun: Make hmac code NDEBUG safeOlivier Crête2017-04-031-10/+15
* stun: Remove double const on intOlivier Crête2017-04-031-1/+1
* stun: Use unions fix alignment issuesOlivier Crête2017-04-031-3/+15
* stun: Rename rand function to make its strengh clearOlivier Crête2017-04-033-3/+3
* stun: Switch from gcrypt to gnutlsOlivier Crête2017-04-033-45/+32
* stun: Use libgcrypt for SHA1 supportPhilip Withnall2017-03-314-533/+18
* stun: Use libgcrypt for MD5 supportPhilip Withnall2017-03-314-320/+12
* stun: Use libgcrypt to provide secure random number generationPhilip Withnall2017-03-311-176/+12
* stun: Add libgcrypt dependencyPhilip Withnall2017-03-311-2/+7
* stun: Remove outdated tests from test-hmacPhilip Withnall2017-03-311-72/+19
* stun: Fix cast-align compiler warning when casting sockaddrPhilip Withnall2017-03-281-2/+10
* ms-ice: limit legacy connchecks as per [MS-ICE2] 3.1.4.8.2Jakub Adam2016-10-262-0/+10
* ms-ice: legacy FINGERPRINT modeJakub Adam2016-10-261-14/+38
* stun: add STUN_COMPATIBILITY_MSICE2Jakub Adam2016-10-262-19/+24
* ms-ice: calculate FINGERPRINT according to [MS-ICE2]Jakub Adam2016-10-263-6/+22
* stun: add STUN_USAGE_ICE_COMPATIBILITY_MSICE2Jakub Adam2016-10-262-11/+15
* stun: avoid expensive call to sprintf in debug-related codeFabrice Bellet2016-06-201-3/+11
* stun timer: Do 7 retransmissions as recommendedOlivier Crête2016-06-062-3/+6
* timer: Maximum retransmission should include the original oneOlivier Crête2016-06-061-1/+1
* stun: fix ice role conflict handlingFabrice Bellet2016-05-272-7/+56
* stun turn usage: Only send the username if short term creds or nonce presentOlivier Crête2016-05-261-3/+9