| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
OK from djm@, with input from guenther@, mlarkin@ and
okan@
|
|
|
|
| |
ok guenther millert markus
|
| |
|
|
|
|
|
|
| |
client support to allow calling fsync() faster successful transfer
patch mostly by imorgan AT nas.nasa.gov; bz#1798
"fine" markus@ "grumble OK" deraadt@ "doesn't sound bad to me" millert@
|
| |
|
|
|
|
| |
matching ksh's relatively recent change.
|
|
|
|
| |
commands without arguments) to ensure consistent behaviour
|
|
|
|
|
|
|
| |
standard SSH_FXP_RENAME command instead of the POSIX-rename- like
posix-rename@openssh.com extension.
intended for use in regress tests, so no documentation.
|
|
|
|
| |
canonicalise the target path. bz#2129 report from delphij AT freebsd.org
|
| |
|
|
|
|
|
|
| |
make list of commands an enum rather than a long list of defines
add -a to usage()
|
|
|
|
|
| |
Velvindron/AfriNIC with some tweaks by me; feedback and ok dtucker@
"Just be careful" deraadt@
|
| |
|
|
|
|
|
| |
quoted string by character instead of by byte. Prevents failures when linked
against a libedit built with wide character support (bz#1990). "looks ok" djm
|
| |
|
| |
|
|
|
|
| |
ok dtucker@
|
|
|
|
|
| |
entered as command; debugging and patch from Iain Morgan an
Loganaden Velvindron in bz#1956
|
| |
|
|
|
|
| |
"#" and "*". Patch from Jean-Marc Robert via tech@, ok djm.
|
|
|
|
| |
path. Patch from Jean-Marc Robert via tech@, ok djm.
|
|
|
|
| |
Robert via tech@, ok djm
|
| |
|
|
|
|
| |
From Steve.McClellan at radisys com, ok markus@
|
| |
|
|
|
|
|
|
| |
Discovered when I was ``borrowing'' this code for something else.
ok djm@
|
|
|
|
| |
in all likelihood, they will be resorted anyway
|
|
|
|
|
|
|
| |
available through the "ln" command in the client. The old "ln"
behaviour of creating a symlink is available using its "-s" option
or through the preexisting "symlink" command; based on a patch from
miklos AT szeredi.hu in bz#1555; ok markus@
|
|
|
|
| |
ok djm@
|
| |
|
|
|
|
|
| |
ioctl(TIOCGWINSZ) once to get the window width instead of per-
filename
|
|
|
|
| |
rountrips to fetch per-file stat(2) information.
|
| |
|
|
|
|
|
|
|
|
|
| |
factor out bandwidth limiting code from scp(1) into a generic bandwidth
limiter that can be attached using the atomicio callback mechanism
add a bandwidth limit option to sftp(1) using the above
"very nice" markus@
|
|
|
|
| |
their pathnames. bz#1655 reported by vgiffin AT apple.com
|
|
|
|
| |
found by Kenneth Whitaker, ok djm@
|
|
|
|
| |
bz#1704 from imorgan AT nas.nasa.gov
|
|
|
|
|
|
|
| |
inherited SIGTERM as ignored it will still be able to kill the ssh it
starts.
ok dtucker@
|
|
|
|
|
|
|
| |
sftp.c: as above, plus add -p to get/put, and shorten their arg names
to keep the help usage nicely aligned
ok djm
|
|
|
|
| |
a path ending in '/') for a slightly better user experience; ok dtucker@
|
|
|
|
| |
ls(1); ok dtucker@
|
|
|
|
|
| |
Also, allow whitespace to follow a "-". bz#1691, path from Colin Watson via
Debian. ok djm@ deraadt@
|
|
|
|
| |
NULL pointer. ok djm@
|
|
|
|
|
|
|
|
|
| |
Hacked on and off for some time by myself, mouring, Carlos Silva (via 2009
Google Summer of Code) and polished to a fine sheen by myself again.
It should deal more-or-less correctly with the ikky corner-cases presented
by quoted filenames, but the UI could still be slightly improved.
In particular, it is quite slow for remote completion on large directories.
bz#200; ok markus@
|
|
|
|
|
|
|
|
|
|
|
|
| |
pass the option and option argument as separate argv entries and
not smashed into one (e.g., as -l foo and not -lfoo). Also, always
pass a "--" argument to stop option parsing, so that a positional
argument that starts with a '-' isn't treated as an option. This
fixes some error cases as well as the handling of hostnames and
filenames that start with a '-'.
Based on a diff by halex@
ok halex@ djm@ deraadt@
|
|
|
|
|
| |
that reports zero files on the filesystem (Unix filesystems always have at
least the root inode). From Steve McClellan at radisys, ok djm@
|
|
|
|
|
|
| |
passing "-<switch>" "<value>" rather than "-<switch><value>"
ok dtucker@, guenther@, djm@
|
|
|
|
|
|
| |
and delay it until after the sftp protocol connection has been established.
Avoids confusing sequence of messages when the underlying ssh connection
experiences problems. ok dtucker@
|
|
|
|
|
| |
work mostly by carlosvsilvapt@gmail.com for the Google Summer of Code
with some tweaks by me; "go for it" deraadt@
|
| |
|