summaryrefslogtreecommitdiff
path: root/stun/stunagent.c
Commit message (Expand)AuthorAgeFilesLines
* agent: implement support for RFC7675 - Consent FreshnessMatthew Waters2020-12-101-0/+7
* 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
* ms-ice: limit legacy connchecks as per [MS-ICE2] 3.1.4.8.2Jakub Adam2016-10-261-0/+9
* ms-ice: legacy FINGERPRINT modeJakub Adam2016-10-261-14/+38
* stun: add STUN_COMPATIBILITY_MSICE2Jakub Adam2016-10-261-12/+12
* ms-ice: calculate FINGERPRINT according to [MS-ICE2]Jakub Adam2016-10-261-4/+2
* ms-turn: don't wait for a reply to STUN_SEND requestJakub Adam2015-09-021-2/+14
* stunagent: Initiliaze variableOlivier Crête2015-04-201-1/+1
* stun: Make a warning message more prominentPhilip Withnall2014-09-011-1/+1
* debug: Make debug messages ready for g_log()Olivier Crête2014-07-231-32/+25
* Check error code 438 for TURN Nonce expiredLivio Madaro2014-07-221-1/+1
* stunagent: Only declare the long term key valid if the username/realm coudl b...Olivier Crête2014-04-241-2/+2
* stun: Fix format specifier for a size_t variablePhilip Withnall2014-01-021-1/+2
* stun: Indications are never authentication when using long term authOlivier Crête2013-12-231-1/+2
* stun: Remove unused variablesPhilip Withnall2013-12-181-2/+0
* Remove unnessesary changesMarcus Lundblad2010-12-141-3/+0
* Fixing tabs, trailing whitespaces and indentationMarcus Lundblad2010-12-141-1/+1
* Removed some debug messages that might be a little unnessesaryMarcus Lundblad2010-12-141-2/+1
* Remaining changes for RFC 5766Marcus Lundblad2010-12-141-1/+5
* MS-TURN support for Microsoft Office CommunicatorJakub Adam2010-10-011-7/+15
* Fix copyright headers for all filesYouness Alaoui2010-02-161-3/+4
* stun_agent_set_software must also take a const char *, not just a char *Youness Alaoui2009-11-041-1/+1
* add SOFTWARE attribute only if we're in the right compatibility modeYouness Alaoui2009-11-041-6/+6
* Add a stun_agent_set_software API and correctly append only the first 128 utf...Youness Alaoui2009-11-041-6/+20
* Return 0 in stun_agent_finish_message if there is no more slots for saved idsYouness Alaoui2009-03-311-16/+21
* Adding new stun API stun_agent_forget_transaction to forget a saved transacti...Youness Alaoui2009-03-271-0/+15
* Change includes to minimize non public API from being includedYouness Alaoui2009-03-051-0/+3
* Fix the stupid wlm2009 crc32 typo without using a global variableYouness Alaoui2009-03-051-13/+4
* stun_validater_data renamed to StunDefaultValidaterData for consistent naming...Youness Alaoui2009-02-231-1/+1
* Stun agent usage flags are now into an enum tooYouness Alaoui2009-02-231-1/+1
* Rename stun_has_cookie into stun_message_has_cookieYouness Alaoui2009-02-231-2/+2
* Change all stun_XXX_t enums/structs into StunXxx to have a common naming conv...Youness Alaoui2009-02-161-11/+11
* No more need to ignore the fingerprint now that we know what was wrong with M...Youness Alaoui2009-02-121-2/+1
* stupid WLM 2009 CRC32 typo workaround (ugly, I know...)Youness Alaoui2009-02-121-0/+9
* yeayyy, stupid WLM2009 seems to generate wrong fingerprints from time to time...Youness Alaoui2009-02-091-1/+2
* Allow specifying the fakelen for stun_sha1 and make the WLM2009 compatibility...Youness Alaoui2009-02-091-8/+48
* add WLM2009 compatibility mode to libnice and libstunYouness Alaoui2009-02-091-7/+14
* Porting the stun agent to use the new StunMessageReturn APIYouness Alaoui2009-01-301-6/+10
* use TRUE/FALSE instead of true/falseYouness Alaoui2009-01-151-2/+2
* use memmove instead of memcpy to avoid overlapsYouness Alaoui2008-11-121-2/+2
* Replace all references to 3489BIS into RFC 5389 as it has just been releasedYouness Alaoui2008-11-031-7/+7
* a bit more win32 cmpatYouness Alaoui2008-10-281-3/+1
* New STUN agent flag : NO_INDICATION_AUTH, to tell the agent that indication m...Youness Alaoui2008-09-191-1/+3
* utils.h needs sys/types.h and sys/socket.hYouness Alaoui2008-09-171-3/+0
* We should validate correctly all local/remote candidate combinationsYouness Alaoui2008-09-101-1/+7
* Fix long term credentials validation/creation of responses and error saying u...Youness Alaoui2008-09-101-20/+49
* Fix typo that caused bad authentication validationYouness Alaoui2008-09-101-1/+1
* Replace the SERVER attribute with the SOFTWARE attribute per draft 17Olivier Crête2008-08-141-4/+4
* Do not fail, but do not send message integrity if no realm/username in the cu...Youness Alaoui2008-08-061-21/+28