summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix hmac calculation. If a multiple of 64, do not pad with 64 bytes. It's fin...Youness Alaoui2008-10-061-1/+1
* Update makefiles and configure to the new changes in file structure for the N...Youness Alaoui2008-10-066-29/+16
* Port test-bsd to the new APIYouness Alaoui2008-10-061-22/+23
* Fix udp-turn to compileYouness Alaoui2008-10-061-2/+3
* Update udp socket layers to new NiceSocket APIYouness Alaoui2008-10-064-42/+42
* new NiceSocket APIYouness Alaoui2008-10-062-40/+85
* Renamed udp-generic into socket.cYouness Alaoui2008-10-061-0/+0
* Removing useless socket filesYouness Alaoui2008-10-066-567/+0
* Renaming udp directory to socketYouness Alaoui2008-10-0614-0/+23
* the alternate server must be set to the component's turn_server so an inbound...Youness Alaoui2008-10-051-3/+2
* Add support for the alternate-server errorYouness Alaoui2008-10-041-2/+12
* gtalk relay candidate must use the turn server's username, not a random oneYouness Alaoui2008-10-041-1/+8
* generate proper gtalk user/pass per candidateYouness Alaoui2008-10-041-3/+17
* google does not use any password in requestsYouness Alaoui2008-10-041-0/+3
* gtalk allocate/send does not need the message-integrityYouness Alaoui2008-09-241-2/+7
* gtalk allocate response doesn't have the username fieldYouness Alaoui2008-09-241-1/+4
* port test-fullmode to the new turn APIYouness Alaoui2008-09-241-12/+12
* ignore credentials for gtalkYouness Alaoui2008-09-241-1/+6
* TURN specs says it must be long term credentials. So the short term/long term...Youness Alaoui2008-09-237-22/+10
* Remove timeout sources from the right contextSjoerd Simons2008-09-224-25/+28
* Install plugins in $(libdir) not the system plugin pathSjoerd Simons2008-09-221-1/+3
* remove useless g_warn_if_fail which forces a glib 2.16 dependency... that lin...Youness Alaoui2008-09-211-1/+1
* use the NO_INDICATION_AUTH flag for msn turn supportYouness Alaoui2008-09-191-3/+8
* Channel binding fix for TURN-09. The channel and length are in network byte o...Youness Alaoui2008-09-191-5/+6
* show the source of the inbound packet after it's been processed by the TURN s...Youness Alaoui2008-09-191-2/+8
* remove useless debugYouness Alaoui2008-09-191-1/+1
* New STUN agent flag : NO_INDICATION_AUTH, to tell the agent that indication m...Youness Alaoui2008-09-192-2/+5
* Correctly order the symbols so make check worksYouness Alaoui2008-09-191-1/+1
* tests should not depend on an interface on 192.168.0.x. Use 127.0.0.1 insteadYouness Alaoui2008-09-192-3/+3
* add support for receiving an answer to our channel bindings/lock and correctl...Youness Alaoui2008-09-171-2/+64
* Add support sending the correct channelbind/set-active-candidate/options when...Youness Alaoui2008-09-171-28/+54
* Add udp-turn set_peer API to set the active candidateYouness Alaoui2008-09-173-2/+159
* Give the turn agent the long term credentials flag it needsYouness Alaoui2008-09-173-7/+10
* Add the jingle and turn-09 methods and comprehension attributesYouness Alaoui2008-09-171-2/+8
* some formating and comment changesYouness Alaoui2008-09-172-2/+2
* export the nice_debug_en/disable API and add a boolean to access the stun debugYouness Alaoui2008-09-175-6/+16
* utils.h needs sys/types.h and sys/socket.hYouness Alaoui2008-09-172-3/+3
* Don't forget to free the username/passwordYouness Alaoui2008-09-171-0/+2
* This is a VERY UGLY HACK!Youness Alaoui2008-09-171-0/+20
* The MSN mapped address is not XOR-edYouness Alaoui2008-09-171-2/+2
* We should not free the username/password used for authenticating until the ca...Youness Alaoui2008-09-172-2/+6
* the google destination address is not xoredYouness Alaoui2008-09-171-1/+1
* base64 decode the msn user/pass for TURN tooYouness Alaoui2008-09-172-8/+27
* no need to show a warning if we unfreeze a triggered checkYouness Alaoui2008-09-161-2/+1
* Receiving a message from the turn server should set the udp_socket to the rel...Youness Alaoui2008-09-161-0/+1
* Fixing TURN support. correctly send the send indication/request and parse the...Youness Alaoui2008-09-162-25/+55
* Updating test-fullmode to have support for testing TURNYouness Alaoui2008-09-161-22/+66
* Correctly pass the stun message to the TURN stun agent when it comes from the...Youness Alaoui2008-09-161-0/+16
* Make sure key len is set to 0 if key is NULLYouness Alaoui2008-09-161-2/+4
* Correctly check for errors when processing TURN response and support long ter...Youness Alaoui2008-09-163-8/+43