summaryrefslogtreecommitdiff
path: root/stun/stunmessage.c
Commit message (Expand)AuthorAgeFilesLines
* stun: Remove annoying non-error on non-STUN packetOlivier Crête2015-06-241-1/+0
* debug: Make debug messages ready for g_log()Olivier Crête2014-07-231-7/+7
* stunmessage: Accept NULL terminated buffers for fast speed validationOlivier Crête2014-05-171-3/+4
* stunmessage: Revert another function to use sockaddrOlivier Crête2014-05-021-4/+6
* Fix possible segfault in stun_message_validate_buffer_length()Jakub Adam2014-04-041-1/+10
* stun: Use struct sockaddr_storage * for any pointer that we write toOlivier Crête2014-03-311-27/+19
* stun: Add a fast version of stun_message_validate_buffer_length()Philip Withnall2014-01-311-13/+60
* stun: Fix potential zero-length memset() callPhilip Withnall2014-01-311-3/+5
* stun: Fix a use of a function with an aggregate return valuePhilip Withnall2013-12-181-3/+2
* stun: Explicitly avoid a memcpy() from NULLPhilip Withnall2013-12-181-1/+3
* Fix strict aliasing of sockaddr structuresPhilip Withnall2013-12-181-10/+14
* Add missing ‘default’ cases to switchesPhilip Withnall2013-12-181-2/+7
* Fix coverity issues, remove possibly NULL dereferencingYouness Alaoui2011-03-231-2/+4
* Fixing tabs, trailing whitespaces and indentationMarcus Lundblad2010-12-141-0/+1
* Remaining changes for RFC 5766Marcus Lundblad2010-12-141-1/+0
* MS-TURN support for Microsoft Office CommunicatorJakub Adam2010-10-011-10/+38
* Fix build on FreeBSD.Alexis Ballier2010-03-181-0/+1
* Fix copyright headers for all filesYouness Alaoui2010-02-161-1/+4
* Initialize the length to 0 to avoid a compiler warningYouness Alaoui2009-06-161-6/+6
* Move functions and prototypes from one file to another to avoid having to ins...Youness Alaoui2009-03-051-0/+50
* Change includes to minimize non public API from being includedYouness Alaoui2009-03-051-0/+1
* Rename stun_has_cookie into stun_message_has_cookieYouness Alaoui2009-02-231-1/+1
* Clean the files from unwanted gtk-doc tagsYouness Alaoui2009-02-161-44/+0
* Change all stun_XXX_t enums/structs into StunXxx to have a common naming conv...Youness Alaoui2009-02-161-26/+26
* Making the stun_message API use a StunMessageReturn enum instead of errno val...Youness Alaoui2009-01-301-63/+61
* Replace all references to 3489BIS into RFC 5389 as it has just been releasedYouness Alaoui2008-11-031-2/+2
* Remove all 'restrict' keywords as they are not supported by MSVCYouness Alaoui2008-11-031-10/+10
* workaround for non existing errno macrosYouness Alaoui2008-10-281-0/+9
* include ws2tcpip.h where neededYouness Alaoui2008-10-281-0/+1
* use socklen_t where needed, and cast it to size_t as it defined as an int in ...Youness Alaoui2008-10-281-6/+6
* a bit more win32 cmpatYouness Alaoui2008-10-281-5/+6
* This is a VERY UGLY HACK!Youness Alaoui2008-09-171-0/+20
* Adding the ability to change the XOR value for the XOR-MAPPED-ADDRESSYouness Alaoui2008-07-301-2/+35
* Fix a possible bug with buffer overflowsYouness Alaoui2008-06-161-5/+5
* Fixed tools and binding usage to work with new APIYouness Alaoui2008-06-131-3/+2
* Updating stun to include an agentYouness Alaoui2008-06-061-21/+59
* (WIP) Huge refactoring of functions... first step towards the agentYouness Alaoui2008-06-031-0/+550