similar to: yarrow unix source

Displaying 20 results from an estimated 3000 matches similar to: "yarrow unix source"

2000 Feb 25
1
yarrow unix source
Hi guys We at ZKS were also interested in yarrow under unix. However the implementation that counterpane have on their web page doesn't correspond to the paper -- it is a pretty different design. Also the windows code is hairy in the extreme -- I decided to reimplement it from scratch from the paper, rather than try to look at that windows code too much (yeuch!). And in writing from the
2007 Nov 29
0
FreeBSD Security Advisory FreeBSD-SA-07:09.random
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-07:09.random Security Advisory The FreeBSD Project Topic: Random value disclosure Category: core Module: sys_dev_random Announced:
2007 Nov 29
0
FreeBSD Security Advisory FreeBSD-SA-07:09.random
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-07:09.random Security Advisory The FreeBSD Project Topic: Random value disclosure Category: core Module: sys_dev_random Announced:
2009 Sep 11
1
New Files do not belong to the User who created them...
Hi Samba-Gurus out there! Ive got some strange problem here i already tried to track down searching the net and reading tons of manuals. no luck yet. So now ill give the Mailing list a try. The Situation: ############ We run a virtual (VM) Debian Lenny Server as LDAP (OpenLDAP) and Samba Domaincontroller/Fileserver. The Server also does NFS Exports of the same Volumes to other Debian Etch
2003 Sep 18
2
[Fwd: Re: FreeBSD Security Advisory FreeBSD-SA-03:12.openssh]
Roger Marquis wrote: > [snip] > >It takes all of 2 seconds to generate a ssh 2 new session on a >500Mhz cpu (causing less than 20% utilization). Considering that >99% of even the most heavily loaded servers have more than enough >cpu for this task I don't really see it as an issue. > >Also, by generating a different key for each session you get better >entropy,
2008 Nov 24
5
FreeBSD Security Advisory FreeBSD-SA-08:11.arc4random
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-08.11.arc4random Security Advisory The FreeBSD Project Topic: arc4random(9) predictable sequence vulnerability Category: core Module: sys Announced:
2008 Nov 24
5
FreeBSD Security Advisory FreeBSD-SA-08:11.arc4random
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-08.11.arc4random Security Advisory The FreeBSD Project Topic: arc4random(9) predictable sequence vulnerability Category: core Module: sys Announced:
2000 Nov 17
1
OpenSSH entropy/PRNG (was: Why does ssh try to run df, netstat, arp ...?)
Nico-- SSH is trying to "get entropy" by taking the (somewhat-deterministic) output of a bunch of system commands, on those OSs that don't provide a /dev/random or its equivalent. The commands that it uses are in /etc/ssh_prng_cmds or its equivalent on your system; just comment out any of the lines (and stop/restart SSHd) in order to change which system commands are used as inputs
2004 Dec 08
2
problems with eudora
Hi everyone, i just installed dovecot in Fedora Core release 1 (Yarrow). When accessing from a eudora 6.1 client, first it gave ssl authentication problems. I fixed disabling them in eudora, but now it authenticates ok and then it says that there is no inbox for that user. Any idea? Enrique Pedraza Valiente Formador en Lenguajes Avanzados y Nuevas Tecnolog?as cell: +34 678 51 75 19
2004 Aug 30
1
While installing Hmisc...
Dear R-Gurus: This afternoon I was installing the "Hmisc" package. I use R in Linux (Fedora Core 1 (yarrow)) on a Compaq presario with 128 MB RAM laptop. Opening an R session as a root user (superuser), I issued install.packages("Hmisc") and waited. R downloaded the package, installation was going on, and on the standard output I could see that a list of
2001 Dec 21
6
Killing the builtin entropy code
Over the holidays, I intend to finally rid portable OpenSSH of the builtin entropy collection code. Here's what I intend to do: When init_rng is called, we'll check OpenSSL's RAND_status(). If this indicates that their PRNG is already seeded, we'll do nothing. This effectively detects platforms which have /dev/urandom (or similar) configured into OpenSSL. If OpenSSL isn't
1998 Jun 24
1
SPAM: Important Legislative Alert (fwd)
this has serious ramifications for the "nt domains for unix" project. luke. ---------- Forwarded message ---------- Date: Tue, 23 Jun 1998 13:25:57 -0500 From: Simple Nomad <thegnome@NMRC.ORG> To: NTBUGTRAQ@LISTSERV.NTBUGTRAQ.COM Subject: SPAM: Important Legislative Alert June 23rd, 1998 - The World Intellectual Property Organization treaty has already passed the US Senate and is
2003 Dec 14
2
ISOLINUX fails at boot on Award BIOS v6.00PG
Hello, I don't know if it's ISOLINUX or a broken BIOS, this is the first time ever seeing this error. "Extremely broken BIOS" on a EPIA -M10 BIOS Rev 2.07 (latest ver available) EDEN VIA mini-ITX mobo. ISOLINUX on RH8 ver 1.75, RH9 ver 2.00 and Yarrow ver 2.06 all produce the same type of error. RH 7.3 and Lindows boot and build without any problem but I don't think they
2004 Jun 10
0
Terpstra Samba Workshops - Seattle, WA. 6/10-11
Hello Samba List- Apologies for the late notice on this. We have seats available for John H. Terpstra's Samba workshops on Thursday and Friday this week in Seattle, WA. He is conducting Samba 101 and Advanced Samba Thursday and Windows NT4/200X Migration to Samba-3 on Friday. Attendees receive a copy of "Samba-3 By Example" as part of the workshop(s). You can view class
2006 Mar 08
1
Authentication problems during a Windows DC reboot
Hi, I currently have samba (samba-3.0.14a) on a fedora server (Fedora Core release 1 (Yarrow)). I use it only for NTLM authentication for squid ( squid-2.5.STABLE9). The samba service is joined to the AD domain and works great. However this morning the NT admin team needed to reboot two of our 11 domain controllers. During the time winbindd doesn't seem to have been able to
2004 Apr 26
2
Looking for help in calculating percentiles
Hi All: I am working with a dataset on Arsenic toxicity, and I am trying to calculate the 20th, 40th, 60th, 80th, and highest percentiles for a variable, dietary Moisture (variable name dMoist). The inbuilt function quantile(dMoist) would print 0, 25th, 50th, 75th, and 100th percentile. Does there exist a function that can calculate xth percentile (where x = 10th, 20th, ... etc) values?
2004 Apr 26
0
AW: Looking for help in calculating percentiles
Type e.g.: quantile(x,0.1) or Quantile(x,0.8) Which calculates the 10th and 80th quantile Matthias Templ -----Urspr??ngliche Nachricht----- Von: arinbasu at softhome.net [mailto:arinbasu at softhome.net] Gesendet: Montag, 26. April 2004 09:29 An: r-help at stat.math.ethz.ch Betreff: [R] Looking for help in calculating percentiles Hi All: I am working with a dataset on Arsenic toxicity,
2006 Nov 17
5
configure a rails app for multiple databases
Hello Rails community I cannot seem to find via Google what I had hoped would be a simple issue On a single DB system (currently, postgres 8.1.4), I have two databases, each containing multiple tables. I would like to configure my app and database.yml to recognize these two databases. What is the corrrect config for the database.yml ? Is it something like: > production: > adapter:
2000 Jan 27
6
EGD requirement a show stopper for me
On Thu, Jan 13, 2000 at 17:34:10, Andre Lucas wrote: > Subject: /dev/urandom > On Thu, Jan 13, 2000 at 09:24:01AM -0700, SysProg - Nathan Paul Simons wrote: > > On Thu, 13 Jan 2000, Ben Taylor wrote: > > > > > On Thu, 13 Jan 2000, Max Shaposhnikov wrote: > > > > why ssh1.27 doesn't requre /dev/urandom on solaris? > > > > i think the
2001 Sep 28
0
How to ask smart questions (was RE: [S] A plea (was RE: [S] Diffe rences between UNIX and PC)
For those of you who are interested, here's is the link: http://www.tuxedo.org/~esr/faqs/smart-questions.html (Sorry for x-posting... I thought it is relevant to both lists.) Andy > -----Original Message----- > From: Liaw, Andy [mailto:andy_liaw at merck.com] > Sent: Thursday, September 27, 2001 4:28 PM > To: 'Sinclair, Andrew (MIP London)'; 's-news' >