index
:
delta/libnice.git
add-ci
latest-release
lock-addr-cache-in-udp-sink
master
msvc-build
passive-close-child
test-build-pages
wip/accept-turn-in-verify-remote-cand
wip/phab/T3557-non-unique-pair-foundations
gitlab.freedesktop.org: libnice/libnice.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stun
/
stunagent.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
turn: Allow alternate server error with no valid credentials
Olivier Crête
2019-01-23
1
-1
/
+2
*
stunagent: Replace more magic numbers with defines
Olivier Crête
2019-01-22
1
-2
/
+5
*
ms-ice: limit legacy connchecks as per [MS-ICE2] 3.1.4.8.2
Jakub Adam
2016-10-26
1
-0
/
+9
*
ms-ice: legacy FINGERPRINT mode
Jakub Adam
2016-10-26
1
-14
/
+38
*
stun: add STUN_COMPATIBILITY_MSICE2
Jakub Adam
2016-10-26
1
-12
/
+12
*
ms-ice: calculate FINGERPRINT according to [MS-ICE2]
Jakub Adam
2016-10-26
1
-4
/
+2
*
ms-turn: don't wait for a reply to STUN_SEND request
Jakub Adam
2015-09-02
1
-2
/
+14
*
stunagent: Initiliaze variable
Olivier Crête
2015-04-20
1
-1
/
+1
*
stun: Make a warning message more prominent
Philip Withnall
2014-09-01
1
-1
/
+1
*
debug: Make debug messages ready for g_log()
Olivier Crête
2014-07-23
1
-32
/
+25
*
Check error code 438 for TURN Nonce expired
Livio Madaro
2014-07-22
1
-1
/
+1
*
stunagent: Only declare the long term key valid if the username/realm coudl b...
Olivier Crête
2014-04-24
1
-2
/
+2
*
stun: Fix format specifier for a size_t variable
Philip Withnall
2014-01-02
1
-1
/
+2
*
stun: Indications are never authentication when using long term auth
Olivier Crête
2013-12-23
1
-1
/
+2
*
stun: Remove unused variables
Philip Withnall
2013-12-18
1
-2
/
+0
*
Remove unnessesary changes
Marcus Lundblad
2010-12-14
1
-3
/
+0
*
Fixing tabs, trailing whitespaces and indentation
Marcus Lundblad
2010-12-14
1
-1
/
+1
*
Removed some debug messages that might be a little unnessesary
Marcus Lundblad
2010-12-14
1
-2
/
+1
*
Remaining changes for RFC 5766
Marcus Lundblad
2010-12-14
1
-1
/
+5
*
MS-TURN support for Microsoft Office Communicator
Jakub Adam
2010-10-01
1
-7
/
+15
*
Fix copyright headers for all files
Youness Alaoui
2010-02-16
1
-3
/
+4
*
stun_agent_set_software must also take a const char *, not just a char *
Youness Alaoui
2009-11-04
1
-1
/
+1
*
add SOFTWARE attribute only if we're in the right compatibility mode
Youness Alaoui
2009-11-04
1
-6
/
+6
*
Add a stun_agent_set_software API and correctly append only the first 128 utf...
Youness Alaoui
2009-11-04
1
-6
/
+20
*
Return 0 in stun_agent_finish_message if there is no more slots for saved ids
Youness Alaoui
2009-03-31
1
-16
/
+21
*
Adding new stun API stun_agent_forget_transaction to forget a saved transacti...
Youness Alaoui
2009-03-27
1
-0
/
+15
*
Change includes to minimize non public API from being included
Youness Alaoui
2009-03-05
1
-0
/
+3
*
Fix the stupid wlm2009 crc32 typo without using a global variable
Youness Alaoui
2009-03-05
1
-13
/
+4
*
stun_validater_data renamed to StunDefaultValidaterData for consistent naming...
Youness Alaoui
2009-02-23
1
-1
/
+1
*
Stun agent usage flags are now into an enum too
Youness Alaoui
2009-02-23
1
-1
/
+1
*
Rename stun_has_cookie into stun_message_has_cookie
Youness Alaoui
2009-02-23
1
-2
/
+2
*
Change all stun_XXX_t enums/structs into StunXxx to have a common naming conv...
Youness Alaoui
2009-02-16
1
-11
/
+11
*
No more need to ignore the fingerprint now that we know what was wrong with M...
Youness Alaoui
2009-02-12
1
-2
/
+1
*
stupid WLM 2009 CRC32 typo workaround (ugly, I know...)
Youness Alaoui
2009-02-12
1
-0
/
+9
*
yeayyy, stupid WLM2009 seems to generate wrong fingerprints from time to time...
Youness Alaoui
2009-02-09
1
-1
/
+2
*
Allow specifying the fakelen for stun_sha1 and make the WLM2009 compatibility...
Youness Alaoui
2009-02-09
1
-8
/
+48
*
add WLM2009 compatibility mode to libnice and libstun
Youness Alaoui
2009-02-09
1
-7
/
+14
*
Porting the stun agent to use the new StunMessageReturn API
Youness Alaoui
2009-01-30
1
-6
/
+10
*
use TRUE/FALSE instead of true/false
Youness Alaoui
2009-01-15
1
-2
/
+2
*
use memmove instead of memcpy to avoid overlaps
Youness Alaoui
2008-11-12
1
-2
/
+2
*
Replace all references to 3489BIS into RFC 5389 as it has just been released
Youness Alaoui
2008-11-03
1
-7
/
+7
*
a bit more win32 cmpat
Youness Alaoui
2008-10-28
1
-3
/
+1
*
New STUN agent flag : NO_INDICATION_AUTH, to tell the agent that indication m...
Youness Alaoui
2008-09-19
1
-1
/
+3
*
utils.h needs sys/types.h and sys/socket.h
Youness Alaoui
2008-09-17
1
-3
/
+0
*
We should validate correctly all local/remote candidate combinations
Youness Alaoui
2008-09-10
1
-1
/
+7
*
Fix long term credentials validation/creation of responses and error saying u...
Youness Alaoui
2008-09-10
1
-20
/
+49
*
Fix typo that caused bad authentication validation
Youness Alaoui
2008-09-10
1
-1
/
+1
*
Replace the SERVER attribute with the SOFTWARE attribute per draft 17
Olivier Crête
2008-08-14
1
-4
/
+4
*
Do not fail, but do not send message integrity if no realm/username in the cu...
Youness Alaoui
2008-08-06
1
-21
/
+28
*
Add proper long term credentials support
Youness Alaoui
2008-08-06
1
-5
/
+49
[next]