similar to: Pointers for developing a proper encryption plugin?

Displaying 20 results from an estimated 2000 matches similar to: "Pointers for developing a proper encryption plugin?"

2007 Mar 26
2
SRTP vs ZRTP in Asterisk
Hi All, I've been reading about Phil Zimmermann's ZRTP encryption scheme for SIP clients. This seems attactive but I don't use soft phones. I'm guessing that we'd need ZRTP support in Asterisk in order to use it to secure calls from hard phones. There seem to be issues with SRTP key exhange between various devices. So much so that the IETF is working on a standardization
2006 Jun 15
1
SASL AUTH LOGIN mechanism problems
Hi all, Have anyone had problems with Exhange 2003 servers trying to use sasl against Postfix+Dovecot SASL using the AUTH LOGIN Mechanism ? I've done some smtp debugging, and it seems that Exchange sends the usename at the same time as AUTH LOGIN i.e: AUTH LOGIN <base64_username> It then expects to be able to send the password. mech-login.c silently discards all data after AUTH
2005 Sep 25
0
VPB Driver Question
Hi, I hope some can help me out, as I have a problem with the vpb driver in *, and I am hoping someone has hit these issues and can offer some advice. First off, I'm connected to a British Telecom SystemX exhange with the local Tel Co. I can ring out fine, but when the callee on POTS answers, the vpb driver detects a loop drop and immediantly disconnects the call. I have currently set
2013 Jan 13
1
Understanding tinc edge connections and re-routing
Hi, I have successfully setup a tinc network between five hosts (in switch mode). Two of the hosts have static and known IP addresses (S1 and S2). Other hosts (H3-H5) connect one (or both) of them. The traffic flows nicely between all hosts. The initial edges (ConnectTo configuration directives) in my test network are: S1<->S2 H3 -> S1 and S2 H4 -> S1 H5 -> S2 As far as I have
2009 Oct 06
1
Debugging IMAP ACLs
Hello, I upgraded my server to 1.2.4 and now I'm trying to implement ACL support to use with Bynari Insight Connector. Starting out with the wiki page on shared namespaces from http://wiki.dovecot.org/SharedMailboxes/Shared I tried to implement shared mailbox support so that my customers can enjoy more exhange-like qualities with outlook. However I am not sure if the ACLs or Shared
2007 Mar 05
2
Using Asterisk as Voicemail Server on a dinosaur Meridian System
We have a dinosaur Meridian system (~version 2) with 4 digital lines going to a Repartee Voicemail server. The Repartee got smoked by lightning two days ago and I'm itching to get Asterisk installed in its place. PRI is not an option since the system is so old that it doesn't even support PRI. I need to figure out how to connect the old Meridian to Asterisk otherwise. Any advice on
2007 Dec 22
5
[LLVMdev] Status of Elsa->LLVM
Chris Lattner wrote: > On Dec 21, 2007, at 1:08 PM, Richard Pennington wrote: > >> I'm a little further along now. I've started to put together a simple >> driver for Elsa and LLVM that I'm calling "ellsif" (cute name, I think >> it works). >> >> The file being compiled is a "printf" function. Here are timing >> results
2014 Sep 29
2
[LLVMdev] Compiling glibc with clang/LLVM
Hey all, I was wondering if clang/LLVM has support to compile glibc in its entirety? The only thing I could find of recent was this thread saying the only way it could really be done is to use the dragonegg plugin with gcc... https://groups.google.com/forum/#!topic/llvm-dev/pmZYVNTrVYQ [LLVMdev] clang/llvm with glibc 8 posts by 5 authors [X] [X] Dave Buehmann [X]
2004 Sep 01
2
Migrating Asterisk
Hello All, My asterisk installation has now been running for over two months without a hitch, and I've decided it's time to move things around a bit. It's currently installed on a 2.7GHz Celeron under RH9 installed on a 10GB "leftover" drive. Thanks to the strange marketing method called "Mail-In-Rebate", I have a fresh 160GB drive ($50), and I'm itching to
2013 Jun 05
5
[LLVMdev] clang/llvm with glibc
This question has been asked occasionally with no positive responses. Has anybody had success compiling glib with clang/llvm? If so, can you share any details? If not, are there any good libc replacements with more complete functionality than newlib? Thanks, dave -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Dec 22
0
[LLVMdev] Status of Elsa->LLVM
On Dec 22, 2007, at 2:40 AM, Richard Pennington wrote: > Does Elsa provide an advantage over g++? For me, understanding it is a > big plus. ;-) In addition, Elsa has a Berkeley-like license which I > prefer. Ok. If you're not planning on extending the front-end, understandability doesn't really matter ;-). I get where you're coming from though! > Since I only
2013 Jun 05
0
[LLVMdev] clang/llvm with glibc
On Wed, Jun 05, 2013 at 12:34:41PM -0600, Dave Buehmann wrote: > This question has been asked occasionally with no positive responses. > > Has anybody had success compiling glib with clang/llvm? If so, can you > share any details? > > If not, are there any good libc replacements with more complete > functionality than newlib? It is (almost) possible to compile glibc using
2018 May 10
0
Migrating the llvm-emacs mode to a separate git repository
On 10 May 2018 at 06:07, Jaseem Abid via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Melpa[1] is pretty much the most common package manager for emacs and very > recently the llvm-mode got removed from it[2] due to performance issues. Wouldn't svn be better here? It ought to allow you to checkout just the utils/emacs directory (or not even that with "svn cat").
2013 Jun 07
2
[LLVMdev] clang/llvm with glibc
> It is (almost) possible to compile glibc using DragonEgg -- there > are only a handful of patches required (for LLVM and DragonEgg), > most of which are now up for review. > > It builds, and most of glibc's test suite currently passes, except > for some tests that deal with floating point arithmetic, and some > tests which use very obscure GNU as features which I
2014 Jan 23
4
GSoC 2014
Google's "Summer of Code" is on again. If you're not familiar with GSoC, see: http://code.google.com/soc/ We had a brief discussion on IRC, and we have enough potential mentors to make it worth applying again. Org applications are open Feb 3rd-14th. Accepted orgs are announced on Feb 24th, and students can apply between March 10th and 21st, but the keen ones have already
2018 May 10
4
Migrating the llvm-emacs mode to a separate git repository
Hello llvm devs, Melpa[1] is pretty much the most common package manager for emacs and very recently the llvm-mode got removed from it[2] due to performance issues. This issue is not unique to llvm-mode, but affects a bunch of projects with very large git repositories[3]. Will it be possible to split this into a new separate git repo? This should make it easier for the emacs community to work
2018 May 10
1
Migrating the llvm-emacs mode to a separate git repository
As far as I can see, melpa dropped svn support some time ago.... https://github.com/melpa/melpa/pull/4802 On Thu, May 10, 2018 at 11:51 AM, Tim Northover via llvm-dev <llvm-dev at lists.llvm.org> wrote: > On 10 May 2018 at 06:07, Jaseem Abid via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> Melpa[1] is pretty much the most common package manager for emacs and very
2007 Dec 22
0
[LLVMdev] [Oink-devel] Status of Elsa->LLVM
> I've build gcc many times over the years for different target processors > and was never able to get my head around it internally. It is incredibly > complex. I also didn't like the fact that I had to have N copies of gcc > to support N processors. Scott McPeak is rather familiar with the internals of gcc and edg and says elsa is far simpler. > I became interested in
2000 Aug 13
2
The immediate future
Hello all: I am very much enjoying reading this list. It's great to see discussion (mostly readable by non-vorbis-developer types) on the potential of vorbis and OGG in general. But I'd like to ask about the immediate future. I am very keen to adopt OGG vorbis for a number of uses, but I am awaiting a few things. And I do not wish to pester and hassle those hard at work to make this
2007 Mar 19
3
Tell me the truth about WINE
I'm an avid gamer, I play all kinds of games and a wide variety of specific titles, be they on the A-list or B-list. How realistic would it be for a person like me to rely solely on WINE for PC gaming? I understand that the pace with which WINE can catch up is relatively quick (a few months), but a few months is still a long time to wait if I'm itching to get started on a new release. I