summaryrefslogtreecommitdiff
path: root/stun
AgeCommit message (Expand)AuthorFilesLines
2014-10-27stun: Rename a symbol to avoid a naming clash with OpenSSLCurieux Tres3-4/+4
2014-09-01stun: Make a warning message more prominentPhilip Withnall1-1/+1
2014-08-18stun: Fix definition of ssize_t on WindowsPhilip Withnall1-2/+12
2014-07-23debug: Make debug messages ready for g_log()Olivier Crête8-94/+116
2014-07-22Check error code 438 for TURN Nonce expiredLivio Madaro1-1/+1
2014-07-22Use sockaddr for stun_usage_bind_process in unit testYouness Alaoui1-6/+11
2014-05-17stunmessage: Accept NULL terminated buffers for fast speed validationOlivier Crête2-5/+7
2014-05-15Add support for MS-TURN in OC2007 compatibility turn usageYouness Alaoui2-2/+27
2014-05-02stunmessage: Revert another function to use sockaddrOlivier Crête5-10/+13
2014-04-24stunagent: Only declare the long term key valid if the username/realm coudl b...Olivier Crête1-2/+2
2014-04-15stun: Restore argument type to stun_usage_bind_process(), it's used outside l...Olivier Crête2-9/+11
2014-04-04Fix possible segfault in stun_message_validate_buffer_length()Jakub Adam1-1/+10
2014-04-03build: Check for [s]size_t before redefining them on MinGWPhilip Withnall1-1/+4
2014-03-31stun: Use struct sockaddr_storage * for any pointer that we write toOlivier Crête16-142/+134
2014-03-31stun tests: Fix a bunch of issues found by more aggressive GCC warningsOlivier Crête4-52/+57
2014-01-31stun: Add a fast version of stun_message_validate_buffer_length()Philip Withnall2-13/+107
2014-01-31stun: Use SHA1 iteration functions directly in HMAC calculationPhilip Withnall1-53/+26
2014-01-31stun: Add missing switch casesPhilip Withnall2-0/+11
2014-01-31stun: Fix potential zero-length memset() callPhilip Withnall1-3/+5
2014-01-31stun: Make the MD5 code strict-aliasing correctOlivier Crête2-16/+19
2014-01-02stun: Add printf function attributePhilip Withnall1-0/+7
2014-01-02stun: Fix format specifier for a size_t variablePhilip Withnall1-1/+2
2013-12-26configure: Verify that the compiler understands warning cflagsOlivier Crête2-2/+2
2013-12-23stun: Indications are never authentication when using long term authOlivier Crête1-1/+2
2013-12-18stun: Fix a use of a function with an aggregate return valuePhilip Withnall2-6/+5
2013-12-18stun: Explicitly avoid a memcpy() from NULLPhilip Withnall1-1/+3
2013-12-18stun: Remove unused variablesPhilip Withnall1-2/+0
2013-12-18Fix strict aliasing of sockaddr structuresPhilip Withnall6-37/+66
2013-12-18Add missing ‘default’ cases to switchesPhilip Withnall6-3/+36
2012-05-01Use %lu for long unsigned int when calling printfRohan Garg1-1/+1
2012-03-23Use len instead of buf_len to check whether or not data was received properlyRohan Garg1-1/+1
2012-03-12Properly ifdef windows headers in order to get compiles working on linux againRohan Garg1-1/+1
2012-03-05Fixed mingw/msys compilation. Definition for intptr_t was missingFilippo Della Betta1-0/+1
2012-03-05Fixed compiling on Visual Studio and removed getsockname before bind. Added W...Filippo Della Betta1-12/+23
2012-03-05Fixed compile on mingw/msys platformFilippo Della Betta1-0/+5
2012-02-23set nonblocking mode for socket on WindowsLivio Madaro1-0/+6
2012-02-17Fixed warnings on Visual Studio platformFilippo Della Betta1-1/+1
2012-02-15Added typedef on size_t and ssize_t that are not defined on Visual Studio pla...Filippo Della Betta1-0/+5
2012-02-15Included the replacement header win32_common.h instead of the missing header ...Filippo Della Betta1-0/+4
2012-02-14Use size of the MD5Context, not size of the pointerRohan Garg1-1/+1
2012-02-09stund: Use recvfrom/sendto instead of recvmsg/sendmsgYouness Alaoui1-67/+15
2012-02-09stund: Set message length (fixes infinite loop) when receiving unknown attrib...John Selbie1-1/+1
2011-12-19Changes windows specific headers to lower caseSiraj Razick1-1/+1
2011-11-30Add support for windows's compilation through MinGWNader Morshed9-15/+25
2011-10-13Remove warnings on stun/testsTimothy Redaelli1-1/+2
2011-09-07Fix support for solarisApostolos Syropoulos1-0/+4
2011-08-29Google puts the STUN cookie, but doesn't follow RFC 5389Olivier Crête1-1/+2
2011-03-23Avoid a possible coverity false positiveYouness Alaoui1-0/+2
2011-03-23Change variable buffer_len into attribute_len: variable already exists in dif...Youness Alaoui1-5/+5
2011-03-23Add some new APIs to sha1 module, unused for nowYouness Alaoui2-9/+75