Displaying 20 results from an estimated 500 matches similar to: "Possible root-exploit in openssh?"
2000 Jun 28
1
F-secure -> Openssh Compatibility (fwd)
Date: Tue, 27 Jun 2000 16:09:43 -0600 (MDT)
From: "W. Scott Wilburn" <wilburn at lanl.gov>
To: ssh at clinet.fi
Subject: F-secure -> Openssh Compatibility
We have Macintoshes running Fsecure SSH client 1.0.1 which are unable to
connect to a server running Openssh 2.1.1 on Red Hat 6.2.
I believe that the problem is a bug with Fsecure, since a 30-day trial
version of 1.0.2 works
2000 Jun 28
2
F-secure -> Openssh Compatibility
On Tue, 27 Jun 2000, W. Scott Wilburn wrote:
> We have Macintoshes running Fsecure SSH client 1.0.1 which are unable to
> connect to a server running Openssh 2.1.1 on Red Hat 6.2.
>
> I believe that the problem is a bug with Fsecure, since a 30-day trial
> version of 1.0.2 works fine. I'm a bit reluctant to tell all the Mac users
> they have to spend money to upgrade,
2000 Sep 21
0
corrupt files localhost
We recently ran into an issue with scp'ing file only themselves which
results in a corrupt file. I understand that this seems logical for files
to be currupt when cping them onto themselves, but for some reason fsecure
scp does not do this. For reasons outside of my control, we need this to
work for staging purposes.
Example:
scp /home/file localhost:/home/file
leave file completely
2000 Sep 21
0
remote execution
On a related note to my corrupt files issue, it seems that somethign is
also different with openssh and fsecure ssh that breaks on of our scripts
that does an apache restart or on a remote machine. It just does a
restart using red hat package init script and smoetimes completely fails
to execute. The problem is that it's only *sometimes*. Fsecure ssh work
reliable. Any ideas on this?
2007 Nov 12
0
3 commits - libswfdec/swfdec_player.c test/trace
libswfdec/swfdec_player.c | 18 +--
test/trace/loadvars-decode-5.swf |binary
test/trace/loadvars-decode-5.swf.trace | 182 +++++++++++++++++++++++++++++++++
test/trace/loadvars-decode-6.swf |binary
test/trace/loadvars-decode-6.swf.trace | 182 +++++++++++++++++++++++++++++++++
test/trace/loadvars-decode-7.swf |binary
test/trace/loadvars-decode-7.swf.trace |
2005 May 20
0
Message Stopped by Bothways : Block Greater than 40 recip
MailMarshal has stopped the following message:
Message: B0000edbce.00000001.mml
From: samba@samba.org
To: 0HMN001SJJEO7P@meandermc.nl; 0HMN002PGJ3XTO@meandermc.nl; 0HMN003MSRVTJ4@meandermc.nl; 0HMN004HCKM5BS@meandermc.nl; 0HMN00CLFJAHEI@meandermc.nl; 0HMU001QIAZXD7@meandermc.nl; 0HMU00DMEHZEM8@meandermc.nl; 0HN50004MEFYL8@meandermc.nl; 3Darjan@meandermc.nl;
2002 Nov 28
3
Running R away from windows (to Linux)
I want to migrate my R workspace databases (e.g., .Rdata) from Windows to Linux. The R help file for "save" says that "[a]ll R platforms use the XDR representation of binary objects in binary save-d files, and these are portable across all R platforms."
Is it is simple as that? Copy the Windows .Rdata file to the Linux .ext3 file system?
Thanks,
Derek
Derek N. Eder
2001 Mar 28
1
Returning position of mouse cursor (without button press) ?
I would like a function that return the X,Y position of the mouse cursor
whenever it is called PERIOD, i.e., without the button presses of locator()
or identify().
E.G.,
> where.is.mouse()
[1] 123 34 # X and Y coordinates of present mouse position in current
graphics window
Is this a conceivable R function or does it need to be addressed with a call
to the OS (Windows 2000 in my case)?
2003 Feb 04
0
Samba PDC and Samba Client
Hello,
I have 1 SAMBA PDC :
version : Samba version 2.2.6pre2
name: lothar
ip: 192.191.193.10 and 192.168.1.2
PDC of ADMIN01
I have 1 SAMBA client:
version:Samba version 2.2.7a
name: intranet
ip 192.191.193.2
member of ADMIN01
with option Wins server and winbind .
and one Win2000:
member of ADMIN01
---------
My pdc have the add user script (work fine i have see the machine in
/etc/passwd and
2001 Dec 10
10
hang on exit bug under Linux
>From what I understand, the problem is due to people's disagreement about what the "correct" behavior should be. I'm pretty sure that the following is the correct behavior from running rsh and ssh often (both fsecure and openssh).
Lets say you have a stupid script that does
while 1
do
sleep 1
done
Called foreverSleep on your remote host:
rsh remotehost
2002 May 15
1
Fwd: Re: Combining many dataframes from listings of objects?
> I want to combine (rbind) many dataframes into a single data frame, but "automatically"
> specifying the names of the dataframes as listing of object names.
> E.g., combine these 18 df objects into one big df using something conceptually like this :
> rbind(objects(pattern="*.df"))
Brian Ripley suggested that something along the lines of:
2002 Sep 06
1
Scope problems - passing an argument from one function to another (LME) within
I am having trouble understanding what must be a quite simple rule of scope.
In the code example below, the argument to the main function, my.subset, would like to be passed to the function LME. This does not happen however. Curiously, the other argument (my.data) is passed to LME.
This problem goes away with this: assign("my.subset", my.subset, env = sys.frame()).
It works, but it
2000 Oct 13
1
question about ssh / security
I've been using ssh for a while now (both fsecure and openssh), but am
not an expert on security. I was wondering whether the following is
secure:
I create a key pair, trusted & trusted.pub
I run sshd on a server (no telnet, rsh or other services). I create a
user "guest", and put "trusted.pub" in my authorized file. I give away
"trusted" (the private key)
1999 Nov 11
0
NT logon problem
Hi!
I have Samba 2.0.0 running on a SPARC Solaris 2.6 box with a minimal smb.conf. I
have enabled WINS support and this works as well. Everything works fine except
for one NT box. Test 8 in Diagnosis.txt fails with:
System error 5 has occurred.
Access denied.
The NT box is setup as a server, though only used as an ftp-server. Samba
recognizes the NT server. Being a Unix guy myself, I
1999 Jun 14
1
Win95 and wsock32.dll...
Hi, everyone!
Can someone tell me why after configuring our Win95 clients as Samba clients
(using tcp/ip and Microsoft Network) all browsers as well as ftp complain that
there is no socket connection or that wsock32.dll is not available? Samba as
well as email works fine and I did not have this problem with Win98 clients. The
clients I am talking about use older versions of Win95. Earlier
2002 Nov 29
2
Regular Expressionsionism
Isn't there a cryptic footnote somewhere in the blue book that describes regular expressions as "a funny little language ..." ? Well, I'm not laughing!
I've googled and Man paged, but the GREP-style solution to the following problem still eludes me:
... Using a regular expression in the "pattern" argument to list.files() to restrict the return to filenames which
2002 Sep 27
3
? Exact pattern matching in GREP ?
How is exact pattern matching achieved in GREP (and GREPlike) functions ?
# Want: listing of all object names that end in *.lm
> objects(pattern="*.lm",pos=1)
# ... but get: all objects that partially match *.lm, e.g., *.lme
[1] "j3.lm" "J3.lme" "j8.lm" "J8.lme"
# Want: position of string "4jan2002" in vector
>
2000 Apr 11
3
scp: command not found.
Hey.
I found references to my problem 'scp: command not found' in the archives.
But I could not find a solution to this problem. Could someone please
help me out here?
Info: OpenSSH 1.2.3, RedHat 6.1
Thanks!
-- Steve
2002 Jan 08
0
Some X11 programs don't work on connection from SSH Secure Shell
Well this is weird... when I connect via SSH Secure Shell PC client 3.0.0,
the server hangs and the client sees a disconnect as soon as the user
activates certain X programs. But not all of them! For instance, xeyes
and xlogo are fine... but emacs and xterm are not.
This is 3.0.2p1 on Solaris 2.5.1.
When the client runs xterm the output of sshd -d -d -d is:
debug1: X11 connection
2003 Jun 04
0
Delivery error re: Re: Application
This message was rejected by the mail hub at The University of
Birmingham (bham.ac.uk) because it has an apparently
executable attachment "submited.pif".
The email rejected was not delivered to the following
recipients: M.Spann at bham.ac.uk.
Executable attachments are not being accepted at The
University if Birmingham because they have been
used by recent viruses such as that