summaryrefslogtreecommitdiff
path: root/stun
Commit message (Expand)AuthorAgeFilesLines
* stunagent: Initiliaze variableOlivier Crête2015-04-201-1/+1
* stun: Add missing format attributes for va_list printf functionsPhilip Withnall2015-04-142-0/+14
* stun: Fix documentation to use ‘nul-terminated’ for stringsPhilip Withnall2015-03-101-3/+3
* stun: Use dynamic array instead of stack allocated arrayDavid Feurle2015-02-111-1/+3
* stun: Use sprintf() instead of snprintf() to support VS 2010Philip Withnall2015-02-111-1/+1
* docs: Add various missing documentation comments and update sections.txtPhilip Withnall2015-01-025-1/+165
* stun: Rename a symbol to avoid a naming clash with OpenSSLCurieux Tres2014-10-273-4/+4
* stun: Make a warning message more prominentPhilip Withnall2014-09-011-1/+1
* stun: Fix definition of ssize_t on WindowsPhilip Withnall2014-08-181-2/+12
* debug: Make debug messages ready for g_log()Olivier Crête2014-07-238-94/+116
* Check error code 438 for TURN Nonce expiredLivio Madaro2014-07-221-1/+1
* Use sockaddr for stun_usage_bind_process in unit testYouness Alaoui2014-07-221-6/+11
* stunmessage: Accept NULL terminated buffers for fast speed validationOlivier Crête2014-05-172-5/+7
* Add support for MS-TURN in OC2007 compatibility turn usageYouness Alaoui2014-05-152-2/+27
* stunmessage: Revert another function to use sockaddrOlivier Crête2014-05-025-10/+13
* stunagent: Only declare the long term key valid if the username/realm coudl b...Olivier Crête2014-04-241-2/+2
* stun: Restore argument type to stun_usage_bind_process(), it's used outside l...Olivier Crête2014-04-152-9/+11
* Fix possible segfault in stun_message_validate_buffer_length()Jakub Adam2014-04-041-1/+10
* build: Check for [s]size_t before redefining them on MinGWPhilip Withnall2014-04-031-1/+4
* stun: Use struct sockaddr_storage * for any pointer that we write toOlivier Crête2014-03-3116-142/+134
* stun tests: Fix a bunch of issues found by more aggressive GCC warningsOlivier Crête2014-03-314-52/+57
* stun: Add a fast version of stun_message_validate_buffer_length()Philip Withnall2014-01-312-13/+107
* stun: Use SHA1 iteration functions directly in HMAC calculationPhilip Withnall2014-01-311-53/+26
* stun: Add missing switch casesPhilip Withnall2014-01-312-0/+11
* stun: Fix potential zero-length memset() callPhilip Withnall2014-01-311-3/+5
* stun: Make the MD5 code strict-aliasing correctOlivier Crête2014-01-312-16/+19
* stun: Add printf function attributePhilip Withnall2014-01-021-0/+7
* stun: Fix format specifier for a size_t variablePhilip Withnall2014-01-021-1/+2
* configure: Verify that the compiler understands warning cflagsOlivier Crête2013-12-262-2/+2
* stun: Indications are never authentication when using long term authOlivier Crête2013-12-231-1/+2
* stun: Fix a use of a function with an aggregate return valuePhilip Withnall2013-12-182-6/+5
* stun: Explicitly avoid a memcpy() from NULLPhilip Withnall2013-12-181-1/+3
* stun: Remove unused variablesPhilip Withnall2013-12-181-2/+0
* Fix strict aliasing of sockaddr structuresPhilip Withnall2013-12-186-37/+66
* Add missing ‘default’ cases to switchesPhilip Withnall2013-12-186-3/+36
* Use %lu for long unsigned int when calling printfRohan Garg2012-05-011-1/+1
* Use len instead of buf_len to check whether or not data was received properlyRohan Garg2012-03-231-1/+1
* Properly ifdef windows headers in order to get compiles working on linux againRohan Garg2012-03-121-1/+1
* Fixed mingw/msys compilation. Definition for intptr_t was missingFilippo Della Betta2012-03-051-0/+1
* Fixed compiling on Visual Studio and removed getsockname before bind. Added W...Filippo Della Betta2012-03-051-12/+23
* Fixed compile on mingw/msys platformFilippo Della Betta2012-03-051-0/+5
* set nonblocking mode for socket on WindowsLivio Madaro2012-02-231-0/+6
* Fixed warnings on Visual Studio platformFilippo Della Betta2012-02-171-1/+1
* Added typedef on size_t and ssize_t that are not defined on Visual Studio pla...Filippo Della Betta2012-02-151-0/+5
* Included the replacement header win32_common.h instead of the missing header ...Filippo Della Betta2012-02-151-0/+4
* Use size of the MD5Context, not size of the pointerRohan Garg2012-02-141-1/+1
* stund: Use recvfrom/sendto instead of recvmsg/sendmsgYouness Alaoui2012-02-091-67/+15
* stund: Set message length (fixes infinite loop) when receiving unknown attrib...John Selbie2012-02-091-1/+1
* Changes windows specific headers to lower caseSiraj Razick2011-12-191-1/+1
* Add support for windows's compilation through MinGWNader Morshed2011-11-309-15/+25