summaryrefslogtreecommitdiff
path: root/stun/tests/test-conncheck.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build with MSVCNirbheek Chauhan2018-12-141-0/+3
* stun: Remove double const on intOlivier Crête2017-04-031-1/+1
* stun: fix ice role conflict handlingFabrice Bellet2016-05-271-5/+49
* stun: Add missing casts to unit testsPhilip Withnall2015-04-231-3/+6
* stun: Use struct sockaddr_storage * for any pointer that we write toOlivier Crête2014-03-311-20/+24
* stun tests: Fix a bunch of issues found by more aggressive GCC warningsOlivier Crête2014-03-311-14/+17
* Change the compatibility modes from DRAFT19 to RFC5245Youness Alaoui2010-05-191-6/+6
* stun_validater_data renamed to StunDefaultValidaterData for consistent naming...Youness Alaoui2009-02-231-1/+1
* Porting the unit tests to use the new stun APIYouness Alaoui2009-01-301-35/+25
* Replace all references to 3489BIS into RFC 5389 as it has just been releasedYouness Alaoui2008-11-031-1/+1
* port tests to windowsYouness Alaoui2008-10-291-2/+25
* Change ICE_COMPATIBILITY_ID19 into ICE_COMPATIBILITY_DRAFT19 for more clarityYouness Alaoui2008-09-151-6/+6
* Porting conncheck test to the new APIYouness Alaoui2008-07-311-7/+7
* Renamed stun-ice.[ch] usages into ice.[ch]Youness Alaoui2008-07-291-1/+1
* Updated unit tests for new API of stun usagesYouness Alaoui2008-07-241-96/+29
* validating the error response will give us a success since now the agent chec...Youness Alaoui2008-06-251-1/+1
* Move bind and stun-ice back into a usages/ directory and update the includes ...Youness Alaoui2008-06-201-1/+1
* add the ice usage and the corresponding testYouness Alaoui2008-06-191-99/+161
* A bit of file shufflingYouness Alaoui2008-05-161-1/+1
* Pass compat flag everywhere to not put stun-server into packets in gtalk modeOlivier Crête2008-05-081-1/+1
* Put the fingerprint only when not in google compat modeOlivier Crête2008-05-081-9/+9
* Add compatiblity to gtalk on inbound username checkingYouness Alaoui2008-04-231-12/+12
* Modified the stun_conncheck_reply() API to take local username fragment as a ...Kai Vehmanen2007-11-191-17/+17
* Fixed checking of USERNAME in connectivity checks.Kai Vehmanen2007-11-151-37/+28
* Fixed warnings.Kai Vehmanen2007-11-151-1/+0
* Convert indentation from tabs to spaces.Kai Vehmanen2007-09-181-193/+193
* Fixed bugs STUN fingerprint creation and verification. Major update to the ST...Kai Vehmanen2007-08-301-21/+85
* Updated STUN unit tests.Kai Vehmanen2007-07-201-13/+28
* Major STUN update. Completed support for ICE connectivity checks. Added NICEA...Kai Vehmanen2007-06-191-2/+30
* Major update to the new STUN API: support for binding discoveries, fingerprin...Kai Vehmanen2007-05-211-0/+150