index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
sftp.c
Age
Commit message (
Expand
)
Author
2020-04-03
sort -N and add it to usage();
Jason McIntyre
2020-04-03
Add a flag to re-enable verbose output when in batch mode;
Damien Miller
2020-02-26
Have sftp reject "-1" in the same way as ssh(1) and scp(1) do instead
Darren Tucker
2020-01-23
Replace all calls to signal(2) with a wrapper around sigaction(2).
Darren Tucker
2019-11-01
fix a race condition in the SIGCHILD handler that could turn in
Damien Miller
2019-10-02
remove some duplicate #includes
Damien Miller
2019-07-10
Fix a typo and make <esc><right> move right to the closest end of a word
Theo Buehler
2019-06-19
from tim:
Jason McIntyre
2019-06-07
Check for user@host when parsing sftp target. This allows user@[1.2.3.4]
Darren Tucker
2019-06-06
Replace calls to ssh_malloc_init() by a static init of malloc_options.
Otto Moerbeek
2019-01-21
Add a -J option as a shortcut for -o Proxyjump= to scp(1) and sftp(1)
Theo Buehler
2019-01-16
Add "-h" flag to sftp chown/chgrp/chmod commands to request they do
Damien Miller
2018-11-16
use path_absolute() for pathname checks; from Manoj Ampalam
Damien Miller
2018-11-16
support a prefix of '@' to suppress echo of sftp batch commands;
Damien Miller
2018-09-07
Add FALLTHROUGH comments where appropriate. Patch from jjelen at redhat
Darren Tucker
2018-04-26
Since the previous commit, ssh regress test sftp-chroot was failing.
Alexander Bluhm
2018-04-13
notify user immediately when underlying ssh process dies;
Damien Miller
2018-04-10
lots of typos in comments/docs. Patch from Karsten Weiss after checking
Damien Miller
2017-11-03
allow "cd" and "lcd" commands with no explicit path argument.
Damien Miller
2017-10-21
Add URI support to ssh, sftp and scp. For example ssh://user@host
Todd C. Miller
2017-06-10
implement sorting for globbed ls; bz#2649 ok dtucker@
Damien Miller
2017-05-02
remove -1 / -2 options; pointed out by jmc@
Damien Miller
2017-02-15
fix division by zero crash in "df" output when server returns zero
Damien Miller
2016-10-18
Install a signal handler for tty-generated signals and wait for the
Todd C. Miller
2016-09-12
Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions
Theo de Raadt
2016-07-22
constify a few functions' arguments; patch from Jakub Jelen bz#2581
Damien Miller
2016-05-25
To prevent screwing up terminal settings when printing to the
Ingo Schwarze
2016-04-08
whitespace at EOL
Damien Miller
2016-02-15
Add a function to enable security-related malloc_options. With and ok
Darren Tucker
2015-08-20
Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope
Theo de Raadt
2015-01-20
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
Theo de Raadt
2015-01-14
update sftp client and server to new buffer API.
Damien Miller
2014-11-26
Prefer setvbuf() to setlinebuf() for portability; ok deraadt@
Todd C. Miller
2014-10-06
correct options in usage(); from mancha1 AT zoho.com
Damien Miller
2014-08-20
djm how did you make a typo like that...
Theo de Raadt
2014-08-19
~-expand lcd paths
Damien Miller
2014-07-09
more useful error message when GLOB_NOSPACE occurs;
Damien Miller
2014-05-05
Zap extra whitespace.
Loganaden Velvindron
2014-04-29
Don't attempt to append a nul quote char to the filename. Should prevent
Darren Tucker
2014-04-29
Move nulling of variable next to where it's freed. ok markus@
Darren Tucker
2014-04-22
Sort the sftp command list.
Loganaden Velvindron
2014-04-21
Implement sftp upload resume support.
Loganaden Velvindron
2013-11-20
unsigned casts for ctype macros where neccessary
Theo de Raadt
2013-10-17
tweak previous;
Jason McIntyre
2013-10-17
fsync@openssh.com protocol extension for sftp-server
Damien Miller
2013-08-31
make ^w match ksh behaviour (delete previous word instead of entire line)
Damien Miller
2013-08-09
enable ctrl-left-arrow and ctrl-right-arrow to move forward/back a word;
Damien Miller
2013-08-09
do getopt parsing for all sftp commands (with an empty optstring for
Damien Miller
2013-08-08
add a "-l" flag for the rename command to force it to use the silly
Damien Miller
2013-08-08
fix two year old regression: symlinking a file would incorrectly
Damien Miller
[next]