- 16 3月, 2014 13 次提交
-
-
由 Travis Cross 提交于
If an attacker can cause a device to make an authenticated request to a service via TLS while including a payload of the attacker's choice in that request, and if TLS compression is enabled, the attacker can uncover the plaintext authentication information by making a series of guesses and observing changes in the length of the ciphertext. This is CVE-2012-4929. FS-6360 --resolve Thanks-to: Brian West <brian@freeswitch.org>
-
由 Peter Olsson 提交于
-
由 Peter Olsson 提交于
-
由 Peter Olsson 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
由 Michael Jerris 提交于
we are intentionally using a value outside of the enum here as a special value. The compiler will always make this an int anyways, so this is safe. cast to remove the warning
-
由 Michael Jerris 提交于
silence clang warning about always false, this is meant to keep naughty users for the api from causing a crash, the check is fine
-
由 Michael Jerris 提交于
FS-6293: srcdir builds, don't touch src/include/switch.h in builddir, it creates an empty one that is included before the real one
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
-
由 Brian West 提交于
-
- 15 3月, 2014 3 次提交
-
-
由 Jeff Lenk 提交于
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
-
- 14 3月, 2014 20 次提交
-
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
-
由 Anthony Minessale 提交于
-
由 Michael Jerris 提交于
-
由 Chris Rienzo 提交于
-
由 Anthony Minessale 提交于
-
由 Jeff Lenk 提交于
-
由 Chris Rienzo 提交于
mod_rayo: add new config pause-when-offline - will pause inbound calling if there are no online clients to handle calls. This is useful if you want FS to respond 503 to options ping when there are no online rayo clients. Default behavior is to disable this param.
-
由 Chris Rienzo 提交于
-
由 Chris Rienzo 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
FS-6287 --resolve When a broken registrar sends a 401 unauth then replies with a subsequent 401 unauth without the stale=true attribute, sofia tries to invalidate the auth handle and get stuck in a state where it cannot recover until the reg handle is destroyed. In this case, the provider in question has a bug on thier end when the nonce count rolls from nc=000000ff to nc=00000100 they start sending several consecitive 401 rather than a 401 with stale=true or a 403. This change will allow it to reset properly and try again with nc=00000001 on the next try.
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Eliot Gable 提交于
-
- 13 3月, 2014 4 次提交
-
-
由 Brian West 提交于
FS-6355 - Patch to have .fsxml file be generated atomic to avoid partial reads when using this file to compare to previous versions/etc.
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
FS-6211 revert 015ff5d7 and f6e591de in favor of doing it in apr
-