Displaying 8 results from an estimated 8 matches for "halley".
Did you mean:
hadley
2006 Jul 25
0
[Bug 495] New: Netfilter Connection Tracking Race Condition in Kernel 2.4.x
...2.4.x
Product: netfilter/iptables
Version: linux-2.4.x
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ip_conntrack
AssignedTo: laforge@netfilter.org
ReportedBy: Bob.Halley@nominum.com
Background
Our application uses ip_queue in prerouting to divert DNS UDP packets
to a userland daemon which inspects them and then issues a NF_ACCEPT
or NF_DROP verdict back to the kernel.
We found that if several packets with the same conntrack tuple,
i.e. the same src addr, src po...
2004 Feb 24
2
More than one auth method with dovevot 0.99.10.4 - how?
We're setting up a server with qmail/vpopmail and dovecot. In
addition to vpopmail users we want non-virtual, local users to be able
to authenticate and have them read the Maildir in their real $HOME.
vpopmail userdb/passwd works fine. Now how do I tell dovecot to use
passwd (or PAM) userdb/passdb authentication too?
/etc/dovecot.conf:
[...]
auth = default
auth_mechanisms = plain
2002 Jun 25
0
[Bug 290] New: auth_method set incorrectly in mm_answer_keyverify()
..._keyverify()
Product: Portable OpenSSH
Version: -current
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: halley at play-bow.org
Some friends pointed out some logging weirdness with OpenSSH 3.3;
I check it out on my system and saw the same thing. It says:
sshd[24182]: Accepted hostbased for halley from 127.0.0.1 port 52472 ssh2
even though it was using publickey authentication (and tracing via the
clien...
2002 Jun 22
2
[Bug 284] Hostbased authentication erroneously reported
http://bugzilla.mindrot.org/show_bug.cgi?id=284
stevesk at pobox.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From stevesk at pobox.com 2002-06-23 09:11
2003 Nov 25
2
Lambert's W function
Hello List
does anyone have an R function for the Lambert W function? I need
complex arguments.
[the Lamert W function W(z) satisfies
W(z)*exp(W(z)) = z
but I could'nt even figure out how to use uniroot() for complex z]
--
Robin Hankin
Uncertainty Analyst
Southampton Oceanography Centre
SO14 3ZH
tel +44(0)23-8059-7743
initialDOTsurname at soc.soton.ac.uk (edit in obvious way; spam
1999 Nov 11
0
CERT Advisory CA-99.14 - Multiple Vulnerabilities in BIND (fwd)
...Vulnerability #6
Solaris 2.3, 2.4, 2.5, 2.5.1, and 2.6 are not vulnerable.
Sun will be producing patches for Solaris 7.
_________________________________________________________________
The CERT Coordination Center would like to thank David Conrad, Paul
Vixie and Bob Halley of the Internet Software Consortium for notifying
us of these problems and for their help in constructing the advisory,
and Olaf Kirch of Caldera for notifying us of some of these problems
and providing technical assistance and advice.
___________________________________________________...
1998 May 19
7
Bind Overrun Bug and Linux
...Topic 2: Patches will be produced for Solaris 5.3, 5.4, 5.5, 5.5.1
and 5.6.
Topic 3: Bug fix will be integrated in the upcoming release of
Solaris.
- ----------------------------------------------------------------------------
The CERT Coordination Center thanks Bob Halley and Paul Vixie of Vixie
Enterprises, who provided most of the text of this advisory.
Reminder:
The Internet Software Consortium will announce new publicly available
versions of BIND on the BIND WWW page (http://www.isc.org/bind.html) and
on the USENET newsgroup comp.protocols.dns.bind.
- -...
2009 Jan 28
2
t.test in a loop
Hi All,
I've been having a little trouble with creating a loop that will run a a
series of t.tests for inspection,
Below is the code i've tried, and some checks i've looked at.
I've used the get(paste()) idea as i was told previously that the use of the
eval should try and be avoided.
I've run a single syntax to check that my systax is correct and works
without any problems