summaryrefslogtreecommitdiff
path: root/stun/usages/turn.c
Commit message (Expand)AuthorAgeFilesLines
* turn: Add support for ALTERNATE_SERVER in OC2007 CompatibilityYouness Alaoui2017-11-281-0/+11
* stun turn usage: Only send the username if short term creds or nonce presentOlivier Crête2016-05-261-3/+9
* debug: Make debug messages ready for g_log()Olivier Crête2014-07-231-11/+11
* Add support for MS-TURN in OC2007 compatibility turn usageYouness Alaoui2014-05-151-2/+24
* stun: Use struct sockaddr_storage * for any pointer that we write toOlivier Crête2014-03-311-4/+4
* Add missing ‘default’ cases to switchesPhilip Withnall2013-12-181-0/+8
* Refuse to create a permission without a peer instead of not sending the XOR_P...Youness Alaoui2010-12-171-5/+6
* Some minor changes, code cleaningYouness Alaoui2010-12-161-1/+0
* Fix lines that are > 80 charsYouness Alaoui2010-12-141-1/+2
* fix indentation issuesYouness Alaoui2010-12-141-34/+34
* Fixing tabs, trailing whitespaces and indentationMarcus Lundblad2010-12-141-3/+3
* Remaining changes for RFC 5766Marcus Lundblad2010-12-141-5/+56
* MS-TURN support for Microsoft Office CommunicatorJakub Adam2010-10-011-1/+6
* Fix copyright headers for all filesYouness Alaoui2010-02-161-1/+4
* Remove some turn defines and use an enum instead (StunUsageTurnRequestPorts) ...Youness Alaoui2009-02-231-4/+1
* Rename STUN_USAGE_TURN_RETURN_RETRY into STUN_USAGE_TURN_RETURN_INVALIDYouness Alaoui2009-02-231-7/+7
* Porting stun usage turn to use the new StunMessageReturn APIYouness Alaoui2009-01-301-26/+35
* Fix includes for win32 compilationYouness Alaoui2008-11-031-3/+0
* correctly ifdef/else/endif the includes for winsock and sys/socketYouness Alaoui2008-10-281-0/+4
* Correctly process LIFETIME and BANDWIDTH attributesYouness Alaoui2008-10-161-0/+3
* Correctly implement the TURN Refresh usage and add its processing functionYouness Alaoui2008-10-161-32/+74
* do not send BANDWIDTH and LIFETIME when value is -1, not 0 since 0 is validYouness Alaoui2008-10-161-2/+2
* the LIFETIME attribute should also be sent to msn/gtalk serversYouness Alaoui2008-10-161-4/+5
* Correctly check if the method of the stun response is correct in the stun usa...Youness Alaoui2008-10-161-0/+3
* The MSN mapped address is not XOR-edYouness Alaoui2008-09-171-2/+2
* more clarity : COMPATIBILITY_TD9 becomes COMPATIBILITY_DRAFT9 for TURN compatYouness Alaoui2008-09-161-4/+4
* Let the turn usage tell us if a mapped address was also foundYouness Alaoui2008-09-101-4/+12
* Use replace unclear STUN_USAGE_TURN_REQUEST_PORT_BOTH with EVEN_AND_RESERVEOlivier Crête2008-08-151-2/+1
* Add mandatory requested-transport attribute for turn draft 9, and correctly p...Youness Alaoui2008-08-061-1/+7
* Completed TURN usage in libstunYouness Alaoui2008-08-061-25/+109
* Add full TURN support for the turn usage allocate requestYouness Alaoui2008-08-051-2/+56
* Adding initial TURN usage to libstunYouness Alaoui2008-08-041-0/+139