Displaying 20 results from an estimated 2000 matches similar to: "[Bug 428] sftp could use a command to transfer symlinks"
2002 Nov 06
0
[Bug 428] New: sftp could use a command to transfer symlinks
http://bugzilla.mindrot.org/show_bug.cgi?id=428
Summary: sftp could use a command to transfer symlinks
Product: Portable OpenSSH
Version: 3.4p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: sftp
AssignedTo: openssh-unix-dev at mindrot.org
2002 Nov 06
1
[Bug 426] sftp adds write permission when doing get -p
http://bugzilla.mindrot.org/show_bug.cgi?id=426
------- Additional Comments From gfernandez at livevault.com 2002-11-07 00:56 -------
Created an attachment (id=165)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=165&action=view)
Change for sftp to preserve permissions
This is a possible solution to the problem
------- You are receiving this mail because: -------
You are the
2002 Nov 06
1
[Bug 427] sftp does not preserve uid/gid on fetch
http://bugzilla.mindrot.org/show_bug.cgi?id=427
------- Additional Comments From gfernandez at livevault.com 2002-11-07 01:12 -------
Created an attachment (id=167)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=167&action=view)
changes to preserve uid/gid on fetch
this is a possible change to preserve uid/gid on fetch
------- You are receiving this mail because: -------
You
2002 Nov 07
2
[Bug 431] scp could prevent write access to server
http://bugzilla.mindrot.org/show_bug.cgi?id=431
------- Additional Comments From gfernandez at livevault.com 2002-11-08 00:36 -------
Created an attachment (id=174)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=174&action=view)
adds readonly flag to scp
this change applies to scp.c
------- You are receiving this mail because: -------
You are the assignee for the bug, or are
2002 Nov 06
0
[Bug 426] New: sftp adds write permission when doing get -p
http://bugzilla.mindrot.org/show_bug.cgi?id=426
Summary: sftp adds write permission when doing get -p
Product: Portable OpenSSH
Version: 3.4p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: sftp
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:
2002 Nov 06
0
[Bug 427] New: sftp does not preserve uid/gid on fetch
http://bugzilla.mindrot.org/show_bug.cgi?id=427
Summary: sftp does not preserve uid/gid on fetch
Product: Portable OpenSSH
Version: 3.4p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: sftp
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:
2002 Nov 07
0
[Bug 430] New: Could add option to sftp-server to disable write access
http://bugzilla.mindrot.org/show_bug.cgi?id=430
Summary: Could add option to sftp-server to disable write access
Product: Portable OpenSSH
Version: 3.4p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: sftp-server
AssignedTo: openssh-unix-dev at mindrot.org
2002 Nov 07
0
[Bug 430] Could add option to sftp-server to disable write access
http://bugzilla.mindrot.org/show_bug.cgi?id=430
------- Additional Comments From gfernandez at livevault.com 2002-11-08 00:32 -------
Created an attachment (id=173)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=173&action=view)
adds readonly flag to sftp-server
this applies to sftp-server.c
------- You are receiving this mail because: -------
You are the assignee for the
2002 Nov 07
0
[Bug 431] New: scp could prevent write access to server
http://bugzilla.mindrot.org/show_bug.cgi?id=431
Summary: scp could prevent write access to server
Product: Portable OpenSSH
Version: 3.4p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: scp
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:
2003 Jan 14
3
Live DB backups with rsync?
Is it possible to do live backups of a running DB with rsync???
I was just talking to livevault.com & they (only on win boxes) say they
can grab changes from a client's live DB & sync them remotely.
It sounded like BS to me, but I'm neither a DB guy or sync'ing expert.
Steve Mallett
2002 Nov 08
2
[LLVMdev] Re: LLVMdev digest, Vol 1 #44 - 2 msgs
llvm,
What is the best way to implement a traversal of the DS graph, starting at
a scalar and processing all nodes to which the scalar allows access?
Currently the links vector is not public and there is no apparent way to
bound the getLink call (ie a getNumLinks call)....
Dave
2002 Nov 11
1
[LLVMdev] DSGraph questions
Dear Prof. Adve,
I recently checked out the llvm using
cvs update
command under the llvm directory. But when I went to see the DSNode.h,
there is no getPointerSize function. I checked the doxygen tree, it's
there. So that means I didn't update my cvs tree correctly. Could you let
me know how to update my CVS tree? Or there is a problem at somewhere
else?
Thanks,
xiaodong
On Sun, 10 Nov
2002 Nov 10
3
[LLVMdev] DSGraph questions
1. What is the difference between DSNodeHandle and DSNode? What do the
functions getLink() and getSize() do?
2. In the previous email, you mentioned that we can use
DSNode::getPointerSize() to get the number of links, But I checked the
doxygen documentation, there is no such member for DSNode.
3. Previously I use the following code:
for( df_iterator<DSNode*> I = df_begin(pnode),
2009 Sep 29
1
fft with NA values
Hi List,
I'm trying to perform some spectral analysis on a time series, but I've
got a few data points missing, so they have NA values. Unfortunately,
the fft function doesn't seem to like this, and gives a completely empty
result.
Other than making up values to fill in the gaps, is there any way I can
get around this?
Thanks in advance,
Steve.
PS I haven't spotted anything
2002 Nov 05
0
[PATCH] Add getlink command to sftp
One of the features missing in sftp is the ability to transfer a symlink.
This patch adds a new command to sftp which performs this transfer. Note
that it uses messages that already exist in the protocol between client and
server.
This diff is based on OpenSSH 3.4p1.
*** sftp-client.c@@\main\1 Tue Oct 1 17:26:20 2002
--- sftp-client.c Wed Oct 23 15:57:34 2002
***************
*** 666,672 ****
2016 Apr 29
3
(Orc)JIT and weak symbol resolution
Hi,
This is a question on how to resolve weak symbols from the binary for
symbols that are also llvm::Module-local. Currently, the JIT seems to
favor resolving to module-local symbols over existing symbols:
$ cat symbols.cxx
extern "C" int printf(const char*,...);
template <class T> struct StaticStuff {
static T s_data;
};
template <class T> T
2002 Nov 10
0
[LLVMdev] DSGraph questions
I'll try to answer these because Chris is really busy this week.
> From: Xiaodong Li <xli3 at santoor.cs.uiuc.edu>
> Subject: [LLVMdev] DSGraph questions
> Sender: llvmdev-admin at cs.uiuc.edu
> Date: Sun, 10 Nov 2002 11:25:53 -0600 (CST)
>
> 1. What is the difference between DSNodeHandle and DSNode? What do the
> functions getLink() and getSize() do?
2018 Mar 13
0
auto propagate interface status change
2014 Sep 25
2
[LLVMdev] New type of smart pointer for LLVM
On Thu, Sep 25, 2014 at 1:44 AM, Renato Golin <renato.golin at linaro.org>
wrote:
> On 25 September 2014 06:16, David Blaikie <dblaikie at gmail.com> wrote:
> > I can go & dredge up some examples if we want to discuss the particular
> > merits & whether each of those cases would be better solved in some other
> > way, but it seemed pervasive enough in the
2002 Nov 08
1
[LLVMdev] Iterating on the DSGraph... (fwd)
I use the following code to do the depth first search on the DSGraph. And
I always got this error message. Couldn't figure out what's wrong. Could
you please let me know? Besides, I really have no idea about what those
functions do. Is there any documentation about DSGraph functions besides
the pool allocation paper?
Thanks,
xiaodong
Code:
for( df_iterator<DSNode*> I =