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
2021-09-11
Do not ignore SIGINT while waiting for input if editline(3) is not used.
Ingo Schwarze
2021-08-12
In the editline(3) branch of the sftp(1) event loop, handle SIGINT
Ingo Schwarze
2021-08-07
make scp(1) in SFTP mode follow symlinks like traditional scp(1)
Damien Miller
2021-04-03
typos in comments; GHPR#180 from Ville Skyttä
Damien Miller
2021-04-03
highly polished whitespace, mostly fixing spaces-for-tab and bad
Damien Miller
2021-03-31
Use new limits@openssh.com protocol extension to let the client select
Damien Miller
2021-01-08
don't try to use timespeccmp(3) directly as a qsort(3) comparison
Damien Miller
2020-12-04
shuffle a few utility functions into sftp-client.c; from Jakub Jelen
Damien Miller
2020-10-29
whitespace; no code change
Damien Miller
2020-10-18
use the new variant log macros instead of prepending __func__ and
Damien Miller
2020-10-04
Allow full range of UIDs and GIDs for sftp chown and chgrp on 32bit
Darren Tucker
2020-08-03
allow -A to explicitly enable agent forwarding in scp and sftp. The
Damien Miller
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
[next]