summaryrefslogtreecommitdiff
path: root/stun/tools
Commit message (Expand)AuthorAgeFilesLines
* stunmessage: Revert another function to use sockaddrOlivier Crête2014-05-021-1/+1
* stun: Use struct sockaddr_storage * for any pointer that we write toOlivier Crête2014-03-312-4/+4
* stun: Add missing switch casesPhilip Withnall2014-01-311-0/+8
* configure: Verify that the compiler understands warning cflagsOlivier Crête2013-12-261-1/+1
* Fix strict aliasing of sockaddr structuresPhilip Withnall2013-12-182-12/+15
* Add missing ‘default’ cases to switchesPhilip Withnall2013-12-181-0/+8
* Use len instead of buf_len to check whether or not data was received properlyRohan Garg2012-03-231-1/+1
* stund: Use recvfrom/sendto instead of recvmsg/sendmsgYouness Alaoui2012-02-091-67/+15
* stund: Set message length (fixes infinite loop) when receiving unknown attrib...John Selbie2012-02-091-1/+1
* Add support for windows's compilation through MinGWNader Morshed2011-11-303-9/+11
* Fix support for solarisApostolos Syropoulos2011-09-071-0/+4
* define SOL_IPV6 to IPPROTO_IPV6 if not definedYouness Alaoui2011-01-171-0/+4
* Fix various gtk-doc warnings/errors and typosYouness Alaoui2010-02-161-1/+1
* Fix copyright headers for all filesYouness Alaoui2010-02-163-3/+12
* use sizeof struct sockaddr_in instead of sizeof struct sockaddr to hopefully ...Youness Alaoui2009-12-041-1/+1
* always check return value of stun_agent_init_errorYouness Alaoui2009-11-131-2/+3
* avoid warning by using fd argument when MSG_ERRQUEUE is undefinedYouness Alaoui2009-11-131-0/+1
* use sizeof struct sockaddr instead of sizeof sockadddr_storage for doing the ...Youness Alaoui2009-09-101-2/+2
* if MSG_ERRQUEUE is not defined, then make recv_err return something since it'...Youness Alaoui2009-07-241-0/+2
* Add -n to stunbdc usage stringOlivier Crête2009-04-161-2/+3
* Change the top_srcdir and ../ directories from Makefile.am to use top_builddi...Youness Alaoui2009-03-051-2/+2
* Rename stun_has_cookie into stun_message_has_cookieYouness Alaoui2009-02-231-1/+1
* removing useless include of errno in stunbdcYouness Alaoui2009-01-301-1/+0
* fix stund against strict aliasing issuesYouness Alaoui2008-11-122-8/+13
* correctly pass -Wall and -Werror dependending on whether we are in a release ...Youness Alaoui2008-11-121-1/+1
* Merge commit 'tester/nice-stund' into nice-kakarotoYouness Alaoui2008-11-031-6/+17
|\
| * Make the stund try first the new draft before the old stun RFCOlivier Crête2008-10-291-6/+17
* | Replace all references to 3489BIS into RFC 5389 as it has just been releasedYouness Alaoui2008-11-031-1/+1
* | disable stund and stunbdc code because they need non portable function callsYouness Alaoui2008-10-282-0/+16
* | correctly ifdef/else/endif the includes for winsock and sys/socketYouness Alaoui2008-10-281-2/+4
* | pthread is not needed for stunYouness Alaoui2008-10-281-1/+1
* | Remove IP_PKTINFO sockopt which is not portable to macYouness Alaoui2008-10-281-3/+0
|/
* stunbdc and stund should use 3489bis to allow the unit tests to runYouness Alaoui2008-10-221-1/+1
* stund and stunbdc should be rfc3489 compatibleYouness Alaoui2008-10-161-2/+1
* Replace the SERVER attribute with the SOFTWARE attribute per draft 17Olivier Crête2008-08-141-1/+1
* stun daemon now needs the USE_FINGERPRINT flagYouness Alaoui2008-08-071-1/+2
* Missing limits.h for gcc 4.3, reported by muratasenel from amsn's forumsYouness Alaoui2008-08-041-0/+1
* Updated stunbdc tool for new API of stun bind usageYouness Alaoui2008-07-241-4/+4
* Move bind and stun-ice back into a usages/ directory and update the includes ...Youness Alaoui2008-06-208-1562/+2
* need to include stunagent.h in stun-ice.h and bind.hYouness Alaoui2008-06-191-0/+2
* add a static const for all the known atttributes.. fixes stunbdc with stunser...Youness Alaoui2008-06-171-13/+2
* Make the bind transport correctly refuse non response or errors with no ERROR...Youness Alaoui2008-06-171-3/+13
* Restore stun_bind_keepalive functionYouness Alaoui2008-06-171-2/+0
* Fix known attributes for the bind usageYouness Alaoui2008-06-171-5/+2
* Fixed tools and binding usage to work with new APIYouness Alaoui2008-06-139-24/+1609
* Updating stun to include an agentYouness Alaoui2008-06-061-1/+1
* Moving functions and organizing filesYouness Alaoui2008-05-274-0/+540