Displaying 20 results from an estimated 90000 matches similar to: "[Bug 403] scp generates sparse file when no space left"
2002 Sep 25
0
[Bug 403] New: scp generates sparse file when no space left
http://bugzilla.mindrot.org/show_bug.cgi?id=403
Summary: scp generates sparse file when no space left
Product: Portable OpenSSH
Version: 3.1p1
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:
2003 Feb 10
0
[Bug 403] scp generates sparse file when no space left
http://bugzilla.mindrot.org/show_bug.cgi?id=403
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #196 is|0 |1
obsolete| |
------- Additional Comments From djm at mindrot.org 2003-02-10 14:43 -------
Created
2003 Jan 07
2
[Bug 403] scp generates sparse file when no space left
http://bugzilla.mindrot.org/show_bug.cgi?id=403
------- Additional Comments From djm at mindrot.org 2003-01-07 11:07 -------
Created an attachment (id=196)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=196&action=view)
Shorter fix
Here is a shorter fix (rcp needs it too)
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching
2002 Feb 06
15
[Bug 105] scp protocol 2 over a hippi interface takes 6 times longer
http://bugzilla.mindrot.org/show_bug.cgi?id=105
markus at openbsd.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From markus at openbsd.org 2002-02-07 06:54 -------
could you please try this without scp? e.g.
2002 Nov 07
0
[Bug 369] Inconsistant exiit status from scp
http://bugzilla.mindrot.org/show_bug.cgi?id=369
markus at openbsd.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From markus at openbsd.org 2002-11-08
2003 Feb 02
0
[Bug 483] scp issues "invalid user name" for a user name containing a blank
http://bugzilla.mindrot.org/show_bug.cgi?id=483
markus at openbsd.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From markus at openbsd.org 2003-02-02
2002 Jul 24
1
[Bug 369] Inconsistant exiit status from scp
http://bugzilla.mindrot.org/show_bug.cgi?id=369
------- Additional Comments From markus at openbsd.org 2002-07-25 04:25 -------
0 for success and >0 for failure _is_ standard on unix.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Jul 25
0
openssh-unix-dev digest, Vol 1 #505 - 15 msgs
subscribe openssh-unix-dev at mindrot.org
> Send openssh-unix-dev mailing list submissions to
> openssh-unix-dev at mindrot.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://www.mindrot.org/mailman/listinfo/openssh-unix-dev
> or, via email, send a message with subject or body 'help' to
> openssh-unix-dev-request at mindrot.org
>
2000 Sep 16
15
Snapshot
Quite a few changes here, please test.
http://www.mindrot.org/misc/openssh/openssh-SNAP-20000916.tar.gz
-d
20000916
- (djm) New SuSE spec from Corinna Vinschen <corinna at vinschen.de>
- (djm) Update CygWin support from Corinna Vinschen <vinschen at cygnus.com>
- (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
Patch from Larry Jones <larry.jones at
2002 Jun 12
1
[Bug 274] scp fails if target account has echo "somestuff" as last line in .profile
http://bugzilla.mindrot.org/show_bug.cgi?id=274
------- Additional Comments From markus at openbsd.org 2002-06-13 04:21 -------
so your .profile is broken. you're not supposed to do this
for non-interactive session.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2003 Feb 06
2
[Bug 485] scp doesn't preserve symbolic links
http://bugzilla.mindrot.org/show_bug.cgi?id=485
------- Additional Comments From markus at openbsd.org 2003-02-07 07:51 -------
why don't you use sftp?
i think skipping links is an option, but copying not.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2000 Nov 07
1
ANNOUNCE: openssh-2.3.0p1
This is to announce the release of portable openssh-2.3.0p1. This
release includes many new features and bug fixes. This is a
recommended upgrade if you are using 2.2.0p1 or an older release.
Portable OpenSSH is available from one of the many mirrors listed at
http://www.openssh.com/portable.html
Some of the more notable features include:
- Rijndael support for SSH2. Use the "Ciphers"
2000 Nov 07
1
ANNOUNCE: openssh-2.3.0p1
This is to announce the release of portable openssh-2.3.0p1. This
release includes many new features and bug fixes. This is a
recommended upgrade if you are using 2.2.0p1 or an older release.
Portable OpenSSH is available from one of the many mirrors listed at
http://www.openssh.com/portable.html
Some of the more notable features include:
- Rijndael support for SSH2. Use the "Ciphers"
2002 Mar 19
1
[Bug 175] File size limit for SCP
http://bugzilla.mindrot.org/show_bug.cgi?id=175
------- Additional Comments From markus at openbsd.org 2002-03-20 07:43 -------
there is no limit, unless scp has a bug.
what versions are you talking about? what systems?
does the system have different APIs for 64bit offsets
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2000 Aug 23
14
Test snapshot
I have just tarred up a snapshot and uploaded it to:
http://www.mindrot.org/misc/openssh/openssh-SNAP-20000823.tar.gz
The snapshot incorporates the last month's fixes and enhancements from
the openssh-unix-dev mailing list and from the OpenBSD developers.
In particular:
- ssh-agent and ssh-add now handle DSA keys. NB. this does not interop
with ssh.com's ssh-agent. (Markus Friedl)
2003 Jan 27
1
scp -l on man page?
Hello,
I noticed:
20030124
- (djm) OpenBSD CVS Sync
- markus at cvs.openbsd.org 2003/01/23 14:01:53
[scp.c]
bandwidth limitation patch (scp -l) from niels@; ok todd@, deraadt@
[...]
2020 Jul 15
2
Deprecation of scp protocol and improving sftp client
On Tue, 2020-06-23 at 08:06 +0200, Markus Friedl wrote:
> I had something in mind like this for years, but with slightly
> different steps:
> My naive approach would be to keep the scp user interface and switch
> to the sftp protocol internally. We could add a -M [scp|sftp] option
> to scp and select the internal protocol. Later we switch the default
> from scp to sftp.
> No
2003 Feb 06
3
[Bug 486] "PermitRootLogin no" can implicitly reveal root password
http://bugzilla.mindrot.org/show_bug.cgi?id=486
------- Additional Comments From markus at openbsd.org 2003-02-07 07:51 -------
are you using PAM?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
1999 Nov 19
4
ANNOUNCE: openssh-1.2pre13
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have just uploaded 1.2pre13 to http://violet.ibs.com.au/openssh/
Imporant changes:
- - Fixes a single-byte buffer overrun in the PAM code.
- - Quite a bit more Solaris support. EGD should work now (please test).
- - Lots more autoconf options to enable Kerberos, AFS, TCP Wrappers and
S/Key (all untested).
- - MD5 passwords for Slackware Linux
2003 Jan 25
0
[Bug 85] ssh -2 localhost od /bin/ls | true ignore SIGPIPE
http://bugzilla.mindrot.org/show_bug.cgi?id=85
markus at openbsd.org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|markus at openbsd.org |openssh-unix-dev at mindrot.org
Status|ASSIGNED |NEW
------- Additional Comments From markus at