similar to: [Bug 3825] New: SFTP soft link security problem

Displaying 20 results from an estimated 2000 matches similar to: "[Bug 3825] New: SFTP soft link security problem"

2024 Dec 23
4
[Bug 3768] New: Whether to add a switch to control whether to enable the hostkeys rotation mechanism.
https://bugzilla.mindrot.org/show_bug.cgi?id=3768 Bug ID: 3768 Summary: Whether to add a switch to control whether to enable the hostkeys rotation mechanism. Product: Portable OpenSSH Version: 9.9p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5
2024 Jan 13
8
[Bug 3656] New: How to fix row hammer attacks?
https://bugzilla.mindrot.org/show_bug.cgi?id=3656 Bug ID: 3656 Summary: How to fix row hammer attacks? Product: Portable OpenSSH Version: -current Hardware: All OS: All Status: NEW Severity: security Priority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org
2015 Apr 18
2
Is it possiable to suppress the site-specified messages?
Hi all, When connect to a remote rsync server, ofter it will give some site- specified messages, say, the following one: ------------ _______________________________________________________________ | University of Science and Technology of China | | Open Source Mirror (mirrors.ustc.edu.cn) | |===============================================================| |
2025 Jan 02
1
[Bug 3771] New: Will future versions of openssh provide DDoS attack defense for the DH algorithm?:CVE-2024-41996
https://bugzilla.mindrot.org/show_bug.cgi?id=3771 Bug ID: 3771 Summary: Will future versions of openssh provide DDoS attack defense for the DH algorithm?:CVE-2024-41996 Product: Portable OpenSSH Version: 9.9p1 Hardware: Other OS: All Status: NEW Severity: enhancement
2010 Aug 24
1
asterisk + cisco 3825 with ISDN
hi all, i recently subscribe for an isdn and terminate it on a 3825 router. i used it as a sip trunk for my asterisk. i'm a newbie when it comes to ISDN. and i've been experiencing some issues: 1. Call Hangup: When hangup is initiated from the outside the extension (softphone/ip phone) does not hangup, is this normal? shouldn't asterisk hangup the extension as well when it
2015 Apr 04
1
Downloading a great number of files from different rsync servers for good loadbalancing and high efficiency.
Hi all, I'm using Debian, I want to make a local repository which can let me install packages more conveniently. Considering that the rsync tool is the Debian official proposed tool for syncing the files among its different rsync server sites, I use the rsync client to downloading the deb packages from the different rsync servers distributed around the world-wide for good loadbalancing and
2006 Jun 06
13
DO NOT REPLY [Bug 3825] New: rsync won't delete directory with excluded files
https://bugzilla.samba.org/show_bug.cgi?id=3825 Summary: rsync won't delete directory with excluded files Product: rsync Version: 2.6.8 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: vanes002@umn.edu
2014 Jan 01
0
Soft chroot jail for sftp-server
Hi everyone I would like to enable unprivileged users to share only certain directories using SFTP without acquiring root, without setting capabilities using public-key-based forced commands. In another use case unprivileged users could write scripts that evaluate "$SSH_ORIGINAL_COMMAND" and then either execute sftp-server in a jail "$SSH_ORIGINAL_COMMAND" after
2010 Jun 01
2
Error: when updating the latestt kernel 2.6.34 in centos 5.5
Hi, I encounter a error when installing the latest kernel 2.6.34 in centos. Steps: 1. download source code. 2.tar -xvf 2.6.34.tar.gz 3.use the .config file of current system in /boot directory. 4.make ,make modules_install, make install, 5.reboot. 6.error:: accur. Reading all physical volumes. This may take a while ... Activating logical volumes Volume group "VolGroup00" not found
2010 Oct 15
0
[LLVMdev] how to get MachineBasicBlock of a BasicBlock
I don't think you can. The BasicBlock is a member of MachineBasicBlock. It is not inherited, so it cannot be cast. The number of the MachineBasicBlock is not the same as any BasicBlock values. So MachineFunction::getMachineBasicBlock( BasicBlock::{get the number} ) cannot work. I do not see much in the basic block which can identify it. So you can search for it. typedef struct findBlock {
2012 May 21
3
Need help for R install
Dear R committee: I am Renzhi, Ph.D student in computer science in the University of Missouri. I have one question for you. I try to install R in the linux server, but I don't have the root permission, is there any way to install the R locally? Thank you very much for helping me. Renzhi Cao Graduate Research Assistant Department of Computer Science University of
2010 Oct 15
1
[LLVMdev] how to get MachineBasicBlock of a BasicBlock
Also note: there may be multiple MachineBasicBlock's for a single BasicBlock. - David M On Fri, Oct 15, 2010 at 4:59 AM, Jeff Kunkel <jdkunk3 at gmail.com> wrote: > I don't think you can. > > The BasicBlock is a member of MachineBasicBlock. It is not inherited, > so it cannot be cast. The number of the MachineBasicBlock is not the > same as any BasicBlock values.
2008 May 06
1
[LLVMdev] Problem about "llc -march=msil"
Hi, I am trying to use llvm to translate ftp.c(a file of wget-1.11.2.tar.bz2 ) to msil. But it shows errors like: [dayin at localhost src]$ llvm-gcc -emit-llvm ftp.c -c -o ftp.bc [dayin at localhost src]$ llc ftp.bc -march=msil -o ftp.s Intrinsic ID = 32 llc: /home/dayin/llvm/llvm-2.2/lib/Target/MSIL/MSILWriter.cpp:802: void <unnamed>::MSILWriter::printIntrinsicCall(const
2018 Dec 04
3
Bug report: Function ppois(0:20, lambda=0.9) does not generate a non-decreasing result.
Le 04/12/2018 ? 11:27, I?aki Ucar a ?crit?: > On Tue, 4 Dec 2018 at 11:12, <qweytr1 at mail.ustc.edu.cn> wrote: >> function ppois is a function calculate the CDF of Poisson distribution, it should generate a non-decreasing result, but what I got is: >> >>> any(diff(ppois(0:19,lambda=0.9))<0) >> [1] TRUE >> >> Actually, >> >>>
2009 Jul 26
3
Not getting inbound CallerID name on Asterisk
We have an inbound PRI connected to our Cisco 3825 router which is then passing the calls to Asterisk as SIP calls. We're getting the CallerID number but not the CallerID name. We are seeing the name in the RPID field with a SIP trace on the Asterisk box but don't understand why it's not registering as the CallerID name. Here is a link to pastebin with the Sip trace. In it you
2013 May 23
0
[LLVMdev] LLVM Loop Vectorizer puzzle
Hi, The TinyTripCountVectorThreshold only applies to loops with a known (constant) trip count. If a loop has a trip count below this value we don’t attempt to vectorize the loop. The loop below has an unknown trip count. Once we decide to vectorize a loop, we emit code to check whether we can execute one iteration of the vectorized body. This is the code quoted below. On May 22, 2013, at 10:23
2025 Feb 11
1
[Bug 3787] New: Files with a creation date later than January 19, 2038 are not displayed in 32-bit sftp
https://bugzilla.mindrot.org/show_bug.cgi?id=3787 Bug ID: 3787 Summary: Files with a creation date later than January 19, 2038 are not displayed in 32-bit sftp Product: Portable OpenSSH Version: 9.9p1 Hardware: amd64 OS: Linux Status: NEW Severity: minor Priority: P5
2007 May 23
0
How to set default font and the replacement font?
There are three fonts in c:\windows\fonts: stxingkai.ttf simsun.ttf and simyou.ttf If an application does not specify a font, then stxingkai.ttf is loaded in it to show the text. If I remove the stxingkai.ttf from c:\windows\fonts then it use simyou.ttf to show text. If I remove simyou.ttf again then it use simsun.ttf. But you know, I hope the simsun.ttf is the first choice. Then the first
2007 May 29
0
[LLVMdev] (no subject)
Hello. Please use llvm-gcc4 with -O[01234] options. You can see the example here: http://llvm.org/docs/GettingStarted.html#tutorial4 Seung J. Lee ---- Original message ---- >Date: Wed, 30 May 2007 00:18:41 +0800 >From: "omiga" <omiga at ustc.edu> >Subject: [LLVMdev] (no subject) >To: "llvmdev" <llvmdev at cs.uiuc.edu> > > Hi everyone, >
2007 May 29
0
[LLVMdev] (no subject)
If you use llvm-gcc3, you can make an unoptimized like this: llvm-gcc -S hello.c -o hello.s Seung J. Lee ---- Original message ---- >Date: Wed, 30 May 2007 00:18:41 +0800 >From: "omiga" <omiga at ustc.edu> >Subject: [LLVMdev] (no subject) >To: "llvmdev" <llvmdev at cs.uiuc.edu> > > Hi everyone, > > Llvm-gcc compiles the programs