summaryrefslogtreecommitdiff
path: root/stun
Commit message (Expand)AuthorAgeFilesLines
* We should validate correctly all local/remote candidate combinationsYouness Alaoui2008-09-101-1/+7
* testing turn should not be done with ignore credentials flagYouness Alaoui2008-09-101-2/+1
* Adapt test-turn to new api changeYouness Alaoui2008-09-101-1/+1
* Ice usage should not check for alternate serverYouness Alaoui2008-09-102-22/+0
* Let the turn usage tell us if a mapped address was also foundYouness Alaoui2008-09-102-5/+14
* Fix long term credentials validation/creation of responses and error saying u...Youness Alaoui2008-09-103-20/+53
* Fix typo that caused bad authentication validationYouness Alaoui2008-09-101-1/+1
* Enable debug by defaultYouness Alaoui2008-09-091-1/+1
* Fix the generation of the transaction idYouness Alaoui2008-09-091-1/+1
* Clean the stun_make_transid to avoid heart attacksYouness Alaoui2008-09-091-31/+1
* Use replace unclear STUN_USAGE_TURN_REQUEST_PORT_BOTH with EVEN_AND_RESERVEOlivier Crête2008-08-152-7/+5
* Remove useless variable settingOlivier Crête2008-08-151-1/+0
* make indentation consistentOlivier Crête2008-08-141-2/+1
* Replace the SERVER attribute with the SOFTWARE attribute per draft 17Olivier Crête2008-08-147-13/+13
* document sockaddrcmp's return valueOlivier Crête2008-08-141-1/+3
* stun daemon now needs the USE_FINGERPRINT flagYouness Alaoui2008-08-071-1/+2
* Finish the test-turn to finally work correctly with the numb serverYouness Alaoui2008-08-061-3/+48
* Added a new test for the long term hash credentialsYouness Alaoui2008-08-061-0/+31
* Port test-bind to not fail without the fingerprintYouness Alaoui2008-08-061-1/+1
* Add mandatory requested-transport attribute for turn draft 9, and correctly p...Youness Alaoui2008-08-061-1/+7
* Do not fail, but do not send message integrity if no realm/username in the cu...Youness Alaoui2008-08-061-21/+28
* Fix long term credentials hmac generationYouness Alaoui2008-08-061-2/+2
* Add proper long term credentials supportYouness Alaoui2008-08-063-14/+79
* Completed TURN usage in libstunYouness Alaoui2008-08-064-73/+139
* Adding useless turn test fileYouness Alaoui2008-08-052-0/+225
* Adding TURN specific enums and constantsYouness Alaoui2008-08-052-2/+7
* Add full TURN support for the turn usage allocate requestYouness Alaoui2008-08-052-5/+76
* Adding initial TURN usage to libstunYouness Alaoui2008-08-043-0/+215
* Clean files a littleYouness Alaoui2008-08-041-1/+1
* Missing limits.h for gcc 4.3, reported by muratasenel from amsn's forumsYouness Alaoui2008-08-041-0/+1
* Add API to enable/disable debug from libstunYouness Alaoui2008-08-042-4/+16
* Porting conncheck test to the new APIYouness Alaoui2008-07-311-7/+7
* Adding missing includeYouness Alaoui2008-07-311-0/+1
* Use the proper magic cookie for ICE in msn compatibility mode and process the...Youness Alaoui2008-07-302-25/+89
* Adding the ability to change the XOR value for the XOR-MAPPED-ADDRESSYouness Alaoui2008-07-304-7/+50
* Adding a 'force validater' usage flag for the stun agent and made libnice use...Youness Alaoui2008-07-302-3/+5
* Merge commit 'remotes/tester/force-candidate-kakaroto' into tester-force-cand...Youness Alaoui2008-07-301-1/+1
|\
| * Init variable to 0 before going furtherOlivier Crête2008-07-291-1/+1
* | Add RFC 3489 support for stun by having padding in the message integrity gene...Youness Alaoui2008-07-303-4/+18
|/
* No need to have those as const.. as it forces the user to fill the structure ...Youness Alaoui2008-07-291-4/+4
* Check if the alternate_server is given in the bind_process, so it can now be ...Youness Alaoui2008-07-291-4/+11
* Renamed stun-ice.[ch] usages into ice.[ch]Youness Alaoui2008-07-294-4/+47
* Updated API for the transport utility functionsYouness Alaoui2008-07-242-352/+58
* Updated stunbdc tool for new API of stun bind usageYouness Alaoui2008-07-241-4/+4
* Updated unit tests for new API of stun usagesYouness Alaoui2008-07-242-178/+133
* Refactored stun ICE usageYouness Alaoui2008-07-242-71/+179
* Refactored stun bind usageYouness Alaoui2008-07-242-511/+164
* validating the error response will give us a success since now the agent chec...Youness Alaoui2008-06-251-1/+1
* check the username in case the IGNORE_CREDENTIALS flag was set on the agentYouness Alaoui2008-06-251-0/+9
* Do not force the password on error responses, let the agent take care of that...Youness Alaoui2008-06-251-3/+3