similar to: Where can I find a recent version of arcfour

Displaying 20 results from an estimated 1000 matches similar to: "Where can I find a recent version of arcfour"

1997 Dec 11
0
cvs and smbdes.c
Hi, I'm trying to use the samba cvs service to keep up with the NT Domain Stuff, my problem is that the smbdes.c that I receive is mangled (looks like the diffs has lost sync somehow, since some lines are duplicated, and others have mismatched parenthesises). Here is the diff I get between the current cvs version and alpha12. --- alpha12/source/smbdes.c Mon Oct 27 18:15:44 1997 +++
2008 Jun 17
1
interp() function output not continue
Dear List, I'm using interp() to prepare 3d data for plotting with the contour() function. If have x,y and z data. All are arrays. X and Y are sampled in an orderly fashion on a grid (a circular sub-area of a grid - see plot). I'm trying to use interp() to get x and y arrays and a z matrix that can be fed to contour(). This is the command:
2000 Mar 14
2
tar distribution question
Hi, Perhaps I've done something wrong... Today I went to www.openssh.com and downloaded the ftp file from the Canadian site, gunzipped and extracted the tar file and found: - No configure script - No INSTALL file - A BSDish makefile that won't compile under linux INSTALL and configure are in the CVS attic. What am I doing wrong? michael
2011 Mar 04
2
remote DoS in sftp via crafted glob expressions (CVE-2010-4755)
Hi folks. We were made aware of a MITRE CVE assignment on OpenSSH for a remote DoS in sftp, described as: The (1) remote_glob function in sftp-glob.c and the (2) process_put function in sftp.c in OpenSSH 5.8 and earlier, as used in FreeBSD 7.3 and 8.1, NetBSD 5.0.2, OpenBSD 4.7, and other products, allow remote authenticated users to cause a denial of service (CPU and memory consumption) via
2015 Mar 08
4
Running the Wine emulator on CentOS 7
Niki, There are some 32bit RPMs (slightly older) here: http://arrfab.net/attic/RPMS/7/x86_64/ HTH Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "Ned Slider" <ned at unixmail.co.uk> > To: centos at centos.org > Sent: Saturday, 7 March, 2015 22:45:58 > Subject: Re: [CentOS] Running the Wine emulator
2009 Jan 22
11
Support for i7 architecture?
What is the status of i7 architecture support for CentOS-5? Do the latest updates support it? -- This e-mail may contain technical information which is controlled by the United States Government, Department of State, International Traffic & Arms Regulations (ITAR) (22 CFR 120-130) which requires an export license prior to sharing with foreign persons. Lacking such license, ITAR technical
2010 May 13
1
Sync different copies of a filesystem
I have 5 or 6 :-( different copies of a filesystem on various Linux boxen, all backups taken at different times, with different exclusions, and squirreled away. Now's the time to clean up my attic. I'd like to merge them all into one big filesystem. When there are different copies of the same files, I'd like to keep the newest; I don't know what else to do. My plan (assuming
2002 Dec 22
1
Cross compiling of software depending on libvorbis
Hi I'm trying to compile my game project (that depends on libvorbis) for the win32 platform. I use mingw (both native in linux and inside cygwin) to achieve this. But I can't get libvorbis to work because of a dependency problem with libogg. libogg seems to have a file (os_types.h) that depends on an include-file called _G_config.h. This file is supposed to contain some system-specific
2020 May 04
2
Win7 clients problem after upgrading samba file server to 4.12 on Arch
Logs are here: http://www.mediafire.com/file/qqwfkf3rsuv081k/logs.tar.gz/file 1. I have stopped smb and nmb services, 2. deleted all samba logs, 3. addied 'log level - 10' to smb.conf, 4. started services, 5. performed few tests until some problems appeared, 6. stopped smb and nmb services 7. and grabbed all logs. As this is test environment - nothing to sanitize. All logs unchanged. For
2000 Feb 21
1
problems with winCVS
hi everybody, we have problems using wincvs with a cvsroot on a samba-server. we think that the problem is the renaming of files where the cvs user does not have write-permisson on: this is our configuration: fileserver on a irix6.5 running samba 1.9.18p8 having a share on / named 'coder'. win95 box, running wincvs, setting cvsroot something like
2011 May 11
1
selecting data from table with timestamp
Hi, I am using read.table to get this data that has a timestamp. The data is for many days, but I only want to run the code I wrote only for specific day/days/times. I can´t figure out how to select a timeframe from the list. I have tried using subset() and didn't work I then used: * timestamp[for(timestamp==as.character("2011-03-15 00:00:00" ) |
2003 Sep 25
1
Bus Error with openssh 3.7.1p1 on 64-bit Sparc/Solaris
I compiled openssh 3.7.1p1 on Solaris 9 with the Forte compiler in 64-bit mode. After authentication, a forked child of sshd dies with a Bus Error in `read_etc_default_login' (session.c). The reason is the use of `sscanf' with control string "%5lo" on a `mode_t' value. On Solaris in 64-bit mode, `mode_t' is an `unsigned int' (32 bits), whereas `long' is 64
2007 Mar 03
0
[LLVMdev] Subversion Migration
On Fri, 2007-03-02 at 17:48 -0600, John Criswell wrote: > Dear All, > > I've just heard that there's been a recent discussion on the IRC channel > about moving the LLVM source repository from CVS to Subversion (SVN) and > that this migration may happen "soon." Yes, its been talked about for ages and its time to do it. We've debated the choice of repositories
2018 Jan 05
2
RFC: [LV] any objections in moving isLegalMasked* check from Legal to CostModel? (Cleaning up LoopVectorizationLegality)
All, I'm trying to refactor LoopVectorize such that it has better conformance to VPlan vision going forward (http://www.llvm.org/docs/Proposals/VectorizationPlan.html). All VP*Recipe class definitions are now moved to VPlan.h, and I have a patch under review to move LoopVectorizationPlanner class out of LoopVectorize.cpp (https://reviews.llvm.org/D41420). Next thing I'm working on is
2020 May 04
2
Win7 clients problem after upgrading samba file server to 4.12 on Arch
@Rowland, Installing and changing to LTS kernel 5.4.38-1-lts doesn't help. Downgrading samba and smbclient to 4.11.3 DOES help. @Andrew, let me first clean up with kernel/samba versions, set log level to 10 and log limit to 0, delete all logs and repeat the whole exercise. Please advice how to get a network capture, I am not that expert... Regards, Pawel. pon., 4 maj 2020 o 22:50 Andrew
1997 Oct 23
1
NT domain logon questions
Hi. Myself and a anti-Micro$oft companion tried to get NT domain logons working yesterday and seem pretty close, but not quite. Samba is 1.9.18alpha3, server is an Ultra-2 running SunOS 5.5.1. Encrypted passwords seem to be working, a la smbclient and mostly from NT, "mostly" because it *seemed* to be working but we did have some problems with home directories in smbpasswd changing
2016 Nov 08
2
Server 2008R2 won't join 4.5.0 Domain
Hello, I can’t get a fully patched Server 2008 R2 DC to finish DCPROMO joining as a domain controller to my Samba4 AD domain. dcpromo.exe begins replication but gets stuck on “Replicating data CN=Configuration,DC=samdom,DC=contoso,DC=com: Received 1999 off of approximately 1999 objects and 74 out of approximately 74 distinguished name (DN) values… Examining the dcpromo.log file just shows
2018 Jan 05
0
RFC: [LV] any objections in moving isLegalMasked* check from Legal to CostModel? (Cleaning up LoopVectorizationLegality)
> On 5 Jan 2018, at 21:01, Saito, Hideki via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > All, > > I'm trying to refactor LoopVectorize such that it has better conformance to VPlan vision going forward > (http://www.llvm.org/docs/Proposals/VectorizationPlan.html). All VP*Recipe class definitions are now > moved to VPlan.h, and I have a patch under review
2020 May 04
2
Win7 clients problem after upgrading samba file server to 4.12 on Arch
@Andrew, Samba master - what do you mean? A clean compile and install from genuine samba.org sources? As a matter of fact, I was thinking about it.... Let me do the tests now, with tcpdump. Will send some logs and outputs later on. You've asked previously - this is the smbstatus, already on the latest kernel/samba versions. The problem is persistent, no wonder... [root at arch1 /]#
2016 Nov 30
0
RFC: XRay in the LLVM Library
On 30 November 2016 at 05:08, Dean Michael Berris via llvm-dev <llvm-dev at lists.llvm.org> wrote: > - Is there a preference between the two options provided above? > - Any other alternatives we should consider? > - Which parts of which options do you prefer, and is there a synthesis of either of those options that appeals to you? Hi Dean, I haven't followed the XRay project