7440 Commits

Author SHA1 Message Date
Travis Cross
2fdaa1c0e8 Fix use of out of scope declaration 2014-03-06 08:45:23 +00:00
Travis Cross
1990d10057 Reword the websocket TLS cipher list
This generates an identical list of cipher suites, but this commit
restates the cipher spec to be more similar to the way we state it
elsewhere.
2014-03-05 21:37:30 +00:00
Travis Cross
6a3dcc9e0f Drop null-auth suites from our default TLS cipher list
Previously we disallowed anonymous Diffie-Hellman, but there are other
kinds of null-authentication TLS suites.  In particular, disallowing
AECDH is important now that we support elliptic-curve Diffie-Hellman.
2014-03-05 21:37:30 +00:00
Anthony Minessale
4cf14bce50 FS-5814 2014-03-06 00:31:10 +05:00
Anthony Minessale
fe2a4bfa53 FS-5814 2014-03-05 13:12:02 -06:00
Anthony Minessale
5dbdbda0e7 force sofia rebuild 2014-03-06 00:03:20 +05:00
Anthony Minessale
7cb91467e0 FS-5814 --resolve 2014-03-06 00:02:40 +05:00
Anthony Minessale
066de4b378 Port commit from gitorious copy of sofia-sip our code now differs but this issue would still be a concern for OS X
commit ee51fa4e2993ab71339e29691aec8b924c810c53
Author: Frode Isaksen <frode.isaksen@bewan.com>
Date:   Thu Aug 18 16:40:58 2011 +0300

    su: fix su_time() on 64-bit OS X

        The field tv_sec in struct timeval is 64bits instead of 32bits as in
	    su_time_t, so you cannot cast su_time_t to struct timeval.
2014-03-05 10:25:39 -06:00
Brian West
6ed4ad7e20 Pass down into esl the LDFLAGS, fixes finding libncurses on NetBSD too. 2014-03-05 06:21:53 -06:00
Brian West
039f28d136 We do not use the cpp lib so why compile it. 2014-03-05 06:19:43 -06:00
Brian West
49fe796dab These options aren't valid for apr-util configure
configure: WARNING: unrecognized options: --disable-shared, --with-pic
2014-03-05 06:18:40 -06:00
William King
138224d816 FS-6303 --resolve 2014-03-04 12:30:14 -08:00
Travis Cross
d5760e0d6a Show TLS cipher suite selected in sofia debug
This shows the cipher name, TLS version, the number of cipher bits and
algorithm bits, and a description of the cipher in Sofia's debug
logging output on level 9.
2014-02-28 20:46:34 +00:00
Travis Cross
38fe0a99d3 Prevent sha1_init et al from being undefined
sha1_init, sha1_update, and sha1_final were ending up as undefined
symbols in libfreeswitch.so because of the inline declaration, which
caused us to blow up while linking the freeswitch executable.  Declare
these as static inline instead.
2014-02-28 18:33:32 +00:00
Travis Cross
c011f9daff Remove binary executables in libs/srtp
These files were introduced in commit 72e2d183c1d63a224742e243e4b1fd412f876758.
2014-02-28 18:33:32 +00:00
Anthony Minessale
55901ae0f1 FS-6168 --resolve 2014-02-28 23:30:42 +05:00
Travis Cross
45c4450046 Prevent sqlite from over-reading a structure
Our sqlite fork was reading past the end of the zP3 KeyInfo structure
here.  This was causing gcc and clang's address sanitization to alert.

FS-6279 --resolve

Thanks-to: Christopher Rienzo <chris@rienzo.net>
2014-02-27 23:19:43 +00:00
Brian West
cc8bab7729 FS-6276 move our include first so that ours is used and not the system if its present 2014-02-26 16:21:48 -06:00
Michael Jerris
d6c20d4dce FS-6015: --resolve sqlite cross compile fixes 2014-02-25 14:26:55 -05:00
Seven Du
4fd93b0e67 Revert "fix compiler warning vs2010" - Jeff is faster than I
This reverts commit fa9217117a9a729b424fde83fcc9a66a733a8282.
2014-02-25 14:24:34 +08:00
Seven Du
fa9217117a fix compiler warning vs2010 2014-02-25 14:17:28 +08:00
Jeff Lenk
4a1f8785e4 mask warnings libsrtp windows 32bit 2014-02-24 22:42:16 -06:00
Jeff Lenk
99ab915f24 windows update libsrtp to use openssl 2014-02-24 20:13:12 -06:00
Marc Olivier Chouinard
3d53825d1d FS-6016 --resolve 2014-02-24 21:00:33 -05:00
Moises Silva
461f94870f Merge remote-tracking branch 'origin/master' into moy/tport-log-fix 2014-02-24 19:39:17 -05:00
Michael Jerris
6e97a9f55b FS-6017: --resolve no reason to have extra check for cross compile 2014-02-24 17:43:21 -05:00
Michael Jerris
e9a0a0edc9 fix asm issue on sun 2014-02-24 15:28:03 -05:00
Michael Jerris
7c100cc8d3 pass in linker flags too 2014-02-24 14:47:04 -05:00
Michael Jerris
ffa14f323e don't require python for libsndfile build 2014-02-24 14:02:22 -05:00
Michael Jerris
4aec16e878 pass top level configure cflags into spandsp too 2014-02-24 13:39:17 -05:00
Anthony Minessale
d5e6139a18 remove unused docs 2014-02-24 10:42:18 -06:00
Michael Jerris
bab923923a missed file 2014-02-24 10:32:34 -05:00
Michael Jerris
fcc70a3f1d fully disable pkgconfig, we don't install this anyways 2014-02-24 10:17:21 -05:00
Michael Jerris
e73792923a disable external lib lookup and don't blow up on missing pkg-config macros 2014-02-24 09:52:58 -05:00
Michael Jerris
80c7eb85e6 update libsrtp to use openssl 2014-02-24 09:52:25 -05:00
Brian West
d97b163fd3 ESL-77 your test script works along with single_command.rb now 2014-02-24 04:12:55 -06:00
Steve Underwood
5e0b3fa077 Fixes for things picked up by clang compilation 2014-02-24 12:50:41 +08:00
Brian West
7682d96b3f Getting closer 2014-02-23 20:59:54 -06:00
Brian West
d7794af38b DragonFly is very similar to OpenBSD with a dash of NetBSD 2014-02-23 20:43:21 -06:00
Brian West
0c7946bfec DragonFly and NetBSD sigh 2014-02-23 20:25:05 -06:00
Marc Olivier Chouinard
289d0de371 some circonstance, esl connection closing would hang. This should fix it 2014-02-23 20:52:14 -05:00
Jeff Lenk
62a28980a1 libsndfile windows update version string 2014-02-23 16:37:26 -06:00
Travis Cross
cdc358c505 Add comment to distant #endif
FS-353
2014-02-23 22:33:28 +00:00
James Le Cuirot
d996974faa Fix building without libedit
Signed-off-by: Travis Cross <tc@traviscross.com>

FS-353
2014-02-23 22:33:20 +00:00
Brian West
c2798d7d11 moving phpmod in esl to use swig2.0 which fixes the few issues when you reswig 2014-02-23 10:08:02 -06:00
Jeff Lenk
2a3a1aae44 libsndfile remove accidental line endings 2014-02-22 18:45:09 -06:00
Brian West
ae1016107d FS-5723 java makefile problem 2014-02-22 18:33:56 -06:00
Jeff Lenk
259d315372 libsndfile changes more likely to be excepted back into tree 2014-02-22 15:07:54 -06:00
Jeff Lenk
c2680ecb18 libsndfile oops 2014-02-21 21:32:45 -06:00
Michael Jerris
daad292e66 remove more tests 2014-02-21 19:21:46 -05:00