search for: benham

Displaying 9 results from an estimated 9 matches for "benham".

Did you mean: benha
2006 Oct 27
7
[Bug 1255] Solaris contract support has a problem
...has a problem Product: Portable OpenSSH Version: 4.4p1 Platform: All OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: bitbucket at mindrot.org ReportedBy: andrew.benham at thus.net Built 4.4p1 with Solaris contract support on Solaris 10 - both x86 and sparc Problem can be shown with: Create two ssh connections to a Solaris 10 machine running this code. In the first connection, do "tail -f /var/adm/messages" In the second connection, kill the 't...
2006 Jun 06
2
UK Male English Voices
...te compared to current Asterisk and Asterisk-Sounds-1.2.1). There's also a set with the word 'pound' replaced by 'hash' for both the base and additional sounds (only the actual replacements not a complete set). There's sets of gsm and pcm files. I'd like to thanks Jay Benham <jay@soundanswers.com> who did all the hard work of recording them, and Jim Credland <jim@cernproductions.com> for doing all the converting/sound work. Regards Steve -- NetTek Ltd UK mob +44-(0)7775 755503 UK +44-(0)20 79932612 / US +1-(310)8577715 / Fax +44-(0)20 7483 2455 Skype/...
2006 Sep 28
3
[Bug 1239] OpenSSL ENGINE support broken on Solaris using Sun Studio compiler
...ler Product: Portable OpenSSH Version: 4.4p1 Platform: Other OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: bitbucket at mindrot.org ReportedBy: andrew.benham at thus.net Solaris 8,9, and 10, x86 and sparc configuring with '--with-ssl-engine' gives an error: checking for OpenSSL ENGINE support... configure: error: OpenSSL ENGINE support not found Cause: configure.ac lines 1916 onward state: AC_TRY_COMPILE(...
2000 May 20
2
hmac format?
I was looking at the the way that ssh calculates an hmac, and I noticed that the ordering is a little strange - it does hash(key+message). Shouldn't this rather be hash(message+key)? In the former situation, it could be possible for an attacker to append something to the end of the data being sent. The attacker would be able to calculate a valid hmac without knowing the key. For instance,
2007 Feb 16
0
Suggested patch for tftphpa
Andrew Benham wrote: > We use tftp to upload, on a daily basis, our switch configuration > files. > > Therefore it is useful if we can use the remapper in in.tftpd from > tftphpa to remap the filenames to include the current date. This > means that we can configure the switches to upload the...
2005 Feb 28
2
[Bug 987] "man ssh" doesn't mention 'ForwardX11Trusted'
...Product: Portable OpenSSH Version: 3.9p1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Documentation AssignedTo: openssh-bugs at mindrot.org ReportedBy: andrew.benham at thus.net If one does a "man ssh", then there is a section entitled "X11 and TCP forwarding" which makes reference to the '-X' and '-x' command-line options, and to the 'ForwardX11' variable. However this section makes no reference to the '-Y'...
2006 Jun 06
0
[asterisk-dev] UK Male English Voices
...te compared to current Asterisk and Asterisk-Sounds-1.2.1). There's also a set with the word 'pound' replaced by 'hash' for both the base and additional sounds (only the actual replacements not a complete set). There's sets of gsm and pcm files. I'd like to thanks Jay Benham <jay@soundanswers.com> who did all the hard work of recording them, and Jim Credland <jim@cernproductions.com> for doing all the converting/sound work. Regards Steve -- NetTek Ltd UK mob +44-(0)7775 755503 UK +44-(0)20 79932612 / US +1-(310)8577715 / Fax +44-(0)20 7483 2455 Skype/...
2008 Mar 11
7
Best alternative for getting prompts recorded.
What is the best alternative for getting the IVR and other prompts recorded for Asterisk. Regards, Sanjay.
2010 Nov 03
2
bugs and misfeatures in polr(MASS).... fixed!
In polr.R the (several) functions gmin and fmin contain the code > theta <- beta[pc + 1L:q] > gamm <- c(-100, cumsum(c(theta[1L], exp(theta[-1L]))), 100) That's bad. There's no reason to suppose beta[pc+1L] is larger than -100 or that the cumulative sum is smaller than 100. For practical datasets those assumptions are frequently violated, causing the